<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageModules-root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
}

.container-fluid {
    padding: 0;
}

/* -------------------------------------------------------------------- */
/* TYPOGRAPHY                                                           */

h1, h2, h3 {
    line-height: normal;
    letter-spacing: -.3px;
}

/* -------------------------------------------------------------------- */
/* FORM - INPUTS                                                        */

input[type="text"], 
input[type="password"], 
input[type="search"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="time"] {
    font-size: 13px;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="search"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="tel"]:hover, 
input[type="date"]:hover, 
input[type="time"]:hover {
    border-color: #000;
    transition: all .4s;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus {
    border-color: #000;
    box-shadow: none;
}

/* -------------------------------------------------------------------- */
/* FORM - SELECT                                                        */

select {
    box-shadow: none;
    border-radius: 2px;
}

select:focus {
    border: none;
    box-shadow: none;
}

/* -------------------------------------------------------------------- */
/* BUTTONS                                                              */

.btn-default {
    background: #ebeff3;
    color: #20216b;
    border: none;
    border-radius: 2px;
}

.btn-default:hover {
    background: #ebeff3;
    border: none;  
}

/* -------------------------------------------------------------------- */
/* DIALOGS                                                              */

.dialog-content {
    padding: 20px 30px;
}

/* -------------------------------------------------------------------- */
/* HEADER                                                               */

header .logo  {    
    margin-bottom: 30px; 
}

header .nav ul {
    padding: 30px 0;    
}

/* -------------------------------------------------------------------- */
/* FOOTER                                                               */

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
}

/* -------------------------------------------------------------------- */
/* PROGRESSBAR                                                          */

.progressnav {
    margin-bottom: 15px;
}

.progressnav ol li.active .step {
    width: 12px;
    height: 12px;
    background: #21226a;
    border: 4px solid #ffffff;
    left: -8px;
    top: -6px;
    border-radius: 20px;
}

.progressnav ol li:hover .label {
    top: 16px;
}

.progressnav .label {
    top: 16px;
}

.progressnav-progressbar {
   background: #ebeff3;
   border-radius: 10px;
}

.progressnav-progress {
    background: #20216b;
}

/* -------------------------------------------------------------------- */
/* USER-NAV                                                             */

.user-nav {
    font-size: 13px;
    background: #ffffff;
    border-top: 1px solid rgb(235 239 243);
    border-bottom: 1px solid rgb(235 239 243);
    padding: 8px 10px 8px 0;
    color: #21226a;
    border-radius: 2px;
    box-sizing: border-box;
}

/* -------------------------------------------------------------------- */
/* SIGNUP                                                               */

#signup main  {
    color: #373d43;
}

#signup main h1, 
#signup main h2, 
#signup main h3, 
#signup main h4 {
    color: #1f206b;
}

#signup main h2,
#signup main h3, 
#signup main h4 {
    font-size: 1.2em;
    font-family: inherit;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION                                                         */

.addmore-box {
    border: none;
}

.cart {
    border-radius: 0;
}

.cart .eventinfo {
    padding: 15px 15px;
    border-radius: 0;
}

.invoice-sum-total {
    font-size: 1.3em;
}

.invoice .invoice-group {
    border-radius: 2px;
}

/* -------------------------------------------------------------------- */
/* REGISTRATION - GROUP                                                 */

.reg-category {
    border-radius: 0;
}

.reg-group {
    border: none;
}

.reg-header {
    background: none;
    padding: 0;
}

.reg-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.reg-content + .reg-content,
.reg-header + .reg-content {
    margin-top: 15px;
    border-radius: 2px;
}

.reg-content:last-child {
    border-radius: 0;
}

.reg-content:only-child {
    border-radius: 0;
}

.reg-title {
    margin: 0 200px 15px 0;
}

.reg-title a {
    text-decoration: none;
    font-weight: bold;
}

.reg-facts {
    margin: 0px -10px;
    font-size: 13px;
    line-height: 18px;
}

.reg-facts ul li {
    margin: 2px 10px;
}

.reg-price {
    font-size: 1em;
    line-height: inherit;
}

@media only screen and (min-width: 1441px) {
  /* -------------------------------------------------------------------- */
  /* GRID                                                                 */
  
  .container {
      padding: 0 32px;
  }
  
  .row {
      margin: 0 -32px 0 -32px;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, 
  .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding: 15px 32px;
  }
}

@media only screen and (max-width: 768px) {
  
  .container {
      padding: 0 15px;
  }
  
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  header {
      border-bottom: 1px solid #ebeff3;
  }
  
  header .logo {
      top: 15px;
  }
  
  header .logo img {
      max-height: 30px;
  } 
  
  /* -------------------------------------------------------------------- */
  /* NAVIGATION                                                           */
  
  header .btn-nav {
      background: none;
  }
  
  header .nav .container, 
  header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/86AF2317-31E1-EA11-8437-00155D0B0940/KL_logo_BLAA@2x.png);
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: 20px 20px;
      padding: 0;
  }
  
  header .navigation ul li {
      border-bottom: 1px solid #ebeff3;
  }
  
  /* -------------------------------------------------------------------- */
  /* USER-NAV                                                             */
  
  .user-nav {
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-radius: 0;
      margin-top: 0;
      padding: 10px; 
  }
}

@media only screen and (max-width: 480px) { 
  /* -------------------------------------------------------------------- */
  /* USER-NAV                                                             */
  
  .user-nav .container {
      padding: 0 90px 0 40px;       
  }
}</pre></body></html>