/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.cookie-lightbox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 5;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
.cookie-lightbox .content {
  width: 90%;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
}
.cookie-lightbox .content .text {
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.cookie-lightbox .content .text p {
  padding-bottom: 1em;
}
.cookie-lightbox .content .logo {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .cookie-lightbox .content {
    justify-content: center;
  }
  .cookie-lightbox .content .logo {
    width: 60%;
    max-width: 300px;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 520px) {
  .cookie-lightbox .content {
    font-size: 16px;
  }
  .cookie-lightbox .content .text br {
    display: none;
  }
}
.partners {
  background-color: white;
  border-top: solid 1px black;
  font-size: 20px;
}
.partners .partners-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px;
}
.partners .partners-content p:first-child {
  width: 40%;
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .partners .partners-content {
    flex-wrap: wrap;
  }
  .partners .partners-content p:first-child {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners-content p {
    width: 50%;
    padding-bottom: 20px;
    text-align: center;
  }
  .partners .partners-content p img {
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .partners .partners-content p {
    width: 100%;
  }
}
.footer {
  border-top: solid 1px black;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.footer .footer-content .first-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer .footer-content .first-col .form {
  margin-right: 8px;
}
.footer .footer-content .first-col .menu {
  padding-top: 60px;
  background-image: url("/assets/ticket.jpg");
  background-size: 300px;
  background-position: bottom right;
  background-repeat: no-repeat;
  flex-grow: 1;
}
.footer .footer-content .first-col .menu a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .footer-content .first-col .form .form-header h3 {
  padding-left: 0px;
}
.footer .footer-content .second-col {
  width: 25%;
  min-width: 240px;
}
.footer .footer-content .second-col .contact {
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.footer .footer-content .second-col .contact a:hover {
  text-decoration: underline;
}
.footer .footer-content .second-col .contact .logo {
  padding-bottom: 60px;
}
.footer .footer-content .second-col .contact .logo img {
  display: block;
  width: 100%;
}
.footer .footer-content .second-col .other {
  border: solid 1px black;
  padding: 35px;
  font-size: 20px;
}
.footer .footer-content .second-col .other p {
  padding-bottom: 1.5em;
  letter-spacing: 0em;
}
.footer .footer-content .second-col .other img {
  width: 100%;
}
@media screen and (max-width: 1048px) {
  .footer .footer-content .second-col .other {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content {
    flex-direction: column;
  }
  .footer .footer-content .first-col,
  .footer .footer-content .second-col {
    width: 100%;
  }
  .footer .footer-content .first-col .menu {
    margin-bottom: 50px;
    background-image: none;
  }
}
.slider-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.slider-thumbs .thumb {
  width: 15%;
  flex-grow: 1;
  min-width: 140px;
  border-style: solid;
  border-color: white;
  border-width: 0px 5px 10px 5px;
  background-size: cover;
  cursor: pointer;
}
.slider-thumbs .thumb:after {
  display: block;
  position: relative;
  content: '';
  width: 100%;
  padding-bottom: 50%;
}
.slider-thumbs .thumb.ghost {
  border-bottom-width: 0px;
}
.slider-thumbs .thumb.ghost:after {
  display: none;
}
html {
  height: 100%;
}
body.login {
  padding-top: 0;
  height: 100%;
}
.login-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.logged-in-user-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 12px;
  padding: 0.5em 1em;
  z-index: 1000;
  line-height: 1.5;
}
.logged-in-user-info div {
  display: inline-block;
  padding-right: 1em;
}
.logged-in-user-info a {
  text-decoration: underline;
}
.login-info {
  width: 500px;
  max-width: 100%;
  padding-bottom: 40px;
}
.login-page {
  width: 500px;
  max-width: 100%;
  padding: 40px;
  background-color: #EDEDED;
}
.login-page .form-section {
  padding-bottom: 1em;
}
.login-page input[type=text],
.login-page input[type=password] {
  font-size: inherit;
  width: 100%;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  border: 0;
  outline: 0;
  background-color: white;
  box-sizing: border-box;
  border-radius: 0;
}
.login-page input[type=submit] {
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: #d52023;
  color: white;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0;
}
.login-page label {
  display: block;
  padding-bottom: 0.5em;
}
.mainmenu {
  background-color: white;
}
.mainmenu .burger {
  display: none;
}
.mainmenu input.menu-toggler {
  display: none;
}
.mainmenu ul.level-2 > li {
  display: inline-block;
  padding: 0.75em 1em 0.75em 0em;
  font-size: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .mainmenu ul.level-2 {
    position: absolute;
    top: -95px;
  }
  .mainmenu ul.level-2 > li {
    vertical-align: middle;
  }
  .mainmenu ul.level-2 > li:after {
    display: inline-block;
    position: relative;
    content: "";
    width: 1em;
    height: 9px;
    margin-bottom: 2px;
    border-right: solid 1px black;
    vertical-align: middle;
  }
  .mainmenu ul.level-2 > li:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .mainmenu .burger {
    display: block;
    position: absolute;
    top: -99px;
    width: 32px;
    height: 24px;
    box-sizing: border-box;
    border-top: solid 4px black;
    border-bottom: solid 4px black;
    cursor: pointer;
  }
  .mainmenu .burger:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 32px;
    height: 4px;
    background-color: black;
  }
  .mainmenu ul.level-2 {
    padding-top: 0em;
    padding-bottom: 0em;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: padding 250ms ease-in-out;
  }
  .mainmenu ul.level-2 > li {
    display: block;
    padding-bottom: 0em;
    font-size: 16px;
  }
  .mainmenu input.menu-toggler:checked ~ ul.level-2 {
    padding-top: 1em;
    padding-bottom: 2em;
    max-height: 100%;
  }
}
.top .logoarea .logo img.mobile-scroll {
  display: none;
}
body .thumb-grid .thumb.top {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 278px;
    transition: padding-top 200ms;
  }
  body div.top {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 4;
  }
  body div.top .logoarea .logo {
    transition: width 200ms;
  }
  body div.top .flags {
    transition: top 200ms;
  }
  body div.top .mainmenu .burger {
    transition: transform 200ms;
  }
  body.scrolled {
    padding-top: 120px;
  }
  body.scrolled .top {
    border-bottom: solid 1px black;
  }
  body.scrolled .top .logoarea {
    height: 120px;
  }
  body.scrolled .top .logoarea .logo {
    transform: translateY(45px);
  }
  body.scrolled .top .logoarea .logo img.normal {
    display: none;
  }
  body.scrolled .top .logoarea .logo img.mobile-scroll {
    display: block;
  }
  body.scrolled .top .flags {
    top: -30px;
  }
  body.scrolled .top .mainmenu .burger {
    top: -40px;
    transform: translateY(-20px);
  }
}
.pagecontent {
  border-top: solid 1px black;
  padding-bottom: 60px;
}
.pagecontent h1 {
  font-size: 36px;
  padding-bottom: 0.75em;
  font-weight: normal;
}
.pagecontent h2 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}
.pagecontent .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  border-right: solid 1px white;
}
.pagecontent .details .section {
  width: 24.4%;
  background-color: #EDEDED;
  padding-top: 25px;
}
.pagecontent .details .section h3 {
  padding: 2px 30px;
  background-color: #d52023;
  color: white;
  font-weight: normal;
}
.pagecontent .details .section p {
  padding: 10px 30px 0px 30px;
}
.pagecontent .details .section p + p {
  padding-top: 0px;
}
.pagecontent .details .section p:last-child {
  padding-bottom: 30px;
}
.pagecontent .details .section:last-child {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .pagecontent .details .section {
    width: 100%;
    margin-top: 10px;
  }
  .pagecontent .details .section:last-child {
    width: 100%;
  }
}
.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columns .column {
  width: 49.7%;
}
@media screen and (max-width: 767px) {
  .columns .column {
    width: 100%;
  }
}
.columns .column.box {
  padding-top: 30px;
}
.columns .column.body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.columns .column.body .rte-content {
  padding: 30px;
}
.columns .column .pictures {
  padding-top: 30px;
}
.columns .column .pictures img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}
.columns .column img {
  max-width: 100%;
}
.form-header {
  padding-top: 25px;
  background-color: #EDEDED;
}
.form-header h3 {
  font-size: 20px;
  padding: 0px 30px 15px 30px;
  font-weight: normal;
}
.form-header p {
  padding: 10px 30px 10px 30px;
}
.form {
  padding: 10px 30px 30px 30px;
  background-color: #EDEDED;
}
.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form textarea {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 0px;
  outline: 0px;
  font-size: inherit;
  font-family: inherit;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  background-color: white;
}
.form input[type="text"].error,
.form input[type="number"].error,
.form input[type="email"].error,
.form textarea.error {
  border: solid 2px rgba(200, 0, 0, 0.25);
}
.form textarea {
  height: 100px;
  line-height: 16px;
}
.form .select-wrapper {
  height: 30px;
  line-height: 30px;
  background-color: white;
  margin-bottom: 5px;
}
.form .select-wrapper select {
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.4);
}
.form .select-wrapper select:valid {
  color: black;
}
.form .select-wrapper select:focus {
  outline: none;
}
.form .select-wrapper select::-ms-expand {
  display: none;
}
.form .select-wrapper:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: black transparent transparent transparent;
}
.form input[type="button"] {
  border: 0px;
  outline: 0px;
  -webkit-appearance: none;
  background-color: #a4a4a4;
  color: white;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: inherit;
  font-family: inherit;
  padding: 0px 30px;
  cursor: pointer;
}
.form input[type="button"].pending {
  cursor: default;
  opacity: 0.25;
}
.form .hide-this.hidden {
  display: none;
}
.form .show-this {
  display: none;
}
.form .show-this.show {
  display: block;
}
.slider-wrapper {
  border-top: solid 1px black;
}
.slider {
  height: auto;
  padding-bottom: 50%;
  margin-bottom: 10px;
}
.slider .item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms;
}
.slider .item.show {
  opacity: 1;
}
.slider h1 {
  font-size: 36px;
  position: absolute;
  bottom: 0em;
  left: 0em;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  color: white;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  .slider h1 {
    font-size: 24px;
  }
}
.slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  left: 25px;
  cursor: pointer;
  display: none;
  transition: transform 200ms ease-in;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .slider .arrow {
    width: 27px;
    top: 25%;
  }
}
.slider .arrow:hover {
  transform: translateY(-50%) translateX(-10px);
}
.slider .arrow svg {
  fill: rgba(255, 255, 255, 0.5);
}
.slider .arrow.right {
  left: auto;
  right: 25px;
}
.slider .arrow.right:hover {
  transform: translateY(-50%) translateX(10px);
}
.slider.can-slide .arrow {
  display: block;
}
.all-thumbs {
  border-top: solid 1px black;
  padding-bottom: 10px;
}
.thumb-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: auto;
}
.thumb-grid .thumb {
  display: block;
  width: 24.4%;
  background-color: white;
  position: relative;
  border-top: solid 1px black;
  transform: translateY(-1px);
  /*
        @media screen and (max-width: 1023px) {
            width: 32.6%;
            padding-bottom: 32.6%;
        }

        @media screen and (max-width: @smallerThanIpad) {
            width: 49%;
            padding-bottom: 49%;
        }
        */
}
@media screen and (min-width: 1048px) {
  .thumb-grid .thumb {
    min-width: 256px;
  }
}
.thumb-grid .thumb .thumb-wrapper {
  width: 100%;
  padding-bottom: 100%;
}
.thumb-grid .thumb h2 {
  font-weight: normal;
}
.thumb-grid .thumb:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: black;
  position: absolute;
  top: -1px;
  right: -50px;
}
.thumb-grid .thumb .image {
  position: absolute;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
}
.thumb-grid .thumb .price {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 5px;
  width: 25%;
  height: 25%;
  color: white;
  background-color: #d52023;
  text-align: center;
}
.thumb-grid .thumb .price:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.thumb-grid .thumb .details {
  position: absolute;
  width: 100%;
  top: 50%;
  padding-top: 0.5em;
  font-size: 20px;
  line-height: 20px;
  /*.date{
                font-size: 0.875em;
                opacity: 0.5;
                padding-top: 0.25em;
            }*/
}
.thumb-grid .thumb .details .title,
.thumb-grid .thumb .details .date {
  padding: 0px 12px;
}
.thumb-grid .thumb .details .alert {
  font-size: 0.8em;
  margin-top: 10px;
  padding: 5px 12px 5px 12px;
}
.thumb-grid .thumb .details .fs8 {
  font-size: 0.4em;
  line-height: 0.4em;
}
.thumb-grid .thumb .details .fs14 {
  font-size: 0.7em;
  line-height: 0.7em;
}
.thumb-grid .thumb .details .fs20 {
  font-size: 1em;
  line-height: 1em;
}
.thumb-grid .thumb .details .fs24 {
  font-size: 1.2em;
  line-height: 1.2em;
}
.thumb-grid .thumb.center {
  text-align: center;
}
.thumb-grid .thumb.right {
  text-align: right;
}
.thumb-grid .thumb.top .details .title,
.thumb-grid .thumb.middle .details .title,
.thumb-grid .thumb.bottom .details .title {
  padding: 10px;
}
.thumb-grid .thumb.middle .details .title {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.thumb-grid .thumb.bottom .details .title {
  position: absolute;
  width: 100%;
  bottom: 0%;
}
.thumb-grid .thumb.full .image {
  height: 100%;
  padding-bottom: 0%;
}
.thumb-grid .thumb.full .details {
  height: 100%;
  top: 0%;
}
.thumb-grid .thumb.ghost {
  padding-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .thumb-grid .thumb {
    width: 49%;
  }
}
@media screen and (max-width: 520px) {
  .thumb-grid .thumb {
    width: 100%;
  }
}
.thumb-grid:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: white;
  transform: translateY(-2px);
}
.top .logoarea {
  height: 228px;
}
@media screen and (max-width: 520px) {
  .top .logoarea {
    height: 278px;
  }
}
.top .logoarea .constrainer {
  height: 100%;
}
.top .logoarea .logo {
  width: 75%;
  max-width: 260px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translateY(-45px);
}
.top .logoarea .flags {
  position: absolute;
  left: 0px;
  top: 45px;
}
.top .logoarea .flags .flag {
  display: inline-block;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.top .logoarea .flags .flag.dk {
  background-image: url("/assets/flag_dk.svg");
}
.top .logoarea .flags .flag.gb {
  background-image: url("/assets/flag_gb.svg");
}
.top .logoarea .flags .flag.de {
  background-image: url("/assets/flag_de.svg");
}
@font-face {
  font-family: 'texgyreherosregular';
  src: url('../fonts/texgyreheros-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'texgyreherositalic';
  src: url('../fonts/texgyreheros-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'texgyreherosbold';
  src: url('../fonts/texgyreheros-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Helvetica', 'texgyreherosregular', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #000000;
  background-color: white;
}
div {
  box-sizing: border-box;
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  padding: 0px 20px;
}
.constrainer {
  width: 1048px;
  max-width: 100%;
  margin: 0 auto;
}
b,
strong {
  font-family: 'Helvetica', 'texgyreherosbold', 'Arial', sans-serif;
}
i,
em {
  font-family: 'Helvetica', 'texgyreherositalic', 'Arial', sans-serif;
}
