@charset "UTF-8";
/* ===== NorlysCSSStyle.css ===== */
@font-face {
    font-family: 'NORLYSHeadline-Bold', sans-serif;
    src: url('/NORLYSHeadline-Bold.otf') format('opentype');
    font-weight: Bold;
    font-style: normal;
}

@font-face {
    font-family: 'NORLYSText-Bold', sans-serif;
    src: url('/NORLYSText-Bold.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NORLYSText-BoldItalic', sans-serif;
    src: url('/NORLYSText-BoldItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NORLYSText-Italic', sans-serif;
    src: url('/NORLYSText-Italic.otf') format('oopentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NORLYSText-Regular', sans-serif;
    src: url('/NORLYSText-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/cbasis-grotesque-regular-pro.bbf43825.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("/basis-grotesque-bold-pro.34544d49.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ClearfaceStd-bold";
  src: url("/ITCClearfaceW05-Bold.f784589f.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: "NORLYSText-Regular", Arial, sans-serif;
    font-size: 20px;
}

h1, h2, h3, h4 {
    font-family: "NORLYSHeadline-Bold", Arial, serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

strong, b {
    font-family: "NORLYSText-Bold", Arial, sans-serif;
}

:root {
    --norlys-red: #F8232D;
    --norlys-dark: #272727;
    --norlys-grey: #f5f5f5;
}

body {
    margin: 0;
    line-height: 1.5;
    color: var(--norlys-dark);
    background: #fff;
}

.app {
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 16px;
}

.section {
    padding-block: 64px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.contact-cards {
    display: flex;
    gap: 40px;
    padding: 40px 16px;
    justify-content: center;
    background: #f9f9f9;
    flex-wrap: wrap;
}

.contact-card {
    display: flex;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    max-width: 600px;
    flex: 1 1 300px;
}

.contact-card img {
    width: 240px;
    height: auto;
    object-fit: cover;
}

.contact-card .contact-info {
    padding: 24px;
}

.contact-card .contact-info p {
    margin: 0 0 12px 0;
}

.contact-card .contact-info p:last-child {
    margin-bottom: 0;
}

.contact-card .contact-info strong {
    font-weight: bold;
}

.contact-card a {
    color: #0066cc;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

footer {
    padding: 48px 16px 24px;
    font-size: 14px;
    color: #272727;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    justify-content: space-between;
    max-width: 1320px;
    margin: auto;
}

.footer-bottom h4 {
    color: var(--norlys-red);
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    margin-bottom: 6px;
}

.footer-bottom ul li a {
    color: #272727;
    text-decoration: none;
}

.footer-bottom ul li a:hover {
    text-decoration: underline;
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.footer-socials a img {
    width: 24px;
    height: 24px;
}

.footer-legal {
    max-width: 1320px;
    margin: 32px auto 0;
    padding-top: 16px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
}

.footer-legal a {
    color: #272727;
    text-decoration: none;
}

.footer-legal a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 32px;
    }

    .footer-legal {
        text-align: center;
        flex-direction: column;
    }

    .contact-card {
        flex-direction: column;
        text-align: center;
    }

    .contact-card img {
        width: 100%;
    }
}

.topbar,
.dotted-line,
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

    .topbar,
    .dotted-line,
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .topbar,
    .dotted-line,
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {

    .topbar,
    .dotted-line,
    .container {
        width: 1170px;
    }
}



.topbar .columnBlockLayout.Hjemmeside,
.dotted-line .columnBlockLayout.Hjemmeside,
.container .columnBlockLayout.Hjemmeside {
    margin-top: 20px;
    padding-top: 64px;
    padding-bottom: 96px;
    -webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.15);
}

.topbar .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"],
.dotted-line .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"],
.container .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"] {
    width: 100%;
    text-align: center;
}

.topbar .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"] ol.progress,
.dotted-line .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"] ol.progress,
.container .columnBlockLayout.Hjemmeside div[id$="ProgressIndicator"] ol.progress {
    display: inline-block;
}

/* ******** Button styling ***********/
:not(.input-group)>div>.btn.btn-primary:not(.btn-xs),
:not(.input-group)>div>.btn.btn-info:not(.btn-xs),
:not(.input-group)>div>.btn.btn-default:not(.btn-xs) {
    min-height: 44px;
    padding: 10px 10px;
    text-transform: uppercase;
    border-width: 2px;
    border-radius: 24px/24px;
    font-size: 13.5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.1s ease-in, -webkit-box-shadow 0.25s ease-in;
    transition: -webkit-transform 0.1s ease-in, -webkit-box-shadow 0.25s ease-in;
    transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
    transition: transform 0.1s ease-in, box-shadow 0.25s ease-in, -webkit-transform 0.1s ease-in, -webkit-box-shadow 0.25s ease-in;
}

@media (min-width: 580px) {

    :not(.input-group)>div>.btn.btn-primary:not(.btn-xs),
    :not(.input-group)>div>.btn.btn-info:not(.btn-xs),
    :not(.input-group)>div>.btn.btn-default:not(.btn-xs) {
        min-width: 180px;
        padding: 10px 40px;
    }
}

:not(.input-group)>div>.btn.btn-primary:not(.btn-xs):focus,
:not(.input-group)>div>.btn.btn-info:not(.btn-xs):focus,
:not(.input-group)>div>.btn.btn-default:not(.btn-xs):focus {
    border-color: #25d287;
}

:not(.input-group)>div>.btn.btn-primary:not(.btn-xs):active,
:not(.input-group)>div>.btn.btn-info:not(.btn-xs):active,
:not(.input-group)>div>.btn.btn-default:not(.btn-xs):active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

:not(.input-group)>div>.btn.btn-primary:not(.btn-xs) span.fa:before,
:not(.input-group)>div>.btn.btn-info:not(.btn-xs) span.fa:before,
:not(.input-group)>div>.btn.btn-default:not(.btn-xs) span.fa:before {
    margin-right: 7px;
}

:not(.input-group)>div>.btn.btn-primary:not(.btn-xs) {
    background-color: #114830;
    border-color: #114830;
    color: #fff;
}

:not(.input-group)>div>.btn.btn-primary:not(.btn-xs):hover {
    background-color: #747474;
}

:not(.input-group)>div>.btn.btn-default:not(.btn-xs) {
    background-color: #fff;
    border-color: #7a7a7a;
    color: #7a7a7a;
}

:not(.input-group)>div>.btn.btn-default:not(.btn-xs):hover {
    background-color: #e6e6e6;
}

:not(.input-group)>div>.btn.btn-info:not(.btn-xs) {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

:not(.input-group)>div>.btn.btn-info:not(.btn-xs):hover {
    background-color: #31b0d5;
}

section {
    margin-bottom: 2em;
}
/* ******** Form styling ***********/
.crmEntityFormView {
  color: #272727;
}

.crmEntityFormView input[type="text"].form-control,
.crmEntityFormView input[type="email"].form-control,
.crmEntityFormView textarea.form-control {
  text-decoration: none !important;
}

.crmEntityFormView input[type="text"].form-control:focus,
.crmEntityFormView input[type="email"].form-control:focus,
.crmEntityFormView textarea.form-control:focus {
  -webkit-box-shadow: 0 0 0 1pt #25d287;
          box-shadow: 0 0 0 1pt #25d287;
}

.crmEntityFormView .datetime.form-control-cell div.control {
  display: table;
}

.crmEntityFormView .cell label {
  font-size: 20px;
  font-weight: 400;
}

.crmEntityFormView .cell .description {
  font-size: 15.5px;
  font-weight: 400;
}

.crmEntityFormView .cell div.info label,
.crmEntityFormView .cell div.info div.validators {
  display: inline;
  float: none;
}

.crmEntityFormView .cell.right-align-description div.info label,
.crmEntityFormView .cell.right-align-description div.info div.validators {
  float: left;
}

.crmEntityFormView .cell.right-align-description .description.right-align-description {
  float: right;
  clear: right;
  margin-top: 6px;
}

.crmEntityFormView .cell.right-align-long-description div.info {
  position: relative;
  top: 28px;
  margin-top: -28px;
}

.crmEntityFormView .cell.right-align-long-description .description.right-align-long-description {
  line-height: 2.5;
}

.crmEntityFormView .cell.sharepoint-documents .info label {
  font-size: 15.5px;
  font-weight: 400;
}

.crmEntityFormView h2.tab-title,
.crmEntityFormView legend.section-title {
  text-align: center;
  width: 100%;
  font-family: "ClearfaceStd-bold", "Times New Roman", Times, serif;
  font-weight: 700;
}

.crmEntityFormView h2.tab-title {
  font-size: 40px;
  border: none;
  margin-top: 0px;
  margin-bottom: 32px;
}

.crmEntityFormView legend.section-title {
  margin-bottom: 15px;
}

.crmEntityFormView .cell.boolean-radio-cell .boolean-radio input[type="radio"] {
  vertical-align: baseline;
}

.crmEntityFormView > div.actions {
  border-top: none;
  margin-left: 12px;
}

.crmEntityFormView > div.actions .btn {
  -webkit-box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.21);
}

.crmEntityFormView > div.actions .btn:active {
  -webkit-box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.crmEntityFormView > div.actions .col-sm-6 {
  width: 100%;
}

.small-print {
  font-size: 14px;
}

.small-print.light {
  color: #d6d6d6;
}