.pageModules-root {
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h1 {
    letter-spacing: -1.8px;
}

h2, h3 {
    letter-spacing: -1px;
}

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

select:focus {
}

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

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

.btn-default[name="btn_next"],
.btn-default[name="btn_previous"] {
    height: auto;
    padding: 10px 20px;
    font-weight: 600;
}

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

.btn-default[name="btn_previous"] {
    background: #ffffff;
    border: 2px solid #333333;
}

.btn-default[name="btn_previous"]:hover {
    color: #ffffff;
    background: #333333;
    border: 2px solid #333;
}

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

.btn-choose {
    background: #ffffff !important;
    border: 2px solid #333333;
}

.btn-choose:hover {
    color: #ffffff !important;
    background: #333333 !important;
    border: 2px solid #333333;
}

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

header {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-box-shadow: 0 0 0.5em rgb(0 0 0 / 50%);
    box-shadow: 0 0 0.5em rgb(0 0 0 / 50%);
}

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 {
    letter-spacing: -0.4px;
}

header .nav ul li a.active  {
    border-bottom: 2px solid #c8102e;
}

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

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

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

footer {
    flex-shrink: 0;
}

footer a {
    font-size: 17px; 
    line-height: 27px;
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

.progressnav {
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

#signup main h2 {
    font-size: 24px;
    line-height: 36px;
}

#signup main h3 {
    font-size: 18px;
    line-height: 24px;
}

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

.addmore-box {
    border: none;
}

.cart {
    background: #f3f3f3;
    border-radius: 0;
    box-shadow: none;
}

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

.cart .eventinfo h3 {
    font-size: 10px;
}

.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;
    border: none;
}

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

.reg-content {
}

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

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

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

.user-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    color: #c8112e;
}

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

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

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

/* -------------------------------------------------------------------- */
/* EXTERNAL LOGIN                                                       */

#extranet main section {
    background: none;
}


@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/D0649609-A559-EC11-84B2-00155D0B0901/forsvaret-logo@2x.png);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 20px 20px;
      padding: 0;
  }
}