<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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h1 {
    letter-spacing: -.02em;
}

h2, h3 {
    letter-spacing: -.01em;
}

/* -------------------------------------------------------------------- */
/* 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: 14px;
    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 {
    border-radius: 0px;
}

select:focus {
    border-color: #000;
    box-shadow: 0 0 0 1px #000000;
}

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

.btn-default {
    border-radius: 0px;
    border: 1px solid #000000 !important;
    background: #ffffff !important;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.btn-default:hover {
    border: 1px solid #000000 !important;
    color: #ffffff !important;
    background: #000000 !important;
}

.btn[name="btn_next"],
.btn[name="btn_previous"] {
    height: auto;
    padding: 10px 20px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    min-width: 6.25rem;
    height: auto;
    padding: 0.625rem 1.25rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

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

header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #307966;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .logo {
    max-width: 260px;
    flex: 1 1 auto;
    margin: 0;
}

header .navigation {
    max-width: 880px;
    flex: 1 1 auto;
}

header .logo .container-fluid,
header .nav .container-fluid {
    padding: 0;
}

header .nav ul li a {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

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

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

main .container-fluid {
    padding: 0;
}

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

footer {
    flex-shrink: 0;
}

footer .container-fluid {
    padding: 0;
}

footer .quicklinks {
    padding: 30px 0;
    border-top: 0.0625rem solid #e1e3e5;
}

footer .quicklinks a {
    color: #4a4a4a;
    text-decoration: none;
}

footer .quicklinks a:hover {
    color: #3a947c;
    text-decoration: none;
}

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

.progressnav {
    margin-bottom: 30px;
}

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

.progressnav .label {
    font-size: 14px;
    line-height: 20px;
}

.progressnav ol li.active .label {
    color: #3B3B3B;
    font-weight: bold;
    top: -6px;
    color: #fff;
    display: block;
}

.progressnav-progressbar {
    border-radius: 8px;
    /* background: #e7f2ef; */
}

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

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

#signup main section,
#receipt main section {
    flex-grow: 1;
    background: none;
}

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

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

.addmore-box {
    border: none;
}

.cart {
    background: #f7efd3;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
}

.cart .eventinfo h3 {
    font-size: 20px;
    line-height: 26px;
}

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

.cart .cart-subgroup-title {
    color: rgb(0 0 0 / 57%);
}

.cart .cart-empty {
    color: #4f4f4f; 
}

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

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

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

.reg-category {
    border-radius: 0;
    background: #e9f2ef;
    border-color: transparent;
}

.reg-category .title {
    font-size: 1.2em !important;
    line-height: 1.4em;
    /* text-transform: none; */
    font-weight: 600;
}

.reg-category .price {
    color: #317966;
    font-weight: 600;
}

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

.reg-header {
    background: none;
    padding: 0px 0px 15px 0;
    border-radius: 0;
}

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

.reg-content + .reg-content,
.reg-header + .reg-content {
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

.reg-title {
    margin-bottom: 15px;
}

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

.reg-facts {
}

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

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

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

.tabs {
    border-bottom: 1px solid #000000;
}

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

.tab a {
    font-size: 14px;
    line-height: 20px;
}

.tab.active {
    border: 1px solid #000000;
    border-bottom: none;
}

.agenda-calendar .time,
.agenda-horizontal .time,
.agenda-vertical .time {
	color: #000000 !important;
	font-size: 14px !important;
}

/* -------------------------------------------------------------------- */
/* USERNAV                                                              */

.user-nav {
    background: #b8d3cd;
    border: none;
    padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
}

.user-nav-options a {
    color: #3a947c;
}

.user-nav-options a:hover {
    color: #3a947c;
}

.user-nav-thumb,
.user-nav-options a .icon16 {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */

  header .logo {
      top: 20px;
  }

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

  header .navigation {
      top: 20px;
  }

  header .navigation .nav {
      border: none;
  }

  header .nav .container, header .nav .container-fluid {
      background-image: url(https://themes.cmcdn.dk/65FEF4F7-A06F-EC11-84B2-00155D0B0901/buvm-logo-stil@2x.png);
      background-repeat: no-repeat;
      background-size: 170px;
      background-position: 20px 60px;
      padding: 0;
  }
}</pre></body></html>