<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cbp-hrmenu {
    position: relative;
    width: 1200px;
    border-bottom: 4px solid #47a3da;
}

    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    /* first level ul style */
    .cbp-hrmenu &gt; ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        max-width: 70em;
    }

        .cbp-hrmenu &gt; ul &gt; li {
            display: inline-block;
        }

            .cbp-hrmenu &gt; ul &gt; li &gt; a,
            .cbp-hrmenu &gt; ul &gt; li &gt; span {
                font-size: 160%;
                font-weight: 300;
                padding: 1em 1.3em;
                display: inline-block;
            }

                .cbp-hrmenu &gt; ul &gt; li &gt; a:hover,
                .cbp-hrmenu &gt; ul &gt; li &gt; span:hover {
                    color: #47a3da;
                }

            .cbp-hrmenu &gt; ul &gt; li.cbp-hropen a,
            .cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover {
                color: #fff;
                background: #47a3da;
            }

#cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; div &gt; div &gt; div &gt; ul &gt; li &gt; a {
    background: transparent;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
    width: 100%;
    display: none;
    position: absolute;
    float: left;
    background: #47a3da;
    z-index: 1000;
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
    min-height: 340px;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div {
    float: left;
    padding: 0 2em 0;
    position: relative;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div a {
    line-height: 2em;
    font-size: 120%;
}

.cbp-hrsub h4 {
    color: #afdefa;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
    padding: 1em 1.3em 1.7em;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {
}


/* Book PriceTable*/
.table-dark {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    border-collapse: collapse;
}

    .table-dark td, .table-dark th {
        min-width: 100px;
        vertical-align: middle;
        text-align: center;
    }

    .table-dark th {
        padding: 12px 5px;
        color: #fff;
        background-color: #373a3c;
        border: 1px solid #373a3c;
    }

    .table-dark tr {
        background: #fff;
    }

    .table-dark td {
        border: 1px solid #e0e0e0;
    }

        .table-dark td:first-child, .table-dark th:first-child {
            padding: 5px 0px 5px 5px;
            text-align: left;
            font-weight: bold;
        }

        .table-dark td:not(:first-child):hover {
            background: #f1f1f1;
        }

    .table-dark td span {
        vertical-align: super;
        font-size: 1rem;
        font-weight: bold;
    }


    .table-dark .pricetable-group {
        font-weight: bold;
        color: #fff;
        background-color: #373a3c;
        border-left: 1px solid #373a3c;
        border-right: 1px solid #373a3c;
    }

    .table-dark .pivot-arrow {
        cursor: pointer;
        font-size: 1.4rem;
    }


/*Used for table templates mainly located in sitecontent*/
.table-template {
    width: 100%;
    border-collapse: collapse;
}

.table-template th {
    padding: 5px;
    color: #fff;
    background-color: #373a3c;
    border: 1px solid #373a3c;
    text-align: center;
}

.table-template tr {
    background: #fff;
}

    .table-template td {
        padding: 0px 5px;
        text-align: center;
        min-width: 90px;
        border: 1px solid #e0e0e0;
        height: 25px;
    }

    .table-template td:first-child, .table-template th:first-child {
        text-align: left;
    }
/*Used for table templates mainly located in sitecontent*/

.markup {
    padding: 10px;
    font: 600 1.5rem "Roboto", sans-serif;
    color: black;
    background: white;
    text-transform: uppercase;
    border: 1px solid #d6d4d4;
    white-space: normal;
    max-width: 400px;
    display: inline-block;
}


/*Egen Bootstrap extra tilføjelse*/
.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.left3 {
    margin-left: 3px;
}

.left5 {
    margin-left: 5px;
}

.left7 {
    margin-left: 7px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left17 {
    margin-left: 17px;
}

.left30 {
    margin-left: 30px;
}

.font8 {
    font-size: 8px;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.warning {
    color: red;
    font-size: 11px;
}

.errorMgs {
    color: red;
    font-size: 14px;
}

.inputError {
    border: 2px red solid !important;
}

.textDotDotDot {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loading:before {
    content: '\f110';
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
    display: inline-block;
    animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s infinite linear;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


div.dt-buttons {
    margin: 0px, 5px, 0px, 5px !important;
}

.row-equalizer {
    padding-left: 15px;
    padding-right: 29px;
}

.col-equalizer {
    margin-left: -15px;
}

.breadcrumb-file-system {
    list-style: none;
    display: inline-block;
}

.breadcrumb-file-system .icon {
    font-size: 14px;
}

.breadcrumb-file-system li {
    float: left;
}

    .breadcrumb-file-system li a {
        color: #FFF;
        display: block;
        background: #3498db;
        text-decoration: none;
        position: relative;
        height: 28px;
        line-height: 30px;
        padding: 0 10px 0 5px;
        text-align: center;
        margin-right: 23px;
    }

    .breadcrumb-file-system li:nth-child(even) a {
        background-color: #2980b9;
    }

        .breadcrumb-file-system li:nth-child(even) a:before {
            border-color: #2980b9;
            border-left-color: transparent;
        }

        .breadcrumb-file-system li:nth-child(even) a:after {
            border-left-color: #2980b9;
        }

    .breadcrumb-file-system li:first-child a {
        padding-left: 15px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px;
    }

        .breadcrumb-file-system li:first-child a:before {
            border: none;
        }

    .breadcrumb-file-system li:last-child a {
        padding-right: 15px;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 0;
    }

        .breadcrumb-file-system li:last-child a:after {
            border: none;
        }

    .breadcrumb-file-system li a:before, .breadcrumb-file-system li a:after {
        content: "";
        position: absolute;
        top: 0;
        border: 0 solid #3498db;
        border-width: 14px 10px;
        width: 0;
        height: 0;
    }

    .breadcrumb-file-system li a:before {
        left: -20px;
        border-left-color: transparent;
    }

    .breadcrumb-file-system li a:after {
        left: 100%;
        border-color: transparent;
        border-left-color: #3498db;
    }

    .breadcrumb-file-system li a:hover {
        background-color: #1abc9c;
    }

        .breadcrumb-file-system li a:hover:before {
            border-color: #1abc9c;
            border-left-color: transparent;
        }

        .breadcrumb-file-system li a:hover:after {
            border-left-color: #1abc9c;
        }

    .breadcrumb-file-system li a:active {
        background-color: #16a085;
    }

        .breadcrumb-file-system li a:active:before {
            border-color: #16a085;
            border-left-color: transparent;
        }

        .breadcrumb-file-system li a:active:after {
            border-left-color: #16a085;
        }
</pre></body></html>