<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageModules-root {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* -------------------------------------------------------------------- */
/* 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: 0px;
    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: 0px;
}

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

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

.btn-default {
    border-radius: 0px;
}

.btn-default[name="btn_next"],
.btn-default[name="btn_previous"] {
    height: auto;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}

.btn-default[name="btn_next"] {
    background: #e52020;
    color: #ffffff;
}

.btn-default[name="btn_previous"] {
    background: #9b0d2b;
    color: #ffffff;
}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    height: auto;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

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

header {
    border-bottom: 1px solid #e7e8ec;
}

header .nav ul li {
    text-transform: uppercase;
}

/* -------------------------------------------------------------------- */
/* MAIN                                                                 */

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

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

footer {
    flex-shrink: 0;
}

footer a {
    color: #3B3B3B;
}

footer a:hover {
    color: #e52020;
}

/* -------------------------------------------------------------------- */
/* PROGRESS NAV                                                         */

.progressnav ol li.active .step {
    width: 14px;
    height: 14px;
    background: #e5201f;
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.progressnav ol li.active .label {
    color: #3B3B3B;
    font-weight: bold;
}

.progressnav-progressbar {
    border-radius: 8px;
}

.progressnav-progress {
    height: 8px;
    background: #e5201f;
}

/* -------------------------------------------------------------------- */
/* SIGN UP                                                              */

#signup main section {
    flex-grow: 1;
}

#signup main h1, 
#signup main h2, 
#signup main h3, 
#signup main h4 {
    color: #3b3b3b !important;
}

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

.addmore-box {
    border: none;
}

.cart {
    border-radius: 0;
}

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

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

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

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

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

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

.reg-header {
    background: #f0f0f2;
    padding: 15px 20px;
    border-radius: 0;
}

.reg-content {
}

.reg-content + .reg-content,
.reg-header + .reg-content {
    border-radius: 0px;
}

.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;
}

/* -------------------------------------------------------------------- */
/* COMPONENTS                                                           */

.tab {
    border-radius: 0;
    padding: 10px 18px;
}

/* -------------------------------------------------------------------- */
/* ELEMENTS                                                             */


@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  header .logo {
      top: 10px;
  }
  
  /* -------------------------------------------------------------------- */
  /* NAV                                                                  */
  
  header .nav .container, header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/47298458-3487-EB11-8448-00155D0B0901/UM-logo-mobile@2x.png);
      background-repeat: no-repeat;
      background-size: 60px;
      background-position: 20px 20px;
      padding: 0;
  }
  
  header .nav ul li {
      border-bottom: solid 1px #e7e8ec;
  }
  
  header .nav ul li:first-child {
      border-top: solid 1px #e7e8ec;
  }
  
}
</pre></body></html>