<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#downloads-viewer-wrapper .block-viewer {
    width: 100% !important;
    /* oud  -&gt; height: 850px; */
    height: calc(100vh - 70px);
}

#downloads-viewer-wrapper .pdf-iframe {
    height: 100%;
    width: 100%;
    /* needed because this one is position absolute */
    top: 0;
    left: 0;
    border: none;
    position: absolute;
    box-sizing: border-box;
    /* here's the kicker */
    -moz-box-sizing: border-box;
    overflow: auto;
    /* don't panic. they take the place of normal scroll bars*/
}

#downloads-viewer-wrapper #image-container {
    max-width: 95%;
    max-height: 95%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

#downloads-viewer-wrapper .brochure {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    width: 100%;
}

#downloads-viewer-wrapper .block-info {
    padding: 20px;
    /* oud  -&gt; height: 850px; */
    height: calc(100vh - 70px);
}

#downloads-viewer-wrapper .block-pdf {
    /* oud  -&gt; height: 850px; */
    height: calc(100vh - 70px);
    background-color: #333;
    text-align: center;
}

#downloads-viewer-wrapper .block-files {
    overflow-x: hidden;
    font-size: 13px;
    height: calc(100vh - 70px);
}

#downloads-viewer-wrapper .nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*margin: 0 !important;*/
}

#downloads-viewer-wrapper .thumbnail-item {
    margin-bottom: 7px;
    cursor: pointer;
}

#downloads-viewer-wrapper .thumbnail-item.selected {
    background-color: #c9040399;
}

#downloads-viewer-wrapper .block-files .thumbnail-manager span img {
    display: block;
    max-width: 100%;
    height: auto;
}

#downloads-viewer-wrapper .thumbnail-item:hover {
    background-color: #c90403;
}

#downloads-viewer-wrapper .navbar {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
}

#downloads-viewer-wrapper .navbar-header {
    position: absolute;
    top: 5px;
    /* ie fix */
    left: 0;
    /* ie fix */
}

#downloads-viewer-wrapper .navbar-brand {
    padding: 5px;
}

#downloads-viewer-wrapper .va-container {
    height: 70px;
    text-align: center;
    border-radius: 0;
}

#downloads-viewer-wrapper .nav-project-link {
    float: right;
    font-size: 17px;
    position: absolute;
    top: 0;
    /* ie fix */
    right: 0;
    line-height: 64px;
    vertical-align: middle;
    margin-right: 21px;
    text-decoration: none;
}

#downloads-viewer-wrapper .navbar .download-title {
    height: 64px;
    text-align: center;
}

#downloads-viewer-wrapper button.nav-project-link {
    background: transparent;
    box-shadow: none;
    border: none;
    text-decoration: none;
    position: absolute;
    float: none;
    top: 0;
    right: -70px;
    padding-left: 15px;
}

#downloads-viewer-wrapper .project-label {
    position: absolute;
    background-color: #f3f3f3;
    border-radius: 0;
    color: #333;
    border-color: #e5e5e5;
    font-size: 16px;
    left: 0;
    top: 15px;
    z-index: 1;
}

/* modal left edit erik */

.nav-project-link.hidden-md.hidden-lg.active i.fa-bars::before {
    content: '\f00d';
}

#downloads-viewer-wrapper .navbar .download-title {
    line-height: 24px;
    width: 55%;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

#downloadviewer-menu .modal-body button.close {
    right: -30px;
    position: fixed;
    top: 33px;
    opacity: 1;
}

.cbp-menu-logo img {
    max-width: 95%;
}

#downloadviewer-menu .modal-body button.close i {
    color: #fff;
    text-shadow: none;
}

#downloadviewer-menu .modal-content {
    border-radius: 0;
    border: none;
    background: #f2f2f2;
}

#downloadviewer-menu .modal-content .modal-body {
    padding: 0;
}

#downloadviewer-menu .modal-body a, #downloadviewer-menu .modal-body .a {
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff !important;
    padding: 1em;
}

#downloadviewer-menu .modal-body a, #downloadviewer-menu .modal-body .a {
    display: block;
    color: #000;
    font-size: 1.1em;
    font-weight: 300;
}

#downloadviewer-menu .modal-body button.a {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    text-align: left;
}

.cbp-menu-logo {
    width: 100%;
}

#downloadviewer-related .modal-body {
    height: 100vh;
    padding: 10px;
}

#downloadviewer-related .modal-content {
    border-radius: 0;
    border: none;
}

#downloadviewer-related .modal-content .modal-header button.close {
    position: fixed;
    right: -30px;
    top: 31px;
    opacity: 1;
}

#downloadviewer-related span.img-thumbnail {
    max-width: 100%;
    padding: 0;
}

#downloadviewer-related .modal-content .modal-header button.close span {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
}

#downloadviewer-related .modal-header {
    background: #C90403;
    height: 70px;
    border: none;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -300px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

#downloadviewer-menu.modal.fade.in, .modal.left.fade.in .modal-dialog {
    left: 0;
}

.cbp-spmenu-push-toright .close-icon {
    display: none !important;
}

.cbp-spmenu {
    background: #fff;
    position: absolute;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a, .cbp-spmenu .a {
    display: block;
    color: #000;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover, .cbp-spmenu .a:hover {
    background: #258ecd;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a, .cbp-spmenu-vertical .a {
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff !important;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a, .cbp-spmenu-horizontal .a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

.cbp-spmenu-bottom {
    top: 800px;
    opacity: 0;
    height: 0;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    top: 0;
    opacity: 1;
    height: 100vh;
}

.cbp-spmenu-bottom.cbp-spmenu-close {
    bottom: -100%;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -300px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.22);
    height: auto;
    float: left;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

.cbp-spmenu-push {
    /*overflow-x: hidden;*/
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    /* left: 300px;
     margin-right: 300px;*/
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        /*height: 100%;*/
    }
    /*
        .cbp-spmenu-top {
            top: -110px;
        }

        .cbp-spmenu-bottom {
            bottom: -100%;
        }*/
}

.cbp-menu-logo {
    width: 100%;
}

.cbp-menu-privacy {
    font-size: inherit !important;
    display: contents !important;
}

.cbp-menu-button button {
    width: 100% !important;
}

.cbp-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cbp-spmenu-vertical a {
    color: #000 !important;
}

.custom-newsletter-button .form-handler .form-parent.form-privacy label.checkbox {
    font-size: 12px;
}

.custom-newsletter-button .form-handler {
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

@media (max-height:760px) {
    #downloads-viewer-wrapper .brochure {
        position: relative;
    }
    hr.c-mbt {
        margin: 12px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .c-col-12 {
        width: 100%;
    }
    .c-col-12.c-dn {
        display: none;
    }
    hr.c-mbt {
        margin: 12px 0 0;
    }
    .c-col-12.inner a h4 {
        font-size: 16px;
    }
    p.c-dn {
        display: none;
    }
    .c-fs-14 {
        font-size: 14px;
    }
    .custom-newsletter-button .form-handler .form-parent.form-privacy label.checkbox {
        font-size: 9px;
    }
    .custom-newsletter-button .form-handler button.btn.btn-primary.submit-arrow {
        font-size: 14px;
    }
}

@media (max-width:540px) {
    #downloads-viewer-wrapper .navbar .download-title {
        line-height: 64px;
        overflow-y: hidden;
        height: 64px;
        display: block;
        width: 100%;
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .site .thumbnail-manager {
        /*height:850px;*/
    }
    .img-thumbnail {
        padding: 10px !important;
        max-width: 50%;
        height: auto;
        float: left;
        background-color: transparent !important;
        border: transparent !important;
    }
    .img-thumbnail img {
        background-color: #fff !important;
        border: 1px solid #ddd !important;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media (min-width: 1200px) {
    .hidden-md {
        display: none !important;
    }
}

#downloads-viewer-mobile .va-container {
    height: 70px;
}

#downloads-viewer-mobile .navbar {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

#downloads-viewer-mobile .nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* margin: 0 !important;*/
}

#downloads-viewer-wrapper.downloads-viewer-mobile .block-files {
    height: auto;
}

#downloads-viewer-mobile .thumbnail-item.selected {
    background-color: #cccccc;
}

#downloads-viewer-mobile .thumbnail-item {
    margin-bottom: 7px;
    cursor: pointer;
}

#downloads-viewer-wrapper.downloads-viewer-mobile button.nav-project-link {
    background: transparent;
    box-shadow: none;
    border: none;
    text-decoration: none;
    position: relative;
    float: none;
    padding-left: 15px;
    right: 0;
}</pre></body></html>