/* Color */
/* extra */
.mce-menu {
  position: fixed !important;
}
body:before {
  content: "";
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-size: 17px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-top-right-radius: 4px;
}
@media (min-width: 1800px) {
  body:before {
    content: "xxxl";
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  body:before {
    content: "xxl";
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  body:before {
    content: "xl";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "l";
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  body:before {
    content: "m";
  }
}
@media (min-width: 321px) and (max-width: 550px) {
  body:before {
    content: "s";
  }
}
@media (max-width: 320px) {
  body:before {
    content: "xs";
  }
}
.superadmin:before {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* Layout */
body {
  word-wrap: break-word;
  font-family: "Lexend", sans-serif;
  text-wrap: balance;
}
body.menu-open {
  right: 0;
}
/* Typography */
.module-article a {
  color: #102027;
  text-decoration: underline;
  text-underline-position: under;
}
p,
ul,
td,
ol {
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 300;
  min-height: 5px;
  font-family: "Lexend", sans-serif;
}
h1,
h1 a {
  font-size: 90px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Road Rage", sans-serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  h1,
  h1 a {
    font-size: 60px;
    line-height: 50px;
  }
}
h2,
h2 a {
  font-size: 65px;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Road Rage", sans-serif;
}
h3,
h3 a {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
h4,
h4 a {
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
h5,
h5 a {
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
}
h6,
h6 a {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
}
ol {
  padding-left: 17px;
}
ol li {
  padding-left: 20px;
}
.section-breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .blueimp-gallery-controls > .indicator {
    display: none !important;
  }
}
/* For sidemenu. Remember class .venstremeny */
.module-menu-holder.sidemenu.menu-visible-all.venstremeny {
  float: left !important;
  margin: 0;
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a {
  color: black !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 600;
  margin-right: 0px;
  padding: 7px 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny li a:hover {
  color: #102027 !important;
  background-color: transparent;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 {
  display: block;
  border: 0;
  margin-left: 15px;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 li a {
  font-weight: 400;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a {
  border: 0;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current a span {
  color: #102027;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current a span {
  color: #102027;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul a span {
  color: black;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level2 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 .current ul .current ul .current a span,
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level4 .current ul .current ul .current a span {
  color: #102027;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 {
  list-style: circle outside none;
}
.module-menu-holder.sidemenu.menu-visible-all.venstremeny .level3 li {
  display: list-item;
}
.ingenmarg .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.ingenmarg .container .row {
  margin: 0 !important;
}
.ingenmarg .container .row .col-sm-12 {
  padding: 0 !important;
}
.contentIngenMarg > .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.contentIngenMarg > .container .row {
  margin: 0 !important;
}
.contentIngenMarg > .container .row .col-sm-12 {
  padding: 0 !important;
}
.desktopMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 20px 0;
}
.desktopMenu .mi24 {
  display: none;
}
.desktopMenu a {
  color: #102027;
  font-size: 16px;
}
.desktopMenu img {
  width: 150px;
  transition: all 0.3s ease;
}
.desktopMenu img:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) and (max-width: 1399px), (min-width: 768px) and (max-width: 991px) {
  .desktopMenu {
    gap: 40px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .desktopMenu {
    display: none;
  }
}
.mobileMenu {
  display: none;
}
.mobileMenu img {
  width: 150px;
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen {
  width: 120px;
  height: 40px;
  margin: 0;
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen .module-menu-button {
  background-color: transparent;
  width: 120px;
  height: 40px;
  transform: rotate(-5deg);
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen .module-menu-button .icon-bar {
  display: none;
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen .module-menu-button:before {
  content: "MENY";
  color: #102027;
  font-size: 45px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Road Rage", sans-serif;
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen.open .module-menu.level1 {
  width: 100%;
  border: 0;
  height: auto;
  background-color: #710f18;
  text-align: center;
  padding-top: 80px;
}
.mobileMenu .module-menu-holder.sidemenu.clickdown.offscreen.open .module-menu.level1 a {
  color: white;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Road Rage", sans-serif;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .mobileMenu {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-header {
  background: #a7bbc2;
  background: linear-gradient(360deg, rgba(167, 187, 194, 0.49) 0%, #ffffff 100%);
}
.section-standard,
.scenelys,
.gradient,
.mikrofon {
  padding: 80px 0;
}
.scenelys .module-article,
.mikrofon .module-article {
  padding: 60px 0;
  color: white;
}
.toph2 {
  margin-bottom: -30px;
  margin-left: 10px;
}
.gradient {
  background: #a7bbc2;
  background: linear-gradient(360deg, rgba(167, 187, 194, 0.49) 0%, #ffffff 100%);
}
.tikkio-widget-events {
  gap: 10px;
}
.tikkio-widget-events .tikkio-widget-event {
  display: none;
  width: 24%;
  background-color: #102027;
  font-family: "Lexend", sans-serif;
}
.body-mi191 .tikkio-widget-events .tikkio-widget-event {
  display: block;
}
.tikkio-widget-events .tikkio-widget-event .tikkio-widget-event-inside {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tikkio-widget-events .tikkio-widget-event .tikkio-widget-event-inside .tikkio-widget-event-inner-content {
  background-color: #102027;
  padding: 15px 10px;
  height: auto;
}
.tikkio-widget-events .tikkio-widget-event .tikkio-widget-event-inside .tikkio-widget-event-inner-content .tikkio-widget-event-title {
  line-height: 1.1em;
  font-size: 17px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tikkio-widget-events .tikkio-widget-event {
    gap: 5px;
    width: 48%;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .tikkio-widget-events .tikkio-widget-event {
    gap: 5px;
    width: 48%;
  }
  .tikkio-widget-events .tikkio-widget-event .tikkio-widget-event-inside .tikkio-widget-event-inner-content .tikkio-widget-event-title {
    font-size: 14px;
  }
  .tikkio-widget-events .tikkio-widget-event .tikkio-widget-event-inside .tikkio-widget-event-inner-content .location {
    font-size: 11px;
    line-height: 1.1em;
  }
}
.tikkio-widget-events .tikkio-widget-event:nth-child(1),
.tikkio-widget-events .tikkio-widget-event:nth-child(2),
.tikkio-widget-events .tikkio-widget-event:nth-child(3),
.tikkio-widget-events .tikkio-widget-event:nth-child(4),
.tikkio-widget-events .tikkio-widget-event:nth-child(5),
.tikkio-widget-events .tikkio-widget-event:nth-child(6),
.tikkio-widget-events .tikkio-widget-event:nth-child(7),
.tikkio-widget-events .tikkio-widget-event:nth-child(8),
.tikkio-widget-events .tikkio-widget-event:nth-child(9),
.tikkio-widget-events .tikkio-widget-event:nth-child(10),
.tikkio-widget-events .tikkio-widget-event:nth-child(11),
.tikkio-widget-events .tikkio-widget-event:nth-child(12) {
  display: block;
}
.tikkio-widget-events a {
  text-decoration: none !important;
}
.tikkio-widget-events .tikkio-widget-buy-ticket {
  background-color: #1a3a44;
}
.tikkio-widget-events .tikkio-widget-buy-ticket:hover {
  background-color: #a7bbc2;
  color: #102027;
}
.knapp a {
  padding: 8px 30px;
  background-color: white;
  color: #102027;
  text-decoration: none;
  transition: all 0.1s ease;
}
.knapp a:hover {
  background-color: #a7bbc2;
  color: #102027;
}
.submit {
  padding: 8px 30px;
  background-color: #1a3a44;
  color: white;
  text-decoration: none;
  transition: all 0.1s ease;
}
.submit:hover {
  background-color: #a7bbc2;
  color: #102027;
}
.section-footer {
  padding: 60px 0;
  border-top: 1px solid #a7bbc2;
}
.section-footer p {
  font-size: 14px;
}
.section-footer .octi {
  float: right;
}
.section-footer .octi a {
  color: grey;
  text-decoration: none;
  font-size: 12px;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .section-footer {
    text-align: center;
  }
  .section-footer .octi {
    float: none;
    margin-top: 30px;
  }
}
.velkomst {
  color: white;
  padding: 60px 0;
}
.velkomst h1 {
  font-size: 140px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Road Rage", sans-serif;
}
.velkomst h1 span {
  display: block;
}
.velkomst h1 span.name {
  font-size: 140px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Road Rage", sans-serif;
  margin-bottom: 40px;
}
.velkomst h1 span.title {
  font-family: "Lexend", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-transform: none;
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .velkomst {
    text-align: center;
  }
  .velkomst h1 span.name {
    font-size: 90px;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .article218 {
    text-align: center;
  }
}
@media (min-width: 551px) and (max-width: 767px), (min-width: 321px) and (max-width: 550px), (max-width: 320px) {
  .body-mi191 h1 {
    text-align: center;
  }
}
.module-formbuilder.ulvenn {
  max-width: 600px;
}
.module-formbuilder .col-sm-6 {
  padding-left: 0;
}
.mailchimp {
  width: 100%;
  border: 0;
  height: 800px;
}
