/*
  Theme Name: Torvehallerne
  Theme URI: https://www.standardweb.dk
  Description: This is the theme created for torvehallernekbh.dk
  Author: Standard Web ApS
  Author URI: https://www.standardweb.dk

  Version: 2.3.0

  Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.3.0

  License: GPL-2.0+
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Text Domain: genesis-sample
  */
  @import "tabletpro.css" screen and (max-width: 1366px) and (min-width:  1031);
  @import "tablet.css" screen and (max-width: 1030px) and (min-width:  677px);
  @import "mobile.css" screen and (max-width: 677px);
  :root{
    --pseudo-borderSearch: none;
    --before-button: url('/wp-content/uploads/2021/07/left.png');
  }

  @media screen {

    @font-face {
      font-family: 'Museo Sans';
      src: url('/wp-content/themes/genesis-sample/fonts/woff2/MuseoSans_100.woff2') format('woff2'), url('/wp-content/themes/genesis-sample/fonts/woff/MuseoSans_100.woff') format('woff');
      font-weight: 100;
      font-style: normal;
    }

    @font-face {
      font-family: 'Museo Sans';
      src: url('/wp-content/themes/genesis-sample/fonts/woff2/MuseoSans_300.woff2') format('woff2'), url('/wp-content/themes/genesis-sample/fonts/woff/MuseoSans_300.woff') format('woff');
      font-weight: 300;
      font-style: normal;
    }

    @font-face {
      font-family: 'Museo Sans';
      src: url('/wp-content/themes/genesis-sample/fonts/woff2/MuseoSans_500.woff2') format('woff2'), url('/wp-content/themes/genesis-sample/fonts/woff/MuseoSans_500.woff') format('woff');
      font-weight: 500;
      font-style: normal;
    }

    @font-face {
      font-family: 'Museo Sans';
      src: url('/wp-content/themes/genesis-sample/fonts/woff2/MuseoSans_700.woff2') format('woff2'), url('/wp-content/themes/genesis-sample/fonts/woff/MuseoSans_700.woff') format('woff');
      font-weight: 700;
      font-style: normal;
    }

    @font-face {
      font-family: 'Rockville';
      src: url('/wp-content/themes/genesis-sample/fonts/woff2/rockville_solid-webfont.woff2') format('woff2'), url('/wp-content/themes/genesis-sample/fonts/woff/rockville_solid-webfont.woff2') format('woff');
      font-weight: 300;
      font-style: normal;
    }

    @font-face {
      font-family: 'Museo Slab';
      src: url("fonts/Museo_Slab_900.eot");
      src: url("fonts/Museo_Slab_900.eot?#iefix") format("embedded-opentype"), url("fonts/Museo_Slab_900.woff") format("woff"), url("fonts/Museo_Slab_900.ttf") format("truetype"), url("fonts/Museo_Slab_900.svg#9f7096d3ce6d5c733eae8f58eab65d8f") format("svg");
      font-style: normal;
      font-weight: 900;
    }
    @font-face {
      font-family: 'Museo Slab';
      src: url("fonts/Museo_Slab_400.eot");
      src: url("fonts/Museo_Slab_400.eot?#iefix") format("embedded-opentype"), url("fonts/Museo_Slab_400.woff") format("woff"), url("fonts/Museo_Slab_400.ttf") format("truetype"), url("fonts/Museo_Slab_400.svg#7b3822210222b32bda062ef31191681b") format("svg");
      font-style: normal;
      font-weight: 400;
    }
    @font-face {
      font-family: 'Museo Sans';
      src: url("fonts/Museo_Sans_400.eot");
      src: url("fonts/Museo_Sans_400.eot?#iefix") format("embedded-opentype"), url("fonts/Museo_Sans_400.woff") format("woff"), url("fonts/Museo_Sans_400.ttf") format("truetype"), url("fonts/Museo_Sans_400.svg#def45dfa0767cb06d134930a9f004794") format("svg");
      font-style: normal;
      font-weight: 400;
    }
    @font-face {
      font-family: 'Museo Sans';
      src: url("fonts/Museo_Sans_900.eot");
      src: url("fonts/Museo_Sans_900.eot?#iefix") format("embedded-opentype"), url("fonts/Museo_Sans_900.woff") format("woff"), url("fonts/Museo_Sans_900.ttf") format("truetype"), url("fonts/Museo_Sans_900.svg#def45dfa0767cb06d134930a9f004794") format("svg");
      font-style: normal;
      font-weight: 900;
    }
  /**********************
  FONT SIZES
  **********************/
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Museo Sans", Verdana, Arial, sans-serif;
    outline: none;
    background: white;
  }
}

@media screen and (min-width: 860px) {
  body {
    border: 0;
  }
}

@media screen {
  .site-container {
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen {
  .desktop-only, #to_top_scrollup {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .desktop-only, #to_top_scrollup {
    display: inline-block;
  }
}

@media screen {
  li{
    color: black;
  }
  .flex {
    display: flex;
  }
  .grow {
    flex-grow: 2;
  }
  .site-inner {
    padding-top: 0;
  }
  .site-inner .entry {
    padding-top: 0;
  }
  .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .entry {
    background: none;
  }
  .fl-row-content-wrap {
    padding: 0 !important;
  }
  .category {
    color: #DA4F31;
  }
  .historien-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .red-alert {
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid red;
    color: red;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 24px;
  }
  .green-alert {
    background: rgba(0, 128, 0, 0.2);
    border: 1px solid green;
    color: green;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 24px;
  }
  html {
    font-size: 62.5%;
    /* 10px browser default */
  }
  /* Chrome fix */
  body > div {
    font-size: 1.6rem;
    font-weight: 100;
    /*line-height: 2rem;*/
  }
  figcaption{
    color: black;
  }
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #49433A;
    font-family: "Museo Sans", Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4;
    margin: 0;
  }
  a,
  button,
  input:focus,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  textarea:focus,
  .button,
  .gallery img {
    transition: all 0.1s ease-in-out;
  }
  a {
    color: #5F7695;
    text-decoration: underline;
  }
  a:focus,
  a:hover {
    color: #DA4F31;
    text-decoration: none;
  }
  p {
    margin: 0 0 0.5em;
    padding: 0;
  }
  ol,
  ul {
    margin: 0;
    padding: 0;
  }
  hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
  }
  b,
  strong {
    font-weight: 700;
  }
  blockquote,
  cite,
  em,
  i {
    font-style: italic;
  }
  /* ## Headings
  --------------------------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: black;
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
  }
  h1 {
    font-size: 7.2rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 5.4rem;
    line-height: 1.5;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0;
  }
  h3 {
    font-size: 4rem;
    line-height: 3.6rem;
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0.5em 0;
  }
  h4 {
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.5;
  }
  h4 a {
    color: #49433B;
  }
  h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*FORMS*/
  input,
  select,
  textarea {
    font-weight: 400;
  }
  .archive-description .entry-title,
  .archive-title,
  .author-box-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .widget-title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 800;
  }
  .gallery-caption,
  .wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .site-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .archive-pagination a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .comment-respond,
  .entry-comments,
  .entry-pings {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3 a {
    color: #49433B;
  }
  h4 {
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .page-id-16 .site-inner .entry h3, .parent-pageid-16 .site-inner .entry h3 {
    max-height: 2.95em;
  }
}

@media screen and (min-width: 1025px) {
  .page-id-16 .site-inner .entry h3, .parent-pageid-16 .site-inner .entry h3 {
    max-height: 2.45em;
  }
}

@media screen {
  /* # Table of Contents
- HTML5 Reset
  - Baseline Normalize
  - Box Sizing
  - Float Clearing
- Defaults
  - Typographical Elements
  - Headings
  - Objects
  - Gallery
  - Forms
  - Tables
  - Screen Reader Text
- Structure and Layout
  - Site Containers
  - Column Widths and Positions
  - Column Classes
- Common Classes
  - Avatar
  - Genesis
  - Search Form
  - Titles
  - WordPress
- Widgets
  - Featured Content
- Plugins
  - Genesis eNews Extended
  - Jetpack
- Skip Links
- Site Header
  - Title Area
  - Widget Area
- Site Navigation
  - Accessible Menu
  - Site Header Navigation
  - After Header Navigation
  - Footer Navigation
- Content Area
  - Entries
  - Entry Meta
  - Pagination
  - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
  - Max-width: 1340px
  - Max-width: 1200px
  - Max-width: 1023px
  - Max-width: 860px
- Print Styles
*/
  /* # HTML5 Reset
  ---------------------------------------------------------------------------------------------------- */
  /* ## Baseline Normalize
  --------------------------------------------- */
  /* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  progress {
    vertical-align: baseline;
  }
  template, [hidden] {
    display: none;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:active, a:hover {
    outline-width: 0;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  b, strong {
    font-weight: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    /*font-size: 2em;*/
    margin: 0.67em 0;
  }
  mark {
    background-color: #de6952;
    color: #f0b9ae;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
  }
  optgroup {
    font-weight: bold;
  }
  button, input {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  /* ## Box Sizing
  --------------------------------------------- */
  html,
  input[type="search"] {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  /* ## Float Clearing
  --------------------------------------------- */
  .author-box::before,
  .clearfix::before,
  .entry::before,
  .entry-content::before,
  .footer-widgets::before,
  .nav-primary::before,
  .nav-secondary::before,
  .pagination::before,
  .site-container::before,
  .site-footer::before,
  .site-header::before,
  .site-inner::before,
  .widget::before,
  .wrap::before {
    content: " ";
    display: table;
  }
  .author-box::after,
  .clearfix::after,
  .entry::after,
  .entry-content::after,
  .footer-widgets::after,
  .nav-primary::after,
  .nav-secondary::after,
  .pagination::after,
  .site-container::after,
  .site-footer::after,
  .site-header::after,
  .site-inner::after,
  .widget::after,
  .wrap::after {
    clear: both;
    content: " ";
    display: table;
  }
  /* # Defaults
  ---------------------------------------------------------------------------------------------------- */
  /* ## Typographical Elements
  --------------------------------------------- */
  /* ## Objects
  --------------------------------------------- */
  embed,
  iframe,
  img,
  object,
  video,
  .wp-caption {
    max-width: 100%;
  }
  img {
    height: auto;
  }
  figure {
    margin: 0;
  }
  /* ## Gallery
  --------------------------------------------- */
  .gallery {
    overflow: hidden;
  }
  .gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
  }
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.6666%;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
  .gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
  }
  .gallery img:focus,
  .gallery img:hover {
    border: 1px solid #999;
  }
  /* ## Forms
  --------------------------------------------- */

  input:focus,
  textarea:focus {
    border: 1px solid #999;
    outline: none;
  }
  input[type="checkbox"],
  input[type="image"],
  input[type="radio"] {
    width: auto;
  }
  ::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  ::-webkit-input-placeholder {
    color: #333;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
  }
  entry-content .button:focus,
  .entry-content .button:hover {
    color: #fff;
  }
  .button {
    display: inline-block;
  }
  a.button.small,
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small {
    padding: 8px 16px;
  }
  .site-container button:disabled,
  .site-container button:disabled:hover,
  .site-container input:disabled,
  .site-container input:disabled:hover,
  .site-container input[type="button"]:disabled,
  .site-container input[type="button"]:disabled:hover,
  .site-container input[type="reset"]:disabled,
  .site-container input[type="reset"]:disabled:hover,
  .site-container input[type="submit"]:disabled,
  .site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button {
    display: none;
  }
  /* ## Tables
  --------------------------------------------- */
  table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
  }
  tbody {
    border-bottom: 1px solid #eee;
  }
  td,
  th {
    text-align: left;
  }
  td {
    border-top: 1px solid #eee;
    padding: 6px;
  }
  th {
    font-weight: 400;
    padding: 0 6px;
  }
  td:first-child,
  th:first-child {
    padding-left: 0;
  }
  /* ## Screen Reader Text
  --------------------------------------------- */
  .screen-reader-shortcut,
  .screen-reader-text,
  .screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text:focus,
  .screen-reader-shortcut:focus,
  .genesis-nav-menu .search input[type="submit"]:focus,
  .widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  .more-link {
    position: relative;
  }
  /* # Structure and Layout
  ---------------------------------------------------------------------------------------------------- */
  /* ## Site Containers
  --------------------------------------------- */
  .site-inner,
  .wrap {
    margin: 0 auto;
    max-width: 1280px;
  }
  .site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word;
  }
  .landing-page .site-inner {
    max-width: 800px;
  }
  /* ## Column Widths and Positions
  --------------------------------------------- */
  /* ### Wrapping div for .content and .sidebar-primary */
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
  }
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
  }
  /* ### Content */
  .content {
    float: right;
    width: 880px;
  }
  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
    float: left;
  }
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 660px;
  }
  .full-width-content .content {
    width: 100%;
  }
  /* ### Primary Sidebar */
  .sidebar-primary {
    float: right;
    width: 360px;
  }
  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary {
    float: left;
  }
  /* ### Secondary Sidebar */
  .sidebar-secondary {
    float: left;
    width: 180px;
  }
  .content-sidebar-sidebar .sidebar-secondary {
    float: right;
  }
  /* ## Column Classes
  --------------------------------------------- */
  /* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }
  .one-fourth {
    width: 23.076923076923077%;
  }
  .three-fourths {
    width: 74.35897435897436%;
  }
  .one-sixth {
    width: 14.52991452991453%;
  }
  .five-sixths {
    width: 82.90598290598291%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* # Common Classes
  ---------------------------------------------------------------------------------------------------- */
  /* ## Avatar
  --------------------------------------------- */
  .avatar {
    border-radius: 50%;
    float: left;
  }
  .author-box .avatar,
  .alignleft .avatar {
    margin-right: 24px;
  }
  .alignright .avatar {
    margin-left: 24px;
  }
  .comment .avatar {
    margin: 0 16px 24px 0;
  }
  /* ## Genesis
  --------------------------------------------- */
  .breadcrumb {
    background-color: #fff;
    margin-bottom: 1px;
    padding: 12px 30px;
  }
  .after-entry,
  .archive-description,
  .author-box {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 60px;
  }
  .archive-description p:last-child,
  .author-box p:last-child {
    margin-bottom: 0;
  }
  /* ## Titles
  --------------------------------------------- */
  .entry-title a,
  .sidebar .widget-title a {
    color: #333;
    text-decoration: none;
  }
  .entry-title a:focus,
  .entry-title a:hover {
    color: #5F7695;
  }
  .widget-title {
    margin-bottom: 20px;
  }
  /* ## WordPress
  --------------------------------------------- */
  a.aligncenter img {
    display: block;
    margin: 0 auto;
  }
  a.alignnone {
    display: inline-block;
  }
  .alignleft {
    float: left;
    text-align: left;
  }
  .alignright {
    float: right;
    text-align: right;
  }
  a.alignleft,
  a.alignnone,
  a.alignright {
    max-width: 100%;
  }
  img.centered,
  .aligncenter {
    display: block;
    margin: 0 auto 24px;
  }
  img.alignnone,
  .alignnone {
    margin-bottom: 12px;
  }
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin: 0 24px 24px 0;
  }
  a.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin: 0 0 24px 24px;
  }
  .gallery-caption,
  .wp-caption-text {
    font-weight: 600;
    margin: 0;
    text-align: center;
  }
  .entry-content p.wp-caption-text {
    margin-bottom: 0;
  }
  .entry-content .wp-audio-shortcode,
  .entry-content .wp-playlist,
  .entry-content .wp-video {
    margin: 0 0 28px;
  }
  /* # Widgets
  ---------------------------------------------------------------------------------------------------- */
  .widget {
    margin-bottom: 40px;
    word-wrap: break-word;
  }
  .widget p:last-child,
  .widget ul > li:last-of-type,
  .widget-area .widget:last-of-type {
    margin-bottom: 0;
  }
  .widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .widget ul > li:last-of-type {
    padding-bottom: 0;
  }
  .widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
  }
  .widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
  }
  .widget_calendar table {
    width: 100%;
  }
  .widget_calendar td,
  .widget_calendar th {
    text-align: center;
  }
  /* ## Featured Content
  --------------------------------------------- */
  .featured-content .entry {
    background: none;
    padding: 0;
  }
  .featured-content .entry:last-of-type {
    margin-bottom: 0;
  }
  /* # Plugins
  ---------------------------------------------------------------------------------------------------- */
  /* ## Genesis eNews Extended
  --------------------------------------------- */
  .sidebar .enews-widget,
  .sidebar .enews-widget .widget-title {
    color: #fff;
  }
  .sidebar .widget.enews-widget {
    background-color: #333;
  }
  .sidebar .enews-widget input,
  .sidebar .enews-widget input:focus {
    border: 1px solid #333;
  }
  .sidebar .enews-widget input[type="submit"] {
    background-color: #5F7695;
    color: #fff;
  }
  .sidebar .enews-widget input[type="submit"]:focus,
  .sidebar .enews-widget input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
  }
  .enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
  }
  .enews form + p {
    margin-top: 24px;
  }
  /* ## Jetpack
  --------------------------------------------- */
  #wpstats {
    display: none;
  }
  /* # Skip Links
  ---------------------------------------------------------------------------------------------------- */
  .genesis-skip-link {
    margin: 0;
  }
  .genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
  }
  /* Display outline on focus */
  :focus {
    color: #333;
    outline: #ccc solid 1px;
  }
  /* # Site Header
  ---------------------------------------------------------------------------------------------------- */
  .site-header {
    background-color: #fff;
  }
  .site-header > .wrap {
    padding: 20px 0;
  }
  /* ## Title Area
  --------------------------------------------- */
  .title-area {
    float: left;
    width: 300px;
  }
  .header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
  }
  .header-full-width .title-area {
    float: none;
    width: 100%;
  }
  .site-title {
    font-weight: 700;
    line-height: 1.2;
  }
  .site-title a,
  .site-title a:focus,
  .site-title a:hover {
    color: #333;
    text-decoration: none;
  }
  .header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
  }
  .site-description {
    font-weight: 400;
    line-height: 1.5;
  }
  .site-description,
  .site-title {
    margin-bottom: 0;
  }
  .header-image .site-description,
  .header-image .site-title {
    display: block;
    text-indent: -9999px;
  }
  /* ## Widget Area
  --------------------------------------------- */
  .site-header .widget-area {
    float: right;
    text-align: right;
  }
  /* # Site Navigation
  ---------------------------------------------------------------------------------------------------- */
  .genesis-nav-menu {
    clear: both;
    font-weight: 600;
    line-height: 1;
    width: 100%;
  }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 32px 20px;
    text-decoration: none;
  }
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  .genesis-nav-menu .current-menu-item > a,
  .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
  .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #dc4d28;
    text-decoration: underline;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
  }
  .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
  }
  .genesis-nav-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .genesis-nav-menu > .first > a {
    padding-left: 0;
  }
  .genesis-nav-menu > .last > a {
    padding-right: 0;
  }
  .genesis-nav-menu > .right {
    float: right;
  }
  /* ## Accessible Menu
  --------------------------------------------- */
  .menu .menu-item:focus {
    position: static;
  }
  .menu .menu-item > a:focus + ul.sub-menu,
  .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* ## Site Header Navigation
  --------------------------------------------- */
  .site-header .genesis-nav-menu li li {
    margin-left: 0;
  }
  /* ## After Header Navigation
  --------------------------------------------- */
  .nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee;
  }
  /* ## Footer Navigation
  --------------------------------------------- */
  .site-footer .genesis-nav-menu {
    padding-bottom: 20px;
  }
  .site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
  }
  /* # Content Area
  ---------------------------------------------------------------------------------------------------- */
  /* ## Entries
  --------------------------------------------- */
  .entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 70px 80px;
  }
  .entry-content ol,
  .stade ol,
  .entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
  }
  .entry-content ol > li {
    list-style-type: decimal;
  }
  .entry-content ul > li {
    list-style-type: disc;
  }
  .entry-content ol ol,
  .entry-content ul ul {
    margin-bottom: 0;
  }
  .entry-content code {
    background-color: #333;
    color: #eee;
  }
  /* ## Entry Meta
  --------------------------------------------- */
  p.entry-meta {
    margin-bottom: 0;
  }
  .entry-header .entry-meta {
    margin-bottom: 24px;
  }
  .entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
  }
  .entry-categories,
  .entry-tags {
    display: block;
  }
  .entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
  }
  /* ## Pagination
  --------------------------------------------- */
  .pagination {
    clear: both;
    margin: 40px 0;
  }
  .adjacent-entry-pagination {
    margin-bottom: 0;
  }
  .archive-pagination li {
    display: inline;
  }
  .archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
  }
  .archive-pagination a:focus,
  .archive-pagination a:hover,
  .archive-pagination .active a {
    background-color: #5F7695;
    color: #fff;
  }
  /* ## Comments
  --------------------------------------------- */
  .comment-respond,
  .entry-comments,
  .entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
  }
  .comment-respond,
  .entry-pings {
    padding: 60px 60px 32px;
  }
  .entry-comments {
    padding: 60px;
  }
  .comment-list li {
    padding: 40px 0 0 30px;
  }
  .comment-list .depth-1 {
    padding-left: 0;
  }
  .comment-header {
    margin-bottom: 30px;
  }
  .comment-content {
    clear: both;
  }
  .comment-content ul > li {
    list-style-type: disc;
  }
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }
  .comment-respond label {
    display: block;
    margin-right: 12px;
  }
  .comment-header p {
    margin-bottom: 0;
  }
  .entry-pings .reply {
    display: none;
  }
  /* # Sidebars
  ---------------------------------------------------------------------------------------------------- */
  .sidebar {
    margin-bottom: 40px;
  }
  .sidebar .widget {
    background-color: #fff;
    padding: 40px;
  }
  ---------------------------------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1340px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }
  .content,
  .site-header .widget-area {
    width: 800px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 580px;
  }
  .sidebar-primary {
    width: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 860px) {
  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1030px) {
  .opening{
    word-spacing: 20px!important;
  }
  .genesis-nav-menu li,
  .header-image .title-area,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
    max-width: 200px;
    position: relative;
    display: flex;
  }

  .site-header .search-form input {
    display: none;
  }
  .search_submit {
    content: "";
    background-image: url(/wp-content/uploads/2021/07/search_orange.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
  }
  /* ### Genesis Responsive Menus */
  .genesis-responsive-menu .wrap {
    padding: 0;
  }
  .genesis-responsive-menu {
    display: none;
    position: relative;
    padding: 5rem;
  }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }
  .menu-toggle,
  .sub-menu-toggle {
    background-color: #fff;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: #fff;
    border-width: 0;
    color: #5F7695;
  }
  .menu-toggle {
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
  }
  .menu-toggle,
  .menu-toggle:focus,
  .menu-toggle:hover {
    border-top: 1px solid #eee;
  }
  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
  }
  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }
  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
}

@media only screen and (max-width: 860px) {
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }
  .sidebar {
    margin-bottom: 5%;
  }
  .pagination {
    margin: 5% auto;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

@media screen {
  /* # Print Styles
  ---------------------------------------------------------------------------------------------------- */
  .site-inner, .wrap {
    width: 96%;
    max-width: 1110px;
  }
  body.page .site-inner {
    padding-top: 0;
    margin-top: 70vw;
  }
}
body.page-id-2205 .site-inner,body.page-id-314 .site-inner,body.page-id-2853 .site-inner,body.page-id-281 .site-inner,body.page-id-278 .site-inner,body.page-id-287 .site-inner,body.page-id-284 .site-inner,body.page-id-242 .site-inner,body.page-id-2060 .site-inner,body.page-id-215 .site-inner,body.page-id-272 .site-inner{
  margin-top: 0!important;
}
@media screen and (min-width: 1025px) {
  body.page .site-inner {
    /*margin-top: calc(52vw - 40px) !important;*/
  }
  body.page-id-314 .site-inner,body.page-id-2853 .site-inner,body.page-id-281 .site-inner,body.page-id-278 .site-inner,body.page-id-287 .site-inner,body.page-id-284 .site-inner,body.page-id-242 .site-inner,body.page-id-2060 .site-inner,body.page-id-215 .site-inner,body.page-id-272 .site-inner {
    margin-top: 0!important;
  }
  body.page-template-map .site-inner {
    margin-top: 0!important;
  }
}

@media screen {
  body.page .entry-content {
    padding-top: 2em;
  }
  .categories-section {
    margin: 2em 0;
    text-align: center;
  }
  .categories-section br {
    display: none;
  }
  .categories-section a {
    font-weight: 400;
    color: black;
  }
  .entry-content-content {
    background: white;
    position: relative;
  }
  .entry-content-content .tags, .entry-content-content .entry-title {
    margin-left: 0px;
  }
  body.single-torvevarer .entry-content-content .tags, body.single-torvevarer .entry-content-content .entry-title, body.single-opskrift .entry-content-content .tags, body.single-opskrift .entry-content-content .entry-title, body.single-tip .entry-content-content .tags, body.single-tip .entry-content-content .entry-title {
    margin-left: 0 !important;
  }
  .categories-list {
    text-align: center;
    margin: 2em;
  }
  .categories-list p {
    max-width: 30em;
    margin: auto;
  }
  .categories-list a {
    font-weight: 900;
    color: #49433B;
  }
  .subpages-navigation {
    margin: 2em auto 0 auto;
    text-align: center;
    max-width: 600px;
    line-height: 1.9 !important;
  }
  .subpages-navigation p {
    line-height: 1.9 !important;
  }
  .subpages-navigation a {
    color: #49433B;
    font-weight: 900;
    margin: 0 0.3em;
  }
  .subpages-navigation a.active {
    color: #DA4F31;
  }
  .subpages-navigation ul.menu {
    margin: 0;
    list-style: none;
  }
  .subpages-navigation ul.menu li {
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
  }
  .subpages-navigation ul.menu li a {
    color: #49433B;
    font-weight: 900;
  }
  .subpages-navigation ul.menu li a:hover {
    color: #DA4F31;
  }
  .subpages-navigation ul.menu li.current-menu-item a, .modal .current-menu-item a {
    color: #DA4F31;
  }

  #menu-tips-and-torvevarer li.current-menu-item a, #om-os-menu li.current-menu-item a{
    color: #DA4F31;

  }

  .widget-wrap p.opening {
    font-family: 'HCo Knockout'!important;
  }
  .widget {
    margin: 0 !important;
  }
  .content .tag-divider:last-child {
    display: none;
  }
  .page-id-198 .three-columns-flex h3, .page-id-194 .three-columns-flex h3 {
    max-height: 2.9em;
  }
}

@media screen and (min-width: 1025px) {
  .page-id-198 .three-columns-flex h3, .page-id-194 .three-columns-flex h3 {
    max-height: 2.4em;
  }
}

@media screen {
  .page-id-198 .three-columns-flex h3 a, .page-id-194 .three-columns-flex h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  body.single main.content {
    position: relative;
    top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  body.single main.content {
    top: 0;
  }
}

@media screen {
  body.page .mejs-controls {
    display: none !important;
    visibility: hidden !important;
  }
  body.page .featured-video-plus {
    pointer-events: none;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: -9999;
  }
}

@media screen and (min-width: 1025px) {
  body.page .featured-video-plus {
    top: 0;
  }
}

@media screen {
  .hero-text {
    text-align: left;
    position: absolute;
    left: 50vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    line-height: 0;
    text-transform: uppercase;
    max-height: 200px;
    font-weight: 700;
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    -webkit-animation: 2s 2s both flyin;
    animation: 2s 2s both flyin;
    top: 40vw;
  }
}

@media screen and (min-width: 1025px) {
  .hero-text {
    top: 40vh;
  }
}

@media screen {
  .hero-text .op-closed, .hero-text .op-open {
    display: none;
  }
  .hero-text li {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 0 0.2em;
    line-height: 1.5;
    color: white;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    -webkit-animation: 2s 2s both hero_line_animation;
    animation: 2s 2s both hero_line_animation;
  }
}

@media screen and (min-width: 1025px) {
  .hero-text li {
    font-size: 42px;
  }
}

@media screen {
  .hero-text li:nth-of-type(2) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  .hero-text li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  body.home .hero-text li.open:nth-of-type(2) {
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
  body.home .hero-text li.closed:nth-of-type(2) {
    -webkit-transform: translateX(28%);
    transform: translateX(28%);
  }
  body.page-id-20 .hero-text li:nth-of-type(1) {
    -webkit-transform: translateX(21%);
    transform: translateX(21%);
  }
  body.page-id-14 .hero-text li:nth-of-type(2) {
    -webkit-transform: translateX(42%);
    transform: translateX(42%);
  }
  body.page-id-16 .hero-text li:nth-of-type(1), body.parent-pageid-16 .hero-text li:nth-of-type(1) {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
  body.page-id-18 .hero-text li:nth-of-type(2), body.parent-pageid-18 .hero-text li:nth-of-type(2) {
    -webkit-transform: translateX(1.5%);
    transform: translateX(1.5%);
  }
  @-webkit-keyframes flyin {
    0% {
      -webkit-transform: translateX(-80%);
      transform: translateX(-80%);
    }
    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @keyframes flyin {
    0% {
      -webkit-transform: translateX(-80%);
      transform: translateX(-80%);
    }
    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @-webkit-keyframes textalign {
    0% {
      width: 0;
      text-align: left;
    }
    100% {
      width: 100%;
      text-align: center;
    }
  }
  @keyframes textalign {
    0% {
      width: 0;
      text-align: left;
    }
    100% {
      width: 100%;
      text-align: center;
    }
  }
  @-webkit-keyframes hero_line_animation {
    0% {
      max-width: 0;
      padding: 0;
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      max-width: 100%;
      padding: 0 0.2em;
    }
  }
  @keyframes hero_line_animation {
    0% {
      max-width: 0;
      padding: 0;
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      max-width: 100%;
      padding: 0 0.2em;
    }
  }
  .site-header, .nav-primary {
    background: none;
    text-align: center;
  }
  .custom-logo-link {
    display: block;
    max-width: 150px;
    z-index: 99999;
  }
  .site-header .header-widget-area {
    display: none;
  }

  @media screen and (min-width: 1031px) {
    .site-header .header-widget-area {
      display: block;
    }
  }

  @media screen {
    .title-area {
      float: none;
      position: absolute;
      z-index: 99999;
      top: 8px;
      left: -20px;
      width: 100px;
      background: white;
      height: 40px;
      overflow: hidden;
    }
    .title-area img {
      -webkit-transform: translateY(3px) scale(1.2);
      transform: translateY(3px) scale(1.2);
    }
  }

  @media screen and (min-width: 1025px) {
    .title-area img {
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
  }

  @media screen and (min-width: 1025px) {
    .title-area {
      min-width: 240px;
      z-index: 0;
      height: 100%;
      -webkit-transform: none;
      transform: none;
      background: none;
      pointer-events: auto;
      /*top: 1em;*/
      left: 1em;
    }
    body.search-no-results .title-area a, .single .title-area a,.page:not(.home):not(.page-id-8979):not(.page-id-20):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .title-area a, .error404 .title-area a {
      background-image: url("images/black-logo.png") !important;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: relative;
      overflow: hidden;
      width: 240px;
      height: 110px;
      max-width: 240px;
      /*padding: 64px 140px 0 0;*/
      box-sizing: border-box;
    }
  }

  @media screen and (min-width: 1025px) {
    .page:not(.home):not(.page-id-20):not(.page-id-8979):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .title-area a, .search .title-area a {
      background-image: url("images/black-logo.png") !important;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: relative;
      overflow: hidden;
      width: 180px;
      height: 110px;
      max-width: 240px;
      /*padding: 64px 140px 0 0;*/
      box-sizing: border-box;
    }
    body.page-id-7143 .title-area img, body.search-no-results .title-area img, body.page-id-7272 .title-area img, body.page-id-2205 .title-area img, body.page-id-7155 .title-area img, body.parent-pageid-18 .title-area img, body.single .title-area img, body.page-template-page_landing .title-area img, body.search-results .title-area img, body.page-template-page_gallery .title-area img, .error404 .title-area img{
      display: none;

    }
  }

  @media screen {
    .header-widget-area {
      position: absolute;
      top: 2em;
      right: 1em;
    }
    .featured-video-plus.fvp-responsive .mejs-container {
      padding-top: 56.2% !important;
    }
    .site-container .featured-video-plus .wp-video video::-webkit-media-controls {
      display: none;
    }
    .site-inner .entry {
      padding: 0;
    }

    .site-inner .entry p.intro-text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      line-height: 1.4em;
    }
  }

  @media screen and (min-width: 1025px) {
    .site-inner .entry p.intro-text {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      line-height: 1.4em;
    }
  }


  @media screen and (max-width: 1024px) {
  .entry-content h1 {
      color: black;
      font-family: 'HCo Knockout';
      font-size: 54px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
  }
  .entry-content h2 {
      color: black;
      font-family: 'HCo Knockout';
      font-size: 40px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
  }

  .entry-content h3 {
      color: black;
      font-size: 36px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }

  .entry-content h4 {
      color: black;
      font-size: 32px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }

  .entry-content h5 {
      color: black;
      font-size: 28px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }
  }
  @media screen and (min-width: 1025px) {
    .site-inner h3 {
      font-size: 4rem;
      line-height: 1.2;
    }

  .entry-content h1 {
      color: black;
      font-family: 'HCo Knockout';
      font-size: 72px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
  }
  .site-inner h2 {
      color: black;
      font-family: 'HCo Knockout';
      font-size: 54px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
  }

  .entry-content h3 {
      color: black;
      font-size: 40px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }

  .entry-content h4 {
      color: black;
      font-size: 36px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }

  .entry-content h5 {
      color: black;
      font-size: 32px;
      line-height: 1.2;
      font-family: 'HCo Knockout';
      font-weight: 500;
  }

  }

  @media screen {
    .intro-headline {
      font-family: "Museo Sans", Verdana, Arial, sans-serif;
      color: #DA4F31;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.5;
      margin-bottom: 0;
    }
    .intro-text {
      text-align: center;
      font-family: "Museo Slab", Verdana, Arial, sans-serif;
      color: #a39382;
      max-width: 700px;
      margin: auto;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      line-height: 1.4em;
    }
  }

  @media screen and (min-width: 1025px) {
    .intro-text {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      line-height: 1.4em;
    }
  }

  @media screen {
    .related-items-headline {
      color: #DA4F31;
      font-family: "Museo Sans", Verdana, Arial, sans-serif;
      font-weight: 700;
      text-align: left;
    }
    .related-items-date {
      color: #DA4F31;
      margin-bottom: 0;
    }
  }

  @media screen and (min-width: 1025px) {
    .page-footer {
      margin-top: 150px;
    }
  }

  @media screen {
    .footer-map {
      width: 100%;
      position: relative;
      overflow: hidden;
    }
  }

  @media screen and (min-width: 1025px) {
    .footer-map {
      margin-top: 170px;
    }
  }

  @media screen and (min-width: 1025px) {
    .footer-map {
      overflow: visible;
      height: 500px;
    }
  }

  @media screen {
    .footer-map svg {
      height: 500px;
      width: auto;
      background-color: #EDE9E6;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }

  @media screen and (min-width: 1025px) {
    .footer-map svg {
      -webkit-transform: translateX(-25%);
      transform: translateX(-25%);
      height: 100%;
      width: auto;
    }
  }

  @media screen and (min-width: 1600px) {
    .footer-map svg {
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%);
    }
  }





  @media screen {

    .widget_widget_op_overview {
      margin: 0;
      width: 96%;
    }
    .widget_widget_op_overview table {
      line-height: 1.1;
      margin-bottom: 1em;
      max-width: 200px;
    }
    .widget_widget_op_overview table td, .widget_widget_op_overview table tbody {
      border: none;
    }
    .widget_widget_op_overview table tr.highlighted {
      background: url("images/opening-hours-underline.svg");
      background-repeat: no-repeat;
      background-position: -19px 19px;
      background-size: 185px 10px;
    }
    .widget_widget_op_overview table tr.op-row-day.highlighted th, .widget_widget_op_overview table tr.op-row-day.highlighted td {
      color: #a39382;
      font-weight: 900;
    }
    .widget_widget_op_overview table .op-cell-heading {
      text-transform: capitalize;
      font-weight: 900;
    }
    .entry-content-content {
      padding-top: 0em;
    }
  }

  @media screen and (min-width: 1025px) {
    body.single .title-area a, body.page-template-page_landing .title-area a, body.page-template-page_gallery .title-area a {
      overflow: hidden;
      position: relative;
      top: 5px;
    }
  }

  @media screen {
    body.single .entry-title, body.page-template-page_landing .entry-title, body.page-template-page_gallery .entry-title {
      margin-top: 0;
      margin-left: 0;
    }
    body.single .fl-module-video, body.page-template-page_landing .fl-module-video, body.page-template-page_gallery .fl-module-video {
      max-width: 500px;
    }
    .fun-facts {
      margin: 0;
      font-family: "Museo Slab", Verdana, Arial, sans-serif;
      font-size: 16px;
    }
  }

  @media screen and (min-width: 1025px) {
    .fun-facts {
      margin: 4em 0;
    }
  }

  @media screen {
    .fun-facts .fl-col-small:nth-child(2), .fun-facts .fl-col-small:nth-child(3) {
      display: none;
    }
  }

  @media screen and (min-width: 1025px) {
    .fun-facts .fl-col-small:nth-child(2), .fun-facts .fl-col-small:nth-child(3) {
      display: block;
    }
  }

  @media screen {
    .fun-facts p.content_fade {
      font-size: 16px;
      font-size: 1.6rem !important;
      line-height: 1.5em !important;
      font-weight: 400;
      max-width: 200px;
      margin: 0 auto;
    }
    .active .fun-fact-number {
      -webkit-animation: dash 3s ease forwards;
      animation: dash 3s ease forwards;
    }
    .active .newsletter-circle {
      -webkit-animation: dash 1s ease forwards;
      animation: dash 1s ease forwards;
    }
    body.home h2 {
      margin: 0 0 1em 0;
      line-height: 1;
    }
    #sb_instagram .sbi_follow_btn a, #sb_instagram #sbi_load .sbi_load_btn {
      background-color: #DA4F31 !important;
      font-family: "Museo Sans", Verdana, Arial, sans-serif !important;
      font-weight: 400;
      border-radius: 0 !important;
    }
    .fun-fact-number, .newsletter-circle {
      fill: none;
      stroke: #dc4e28;
      stroke-width: 3px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1700;
      stroke-dashoffset: 1700;
    }
    @-webkit-keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }
    @keyframes dash {
      to {
        stroke-dashoffset: 0;
      }
    }
  /*
  .stader-list .stade {
    display: flex;
    overflow: hidden;
    text-align: center;
    margin: 2em 0;
  }

@media screen and (min-width: 1025px) {
  .stader-list .stade {
    height: 250px;
    text-align: left;
  }
}

@media screen {
  .stader-list .stade:nth-child(even) .image {
    order: 2;
  }
}

@media screen and (min-width: 1025px) {
  .stader-list .stade:nth-child(even) .content {
    padding-left: 2em;
    padding-right: 1em;
  }
}

@media screen {
  .stader-list .image {
    flex-grow: 2;
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .stader-list .image {
    width: 100%;
    max-width: 60%;
    display: block;
  }
}

@media screen {
  .stader-list .image img {
    width: 100%;
    position: relative;
    top: -45%;
  }
}

@media screen and (min-width: 1025px) {
  .stader-list .content {
    padding-top: 2em;
    padding-left: 2em;
    width: 600px;
  }
}

@media screen {
  .stader-list .content h3 {
    margin-top: 0;
    }*/
  /*=========================================
=            SIGNLE EVENT PAGE            =
=========================================*/
body.single-stade .site-inner, body.single-torvevarer .site-inner {
  width: 100%;
  max-width: 100%;
}
  /*=======================================
=            FEATURED EVENTS            =
=======================================*/
.featured-events .event {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
}

@media screen and (max-width: 676px) {
  .featured-events .event {
    margin-bottom: 0em!important;
  }
  }@media screen and (min-width: 1031px) {
    .featured-events .event {
      flex-direction: row;
    }
  }

  @media screen and (min-width: 1031px){
    .featured-events .event div {
      flex: 1;
    }
    .featured-events .event .image {
      position: relative;
      right: auto;
    }
  }

  @media screen and (min-width: 1031px) {
    .featured-events .event .image {
      left: -6%;
      /*width: 60%;*/
      flex-grow: 2;
      left: auto;
      max-width: 541px;
      height: 676px;
    }
    .page-id-20 .featured-events .event {
      display: block;
      flex-basis: 31%;
    }
  }

  @media screen {
    .featured-events .event .content {
      padding: 1em 0 0 0;
    }
  }

  @media screen and (min-width: 1031px) {
    .featured-events .event .content {
      width: 40%;
      padding-left: 3em;
      padding-top: 2em;
    }
  }

  @media screen {
    .featured-events .event .content h3 {
      margin-top: 0;
      line-height: 1.2em;
    }
    .featured-events .event .content a h3:hover {
      color: #DA4F31;
    }
  }

  @media screen and (min-width: 1031px) {
    .featured-events .event:nth-child(odd) .image {
      order: 2;
      left: auto;
      right: -6%;
    }
  }

  @media screen and (min-width: 1031px) and (min-width: 1023px) {
    .featured-events .event:nth-child(odd) .image {
      right: auto;
    }
  }

  @media screen and (min-width: 1025px) and (min-width: 1023px) {
    .featured-events .event:nth-child(odd) .image img {
      margin: 0;
    }
  }

  @media screen and (min-width: 1031px) {
    .featured-events .event:nth-child(odd) .content {
      padding-left: 0;
      padding-right: 3em;
    }
    .featured-events .event:nth-child(even) .image img {
      margin: 0 30px 0 0;
    }
  }

  @media screen {
    .events-date {
      color: #dc4d28;
      margin-bottom: 0;

    }
    .events-date:first-letter {
      text-transform: uppercase;
    }
  /*======================================
=            EVENTS ARCHIVE            =
======================================*/
.events-list {
  display: flex;
}
.events-list .event {
  width: 31%;
  margin: 1%;
}
.events-list .event h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 0;
}
.weekly-events .event, .manet .featured-events .event {
  flex-basis: 31%;
}
.page-id-20:not(.manet) .past-events, .page-id-20:not(.manet) .weekly-events-title-past{
  display: none;
}

.footer-home {
  z-index: 1;
}
}

@media screen and (min-width: 1031px) {
  .weekly-events, .page-id-20 .featured-events {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    margin: 0!important;
    gap:3.5%;
  }
  .weekly-events {
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
  }
}

@media screen {
  .weekly-events .event {
    width: 96%;
    margin: 0 auto;
    display: flex;
  }
}

@media screen and (min-width: 1031px) {
  .weekly-events .event {
    display: block;
    margin: 0;
    width: 100%;
  }
  .weekly-events .event:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen {
  .weekly-events .event .image {
    overflow: hidden;
    max-height: 200px;
    flex: 1;
    position: relative;
    left: -3%;
  }
}

@media screen and (min-width: 1025px) {
  .weekly-events .event .image {
    left: auto;
  }
}

@media screen {
  .weekly-events .event .content {
    flex: 1;
    padding-top: 1em;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .weekly-events .event .content .event_desc p, article[aria-label="Det sker"] .featured-events .event .content p {
    display: block;
    font-size: 1.6rem;
  }
}

@media screen {
  .weekly-events .event .content .event_desc p.learn-more-link {
    height: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .weekly-events .event .content .event_desc p.learn-more-link {
    margin-top: 2em;
  }
}

@media screen {
  .weekly-events .event .content h3 {
    font-size: 5.4rem;
    /*line-height: 1.2;*/
  }
}

@media screen and (min-width: 1025px) {
  .weekly-events .event .content h3 {
    font-size: 4rem;

  }
}

@media screen {
  .weekly-events .event .content a h3:hover {
    color: #DA4F31;
  }
  .weekly-events .event:nth-child(even) .image {
    order: 2;
    left: auto;
    right: -3%;
  }
}

@media screen and (min-width: 1025px) {
  .weekly-events .event:nth-child(even) .image {
    right: auto;
  }
}

@media screen {
  .weekly-events .event:nth-child(even) .content {
    left: 0;
  }
  /*=========================================
=            SIGNLE EVENT PAGE            =
=========================================*/
body.single-event .site-inner {
  width: 100%;
  max-width: 100%;
}
body.single-event .entry-content {
  display: flex;
  flex-direction: column;
}
}

@media screen and (min-width: 1025px) {
  body.single-event .entry-content {
    flex-direction: column;
  }
}

@media screen {
  body.single-event .entry-content div {
    flex: 1;
  }
  body.single-event .entry-content .entry-featured-image {
    background-size: cover;
    min-width: 959px;
    min-height: 1198px;
    background-position: center center;
  }
  body.single-event .entry-content .entry-content-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body.single-tip .mejs-controls {
    display: auto !important;
    visibility: auto !important;
  }
  body.single-tip .featured-video-plus {
    pointer-events: auto;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  body.single-tip .site-inner {
    max-width: 100%;
  }
  body.single-tip .entry-content-content {
    margin: 0 auto;
  }
  body.single-tip .entry-content-content p {
    max-width: 40em;
  }
  .video-container {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tips-torvevarer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tips-torvevarer-grid h3 {
    margin: 0;
  }
  .tips-torvevarer-grid .first-column {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .tips-torvevarer-grid .first-column {
    width: 65.5%;
  }
}

@media screen {
  .tips-torvevarer-grid .first-column img {
    display: block;
    margin: 0;
  }
  .tips-torvevarer-grid .second-column {
    display: flex;
    justify-content: space-between;
  }
  .tips-torvevarer-grid .second-column div {
    width: 49%;
  }
}

@media screen and (min-width: 1025px) {
  .tips-torvevarer-grid .second-column div {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .tips-torvevarer-grid .second-column {
    width: 31%;
    flex-direction: column;
  }
}

@media screen {
  .tips-torvevarer-grid .second-column img {
    width: 100%;
    display: block;
    margin: 0;
  }
  .categories-label {
    color: #DA4F31;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
  }
  /*=========================================
=            SIGNLE RECEPI PAGE            =
=========================================*/
body.single-opskrift .site-inner {
  width: 100%;
  max-width: 100%;
}
}

@media screen and (min-width: 1025px) {
  body.single-opskrift .entry-content {
    flex-direction: row;
  }
  body.single-torvetilbud .entry-content {
    flex-direction: row;
  }
}

@media screen {
  body.single-opskrift .entry-content div {
    flex: 1;
  }
  body.single-opskrift .entry-content .entry-featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
  }
  body.single-opskrift .entry-content .entry-content-content {
    padding-left: 2em;
    padding-right: 2em;
  }
  body.single-torvetilbud .entry-content div {
    flex: 1;
  }
  body.single-torvetilbud .entry-content .entry-featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
  }
  body.single-torvetilbud .entry-content .entry-content-content {
    padding-left: 2em;
    padding-right: 2em;
  }
  /*=========================================
=            SIGNLE RECEPI PAGE            =
=========================================*/
body.page-template-page_gallery .site-inner, body.event-template-page_gallery .site-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
body.page-template-page_gallery .entry-content, body.event-template-page_gallery .entry-content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 0;
}
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content, body.event-template-page_gallery .entry-content {
    flex-direction: row;
  }
}

@media screen {
  body.page-template-page_gallery .entry-content div, body.event-template-page_gallery .entry-content div {
    flex: auto;
  }
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content div, body.event-template-page_gallery .entry-content div {
    flex: 1;
  }
}

@media screen {
  body.page-template-page_gallery .entry-content .entry-featured-image, body.event-template-page_gallery .entry-content .entry-featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
    order: 2;
  }
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content .entry-featured-image, body.event-template-page_gallery .entry-content .entry-featured-image {
    max-width: 50vw !important;
    order: 0;
  }
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider {
    max-width: 50vw !important;
  }
}

@media screen {
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap {
    position: relative;
    background: none;
    padding: 1em;
  }
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap .caption, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap .caption {
    color: black;
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    font-weight: 900;
  }
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap .slides img, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap .slides img {
    width: 50vw !important;
  }
}

@media screen and (min-width: 1025px) {
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .caption-wrap {
    background: white;
    max-width: 80%;
    position: absolute;
    left: 20%;
    bottom: 15vh;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@media screen {
  body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .flex-direction-nav .flex-prev, body.page-template-page_gallery .entry-content .entry-featured-image .metaslider .flex-direction-nav .flex-next, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .flex-direction-nav .flex-prev, body.event-template-page_gallery .entry-content .entry-featured-image .metaslider .flex-direction-nav .flex-next {
    width: 45px;
    height: 92px;
    background-image: url("images/slideshow-arrows.png");
  }
  body.page-template-page_gallery .entry-content .entry-content-content, body.event-template-page_gallery .entry-content .entry-content-content {
    padding-left: 2em;
    padding-right: 2em;
  }
  /*=========================================
=            SIGNLE RECEPI PAGE            =
=========================================*/
body.single-ravare .site-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
body.single-ravare .entry-content {
  display: flex;
  height: 100vh;
}
body.single-ravare .entry-content div {
  flex: 1;
}
body.single-ravare .entry-content .entry-featured-image {
  background-size: cover;
  background-position: center center;
}
body.single-ravare .entry-content .entry-content-content {
  padding-left: 2em;
}
body.single-ravare .entry-content .entry-content-content p {
  max-width: 40em;
}
.torvevarer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.torvevarer-list .torvevarer-item {
  width: 25%;
  margin: 0 2%;
}
.torvevarer-list .torvevarer-item img {
  width: 100%;
}
.timeline-wrap dd, .timeline-wrap dl, .timeline-wrap dt, .timeline-wrap h1, .timeline-wrap h2, .timeline-wrap h3, .timeline-wrap h4, .timeline-wrap h5, .timeline-wrap h6, .timeline-wrap li, .timeline-wrap p, .timeline-wrap ul {
  padding: 0;
  margin: 0;
}
.timeline-wrap a, .timeline-wrap dd, .timeline-wrap dt, .timeline-wrap h1, .timeline-wrap h2, .timeline-wrap h3, .timeline-wrap h4, .timeline-wrap h5, .timeline-wrap h6, .timeline-wrap li, .timeline-wrap p, .timeline-wrap span {
  line-height: 1em;
  font-weight: 400;
}
.timeline-wrap ul {
  list-style: none;
}
.timeline-wrap ul li {
  display: inline-block;
  vertical-align: top;
}
.timeline-wrap .timeline {
  width: 1110px;
  margin: 0 auto;
  padding: 80px 0;
}
.timeline-wrap .timeline .intro {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}
.timeline-wrap .timeline .intro dd.category {
  color: #DC4E28;
  font-size: 13px;
  padding-top: 40px;
}
.timeline-wrap .timeline .intro dd.title {
  font-family: "Museo Slab", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 10px 60px 0;
}
.timeline-wrap .timeline .intro p {
  padding-top: 10px;
}
.timeline-wrap .timeline dt {
  display: none;
}
.timeline-wrap .timeline ul.timeline {
  width: 100%;
  position: relative;
  padding-top: 0px;
}
.timeline-wrap .timeline ul.timeline li.graph {
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
.timeline-wrap .timeline ul.timeline li.graph svg {
  height: 100%;
}
.timeline-wrap .timeline ul.timeline li.milestone {
  width: 585px;
  display: block;
  position: relative;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2) {
  padding-top: 20px;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+1) {
  margin-right: 525px;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+2) {
  margin-left: 525px;
}
.timeline-wrap .timeline ul.timeline li.milestone dl {
  padding: 20px 0;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+1) dl {
  text-align: right;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+2) dl {
  text-align: left;
}
.timeline-wrap .timeline ul.timeline li.milestone dd {
  display: inline-block;
}
.timeline-wrap .timeline ul.timeline li.milestone dd.year {
  background-color: #FFF;
  padding: 10px 14px;
  color: #DC4E28;
  font-weight: 900;
  position: absolute;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+1) dd.year {
  right: 0;
}
.timeline-wrap .timeline ul.timeline li.milestone dd.description {
  line-height: 1.6em;
  width: 320px;
  padding: 7px 0 0 80px;
}
.timeline-wrap .timeline ul.timeline li.milestone:nth-of-type(2n+1) dd.description {
  padding: 7px 80px 0 0;
}
body.page-template-page_landing .site-inner, body.page-template-page_gallery .site-inner {
  margin-top: 0 !important;
}
body.search-results .hero-text {
  display: none;
}
.search-wrap {
  position: relative;
  max-width: 1100px;
  min-height: 100px;
}
.search-wrap .back_button {
  width: 43px;
  height: 37px;
  top: -22%;
  right: 0;
}
}

@media screen and (min-width: 1025px) {
  .search-wrap .back_button {
    width: 76px;
    height: 67px;
    top: 1%;
    right: 0;
  }
}

@media screen {
  .search-results-list li {
    list-style: none !important;
    max-width: 600px;
    margin: 2em 0;
    clear: both;
  }
  .search-results-list li .search-image-wrap {
    float: left;
    margin-bottom: 1em;
    min-height: 10px;
  }
  .search-results-list li .search-image-wrap img {
    width: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .search-results-list li .search-image-wrap img {
    width: 200px;
  }
}

@media screen {
  .search-results-list li .search-text-wrap {
    padding-left: 1em;
    float: left;
    max-width: 270px;
  }
}

@media screen and (min-width: 1025px) {
  .search-results-list li .search-text-wrap {
    max-width: 350px;
  }
}

@media screen {
  .search-results-list li .search-text-wrap h3 {
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  body.search-results .page-search {
    margin: 2em 0;
  }
  .search-results-number {
    color: #DA4F31;
  }
  .search-header {
    margin: 2em 0;
  }
  .pagination {
    text-align: center;
    margin: 1em 0;
  }
  a {
    font-weight: 800;
    color: #DA4F31;
    text-decoration: none;
  }
  a:hover {
    color: #DA4F31;
  }
  a.back_button {
    position: absolute;
    width: 76px;
    height: 67px;
    top: 1%;
    right: 0;
    z-index: 9999;
    display: block;
    background: url("images/button_close.svg") no-repeat;
  }
  .newsletter-subscribe {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 4em 0;
    position: relative;
    overflow: hidden;
    margin: 6rem auto;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter-subscribe {
    overflow: visible;
  }
}

@media screen {
  .newsletter-subscribe h4 {
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    color: #49433B;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    line-height: 1.3;
    margin-top: 0;
    position: relative;
    z-index: 5;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter-subscribe h4 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

@media screen {
  .newsletter-subscribe a {
    margin-top: 1em;
    background: #DA4F31;
    color: white;
    display: inline-block;
    color: white;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    padding: 0.7em 2em;
  }
  .newsletter-subscribe svg {
    position: absolute;
    top: 28%;
    left: -23%;
    width: 144%;
    height: auto;
    z-index: 1;
    pointer-events: none;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter-subscribe svg {
    top: 0;
    left: -11%;
    height: 110%;
    width: auto;
  }
}

@media screen {
  .newsletter-subscribe svg .newsletter-circle {
    stroke-width: 3px;
  }
}

@media screen and (min-width: 1025px) {
  .newsletter-subscribe svg .newsletter-circle {
    stroke-width: 1px;
  }
}

@media screen {
  .widget_search {
    position: relative;
    z-index: 99999;
  }
  .widget_search::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/search.svg") no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    position: absolute;
    right: .7em;
    top: 8px;
    /* pointer-events: none; */
  }
  .widget_search input[type="search"] {
    font-family: "Museo Sans", Verdana, Arial, sans-serif;
    color: inherit;
    border: none;
    position: relative;
    background: none;
    padding: 0.5em;
    width: 200px;
    padding-right: 40px;
  }
  .widget_search input[type="search"]::-ms-clear {
    display: none;
  }
  .widget_search input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0);
  }
  .widget_search input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0);
  }
  .widget_search input[type="search"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0);
  }
  .widget_search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0);
  }
  .widget_search input[type="search"]:focus {
    background: linear-gradient(to right, #e2745c 0%, #e2745c 80%, #DA4F31 80%, #DA4F31 100%);
    color: white;
  }
  .widget_search input[type="search"]:focus::-webkit-input-placeholder {
    color: white;
  }
  .widget_search input[type="search"]:focus:-ms-input-placeholder {
    color: white;
  }
  .widget_search input[type="search"]:focus::-ms-input-placeholder {
    color: white;
  }
  .widget_search input[type="search"]:focus::placeholder {
    color: white;
  }
  .widget_search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 0;
    height: 32px;
    z-index: 99999;
    opacity: 0;
    display: none;
  }
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    background-color: rgb(222, 105, 82) !important;
    background-image: none !important;
    color: rgb(238, 179, 167) !important;
  }
  .widget_search .search-form:focus-within {
    position: relative;
  }
  .widget_search .search-form:focus-within input[type="submit"] {
    display: block;
  }
  .page-search {
    text-align: center;
  }
  .page-search .widget_search {
    display: inline-block;
    position: relative;
    text-align: center;
  }
  .page-search .widget_search:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background-image: url("images/search.svg");
    background-size: 20px 20px;
    background-position: center center;
  }
  .page-search .widget_search form.search-form {
    position: relative;
  }
  .page-search .widget_search form.search-form input[type="search"] {
    background-image: url("images/search-red.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 20px;
    position: relative;
  }
  .page-search .widget_search form.search-form input[type="search"]:focus {
    background: linear-gradient(to right, #e2745c 0%, #e2745c 80%, #DA4F31 80%, #DA4F31 100%);
  }
  body.single .widget_search:after, body.page-template-page_gallery .widget_search:after, .error404 .widget_search:after {
    background-image: url("images/search-red.svg");
  }
  body.single .widget_search:focus-within:after, body.page-template-page_gallery .widget_search:focus-within:after {
    background-image: url("images/search.svg");
  }
  body.search-results .site-header .widget_search:after {
    background-image: url("images/search-red.svg");
  }
  body.search-results .site-header .widget_search:focus-within:after {
    background-image: url("images/search.svg");
  }
  .genesis-nav-menu {
    position: relative;
  }
  .menu-toggle {
    position: absolute !important;
    top: 7px;
    right: 10px;
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    padding: 0;
    border: 0;
  }
  .menu-toggle svg {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dashicons-menu:before {
    content: "" !important;
  }
  .nav-primary {
    margin-top: 1em;
    border: none;
    text-transform: uppercase;
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 99999;
  }
}

@media screen {
  .statement {
    position: relative;
    padding: 0 0 46% 0;
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 1025px) {
  .statement {
    margin-bottom: 0;
  }
}

@media screen {
  .statement .listing-item {
    list-style: none;
  }
  .statement .image {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 560px;
    display: block;
  }
  .statement img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  .statement .statement-wrapper {
    position: absolute;
    background: white;
    z-index: 9;
    max-width: 200px;
    padding: 2em;
    text-align: center;
    bottom: -8.5em;
    right: 13vw;
  }
}

@media screen and (min-width: 1025px) {
  .statement .statement-wrapper {
    max-width: 430px;
  }
}
@media screen and (max-width: 1023px) {
 .last_statement_home {
  height: 70vw!important;
  font-size: 1.2rem!important;
}
}

.statement-wrapper {
  height: 30vh;
}
}

@media screen {
  .statement .statement-wrapper .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #DA4F31;
    font-weight: 800;
  }
  .statement .statement-wrapper .content p {
    font-family: "Museo Sans", Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 10px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  .statement .statement-wrapper .content p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen {
  .gift-card {
    background-image: url("https://torvehallernekbh.dk/wp-content/uploads/2021/04/DSC_8279.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    text-align: center;
    position: relative;
    min-height: 50vh;
  }
}

@media screen and (min-width: 1025px) {
  .gift-card {
    background-size: cover;
    min-height: 70vh;
  }
}

@media screen {
  .gift-card .column {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 800px;
    max-width: 90%;
  }
  .gift-card .column p {
    margin: 0;
    font-weight: 900;
  }
  .gift-card ul {
    margin-left: 0;
  }
  .gift-card ul li {
    font-family: "Museo Slab", Verdana, Arial, sans-serif;
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.4);
    line-height: 1.41 !important;
    display: inline-block;
    padding: 0 0.3em;
    font-weight: 900;
  }
}

@media screen and (min-width: 1025px) {
  .gift-card ul li {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

@media screen {
  .image-wrap {
    height: 70vh;
    overflow: hidden;
    margin: 0 -8%;
  }
}

@media screen and (min-width: 1025px) {
  .image-wrap {
    margin: 0 -66px;
  }
}

@media screen {
  .image-wrap img {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    width: 100%;
  }
  .text-wrap {
    max-width: 580px;
    padding: 40px 40px 0 40px;
    margin: auto;
    position: relative;
    top: -4em;
    background: white;
  }
  .three-columns-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .three-columns-flex .torvevarer-item {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .three-columns-flex.dividable:after {
    display: none;
  }
  .three-columns-flex:after {
    content: "";
    flex: auto;
    max-width: 31%;
  }
}

@media screen {
  .three-columns-flex .featured-video-plus {
    display: none;
  }
  .three-columns-flex .ravare h3 {
    margin: 0;
  }
  .three-columns-flex .ravare .content {
    margin-bottom: 2em;
  }
  .three-columns-flex .ravare .content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .three-columns-flex div {
    width: 49%;
  }
}

@media screen and (min-width: 1025px) {
  .three-columns-flex div {
    width: 31%;
  }
  .three-columns-flex div:nth-child(3n) {
    margin: 0;
  }
}

@media screen {
  .three-columns-flex div img {
    width: 100%;
  }
  .preloader {
    background: lightgray;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    -webkit-animation: preload 2s 4s linear forwards;
    animation: preload 2s 4s linear forwards;
  }
  .preloader .logo {
    width: 140px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .preloader svg #torvehallerne_logo #circle, .preloader svg #torvehallerne_logo #line-vertical, .preloader svg #torvehallerne_logo #line-horizontal {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    -webkit-animation: dash 3.2s ease forwards;
    animation: dash 3.2s ease forwards;
  }
  .preloader svg #torvehallerne_logo #TORVEHALLERNE, .preloader svg #torvehallerne_logo #KBH {
    opacity: 0;
    overflow: hidden;
    -webkit-animation: reveal 3s 2s ease forwards;
    animation: reveal 3s 2s ease forwards;
  }
  .preloader svg #torvehallerne_logo #line-vertical {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .preloader svg #torvehallerne_logo #line-horizontal {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  @-webkit-keyframes reveal {
    to {
      opacity: 1;
    }
  }
  @keyframes reveal {
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes preload {
    to {
      opacity: 0;
    }
  }
  @keyframes preload {
    to {
      opacity: 0;
    }
  }
  .to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(218, 79, 49, 0.8) url(images/to-top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
  }
  .to-top.top-fade-out {
    opacity: .5;
  }
  .no-touch .to-top:hover {
    background-color: #DA4F31;
    opacity: 1;
  }

  @media only screen and (min-width: 1025px) {
    .modal-body{
      padding: 300px!important;
      padding-top: 0px!important;
    }
  }
  @media only screen and (min-width: 768px) {
    .to-top {
      right: 20px;
      bottom: 20px;
    }
  }

  @media only screen and (min-width: 1024px) {
    .to-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px;
    }
  }

  @media screen {
    .fl-row:first-child {
      margin-top: 0;
    }
    .fl-wp-video {
      font-size: 0 !important;
    }
  }

  @media print {
    @page {
      margin: 1cm 2cm;
      margin-bottom: 2cm;
    }
    body {
      font-family: 'Open Sans', sans-serif;
      font-size: 12pt;
    }
    .site-header, .site-footer {
      display: none;
    }
    .no-print {
      display: none;
    }
    .sidebar {
      display: none;
    }
    .nav-wrap {
      display: none;
    }
    .screen-reader-text, .genesis-skip-link, #genesis-nav-primary, .screen-reader-shortcut,
    .screen-reader-shortcut, #genesis-sidebar-primary, .screen-reader-shortcut {
      display: none;
    }
    .site-header-print {
      display: block;
      text-align: right;
      border-bottom: 5px solid #0075AE;
    }
    .site-header-print p {
      margin: 0;
      font-size: 1.5em;
      float: left;
      font-weight: 600;
    }
    .site-footer-print {
      display: block;
      text-align: center;
      border-top: 5px solid #0075AE;
    }
    .header-print-logo {
      width: 200px;
    }
  }

  .modal-dialog {
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    height: 100vh!important;
  }

  .modal{
    padding: 0!important;
    background: #ECE9E697;
    z-index: 999999!important;
  }

  .close {
    position: fixed;
    top: 100px;
    right: 102px;
    min-height: 60px;
    min-width: 60px;
    z-index: 99999999999999999999;
  }

  .close span{
    font-size: 5rem;
  }

  .modal-content{
    background: #ECE9E697!important;
    height: 100vh;
  }

  .modal-header{
    border: none!important;
    padding-top: 30px!important;
  }
  .magnify-orange{
    max-width: 30px;
  }

  #menu-tips-and-torvevarer, #om-os-menu, #stade-menu{
    margin: 0;
    text-align: center;
    padding: 0!important;
  }
  #menu-tips-and-torvevarer li, #om-os-menu li{
    list-style-type: none!important;
  }
  #menu-tips-and-torvevarer a, #om-os-menu a, #stade-menu a{
    text-align: center;
    font-family: 'HCo Knockout';
    font-size: 5rem;
    line-height: 5rem;
    text-transform: uppercase;
    color: #2B2E34;
  }

  .om-os-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .tips-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tips-main > div > div > div:first-of-type{
    text-align: center;
  }

  .page-id-314 .featured-video-plus, .page-id-314 .hero-text,.page-id-2853 .featured-video-plus, .page-id-2853 .hero-text,.page-id-281 .featured-video-plus, .page-id-281 .hero-text,.page-id-278 .featured-video-plus, .page-id-278 .hero-text,.page-id-287 .featured-video-plus, .page-id-287 .hero-text,.page-id-284 .featured-video-plus, .page-id-284 .hero-text,.page-id-242 .featured-video-plus, .page-id-242 .hero-text,.page-id-2060 .featured-video-plus, .page-id-2060 .hero-text,.page-id-272 .featured-video-plus, .page-id-272 .hero-text,.page-id-215 .featured-video-plus, .page-id-215 .hero-text,.page-template-map .featured-video-plus, .page-template-map .hero-text{
    display: none;
  }
  article[aria-label="Om os"] .gb-container-inside .entry-title{
    font-size: 5rem;
    line-height: 5rem;
    padding-top: 30rem;
  }

}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  margin-top: 0em;
  background: #DA4F31;
  color: white;
  display: inline-block;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  padding: 0.7em 2em;
}

input, select, textarea {
  background: linear-gradient(to right, #e2745c 0%, #e2745c 100%);
  font-family: "Museo Sans", Verdana, Arial, sans-serif;
  color: white;
  border: none;
  position: relative;
  padding: 0.5em;
  width: 100%;
  text-align: center;
  margin-right: 10px!important;
}
::-webkit-input-placeholder, :focus {
  color: #fff;
}
table, tr, td, tbody {
  border: 0;
}


article p, article span:not(.tadv-color){
  font-family: 'Museo Sans';
  font-weight: 300;
  color: black;
  font-size: 1.6rem;
}
strong {
  font-weight: 700!important;
}
.weekly-events .event .image, .page-id-20 article[aria-label="Det sker"] .featured-events .event .image {
  height: 421px;
  width: 100%;
  max-height: 421px;
  display: block;
}
.page-id-20:not(.manet) .featured-events .event:nth-child(even) .content {
  text-align: left!important;
}
article[aria-label="Det sker"] .featured-events .image, article[aria-label="Forside"] .featured-events .image{
  margin: 0;
  background-size: cover!important;
  /*background-size: auto 100%!important;*/
}

.weekly-events .tags{
  padding: 0;
  margin: 0;
}

article[aria-label="Det sker"] .featured-events .event .content {
  padding: 0;
  width: 100%;
}
.manet article[aria-label="Det sker"] .featured-events{
  text-align: left;
}
.manet article[aria-label="Det sker"] .featured-events .event{
  display: block;
}
.event_desc p{
  color: #2B2E34;
  /*min-height: 8rem;*/
}
.manet .manet, .manet .weekly-events-title, .manet .weekly-events{
  display: none;
}
.manet .weekly-events-title-past{
  margin-bottom: 6rem;
}
.page-id-20:not(.manet) .orange-line{
  display: none;
}
.manet article[aria-label="Det sker"] .weekly-events-title{
  margin-top: 15rem;
}
article[aria-label="Det sker"] .featured-events .event .content h3 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  line-height: 4rem;
}
article[aria-label="Det sker"] .weekly-events-title{
  margin-top: 4rem;
  margin-bottom: 8rem;
}
article[aria-label="Det sker"] .featured-events .event .content .tags {
  margin-top: .7rem;
}
article[aria-label="Stader"] .tips .image {
  /*max-height: 421px;*/
  /*max-width: 337px;*/
  height: 421px;
  width: 337px;
}
.page-id-16 .tips .image, .parent-pageid-16 .tips .image{
  max-height: 421px;
  max-width: 337px;
  height: 421px;
  width: 337px;
}

body{
  overflow: hidden;
}
@media only screen and (max-width: 1030px) {

  .modal-body {
    padding: 0px!important;
  }

  .modal-body li a, .modal-body a{
    font-size: 3.6rem!important;
    line-height: 3.6rem!important;
    font-weight:  500;
  }
  .modal-dialog .close {
    top: 10px;
    right: 10px;
    opacity: 1;
  }

  .parent-pageid-18 p{
    /*font-size: 1.6rem!important;*/
  }

  article[aria-label="Tips & Torvevarer"] .tips-content-under {
    text-align: left;
  }
  article[aria-label="Tips & Torvevarer"] .tips-list .tips:nth-child(2n)  {
    margin-left: 2%;
  }
  article[aria-label="Tips & Torvevarer"] .tips-list, .parent-pageid-16 .tips-list  {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  article[aria-label="Tips & Torvevarer"] .tips, .parent-pageid-16 .tips{
    flex-direction: column;
  }

  article[aria-label="Tips & Torvevarer"] .tips .image, .parent-pageid-16 .tips .image {
    height: 51.2vw;
    width: 41.07vw;
    max-height: 51.2vw;
    max-width: 41.07vw;
  }

  article[aria-label='Stader'] .tips > div{
    flex-basis: 50%!important;
    text-align: center;
  }

  .single-stade .stade-content {
    margin-top: 7rem!important;
    padding-bottom: 0!important;
  }

  .single-stade .mere{
    margin-left: 0;
    margin-top: 30px;
  }

  .mere .stade-events {
    align-items: center;
  }

  .single-stade .event {
    margin-bottom: 60px!important;
  }

  .single-stade .event .tags, .single-stade .event .entry-title{
    margin-left: 0!important;
  }

  .single-stade .stade-events .image{
    max-width: 100%!important;
    height: 393px;
    width: 314px;
  }

  .single-stade{
    /*overflow: hidden;*/
  }

  h6.entry-title {
    /*font-size: 15.2vw!important;*/
    /*line-height: 15.2vw!important;*/
  }

  .single-stade .stade{
    padding: 0;
  }

  article[aria-label='Stader'] .tips{
    flex-basis: 100vw;
  }
  .tips{
    display: flex;
    max-width: 100vw;
  }
  .tips-list {
    width: 86vw;
    margin: 0 auto!important;
  }
  article[aria-label='Stader']  .tips-list {
    width: 100vw;
    margin-left: -10%!important;
  }
  .tips-content-under{
    text-align: center;
  }

  .manet .featured-events .event:nth-child(odd), article[aria-label="Stader"] .tips:nth-child(odd){
    flex-direction: row-reverse!important;
  }

  .manet .featured-events .event {
    margin: 0 auto;
    display: flex!important;
  }

  .weekly-events, .manet .featured-events {
    display: grid;
    grid-template-columns: 100%;
    /*grid-gap: 2%;*/
    /*margin-left: -8vw;*/
    width: 100vw;
  }
  .weekly-events .events-date{
    font-size: 1.2rem;
    margin: 0;
    margin-left: 0!important;
  }
  .weekly-events h3{
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 500;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: .5rem;
    margin-top: .5rem!important;
  }

  .weekly-events .event_desc p{
    font-size: 1.6rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .weekly-events .event, .manet article[aria-label="Det sker"] .featured-events .event, article[aria-label="Stader"] .tips-list .tips {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .weekly-events .event .content, .manet article[aria-label="Det sker"] .featured-events .event{
    left: 0;
  }

  .weekly-events .event .image, .manet article[aria-label="Det sker"] .featured-events .event .image, article[aria-label="Stader"] .tips-list .tips .image {
    /*max-height: 208px;*/
    /*max-width: 184px;*/
    height: 55.47vw;
    /*flex-basis: 100%;*/
  }

  .weekly-events{
    grid-gap: 0;
  }
  .weekly-events .content{
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .weekly-events .event:nth-child(even) .image {
    right: 0vw;
  }
  .weekly-events .event:nth-child(odd) .image {
    left: -1vw;
  }
  .manet .featured-events .event .content{
    padding: 1rem!important;
    text-align: center!important;
  }

  .featured-events .event .image{
    height: 39.2rem;
    /*width: 31.4rem;*/
    /*width: max(31.4rem, 55.47vw);*/
    /*width: 30%;*/
    /*min-width: 31.4rem;*/
    max-width: 83.7334vw;
    width: 100vw!important;
  }

  .page-id-20 .site-inner{
    margin-top: 70vw;
  }

  .container-spoiler{
    width: 100vw;
    position: relative;
    margin-left: -50vw!important;
    left: 50%;
  }

  .spoiler h2 {
    font-size: 2.2rem!important;
    line-height: 5.3rem!important;
  }
  .spoiler h2:after {
    width: 30px!important;
    height: 27px!important;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }

  .spoiler h2.open:after {
    top: 30px!important;
    height: 2.5px!important;
  }

  .spoiler .gb-container-content .gb-container-content > * {
    padding-right: 50px!important;
  }

  .spoiler h2{
    padding-right: 60px!important;
  }

  article[aria-label="COVID-19"] .spoiler h2{
    line-height: 1.2!important;
    padding: 1rem;
    padding-left: 0;
  }

  .subtitle{
    /*font-size: 1.6rem!important;*/
  }
  .page-id-2205 .entry-title {
    font-size: 5.7rem!important;
  }

  .parent-pageid-18 .mere{
    margin-left: 0;
  }

   .mere .content{
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
    float: revert;
  }
  .parent-pageid-18 .mere .content .tags{
    margin-left: 0;
    margin-bottom: 0;

  }
}
.map_container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.map_container span {
  font-size: 1.3rem;
  font-weight: 100;
  font-family: 'Museo Sans', Verdana, Arial, sans-serif;
  line-height: 1.6rem;
  margin-left: 35px;
}

.headline_find{
  display: none;
}


#persondata > div{
  height: 53px;
}

#persondata .title-person-minus:after {
  right: 4%;
  top: 20px;
  pointer-events: none;
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi4wOTkiIGhlaWdodD0iMi45ODEiIHZpZXdCb3g9IjAgMCAzNi4wOTkgMi45ODEiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOm5vbmU7c3Ryb2tlOiNkYzRlMjg7c3Ryb2tlLXdpZHRoOjJweDt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuODU5IC0zNC4zMDEpIj48cGF0aCBjbGFzcz0iYSIgZD0iTTQxLjgxMywzNS41NzdDMzAuMDI3LDM3LjI5MiwxNy45NjMsMzUuOCw1LjksMzUuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIvPjwvZz48L3N2Zz4=");
  content: '';
}
#persondata .title-person:after {
  right: 5%;
  top: 20px;
  pointer-events: none;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNy42OTQiIGhlaWdodD0iMzQuMDYzIiB2aWV3Qm94PSIwIDAgMzcuNjk0IDM0LjA2MyI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6bm9uZTtzdHJva2U6I2RjNGUyODtzdHJva2Utd2lkdGg6NHB4O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAzNyAwLjE1OSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjIxNCAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0zNy42ODksMy44YzEuNzkzLDExLjExMi4yMzEsMjIuNDg1LS4yODksMzMuODU4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcuNCAtMy44KSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDE2LjQzMykiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDMuNDI3LDM1LjU2MUMzMS4xMTEsMzcuMTc4LDE4LjUwNSwzNS43Nyw1LjksMzUuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuOSAtMzUuMykiLz48L2c+PC9nPjwvc3ZnPg==");
}

.title-person, .title-person-minus {
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 35px;
  line-height: 53px;
  position: relative;
}
#persondata div > div > p{
  display: block;
}
#persondata p{
  padding: 1%;
  font-size: 1.6rem;
  display:none;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 3%;
}

#persondata > div:nth-child(odd) {
  background-color: #fff;
}
#persondata > div:nth-child(even) {
  background-color: #ECE9E6;
}


.legend-title{
  font-size: 7.2rem;
  color: #000;
  font-weight: 500;
  line-height: 7rem;
}

.map_container{
  font-family: 'HCo Knockout', Verdana, Arial, sans-serif;
  color: #2B2E34;
}

.map-container {
  font-family: 'HCo Knockout', Verdana, Arial, sans-serif;
  color: #2B2E34;
  width: 100vw;
  margin-left: calc(0px - (100vw - 1088px)/2);
  margin-top: 50px;
  background: #ECE9E6;
}

.legend-container {
  max-width: 1088px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

#map-legend b {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4rem;
  font-family: 'HCo Knockout', Verdana, Arial, sans-serif;
}

#map-legend span {
  font-size: 1.6rem;
  font-weight: 100;
  font-family: 'Museo Sans', Verdana, Arial, sans-serif;
}

.imp-shapes-menu-wrap-left {
  height: 400px!important;
}

#rect-6473{
  pointer-events:none;
}
.imp-wrap {
  max-width: 961px!important;
  width: 100%!important;
  height: unset!important;
  margin-top: 100px auto!important;
}
/*.default-featured-img{
  display: none;
}*/
body{
  font-family: 'Museo Sans', Verdana, Arial, sans-serif;
  font-weight: 100;
}
.subtitle{
  color: #707070;
  /*font-size: 1.6rem;*/
  font-family: 'Museo Sans', Verdana, Arial, sans-serif;
  font-weight: 100;
}

.spoiler{
  font-weight: 100;
  font-size: 1.6rem;
  font-family: 'Museo Sans', Verdana, Arial, sans-serif;
}

.spoiler h2{
  font-size: 4rem;
  font-weight: 500;
  font-family: 'HCo Knockout', Verdana, Arial, sans-serif;
  text-align: left;
  margin-left: 50px;
  line-height: 8rem;
  padding-right: 100px;
  margin-bottom: 0;
  padding-top: 0;
}

.spoiler h2.line-height {
  line-height: 4rem;
  padding: 20px 100px 20px 0;
}

.spoiler strong{
  font-weight: 500;
}

.spoiler .gb-container-content .gb-container-content > *{
  margin-left: 50px;
  padding-right: 100px;
}
.spoiler .gb-container-content .gb-container-content:last-child{
  padding-bottom: 50px;
}

article[aria-label="Persondatapolitik"] .subtitle{
  color: black;
}

.spoiler h2.open:after {
  right: 5%;
  top: 40px;
  pointer-events: none;
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  background-size: contain;
  background-image: url(https://torvehallernekbh.dk/wp-content/uploads/2020/10/Streg_Streg_TKBH.svg);
  content: '';
}
.spoiler h2:after {
  right: 5%;
  top: 20px;
  pointer-events: none;
  position: absolute;
  content: '';
  width: 40px;
  height: 37px;
  background-size: contain;
  background-image: url(https://torvehallernekbh.dk/wp-content/uploads/2020/10/Plus_Plus_TKBH.svg);
}
.spoiler h2.line-height:after {
  top: 40px;
}
.spoiler h2.line-height.open:after {
  top: 55px;
}

.spoiler .gb-block-container{
  display: none;
}

.container-spoiler > div > div > div:nth-child(even) {
  /*background-color: #ECE9E6;*/
}

.page:not(.home):not(.page-id-8979):not(.page-id-20):not(.parent-pageid-16):not(.page-id-6433):not(.page-id-16):not(.page-id-18) #menu-main-nav a, .search #menu-main-nav a, .single #menu-main-nav a, .error404 #menu-main-nav a{
  color: black;
}
.page:not(.home):not(.page-id-20):not(.parent-pageid-16):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .current-page-ancestor span{
  padding: 0 20px 0 20px;
}
.page .current_page_item span, .page .current-menu-item span, .current-page-ancestor span{
  padding: 0 10px 0 10px;
  /*border-bottom: 3px solid #fff;*/
}
.current_page_item span {
  /*border-bottom: 3px solid #fff;*/
  /*padding: 0 20px 0 20px;*/
}
.nav-primary .current-menu-item a path, .nav-primary .current-page-ancestor a path{
  /*stroke: transparent;*/
}

.menu-item .link-underline {
  margin: 0;
}
.menu-item:hover path {
  stroke: #dc4e28;
  animation: dash 1s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
.menu-item:not(.current-page-ancestor):hover .link-underline path {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 1.2s linear;
  animation-fill-mode: forwards;
  stroke: #DA4F31;
  stroke-width: 3px;
}
.page:not(.home):not(.page-id-20):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .menu-item:not(.current-page-ancestor):hover .link-underline path{
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 1.2s linear;
  animation-fill-mode: forwards;
  stroke: #DA4F31;
  stroke-width: 3px;
}
.menu-item .link-underline path {
  stroke: transparent;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 676px) {
  .weekly-events, .manet .featured-events {
    margin-left: -13.7vw;
  }
}
@media screen and (min-width: 1031px) {
  .paralax .wp-block-cover__inner-container{
    margin-right: 5%!important;
    margin-left: 5%!important;
  }
  article[aria-label="Forside"],  article[aria-label="Nyheder"], article[aria-label="Det sker"], article[aria-label="Stader"], article[aria-label="Tips & Torvevarer"], article[aria-label="Om os"], .parent-pageid-16 article {
    margin-top: calc(50vw - 200px) !important;
  }
}

.learn-more-link {
  /*width: 100%;*/
  margin-top: 0em;
  font-weight: 800;
  color: #DA4F31;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 0;
}
.learn-more-link:hover path {
  transition: d 0.5s ease;
  d: path("M0,2c7.7,0,22.4,0,35.5,0C50.9,2,67.6,2,81,2c16.5,0,29.5,0,39,0");
}
.link-underline {
  display: block;
  margin-top: 0.3em;
  width: auto!important;
}

p:not(.stader-underline):not(.footer-program-link) .link-underline {
}

.stader-underline{
  max-width: 250px;
  margin: 0 auto;
}

.footer-program-link{
  max-width: 180px;
}

.footer-home .learn-more-link{
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1030px){
  .footer-program-link{
    margin:0 auto;
  }
}

.link-underline path {
  fill: none;
  stroke: #dc4e28;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-width: 1px;
}

article[aria-label="Nyhedsbrev"] input, article[aria-label="Nyhedsbrev"] select{
  font-size: 1.9rem;
}


article h4, article h5 {
  font-family: 'Museo Sans';
  font-weight: 100;
  font-size: 2.3rem;
}

label{
  text-align: left;
}

.stade{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  /*padding-bottom: 15rem;*/
}

#map-legend span{
  cursor: pointer;
}

.entry-featured-image{
  max-width: 600px;
  max-height: 750px;
  height: 1198px;
  margin-right: auto;
  margin-bottom: 2em;
  background-position: 0 40%;
  background-size: cover;
}

.entry-content-content, .video-container {
  max-width: 959px;
}

.video-container iframe {
  max-height: 540px;
  max-width: 959px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  margin: 0 auto;
}

.page:not(.home):not(.page-id-20):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .widget_search::after {
  background: url("images/search_black.svg") no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: 20px 20px;
  position: absolute;
  right: 2rem;
  top: 5px;
  pointer-events: none;
}
.learn-more-link a:hover, a.learn-more-link:hover{
  color: #dc4d28;
}

.single-stade .stade-content {
  margin-top: 0rem;
  padding-bottom: 20rem;
}
.stade-content figure{
  overflow: hidden;
}

.page-id-215 .mere .event:first-child, .page-id-18 .mere .event:first-child, .page-id-209 .mere .event:first-child{
  margin-right: 3%;
}


.single-event .container-slider-stade{
  margin-top: 2rem;
}
.single-event .blocks-gallery-grid{
  margin-left: 0;
}

.single-event .entry-content-content{
  padding-bottom: 10rem;
}

.page-id-20 .site-inner{
  text-align: center;
}

.manet article[aria-label="Det sker"] .entry-content{
  text-align: center;
}
article[aria-label="Det sker"] .entry-title > div > div{
  text-align: center;
  line-height: 5rem;
}

article[aria-label="Det sker"] .weekly-events{
  text-align: left;
}
article[aria-label="Det sker"] .subheader{
  margin-bottom: 15rem;
}

.stade-contact h3 {
  font-family: 'Museo Sans';
  font-size: 4rem;
}
#searchform-om, #searchform-1, #searchform-stade{
  height: 7rem;
  font-size: 4rem;
}
#om-os-menu .search-form-submit, #tips-menu .search-form-submit{
  display: none;
}
#om-os-menu .search-form-stade{
}
#menu-main-nav .link-underline{
  margin-top: -1rem;
}
.events-date strong{
  font-weight: 100!important;
}
#menu-main-nav .link-underline {
  margin: 0 auto;
}

.tips-list .tips{
  margin-bottom: 3rem;
  flex-basis: 31%;
}

.single-tip figure {
  margin-bottom: 10rem;
}
p{
  font-size: 1.6rem;
}
.single-tip .mere, .single-torvevarer .mere{
  margin-top: 10rem;
}

.mere .event:first-child {
  margin-right: 3%;
}
.single-torvevarer .entry-content-content {
  margin: 0 auto;
  font-family: 'Museo Sans';
  font-size: 2.3rem;
  font-weight: 300;
  color: black;
}

.single-torvevarer .site-inner {
  margin-bottom: 10rem;
}
.single-torvevarer .mere {
  margin: 0!important;
}

.tips-list{
  margin-top: 10rem;
}

.single-event .entry-featured-image{
  display: none;
}

.image{
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  /*background-size: 100% auto!important;*/
  background-size: cover!important;
}

#menu-main-nav{
  margin-top: 12px;
}
.link-underline {
  margin-top: 0.15em;
}
body.single .site-inner, body.single .site-inner, body.parent-pageid-18 .site-inner{
  max-width: 815px;
}


.stade-events .image{
  min-height: 475px;
  height: auto!important;
}
.stade-events .event{
  width: 48%;
}
.stade-mere-title{
  width: 80%;
  font-size: 5.4rem;
  line-height: 5rem!important;
  margin-bottom:  0!important;
}


.footer-home .link-underline {
  margin-top: -0.75rem;
}

.featured-events .link-underline, .weekly-events .link-underline {
  margin-top: -0.10em;
}

.tips-home:not(.covid-home):not(.second-last-home):not(.first-home) .learn-more-link a::first-letter{
  margin-right: -15px;
}

.single-event .fl-button{
  font-weight: 600;
  border: 1px solid #f35a27;color: #fff;background: #f63;display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;-webkit-border-radius: 4px;
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single-event .gb-container-content figure img: first-of-type{
  height: 1020px!important;
  object-fit: cover;
}

.single-event .entry-content span{
  font-family: 'Museo Sans';
  font-weight: 300;
  font-size: 1.9rem;
}

.weekly-events .event .image{
  background-size: auto!important;
}

.weekly-events .event .image {
  background-size: cover!important;
}
.stade-mere-title{
  margin: 0 auto!important;
  margin-bottom: 1rem!important;
}
ul li{
  font-family: 'Museo Sans';
  font-weight: 100;
  font-size: 1.6rem;
}
@media screen and (max-width: 676px) {
  .weekly-events, .manet .featured-events {
    margin-left: -7vw;
  }
  body.single .site-inner, body.single .site-inner, body.parent-pageid-18 .site-inner {
    max-width: 84%!important;
  }
  .single-event figure img{
    max-height: 475px!important;
  }
  .stade-mere-title{
    margin-left: 8%!important;
  }
  .link-underline{
    /*width: 100%!important;*/
  }
  .middle-statement .link-underline {
    width: 150px!important;
  }
  .tips-home .link-underline {
    width: 140px!important;
  }
  .covid-home .link-underline {
    width: 70px!important;
  }
  .insta .link-underline {
    width: 180px!important;
  }
  .first_container .has-text-align-center .link-underline, article[aria-label="Det sker"] .has-text-align-center .link-underline {
    width: 120px!important;
  }
  .stade-mere-title{
    font-size: 6rem;
  }
  .mere h6.entry-title{
    font-size: 5.7rem!important;
    line-height: 4.5rem!important;
  }
  ul li{
    font-size: 1.4rem;
  }
  .single-tip .entry-content-content{
    padding-top: 0;
  }
  .single .entry-content-content p {
    font-size: 1.4rem;
  }
  .mere .tags{
    font-size: 1.6rem;
  }
  .mere .event{
    padding-bottom: 4rem;
    margin-right: 0!important;
  }
  .mere .event .image{
    background-size: cover!important;
    min-height: 83vw;
  }

}

@media screen and (min-width: 1023px){
  header .menu-item:not(.current-menu-item) {
    max-width: 16vw;
  }
  .shell > div > div > div.wp-block-genesis-blocks-gb-container, .croissant > div > div > div.wp-block-genesis-blocks-gb-container{
    margin-top: 20%!important;
  }
}
@media screen and (max-width: 1023px) and (min-width:  677px){
  .stade-mere-title{
    margin-left: 8vw!important;
  }
}

.single-opskrift .stade {
  padding-bottom: 15rem;
}

.rib .wp-block-genesis-blocks-gb-container{
  padding-top: 5%!important;
}

.stade-content strong{
  padding: 3rem 0;
}
.stade-content ol, .stade-content ul:not(.blocks-gallery-grid){
  margin-left: 2rem;
}

.parent-pageid-16 .site-inner {
  margin-top: 39vw;
  text-align: center;
}

.search-results-list li {
  padding-bottom: 25rem;
}

.blocks-gallery-grid::before {
  content: var(--before-button);
  position: absolute;
  z-index: 999;
  top: 45%;
}
.blocks-gallery-grid::after {
  content: var(--before-button);
  position: absolute;
  z-index: 999;
  top: 45%;
  right: 27%;
  transform: scaleX(-1) scaleY(-1)
}

.entry-content-content > * {
  text-align: left;
}

.single-event .entry-content-content{
  text-align: center;
}

.event-day h2{
  color: #2B2E34;
  font-size: 5.1rem;
  font-family: 'HCo Knockout';
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.event-day h3{
  color: #2B2E34;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: 'Museo Sans';
  margin-bottom: 2rem;
}

.size-post-thumbnail.wp-post-image{
  /*display: none;*/
}

.page-id-7143 .entry-content p{
  font-weight: 300;
}
.page-id-7143 .entry-content h1{
  line-height: 7.2rem;
  margin-bottom: 2rem;
}
.page-id-7143 .entry-content .tags{
  margin: 0;
}

.page-id-7155 .entry-content p, .page-id-7174 .entry-content p{
  /*font-size: 1.9rem;*/
}
.page-id-7174 .entry-content figure{
  padding-top: 5rem;
}
.page-id-7174 .events-3-rows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-id-7174 .events-3-rows .event h3{
  line-height: 4.6rem;
}
.page-id-7174 .events-3-rows .event {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 33.3333%;
  height: 100%;
  margin-bottom: 7rem;
}
.page-id-7174 .events-3-rows .event .image {
  height: 421px!important;
  width: 337px!important;
  background-size: cover!important;
}

.page-id-7174 .events-date span{
  color: #dc4d28;
  font-size: 1.9rem;
  font-weight: 300;
}
.page-id-7174 .event .content{
  padding-right: 7rem;
}
.page-id-7174 article #tags-events-date{
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 0;
}

.page-id-7174 .entry-title{
  /*line-height: 5.2rem;*/
}

.parent-pageid-16 .custom-logo, .page-id-7174 .custom-logo{
  display: none;
}
.tips-content-under{
  text-align: left;
}

footer .wrap a:hover{
  color: #DA4F31;
  font-weight: 300;
}

.footer-home .gb-container-image-wrap{
  pointer-events: none;
}

.manet article[aria-label="Det sker"] .past-events .event:nth-child(n+7) {
  display:none;
}
.more-events-button{
  display: none;
}
body.manet .more-events-button{
  display: block;
}

.more-events-button svg{
  margin: 0 auto;
}
.search-form-input{
  color: #2B2E34;
  font-family: 'Museo Sans';
  text-transform: capitalize;
}
.search-form-input::placeholder{
  color: #2B2E34;
}

.modal .menu-item a:focus{
  color: #DA4F31!important;
}


.page-id-314 .custom-logo, .page-id-2853 .custom-logo{
  display: none;
}

.page-id-6433 .hero-text{
  text-align: center;
}

.wp-block-search .wp-block-search__inside-wrapper {
  float: right;
}

.excerpt_part {
  font-size: 1.6rem;
  color: #2B2E34;
  font-weight: 300;
  font-family: 'Museo Sans';
}
.search h3 {
  font-size: 3.6rem!important;
  font-family: 'HCo Knockout'!important;
}

.page-id-6433 .excerpt{
  display: none!important;
}

p, li{
  font-weight: 300;
  font-family: 'Museo Sans';
}

.single-event .gb-container-content figure img: first-of-type{
  width: 600px!important;
  height: 800px!important;
  max-width: 84vw!important;

}

.search hr {
    display: block;
    border: 0px;
    height: 15px;
    background-image: url(https://torvehallernekbh.dk/wp-content/uploads/2021/08/image.png);
}

@font-face {
  font-family: 'HCo Knockout';
  src:url('/wp-content/themes/genesis-sample/fonts/woff2/Knockout-46_Web.woff2') format('woff2'),
  url('/wp-content/themes/genesis-sample/fonts/woff/Knockout-46_Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout';
  src:url('/wp-content/themes/genesis-sample/fonts/woff2/Knockout-47_Web.woff2') format('woff2'),
  url('/wp-content/themes/genesis-sample/fonts/woff/Knockout-47_Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout';
  src:url('/wp-content/themes/genesis-sample/fonts/woff2/Knockout-48_Web.woff2') format('woff2'),
  url('/wp-content/themes/genesis-sample/fonts/woff/Knockout-48_Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout';
  src:url('/wp-content/themes/genesis-sample/fonts/woff2/Knockout-49_Web.woff2') format('woff2'),
  url('/wp-content/themes/genesis-sample/fonts/woff/Knockout-49_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Knockout';
  src:url('/wp-content/themes/genesis-sample/fonts/woff2/Knockout-50_Web.woff2') format('woff2'),
  url('/wp-content/themes/genesis-sample/fonts/woff/Knockout-50_Web.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

header.site-header {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
}
header ul > li > a {
  font-size: 3vw;
  font-family: 'HCo Knockout';
  padding-left: 75px!important;
  padding-right: 10px!important;
  font-weight: 500!important;
}
#menu-main-nav{
  text-align: center;
}
.nav-primary a {
  padding: 0em 0.25em 0.1em 0.25em!important;
}
#menu-item-1488,.site-title, .site-description{
  display: none;
}

@media screen and (min-width: 1031px) {
  .nav-primary {
    background: none;
    position: relative;
    display: block;
    top: 0;
    z-index: 0;
  }
}

@media screen {
  .nav-primary ul {
    background: #DBDBDB;
    top: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-primary ul {
    background: none;
    top: 10px;
  }
}

@media screen {
  .nav-primary ul li {
    text-align: center !important;
  }

}

@media screen and (min-width: 1031px) {
  .nav-primary a {
    padding: 0.6em 1em 0.1em 1em;
  }
}

@media screen {
  .nav-primary a:hover, .nav-primary a:active, .nav-primary a:focus {
    text-decoration: none;
  }
  .nav-primary a:active, .nav-primary a:focus {
    border-color: rgba(218, 79, 49, 0);
  }
  .nav-primary .current-menu-item a, .nav-primary .current-page-ancestor a {
    color: #DA4F31;
    text-decoration: none;
  }
}

@media screen {
  .nav-primary .current-menu-item a svg, .nav-primary .current-page-ancestor a svg {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .nav-primary .current-menu-item a svg, .nav-primary .current-page-ancestor a svg {
    display: block;
    margin: 0;
  }
}

@media screen {
  .nav-primary .current-menu-item a path, .nav-primary .current-page-ancestor a path {
    stroke-width: 2;
  }
  .nav-primary .current-menu-item a:hover, .nav-primary .current-page-ancestor a:hover {
    border-color: rgba(218, 79, 49, 0);
  }
  .nav-primary .current-menu-item a:hover path, .nav-primary .current-page-ancestor a:hover path {
    transition: d 0.5s ease;
    d: path("M0,2c7.7,0,22.4,0,35.5,0C50.9,2,67.6,2,81,2c16.5,0,29.5,0,39,0");
  }
  body.single .genesis-nav-menu, .page-template-page_landing .genesis-nav-menu, .search-results .genesis-nav-menu, body.page-template-page_gallery .genesis-nav-menu, body.page-template-page_gallery .genesis-nav-menu {
    top: 0;
  }
}
.page-numbers{
  font-size:  2.3rem;
}
.single-post .mere{
  margin-left: 0;
  margin-top: 2rem;
}
.page:not(.home):not(.page-id-20):not(.page-id-8979):not(.page-id-6433):not(.page-id-16):not(.page-id-18) .custom-logo{
  display: none!important;
}
h1, h2{
  font-family: 'HCo Knockout'!important;
}

.site-inner .entry h3.entry-title {
  font-family: 'Museo Sans'!important;
  /*font-size: 2.3rem;*/
  font-weight: 700;
}

.stade-events h3{
  font-size: 4rem;
  line-height: 4rem;
}
body .mere h3{
  font-family: 'HCo Knockout';
}

body:not(.search-results) .widget_search input[type="submit"] {
  display: none;
}

body.search-results .widget_search input[type="submit"] {
  background: transparent;
  display: block;
}
.footer-home .wp-block-genesis-blocks-gb-container{
  /*margin-top: 25%!important;*/
}
.footer-home.fish.gb-block-container > div > div.gb-container-content > div.wp-block-genesis-blocks-gb-container{
  margin-top: 20%!important;
}
.search-results-list .tags strong{
  font-weight: 100!important;
}

/*body.home .hero-text li.closed:nth-of-type(2) {
    -webkit-transform: translateX(0%);  
    transform: translateX(0%)!important;
}

body.home .hero-text{
  text-align: center!important;
}*/

.learn-more-link .gb-button {
    background: #0000!important;
    color: #dc4d28!important;
    padding: 0;
}

.site-container > .attachment-post-thumbnail.size-post-thumbnail.wp-post-image:first-of-type{
  display: none;
}
h2.entry-title{
  font-size: 5.4rem;
}
.wp-block-search__button {
    background: #0000!important;
    border: 0!important;
    color: #0000!important;
    max-width: 45px;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
}
.page-id-7635 .custom-logo {
  display: none;
}

.modal-content {
  border: 0;
}

.modal {
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  #menu-main-nav {
    /*text-align: right!important;*/
  }
}

a:hover {
  color: #dc4d28;
}

.hero-text span {
  font-weight: 500;
  font-size: 15rem;
  line-height: 15rem;
  font-size: min(9vw, 15rem);
  line-height: min(9vw, 15rem);
  font-family: 'HCo Knockout';
}

.header-widget-area {
  padding-top: 70px;
}

.hero-text li {
  background: none;
}

.learn-more-link {
  font-family: Rockville!important;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 100;
}

.learn-more-link>a {
  font-weight: 100;
  display: inline-block;
}

.tips-home .learn-more-link a::first-letter {
  /*margin-right: -16px;*/
}

.custom-logo {
  min-height: 70px;
  width: 240px;
}

a {
  font-weight: 700;
  color: #dc4d28;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#genesis-nav-primary {
  box-shadow: none;
}

.title-area {
  top: 50px;
  left: 120px;
  max-height: 200px
}

.custom-logo-link {
  max-width: 14vw;
}

header.site-header {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
}

header ul>li>a {
  font-size: 3vw;
  font-family: 'HCo Knockout';
  padding-left: 75px!important;
  padding-right: 10px!important;
  font-weight: 500!important;
}

#menu-main-nav {
  text-align: center;
}

.nav-primary a {
  padding: 0em 0.25em 0.1em 0.25em!important;
}

#menu-item-1488,
.site-title,
.site-description {
  display: none;
}


/* SINGLE STADE */

.stade-content {
  font-size: 1.6rem;
  font-family: 'Museo Sans';
  font-weight: 300;
  margin-top: 2em;
}

.stade-content strong {
  font-weight: 500;
  display: inline-block;
}

.stade-content .stadeportret-title strong {
  font-weight: 700;
  margin-top: 0;
}

.stade-contact-title strong {
  font-weight: 500;
}

.stade-mere-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-align: left;
  max-width: 815px;
}

.featured-events .events-date,
.featured-events .events-date span {
  font-family: 'Museo Sans';
  font-weight: 300;
  font-size: 1.6rem!important;
  padding-top: 2%;
  margin-bottom: 0;
  line-height: 1.9rem!important;
  color: #dc4d28;
}

.entry-title {
  font-family: 'HCo Knockout';
  font-size: 7.2rem;
  line-height: 6.2rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

h6.entry-title {
  font-size: 3rem;
  line-height: 3rem;
}

.mere .stade-events {
  padding-top: 2%;
  width: 100vw;
  max-width: 815px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mere .event {
  width: 48%;
}

.event.active {
  margin-right: 3%;
}

.mere {
  background: #ECE9E6;
  padding-bottom: 5rem;
  padding-top: 3rem;
}

.stade-image {
  width: 959px;
  height: 1198px;
}

.home .stade {
  max-width: 959px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

/*.stade-content p:nth-last-child(-n+4) {
  margin: 0;
}*/

.portret strong {
  margin-top: 30px;
  margin-bottom: 5px;
}

.portret p {
  margin-bottom: 0;
}

#om-os-menu {
  background: #ECE9E6;
}

@media screen and (max-width: 676px) {
  .learn-more-link>a {
    font-size: 2.3rem!important;
  }
  .entry-featured-image {
    max-height: 392px;
  }
  .stade {
    padding-top: 0;
    padding-bottom: 10rem;
  }
  .mere .event {
    width: 100%;
  }
  .single-stade .site-inner {
    padding-top: 0!important;
  }
  .mere .stade-events {
    flex-direction: column;
  }
  body.single .event .entry-title {
    margin-left: 8%;
  }
  .event {
    padding-bottom: 3rem;
  }
  .mere {
    padding-bottom: 0;
  }
  .site-inner {
    max-width: 84%!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .home .site-inner {
    max-width: 100%!important;
  }
  .portret,
  .stade-contact {
    font-size: 1.9rem!important;
  }
  .stade-content {
    font-size: 1.6rem!important;
    line-height: 2.2rem;
    font-weight: 100;
    padding-bottom: 0;
  }
  .entry-title {
    font-size: 5.4rem;
  }
  .single-stade .events-date {
    font-family: 'Museo Sans';
    font-weight: 300;
    font-size: 1.6rem!important;
    line-height: 1.6rem!important;
    margin-top: 20px;
  }
  .stade figure.stade-gallery:not(.is-type-video) {
    margin-top: -60px;
    margin-bottom: 55px;
    padding-bottom: 0;
  }
  .stade-contact {
    margin-top: 50px;
    margin-bottom: 160px;
  }
  .mere {
    width: 100vw;
    margin-left: -10%;
  }
  .stade-mere-title {
    font-size: 16vw;
  }
  .mere .stade-events {
    min-height: unset;
  }
  .single-stade .event {
    margin: 0!important;
    width: 84%!important;
  }
  .stade-events .image {
    margin: 0 auto;
    max-height: unset!important;
  }
}


/* SINGLE STADE */


/* STADER LIST */

.nav-primary .search-form-submit{
  display:none!important;
}
/* STADER SEARCH FORM */

@media screen and (max-width: 676px) {
  .stader-menu {
    font-size: 3rem!important;
    line-height: 4rem!important;
  }
  .overlay {
    min-height: 1300px;
  }
}

#searchform-stade,
#searchform-om,
body:not(.error404) #searchform-1,
#searchform-tips {
  background: transparent;
  border: 0;
  display: none;
  padding: 0;
}

.error404 #searchform-1{
  background: transparent;
  border: 0;
  padding: 0;
}


.error404 .search-form{
  text-align: center;
}

.search-form-stade {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: transparent;
  margin-top: 30px;
  text-align: center;
}

.search-form-stade input[type="image"] {
  height: 56px;
  width: 56px;
  background: transparent;
}

:root {
  --pseudo-borderSearch: none;
}

.search-form-stade:after {
  content: "";
  border-bottom: var(--pseudo-borderSearch);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  -webkit-border-image: url(https://torvehallernekbh.dk/wp-content/uploads/2021/07/red-line.svg);
  -o-border-image: url(https://torvehallernekbh.dk/wp-content/uploads/2021/07/red-line.svg);
  border-image: url(https://torvehallernekbh.dk/wp-content/uploads/2021/07/red-line.svg);
  border-image-slice: 8;
  border-image-width: 8px;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

.search-form-submit {
  display: none;
}


/* STADER SEARCH FORM */

.stader-list .stade {
  margin-top: 40px;
}

.stader-list {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  gap: 3.5%;
}

.stade-content-under {
  max-width: 93%;
}

.stade-content-under {
  margin-left: 0;
}

.tags {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #dc4d28;
  font-weight: 300;
  font-family: 'Museo Sans';
  margin-top: 14px;
}

.excerpt {
  font-size: 1.6rem;
  color: #2B2E34;
  font-weight: 300;
  font-family: 'Museo Sans';
}

.site-inner .entry .stader-list h3 {
  font-size: 5.5rem;
}

.page-id-6433 .learn-more-link {
  display: block;
}

.stader-spacer {
  height: 50px!important;
}

.overlay {
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ece9e6f7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.stader-menu {
  display: grid;
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  font-family: 'HCo Knockout';
  text-transform: uppercase;
}

.stader-tag {
  color: #2B2E34;
}

.stader-menu a:first-child {
  display: none;
}


/* STADER LIST */


/* HOMEPAGE */

.middle_cover {
  padding-bottom: 0;
}

.site-inner,
.wrap {
  max-width: 1088px;
}

.site-container {
  overflow: hidden;
}

h1 {
  font-family: 'HCo Knockout';
}

body.page .entry-content {
  padding-top: 4em;
}

.subheader {
  font-family: 'Museo Sans';
  font-weight: 300;
  max-width: 740px;
  margin: 0 auto;
}

.featured-events {
  padding-top: 5%;
}

.site-inner .entry h3 {
  /*font-size: 3.6rem;*/
  line-height: 1.2;
  font-family: 'HCo Knockout'!important;
}

.site-inner .entry h3.entry-title {
  font-family: 'Museo Sans'!important;
  /*font-size: 2.3rem;*/
  font-weight: 700;
}




.featured-events .event .content {
  padding-top: 0em;
}

.featured-events .event {
  margin-bottom: 7rem;
}

.home .featured-events .event:nth-child(even) .content,
.page-id-20:not(.manet) .featured-events .event:nth-child(even) .content {
  text-align: right;
}

.home .featured-events .event:nth-child(odd) .content,
.page-id-20:not(.manet) .featured-events .event:nth-child(odd) .content {
  text-align: left;
}

.paralax {
  margin-left: -50vw;
  height: 100px;
  margin-top: 50px;
  left: 50%;
  min-height: 650px;
}

.second_container {
  padding-bottom: 100px;
}

.first_container,
.second_container,
.footer-home {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  text-align: center;
}

.first_container .gb-container-image-wrap {
  max-width: 39vw;
  height: auto;
  left: -350px;
  top: 30%;
  transform: rotate(90deg);
}

.crab .gb-container-image-wrap {
  width: 97vw;
  height: auto;
  left: 100px;
  top: -600px;
  transform: rotate( 190deg);
}

.fish .gb-container-image-wrap {
  width: 100vw;
  height: auto;
  left: 9vw;
  top: -355px;
  transform: rotate( 22deg);
}

.rib .gb-container-image-wrap {
  width: 75vw;
  height: auto;
  left: 11vw;
  top: -400px;
  transform: rotate( -180deg);
}

.shell .gb-container-image-wrap {
  width: 800px;
  height: auto;
  left: 30vw;
  top: -100px;
  transform: rotate( 90deg);
}

.mushroom .gb-container-image-wrap {
  width: 800px;
  height: auto;
  left: 30vw;
  top: -60px;
  transform: rotate( 90deg);
}

.croissant .gb-container-image-wrap {
  width: 1000px;
  height: auto;
  left: 24vw;
  top: -322px;
}

.footer-home .learn-more-link {
  font-size: 2.8rem;
}

.footer-home h1 {
  font-size: 6rem;
  text-transform: uppercase;
}

.second_container .gb-container-image-wrap {
  width: 750px;
  height: auto;
  left: 80%;
  top: 40%;
  transform: rotate( 65deg);
}

.insta {
  text-align: center;
}

.mobile-title-stade {
  display: none!important;
}

@media screen and (max-width: 676px) {
  .site-header {
    max-width: 20%!important;
    margin-left: unset!important;
    padding-top: 66px!important;
  }
  .nav-primary {
    height: 100vh;
    background: #ECE9E6;
    left: 0;
    top: 82px;
  }
  .nav-primary ul {
    background: #ECE9E6;
  }
  header ul>li>a {
    font-size: 4rem!important
  }
  #menu-main-nav {
    padding-top: 70px;
  }
  .featured-video-plus {
    top: 90px!important;
  }
  .site-header::before {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    content: "";
    background-size: 90%;
    background-image: url('https://torvehallernekbh.dk/wp-content/uploads/2021/08/mobile-logo.svg');
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .menu-toggle {
    top: 15px!important;
  }
  #menu-item-1488 {
    display: block!important;
  }
  .hero-text span {
    font-size: 4rem!important;
    line-height: 4rem!important;
  }
  body.home .site-inner {
    margin-top: 65vw!important;
  }

  .custom-logo-link {
    max-width: 240px;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 70px;
    width: 70px;
    left: 0;
  }
  .subheader {
    font-weight: 100!important;
    font-size: 1.4rem!important;
  }
  .featured-events .events-date {
    margin-top: 5%;
    font-size: 1.5rem!important;
  }
  .learn-more-link {
    font-size: 2.3rem!important;
  }
  .featured-events .event:nth-child(even) .content {
    text-align: initial;
  }
  .featured-events>div:nth-child(1)>div.content>p:nth-child(3) {
    font-weight: 100!important;
  }
  .mushroom.gb-block-container>div>div.gb-container-content>div {
    margin-top: 50%!important;
  }
  .mushroom.gb-block-container>div>div.gb-container-content>div {
    /*margin-top: 70%!important;*/
    padding-bottom: 10%!important;
  }
  .mushroom>div>div.gb-container-content>div {
    padding-top: 20%!important;
  }
  .mushroom.gb-block-container {
    padding-bottom: 20%!important;
  }
  .fish>div>div.gb-container-content>div {
    padding-bottom: 10%!important;
  }
  .crab .gb-container-image-wrap {
    width: 120vw!important;
    left: 0px!important;
    top: -90px!important;
  }
  .crab.gb-block-container>div>div.gb-container-content>div {
    margin-top: 45%!important;
  }
  .footer-home {
    margin-top: 0%;
  }
  .shell.gb-block-container>div>div.gb-container-content>div {
    margin-top: 50px!important;
    padding-bottom: 10%!important;
  }
  .shell>div>div.gb-container-content>div {
    padding-top: 35%!important;
  }
  .fish.gb-block-container>div>div.gb-container-content>div {
    margin-top: 25%!important;
  }
  .croissant.gb-block-container>div>div.gb-container-content>div {
    margin-top: 40%!important;
  }
  .croissant .gb-container-image-wrap {
    width: 152vw!important;
    left: -4vw!important;
    top: -100px!important;
    transform: rotate( 60deg)!important;
  }
  .croissant>div>div.gb-container-content>div {
    padding-top: 45%!important;
  }
  .croissant>div>div.gb-container-content>div>div>div>div {
    padding-bottom: 30%!important;
  }
  .rib .gb-container-image-wrap {
    width: 100vw!important;
    left: 0vw!important;
    top: -101px!important;
  }
  .rib>div>div.gb-container-content>div {
    padding-top: 10%!important;
    margin-top: 50%!important;
  }
  .fish .gb-container-image-wrap {
    width: 311.5vw!important;
    left: 0vw!important;
    top: -26px!important;
    transform: rotate( 19deg)!important;
  }
  .fish>div>div.gb-container-content>div {
    padding-top: 75%!important;
  }
  .footer-home>div>div.gb-container-content>div>div>div>div>div>div {
    max-width: 80vw!important;
  }
  .footer-home .entry-title {
    font-size: 2.9rem!important;
    line-height: 2.9rem!important;
  }
  .footer-home .learn-more-link {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  .fish .gb-container-image-wrap {
    width: 54.5vw;
    height: auto;
    left: 105vw;
    top: -270px;
    transform: rotate( 288deg);
  }
  .first_container .gb-container-content {
    width: 84%!important;
  }
  .middle-statement P {
    font-family: 'Museo Sans';
  }
  .paralax {
    min-height: 362px;
  }
  .middle-image {
    margin-bottom: 50%;
  }
  .middle_cover h1 {
    display: none;
  }
  .middle_cover {
    min-height: unset!important;
    height: 392px;
    width: 314px;
    max-width: 84%!important;
  }
  .middle_cover .wp-block-cover__inner-container {
    margin-bottom: -80%!important;
  }
  .middle-statement {
    padding: 0!important;
  }
  .mobile-title-stade {
    font-size: 5rem!important;
    display: block!important;
  }
  .featured_events {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .tips-home h1 {
    font-size: 4.3rem!important;
    line-height: 3.7rem;
  }
  .tips-home a {
    font-size: 2rem;
  }
  .tips-home p {
    font-size: 1rem!important;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .tips-home .has-parallax {
    min-height: unset!important;
    height: 371px;
  }
  .tips-home .wp-block-cover__inner-container {
    max-height: 255px;
    min-height: unset;
    max-width: 255px;
    margin-bottom: 56%;
    margin: 0;
  }
  .tips-home .wp-block-cover {
    justify-content: flex-end;
  }
  .subheader {
    color: #2B2E34!important;
    font-size: 16px;
    font-family font-weight: 100!important;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
  }
  .first_container .gb-container-image-wrap {
    display: none;
  }
  /*  .site-inner .entry h3 { font-size: 4.5rem!important;  }*/
  .site-inner .entry p {
    font-weight: 100;
  }
  /* .sbi_item {
    width: 33.33%!important;
    max-height: calc(76vw/3);
  } */
  .before-footer-homr .wp-block-cover {
    align-items: flex-start;
  }
  .first_container .gb-container-image-wrap,
  .second_container .gb-container-image-wrap {
    display: none!important;
  }
}


/* HOMEPAGE */


/* FOOTER */

@media screen and (min-width: 1px) {
  .maps-footer-link {
    cursor: pointer;
  }
  .footer-program-link {
    font-family: Rockville;
  }
  .footer-widgets-2 p,
  .footer-widgets-3 p,
  .footer-widgets-2 a,
  .footer-widgets-3 a {
    font-family: 'Museo Sans';
    font-size: 1.6rem;
    color: #707070;
    font-weight: 300;
  }
  .footer-widgets-1>section:nth-of-type(2) p,
  .footer-widgets-1>section:nth-of-type(3) p {
    word-spacing: 20px;
    font-size: 4rem;
  }
  .footer-widgets-1>section:nth-of-type(2) {
    font-size: 3.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
  }
  .footer-widgets-3 a {
    color: #707070;
  }
  .footer-widgets-2 .gb-container-content p {
    margin-bottom: 0;
  }
  .footer-widgets-1>section:nth-of-type(3) {
    font-size: 6rem;
    line-height: 6rem;
    margin-bottom: 20px!important;
  }
  .footer-widgets-1>section:nth-of-type(4) {
    font-family: 'Museo Sans';
    font-weight: 300;
    color: #707070;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 20px!important;
  }
  .footer-widgets-1>section:nth-of-type(5) {
    font-family: 'Museo Sans';
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
  }
  .footer-program-link a {
    font-weight: 400;
  }
  .footer-widget-title {
    font-size: 5.4rem!important;
    line-height: 5.4rem;
    text-transform: uppercase;
    margin-bottom: 20px!important;
    font-family: 'HCo Knockout'!important;
    color: black!important;
    font-weight: 600!important;
    margin-top: 20px;
  }
  footer>.wrap {
    max-width: 100%;
    width: 87%;
  }
  #genesis-footer-widgets>.wrap {
    max-width: 100%;
    margin: 0;
    display: flex;
    font-family: 'HCo Knockout';
    font-weight: 500;
    position: relative;
  }
  .footer-widgets-1 {
    min-width: 26vw;
    background-image: url('https://torvehallernekbh.dk/wp-content/uploads/2021/07/image_2021-07-18_175339.png');
    border-right: 0px solid black;
    margin-right: 100px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .footer-widgets-2 {
    min-width: 21vw;
    background-image: url('https://torvehallernekbh.dk/wp-content/uploads/2021/07/image_2021-07-18_175339.png');
    border-right: 0px solid black;
    margin-right: 60px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .page-footer::after {
    right: -50px;
    content: url('https://torvehallernekbh.dk/wp-content/uploads/2021/07/Torvehallernekbh_bomaeerke_POS_CMYK-e1626892617544.png');
    position: absolute;
    bottom: -60px;
  }
  .page-footer {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 70px;
    background-image: url('https://torvehallernekbh.dk/wp-content/uploads/2021/07/shutterstock_1869314902_LyseUdgave.png');
    background-size: cover;
    margin-top: 2%;
  }
}

@media screen and (max-width: 676px) {
  .page-footer::after {
    content: ''!important;
  }
  #genesis-footer-widgets>.wrap {
    display: block!important;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    min-width: unset!important;
    background-image: unset!important;
  }
  .page-footer {
    text-align: center;
  }
  .footer-widget-title {
    font-size: 4.5rem!important;
  }
  .footer-widgets-1>section:nth-of-type(2) {
    font-size: 3rem!important;
  }
  .footer-widgets-1>section:nth-of-type(2) p {
    font-size: 3rem!important;
  }
  .footer-widgets-1>section:nth-of-type(3) p {
    font-size: 4.8rem!important;
    pointer-events: none!important;
  }
  .footer-widgets-1>section:nth-of-type(4) {
    font-size: 1.6rem!important;
  }
  footer p,
  footer a {
    font-size: 1.6rem!important
  }
  .page-footer {
    padding-bottom: 45px!important;
    padding-top: 60px!important;
  }
}


/* FOOTER */


/* FONTS */





/* FONTS */


/* SLIDER SINGLE STADE */


.blocks-gallery-item {
  display: none;
  margin: 0!important;
}

.blocks-gallery-grid figure {
  max-height: 800px;
  width: 600px;
  padding: 0!important;
}

.blocks-gallery-item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}


/* SLIDER SINGLE STADE */


/* ----- COI FONT SETTINGS ----- */

div#coi-banner-wrapper_label.coi-banner__maintext {
  font-family: 'Museo Sans';
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
}

h2#coiBannerHeadline.coi-banner__headline {
  font-family: 'HCo Knockout'!important;
  font-size: 45px;
  color: #49433B;
}


/* Knap */

div.coi-button-group {
  font-family: 'HCo Knockout'!important;
}


/* "Skjul/Vis detaljer" */

div.coi-toggle-group {
  font-family: 'Museo Sans';
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
}


/* "Om cookies" */

div.cookiedeclaration_wrapper p {
  font-family: 'Museo Sans';
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
}

div.cookiedeclaration_wrapper h2 {
  font-family: 'HCo Knockout'!important;
  font-size: 3.3rem;
  line-height: 1.8rem;
}

.coi-banner__maintext {
  font-family: 'Museo Sans';
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.coi-banner__cookiedeclaration h2 {
  font-family: 'HCo Knockout'!important;
  font-size: 45px;
  line-height: 1.8rem;
}


/* ----- COI FONT SETTINGS END ----- */

@media screen and (min-width: 1031px) {
  body.page-id-1437 .nav-primary a,
  body.page-id-18 .nav-primary a,
  body.page-id-20 .nav-primary a,
  body.page-id-198 .nav-primary a,
  body.page-id-6433 .nav-primary a,
  body.page-id-16 .nav-primary a
  {
    color: white;
  }
}

@media screen and (max-width: 1030px) {
  #genesis-nav-primary .link-underline{
    display: none;
  }
}

.modal-body li a:hover{
  color: #DA4F31!important;
}

.stade-list-home{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-inline: 20px;

    & .image{
      width: 100%;
      aspect-ratio: 4 / 5;
      height: unset;
    }

    & a{
      display: flex;
      flex-direction: column;
    }
    @media screen and (min-width: 676px) {
      & .tips-content-under{
        min-height: 130px;
      }
    }
}

@media screen and (max-width: 676px) {
  .stade-list-home{
    grid-template-columns: 1fr;
  }
}

.none{
  display: none!important;
}