﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #000;
    margin-bottom: 130px;
    margin-top: 70px;
    margin-bottom: 300px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
}

.body-container {
    max-width: 1400px;
    margin: 100px auto 300px;
}

.body-searchpage > .body-container {
    max-width: 1000px;
    margin: 50px auto;
}

*, *:before, *:after {
    transition: all .3s;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, span, header, footer, .navbar, #filter-content, #navigation-content, #navigationModal {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #224C94;
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

    header.header .header-content {
        background: #333333;
        color: #FFFFFF;
        min-height: 60px;
        padding: 2px 0 0;
    }

        header.header .header-content a {
            background: #333333;
            color: #FFFFFF;
        }

        header.header .header-content div {
            background: #333333;
            color: #FFFFFF;
        }

.breadcrumb-wrapper {
    padding: 0 30px;
    font-size: 14px;
    z-index: 3;
}

    .breadcrumb-wrapper .breadcrumb-item {
        font-weight: 600;
        color: black !important;
    }

.body-searchpage .breadcrumb-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 15px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    transition: none;
}

    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    color: #FFFFFF;
    padding-top: 0 !important;
}

.title {
    cursor: pointer;
    position: relative;
}


div.content {
    padding: 0 30px 15px;
}

div.h4-title div {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.title h2 .expand:after, .title h2 .expand:before {
    width: 21px;
    height: 3px;
    left: calc(100% - 30px);
    top: calc(50% - 4px);
    content: '';
    position: absolute;
    background: #000;
}

.collapsed.title h2 .expand:before {
    transform: rotate(-90deg);
}

.row.topline {
    background: white;
    line-height: 50px;
    font-size: 30px;
    z-index: 1;
}

    .row.topline:nth-child(2) {
        border: none;
    }


.active-chapter .collapse-chapter-button {
    width: 100px;
    visibility: visible;
}

.collapse-chapter-button {
    background: #355451;
    right: 0;
    top: 0;
    height: 99%;
    position: absolute;
    z-index: 1;
    transform-origin: top left;
    transform: skewX(-35deg);
    width: 0;
    right: -40px;
    visibility: hidden;
}

    .collapse-chapter-button img {
        transform: skewX(35deg) rotate(180deg) !important;
        width: 22px;
        height: 22px;
    }

.shady-overlay {
    position: fixed;
    height: 20px;
    width: 100%;
    background: white;
    left: 0;
    top: 85px;
    z-index: 2;
}

/* Sections and articles */
.section {
    min-height: 60px;
    position: relative;
}

    .section .article {
        z-index: 1;
        background: #fff;
        font-size: 16px;
    }

    .section .filteralert {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }


.article::after {
    content: "";
}

.section {
    word-wrap: break-word;
}

.article table {
    width: 100% !important;
}

.article th {
    background-color: #347B73;
    color: white;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.program-details-page {
    word-break: break-word;
}

    .program-details-page .row {
        margin-bottom: 5px;
        border-top: none;
    }

/* Print/share icons */
span.oi {
    cursor: pointer;
}

/* Info (tags) icon */
.info-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    border-radius: 10px;
    background: #409087;
    color: #fff;
    content: 'i';
    cursor: pointer;
    transition: all .2s !important;
}

    .info-icon.collapsed {
        background: black;
    }

    .info-icon:hover {
        background: #409087;
    }

.nr-icon {
    border: solid 1px;
    border-radius: 100%;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    transition: all .2s !important;
}

    .nr-icon:hover {
        cursor: pointer;
    }

.program-content-icon {
    margin-bottom: 30px;
    transition: all .0s;
}

    .program-content-icon:not(.info-icon):hover {
        color: #409087;
    }

    .program-content-icon:hover {
        cursor: pointer;
    }

.program-content-icon-oi {
    font-size: 18px;
}

/* Article info (tags) */
.infobox {
    color: #444;
    background: #eee;
}

/* Bootstrap overrides */
.container {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs {
    border-color: #ccc;
}

    .nav-tabs .nav-item {
        margin-left: 4px;
    }

        .nav-tabs .nav-item:first-child {
            margin-left: 0;
        }

    .nav-tabs .nav-link {
        padding: 4px 8px;
        font-weight: 500;
    }

        .nav-tabs .nav-link:hover {
            border-color: #f80 #f80 #fff;
            color: #000;
            background: #fff;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link.active:hover {
            border-color: #ccc #ccc #fff;
        }

    .nav-tabs a.nav-link {
        color: #fff;
        background: #f80;
    }

        .nav-tabs a.nav-link.active,
        .nav-tabs a.nav-link:hover {
            color: #000;
        }

.nav-link {
    color: white !important;
}

.headline-item {
    white-space: normal;
}

.program-sidenav-item {
    background-color: #E8CAD2 !important;
}

.dropdown-item.active, .dropdown-item:active {
    font-weight: bold;
}

.tab-pane {
    padding: 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.popover-header .close {
    margin-top: -4px;
    margin-right: -4px;
    outline: none;
}

.btn {
    font-size: 14px;
}

/*Fulhack to make the right section sticky and work with mobile*/
.sticky-top {
    top: 115px;
    z-index: 1;
}

.modal-body .sticky-top {
    top: 0px;
}

/* Filter styling */
.filter-radio-buttons-wrapper {
    height: 40px;
    padding: 10px 0;
    margin: 5px 0;
}

.filter-radio-button-item {
    float: left;
    margin-right: 25px;
}

#filter-content {
    display: inline-block;
    width: 100%;
}

.desktop-filters #filter-container {
    padding: 0 30px;
}

.desktop-filters #filter-content {
    padding: 20px 0;
}

.desktop-filters .filterbox:not(#topNavFiltersHeaderBox) {
    margin-bottom: 5px;
}

.filterbox {
    margin-right: 30px;
    float: left;
}

    .filterbox > .filter:first-child > .filter-button:first-child {
        margin-top: 0;
    }

    .filterbox:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.filter {
    position: relative;
}

.filter-label {
    font-weight: 600;
}

.filterbox .filter label {
    display: flex;
    margin-top: 10px;
}

.filterbox .filter .halfwidth {
    width: 50%;
    padding-left: 8px;
    display: inline-block;
    float: left;
}

    .filterbox .filter .halfwidth:first-child {
        padding-left: 0;
        padding-right: 8px;
    }

.filter-button,
.filter-button.topitem.collapsed {
    background: #ccc;
    border: 1px solid #aaa;
    color: #000;
    padding: 3px 23px 3px 7px;
    display: block;
    position: relative;
    display: inline-block;
    white-space: normal;
    text-align: left;
}

    .filter-button:hover,
    .filter-button:active,
    .filter-button.topitem.collapsed:hover,
    .filter-button.topitem.collapsed:active {
        box-shadow: none;
        text-decoration: underline;
    }

    .filter-button:focus {
        box-shadow: none;
    }

    .filter-button.active {
        background: #080;
        color: #fff;
        border: 1px solid #4a4;
    }

    .filter-button.topitem {
        background: #080;
        color: #fff;
        width: 100%;
        border: 1px solid #4a4;
    }

    .filter-button.subitem {
        display: inline-block;
        width: 100%;
    }


.top-nav-filters-overlay .close-filter-btn {
    display: block;
    opacity: 1;
    margin-bottom: 30px;
}

.reset {
    background: none;
    text-decoration: underline;
    font-size: 16px;
    border: none;
    color: white;
    padding: 0;
    float: left;
}

    .reset:hover {
        cursor: pointer;
    }

.filter-button.topitem:before,
.filter-button.subitem.active:before {
    content: "\2713";
    position: absolute;
    top: 4px;
    right: 6px;
    color: #8f8;
    font-weight: bold;
}

.filter-button.topitem:hover:before,
.filter-button.subitem.active:hover:before {
    text-decoration: underline;
}

.filter-button.topitem:hover:before,
.filter-button.subitem.active:hover:before {
    text-decoration: none;
}

.filter-button.topitem.collapsed:before {
    display: none;
}

.filter .dropdown-menu.ie-fix {
    transform: none !important;
    top: 30px !important;
}

.filter-select {
    max-width: 100%;
    border-radius: 4px;
    display: block;
    color: #666;
    padding: 2px;
    outline: none;
}

    .filter-select.ng-not-empty {
        border: 2px solid #E8CAD2;
        padding: 1px;
    }


/*New filters styling */

.filters-wrapper {
    background: #C3385D;
    width: 100%;
}

.modal-filters {
    background: #f2f2f2;
}

.filters-dropdown-btn {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
}

    .filters-dropdown-btn:hover {
        cursor: pointer;
        color: white;
        text-decoration: none;
    }

    .filters-dropdown-btn[aria-expanded="true"] .filter-chevron {
        transform: rotate(0deg);
    }

.filters-dropdown-btn-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-modal-inner-wrapper .filters-dropdown-btn-header {
    max-width: 85%;
}

.filter-chevron {
    transform: rotate(180deg);
    margin-left: 5px;
    width: 15px;
    height: 15px;
}

.filter-item-active {
    background: #E8CAD2;
}

    .filter-item-active::after {
        content: "✓" !important;
        display: inline-block !important;
        color: #C3385D;
        font-size: 17px;
        font-weight: bold;
        margin-left: 10px;
    }

.top-nav-filters-overlay {
    height: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #C3385D;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
}

    .top-nav-filters-overlay.overlay-active {
        height: 100%;
        overflow: visible;
        opacity: 1;
    }


.top-nav-filters-inner {
    padding: 0 30px;
    max-width: 1400px;
    margin: auto;
    height: inherit;
    height: 100%;
    width: 100%;
    align-items: center;
    display: none;
}

.overlay-active .top-nav-filters-inner {
    display: flex;
}


.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.05);
    padding-top: 0;
    max-height: 610px;
    overflow: auto;
}

.dropdown-container {
    list-style-type: none;
    width: 350px;
    padding: 0;
    font-size: 16px;
    margin-bottom: 0;
}

.filters-dropdown-item-header {
    padding: 0 20px;
    font-weight: bold;
}

.filters-dropdown-item {
    padding: 4px 17px;
    display: inline-flex;
    width: 100%;
}

    .filters-dropdown-item:first-child {
        padding-top: 10px;
    }

    .filters-dropdown-item:last-child:after {
        border-bottom: none;
    }

    .filters-dropdown-item .checkbox-custom {
        margin-top: 5px;
    }

.sub-item {
    padding-left: 45px;
    padding-right: 20px;
}

.filters-dropdown-item:hover, .filter-default-value:hover {
    cursor: pointer;
    background: #E8CAD2;
}

.testingtesting {
    display: flex;
    justify-content: baseline;
    align-items: center;
}

#topNavFilters .testingtesting {
    margin-bottom: 10px;
}

#topNavFilters #filterHeader {
    display: none;
}

#topNavFiltersHeader {
    display: none;
}

#topNavFilters #topNavFiltersHeader {
    display: block;
    margin-top: 3px;
}

#topNavFilters .filterbox {
    margin-bottom: 2px;
}

.filter-inner-header {
    display: none;
}

    .filter-inner-header button {
        background: unset;
        padding: 0;
        color: black;
    }

.filter-modal-inner-wrapper {
    padding: 0 20px 10px;
}

#filter-modal-body {
    height: 100%;
    background: #C3385D;
    position: relative;
}

    #filter-modal-body .filterbox {
        float: none;
        margin: 0;
        border-bottom: solid #E8CAD2 1px;
    }

    #filter-modal-body #filterHeader {
        display: none;
    }

    #filter-modal-body .filters-wrapper {
        position: relative;
        height: 70%;
    }

    #filter-modal-body .filters-dropdown-btn {
        justify-content: space-between;
        align-items: center;
        padding: 15px 3px;
    }

    #filter-modal-body .dropdown-menu {
        width: 100%;
        height: 350px;
        margin-top: 0;
        transform: translate3d(0px, 45px, 0px) !important;
        will-change: unset !important;
        position: fixed !important;
        background: transparent;
        overflow: hidden;
    }

    #filter-modal-body .dropdown {
        position: unset !important;
    }

    #filter-modal-body .dropdown-container {
        width: 90%;
        height: 100%;
        background: white;
        margin: auto;
        overflow: auto;
    }

    #filter-modal-body .filter-chevron {
        width: 18px;
        height: 18px;
    }

    #filter-modal-body .filters-dropdown-item {
        padding: 10px 17px;
    }

    #filter-modal-body .sub-item {
        padding-left: 45px;
        padding-right: 20px;
    }

    #filter-modal-body .reset {
        margin-top: 20px;
    }

    #filter-modal-body .filter-inner-header {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background: white;
        z-index: 120;
    }

        #filter-modal-body .filter-inner-header h3 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
        }

        #filter-modal-body .filter-inner-header span {
            font-size: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

        #filter-modal-body .filter-inner-header img {
            width: 12px;
            height: 12px;
            margin-right: 5px;
        }

.modal-footer {
    padding: 30px;
}

.filter-modal-bottom-button {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: none;
    font-weight: bold;
    color: black;
}


/* End of new filters styling */
.subitems {
    margin-top: 12px;
}

    .subitems .subitem {
        display: block;
    }

/* Fix iOS zoom problem for filters */
input, select {
    font-size: 16px;
}

    select option {
        font-size: 14px;
    }

/* Modals */
.modal-buttons {
    z-index: 2;
}

    .modal-buttons .btn-modal {
        background: #080;
        color: #fff;
        border: none;
        text-align: center;
        height: 30px;
        cursor: pointer;
        outline: none;
        width: 50%;
        max-width: 160px;
    }

        .modal-buttons .btn-modal:hover,
        .modal-buttons .btn-modal:active,
        .modal-buttons .btn-modal:focus {
            background: #4a4;
        }

        .modal-buttons .btn-modal.btn-blue {
            background: #048;
        }

            .modal-buttons .btn-modal.btn-blue:hover,
            .modal-buttons .btn-modal.btn-blue:active,
            .modal-buttons .btn-modal.btn-blue:focus {
                background: #48a;
            }

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    top: 40px;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 400px;
    -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,
.modal.right .modal-content {
    height: 100%;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 0px;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -400px;
    -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;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -400px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal .modal-content {
    border-radius: 0;
    border: none;
}

    .modal .modal-content .modal-header {
        /*padding: 12px 12px 8px;*/
        display: block;
    }

        .modal .modal-content .modal-header .modal-title {
            line-height: 1;
            /*float: left;*/
        }

    .modal .modal-content .modal-header {
        /*padding: 8px;*/
        /*font-size: 40px;*/
    }

.modal-header {
    background: #C3385D;
    color: white;
    border-radius: 0;
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 10px;
    border: none;
    font-size: 15px;
}

    .modal-header .close {
        color: white;
        font-size: 40px;
        opacity: 1;
        margin: 0;
        padding: 10px;
        margin-left: 10px;
    }

.modal-title {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-filter-content {
    background: #C3385D;
}

.modal-navigation-content {
    background: #E8CAD2;
}

#navigation-content {
    margin: 0 auto;
}

.cookie-banner__container {
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    padding: 30px;
    box-shadow: 0 11px 13px 1px rgba(0,0,0,0.15);
}

    .cookie-banner__container .cookie-banner__inner-wrapper {
        margin: auto;
    }

        .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__text {
            margin-bottom: 0px;
            font-size: 15px !important;
        }

            .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__text p {
                margin-bottom: 0px;
                color: black !important;
            }

            .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__text a {
                color: #000000 !important;
            }

        .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__btn {
            font-size: 15px;
            float: right;
            color: #fff;
            background-color: #C3385D;
            padding: 10px 60px;
            border-radius: 0;
            border-radius: 4px;
        }

/* XL breakpoint bootstrap style for large screen desktops */
@media (min-width: 1400px) {
    .col-xl-2, .col-xl-3, .col-xl-7 {
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-0 {
        margin-left: unset;
    }

    .px-xl-3 {
        padding: 0 1rem !important;
    }
}

/* XXL breakpoint bootstrap style for large screen desktops */
@media (min-width: 2000px) {
    .col-xxl-2, .col-xxl-3, .col-xxl-7 {
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }


    .offset-xxl-0 {
        margin-left: unset;
    }

    .px-xxl-5 {
        padding: 0 3rem !important;
    }

    .ml-xxl-nav {
        margin-left: 9rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }
}

@media (max-width: 1200px) {
    .w-md-100 {
        width: 100% !important;
    }
}

/*Handle desktop*/
@media (min-width: 992px) {

    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }

    .page-body {
        margin-top: 150px;
        padding: 0 50px;
    }

    header.header .header-content div .header-subnav, modal-buttons {
        background-color: white;
        color: black;
        width: 100%;
        height: 40px;
    }

    .header-subnav .modal-buttons .btn-modal {
        height: 100%;
    }

    .program-headline-title {
        padding: 5px;
        font-size: 23px;
        opacity: 0;
    }

    .show-title {
        display: block;
        opacity: 1;
        transition: ease-in-out 0.2s;
    }

    #navHeadlines {
        top: 110px;
    }

    .no-hover {
        cursor: default;
    }
}

/*Handle mobile and tablet*/
@media (max-width: 991.98px) {
    /*Small css-hack to remove float right when right aligned collums should end up below eachother*/
    body {
        margin-top: 80px;
        margin-bottom: 300px;
    }

    .body-searchpage > .body-container {
        margin-top: 0 !important;
    }

    .float-right-re {
        float: none !important;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: inline-block;
    }

    a.anchor {
        top: -90px;
    }

    .program-headline {
        display: none;
    }

    .program-content {
        margin-top: 50px;
    }

    .cookie-banner__container {
        padding: 15px 15px;
    }

        .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__text {
            font-size: 15px;
        }

        .cookie-banner__container .cookie-banner__inner-wrapper .cookie-banner__btn {
            font-size: 15px;
            padding: 10px 20px;
            float: none;
            margin-top: 25px;
            width: 100%;
        }

    .breadcrumb-wrapper {
        margin-bottom: 20px;
    }

    .program-content .breadcrumb-wrapper {
        padding: 0;
    }

    .program-content .row.topline {
        padding-top: 0px;
        border-top: none;
    }

    .body-searchpage .breadcrumb-wrapper {
        padding: 0 40px;
    }
}

@media (max-width: 470px) {
    .body-searchpage .breadcrumb-wrapper {
        margin-top: 15px;
    }

    .breadcrumb-wrapper {
        padding: 0 15px !important;
    }

    .program-content .breadcrumb-wrapper {
        padding: 0 !important;
    }
}

/* New header/footer */
.navbar {
    font-family: 'Open Sans', sans-serif !important;
}


.navbar-logo-brand {
    font-size: 18px;
    color: white;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-left: 15px;
}

    .navbar-logo-brand:hover {
        text-decoration: none;
        color: white;
    }

.navbar {
    background: #333333;
}

.navbar-toggler {
    background: #C3385D;
    border-radius: 0;
    border: none;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    position: absolute;
    right: -50px;
    width: 185px;
    top: 0;
    height: 100%;
    padding-right: 62px;
    padding-left: 20px;
    font-size: 35px;
    justify-content: space-between;
}

    .navbar-toggler i {
        color: white !important;
    }

    .navbar-toggler img {
        -ms-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    .navbar-toggler i {
        -ms-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    .navbar-toggler button:focus {
        outline: none;
    }

    .navbar-toggler button {
        background: none;
        border: none;
        height: 40px;
        width: 50px;
    }

.nav-hamburger-menu {
    display: block;
}

.nav-close-menu {
    display: none;
    height: 29px !important;
    width: 30px !important;
}

.hamburger-container[aria-expanded="true"] .nav-close-menu {
    display: block;
}

.hamburger-container[aria-expanded="true"] .nav-hamburger-menu {
    display: none;
}

.navbar.navbar-toggler:hover {
    cursor: pointer;
}

.collapsed .button-collapsed {
    display: block;
}

.collapsed .button-open {
    display: none;
}

.button-collapsed {
    display: none;
}

.button-open img {
    width: 30px;
    height: 30px;
}

.navbar-programs-toggle-button {
    border: none;
    background: initial;
    color: white;
    text-align: left;
    padding: 0;
}

.collapsed > .plus {
    display: block !important;
}

.collapsed > .minus {
    display: none;
}

.plus {
    display: none !important;
}

.noskew {
    transform: skewX(0deg) !important;
}

.search-toggle-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 99%;
    border: none;
    background: #C3385D;
    color: white;
    -ms-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
    right: -30px;
    padding-left: 75px;
    padding-right: 70px;
}

    .search-toggle-button img {
        -ms-transform: skewX(35deg);
        -webkit-transform: skewX(35deg);
        transform: skewX(35deg);
        color: white !important;
        width: 30px;
        height: 30px;
    }

    .search-toggle-button:hover {
        cursor: pointer;
    }

.search-toggle-btn-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #C3385D;
    border: 0;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

    .search-toggle-btn-overlay img {
        width: 30px;
        height: 30px;
    }

.nav-searchbar-desktop {
    background: #C3385D;
    width: 100%;
    z-index: 1029;
    position: fixed;
    top: 75px;
    box-shadow: 0 11px 13px 1px rgba(0,0,0,0.15);
    left: 0;
}

.search-input--wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 40px 0;
    max-height: 375px;
}

    .search-input--wrapper label {
        color: white;
        font-weight: bold;
        font-weight: bold;
        font-size: 16px;
    }

    .search-input--wrapper input, select {
        border: 0 !important;
        height: 52px !important;
    }

.search-btn {
    align-self: flex-end;
    min-height: 38px;
    height: 52px;
    font-size: 18px;
}

.center-items {
    width: auto;
    text-transform: uppercase;
}


.center-item {
    margin-right: 40px;
    font-weight: bold;
}

.nav-search-container-mobile {
    background: #C3385D;
    padding: 10px 5px;
}

.search-btn {
    background: black;
    color: white;
}

@media (max-width: 1200px) {
    .center-items {
        width: 100% !important;
        padding: 10px 20px;
    }

    .search-input--wrapper {
        padding: 20px 15px;
    }

    .search-toggle-button {
        display: none;
    }

    .center-item {
        margin: 0;
    }
}


@media (max-width: 991.98px) {
    .navbar-toggler i {
        -ms-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
    }

    .navbar-logo-brand {
        margin-left: 5px;
    }

    .navbar-toggler img {
        height: 35px;
        width: 35px;
    }

    .center-items {
        padding: 0;
    }

        .center-items .nav-link, .nav-header {
            padding: 15px;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 0.32px;
        }

    .navbar .program-item {
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
    }
}

@media (max-width: 470px) {
    .nav-container {
        height: 100vh;
        overflow-y: scroll;
    }

    .navbar-logo-brand {
        font-size: 16px;
        margin-right: 100px;
    }

    .search-input--wrapper {
        padding: 10px 15px;
    }

        .search-input--wrapper input, select {
            font-size: 16px !important;
            height: 52px !important;
        }
}

.hidden {
    display: none;
}

.nopadding {
    padding: 0 !important;
}

.oi-menu {
    color: white;
    font-size: 20px;
}

.footer-container-right {
    background: #333333;
    z-index: -2;
}

.footer-logo {
    max-width: 280px;
    width: 100%;
}

.footer-logo-text {
    max-width: 500px;
    margin-left: 110px;
    padding: 20px 0;
}

    .footer-logo-text p {
        margin-bottom: 0;
    }

    .footer-logo-text a {
        color: white !important;
        text-decoration: underline;
    }

.modal-body #navHeadlines {
    display: block !important;
}

.footer-left-container {
    background: #C3385D;
    position: relative;
    z-index: 1;
    padding: 20px;
    align-items: center;
}

    .footer-left-container a {
        color: white !important;
        text-decoration: underline;
    }

    .footer-left-container::after {
        content: "";
        background: #C3385D;
        height: 100%;
        width: 100%;
        position: absolute;
        transform-origin: bottom right;
        transform: skewX(-35deg);
        z-index: -1;
        top: 0;
        left: 0;
    }

@media (max-width: 991.98px) {
    .footer-left-container::after {
        content: none;
    }
}


@media (max-width: 470px) {
    .mobile-right-wrapper .triangle-header {
        float: left;
        border-bottom: 80px solid #C3385D;
    }

    .mobile-brand {
        margin-right: 30%;
        margin-left: 10px;
        font-size: 18px;
        padding: 10px 0;
    }

    .navbar-brand-desktop {
        display: none;
    }

    .navbar-brand-mobile {
        height: 70px;
        margin-right: 110px;
        font-size: 17px;
        padding-top: 10px;
        padding-left: 25px;
    }
}

/* Startpage */

#programNavigation {
    color: white;
}

    #programNavigation:hover {
        color: white;
        text-decoration: none;
    }

    #programNavigation img {
        transform: rotate(180deg);
        height: 13px;
        margin-top: 5px;
    }

    #programNavigation[aria-expanded="true"] img {
        transform: rotate(0deg);
    }



.side-nav-container {
    width: 100%;
    letter-spacing: 0.3px;
    font-size: 16px;
    padding-left: 15px;
}

.side-nav-block {
    width: 100%;
    display: block;
}

.side-nav-header {
    text-transform: uppercase;
    background: #C3385D;
    padding: 20px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}

.side-nav-sub-header {
    background: #E8CAD2;
    padding: 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}


.side-nav-item {
    padding: 20px;
    background: #f2f2f2;
    color: black !important;
}

    .side-nav-item:hover {
        text-decoration: none;
        background: #E8CAD2;
    }

.sidebar-menu {
    top: -2px !important;
}

.puff-container {
    width: 100%;
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.05);
}

.puff-container {
    width: 100%;
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.05);
}

.puff-container-formpage {
    width: 100%;
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.05);
}

@media (max-width: 615px) {
    .puff-container-formpage {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-shadow:none;
        
    }
}




.top-row .puff-container:hover {
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.15);
}

.puff-link:hover {
    text-decoration: none;
}

.puff-item-header {
    width: 100%;
    display: block;
    padding: 20px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.header-green {
    background: #347B73;
}

.header-red {
    background: #C3385D;
}

.puff-news-header {
    padding: 20px 40px;
}

.puff-item-text {
    padding: 20px;
}

.link-puff:hover {
    cursor: pointer;
}

    .link-puff:hover a {
        text-decoration: underline;
    }

.text-editor {
    font-size: 16px;
}

    .text-editor p {
        margin-bottom: 0;
    }

    .text-editor a {
        color: #224C94 !important;
        position: relative;
    }

        .text-editor a::after {
            content: "";
            width: 30px;
            height: 30px;
            background-image: url('icons/pil_blå.svg');
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 5px;
            margin-left: 10px;
            fill: #C3385D;
        }

.puff-news-item {
    padding: 20px 220px 20px 20px;
    min-height: 150px;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
}

.startpage-news-container {
    margin-top: 5px;
}

    .startpage-news-container .puff-news-item:hover {
        cursor: pointer;
    }

        .startpage-news-container .puff-news-item:hover .puff-news-item-title {
            text-decoration: underline;
        }


.puff-news-item-title {
    font-size: 19px;
    color: #005AA0;
    margin-bottom: 0px;
}

.puff-news-item-publish-date {
    font-size: 13px;
}

.puff-news-item-text {
    margin-top: 10px;
    max-width: 1000px;
}

.puff-news-item-link {
    color: black;
    position: relative;
}

.puff-news-item-link-text::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url('icons/laenkpil.svg');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 5px;
    margin-left: 10px;
}


.puff-news-item-link:hover {
    color: initial;
}

.puff-news-item-wrapper-link {
    color: black;
}

    .puff-news-item-wrapper-link:hover {
        color: black !important;
        text-decoration: none;
    }

        .puff-news-item-wrapper-link:hover .puff-news-item-link-text {
            text-decoration: underline;
        }

.puff-footer {
    font-size: 16px;
}

@media (max-width: 490px) {
    .mobile-headline {
        font-size: 13px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .footer-logo-container::after {
        content: unset;
    }

    .puff-news-item {
        padding: 20px;
    }

    .right-container {
        padding: 0px;
    }
}

/* CUSTOM ELEMENT STYLES */
/* CHECKBOXES */

.checkbox-custom-label {
    display: flex;
    align-items: center;
    font-size: 15px;
}

    .checkbox-custom-label:hover {
        cursor: pointer;
    }

    .checkbox-custom-label:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

.checkbox-custom {
    position: relative;
    /*width: 16px;
    height: 16px;*/
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin-right: 10px;
    /*border-radius: 20px;*/
}

    .checkbox-custom:after {
        content: '';
        position: relative;
        display: block;
        z-index: 1;
        width: 18px;
        height: 18px;
        right: 1px;
        bottom: 1px;
        border: 1px solid #C3385D;
        border-radius: 3px;
        background: white;
    }

    .checkbox-custom[type=checkbox]:before {
        background-image: url(icons/check.png);
        background-size: 10px;
        background-repeat: no-repeat;
        /* background-position: center; */
        position: absolute;
        left: 3px;
        top: 4px;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        color: #C3385D;
        visibility: hidden;
    }

    .checkbox-custom[type=checkbox]:checked:before {
        content: '';
        position: absolute;
        /* top: 0px; */
        opacity: 1;
        /* left: 0px; */
        /* bottom: 1px; */
        /* right: 1px; */
        /* border: 1px solid #C3385D; */
        visibility: visible;
        /* border-radius: 3px;*/
    }

.description-text {
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
}

/* Checkbox styling for filters */

.filterbox label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.filterbox .checkbox-custom-label:focus {
    background-color: initial;
    box-shadow: none;
}

label span {
    transition: all 0s !important;
}

input[type=checkbox]:checked + span, input[type=checkbox]:checked + label {
    font-weight: 600;
    color: black;
}

/*END OF CHECKBOXES */
/* RADIO BUTTONS */
/* The container */
.radio-custom-label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
}

    /* Hide the browser's default radio button */
    .radio-custom-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid 2px white;
}

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark-radio:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the indicator (dot/circle) when checked */
.radio-custom-label input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom-label .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}

/* END OF RADIO BUTTONS */


/* SEARCH RESULT PAGE */
/*.searchpage-container {
        margin-top: 20px;
    }*/

.search-page-searchbar {
    left: 0;
    position: absolute;
    z-index: 9998;
}

.search-page-searchbar-container {
    background: #C3385D;
}

.card {
    text-decoration: none;
    background-color: #FFFFFF;
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.15);
    border: none;
}

    .card:hover {
        background-color: #F2F2F2;
    }

.card-link {
    color: black !important;
    margin-left: 0px !important;
}

.card-title {
    color: #005AA0 !important;
    font-size: 19px;
    line-height: 26px;
}

.card-link:hover .card-title {
    text-decoration: underline;
}

@media (max-width: 470px) {
    .checkbox-custom-search-label {
        font-size: 12px;
    }
}

/* END OF SEARCH RESULT PAGE*/

/* NEWS PAGE */

.news-link {
    color: black;
    text-decoration: underline;
}

    .news-link:hover {
        color: initial;
    }

.news-intro-text {
    font-size: 19px;
    line-height: 26px;
}

.news-content-text {
    font-size: 15px;
    line-height: 20px;
}

.pagination-button {
    padding: 10px 15px;
    background: white;
    border: 1px solid #D8D8D8;
    float: left;
}



    .pagination-button:hover:not(:disabled) {
        background: #F2F2F2;
        cursor: pointer;
        text-decoration: underline;
    }

    .pagination-button:disabled {
        background: #D8D8D8;
        color: initial;
    }

.pagination-chevron-button {
    background: white;
    border: none;
}

    .pagination-chevron-button:hover:not(:disabled) {
        cursor: pointer;
    }

/* END OF NEWS PAGE */
/* PROGRAM PAGE */

.headline {
    background-color: #347B73;
    color: white;
    padding: 15px 30px;
    overflow: hidden;
}

    .headline a {
        color: white !important;
    }

/*.program-details-page .section-intro-text {
    padding: 10px 20px;
}*/

.chapter-header {
    background: #E09BAD !important;
    font-weight: bold;
}

.program-headline {
    margin-bottom: 20px;
}

    .program-headline h1 {
        font-size: 24px;
        line-height: 41px;
    }

    .program-headline p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
        text-align: right;
    }

.section-headline-inner {
    padding: 0 20px;
}

.section-headline h2 {
    margin-bottom: 0;
    font-weight: normal;
}

.totop:hover {
    cursor: pointer;
}

.program-sidenav {
    z-index: 1000;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    top: 100px;
}

.program-sidenav-item {
    font-size: 14px;
    padding: 10px 20px
}

    .program-sidenav-item:hover, .active {
        background: #F4E1E6 !important;
    }

.section-row > .collapsed {
    padding: 15px 30px;
}

.collapsed-content {
    max-width: 570px;
}

.program-content-plus, .program-content-minus {
    width: 20px;
    height: 20px;
}

.program-content-minus {
    margin-top: 1px;
}

.watermark-container {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.watermark-text {
    font-size: clamp(1rem, 8vw, 5rem);
    color: rgba(255, 0, 0, 0.15);
    text-align: center;
}


.program-row {
    margin-bottom: 30px;
}

.popover {
    z-index: 1;
}

.popover-header {
    background: #DAEBE9;
}

.program-content-plus {
    display: none;
}

.collapsed .program-content-plus {
    display: block;
}

.collapsed .program-content-minus {
    display: none;
}

.no-hover.program-content-plus {
    display: none;
}

.infobox h4 {
    font-size: 17px;
}

.info-box-toggle-button .program-content-plus, .program-content-minus {
    width: auto;
    height: 20px;
}

.header-wrapper {
    padding: 25px 30px;
    width: 100%;
    background: white;
    color: black;
    border-top: 1px solid #979797;
}

    .header-wrapper:hover {
        color: black;
        text-decoration: none;
    }

.sidenav-ie-fix {
    transform: none !important;
    top: 60px !important;
}

.collapsed.header-wrapper:hover {
    background: #E9E9E9 !important;
}

.no-hover:focus {
    outline: none;
}

.header-wrapper.collapsed, .no-hover {
    background: #F2F2F2;
}

.header-open {
    background: white;
}

.section-title {
    margin-bottom: 7px;
    max-width: 600px;
    font-weight: 600;
    line-height: 1.3;
}

.section-intro-text {
    display: block;
    word-break: break-word;
    max-width: 580px;
    margin-bottom: 0;
    line-height: 22px;
}

.collapsed .icons-row {
    display: none;
}

.icons-row {
    display: inline-block;
    padding: 5px 15px
}

.info-box-toggle-button {
    width: 100%;
    border: none;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 30px;
    color: black;
}

    .info-box-toggle-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: black;
    }

.info-box-toggle-button, .info-box-content {
    background: #DAEBE9;
}

.info-box-content {
    padding: 0px 80px 10px 30px;
    /*transition: none;*/
}

.article h4 {
    font-weight: 800;
    font-size: 18px;
}

.article h5 {
    font-size: 17px;
    color: #355451;
    padding-top: 15px;
    margin-bottom: 5px;
}

    .article h5 strong {
        font-weight: 800 !important;
    }

.article h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.article strong {
    font-weight: 600;
}

.grey-border-box {
    width: 100%;
    word-break: break-word;
    border-left: solid 17px #F2F2F2;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
}

    .grey-border-box h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    /* Remove bottom margin for p element to get better margin with border. */
    .grey-border-box .row:last-child p {
        margin-bottom: 0;
    }

.box-border-green {
    border: 2px solid #409087;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}

    .box-border-green h4 {
        font-size: 16px;
    }

.content-deep-toggle-button::after {
    content: "+";
    font-size: 30px;
    color: black;
}

.open .content-deep-toggle-button::after {
    content: "-";
}

.tags-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.program-sidenav-inner {
    overflow-y: auto;
    max-height: 85vh;
    bottom: 110px;
    transition: none;
    padding-right: 10px;
}


.program-mobile-header-button {
    padding: 10px;
    border: none;
    background: #C3385D;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.32px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

    .program-mobile-header-button:focus {
        outline: none;
    }

    .program-mobile-header-button:first-child {
        border-right: 1px solid white;
    }

.program-mobile-header-buttons-wrapper {
    z-index: 1000;
    top: 20px;
    transition: all 1s;
    box-shadow: 0 11px 13px 1px rgba(0,0,0,0.15);
}

.program-title-mobile {
    background: #347B73;
    color: white;
    padding: 10px 20px;
}

    .program-title-mobile h1 {
        font-size: 15px;
        margin-bottom: 0;
    }

.to-top-button-desktop {
    bottom: 130px;
    position: fixed;
    margin-left: 25px;
    background: #C3385D;
    color: white;
    border-radius: 100%;
    border: solid 1px #C3385D;
    height: auto;
    width: 65px;
    height: 65px;
    display: flex;
    opacity: 0;
    align-items: center;
}

.visible.to-top-button-desktop {
    opacity: 1;
}

.to-top-button-desktop:hover {
    box-shadow: 0 5px 8px 4px rgba(0,0,0,0.15);
}

.to-top-button-desktop img {
    height: 20px;
    margin: 0 auto;
}

.to-top-button {
    background: #007D73;
    color: white !important;
    border: none;
    display: flex;
    width: 100%;
    padding: 20px 15px;
    justify-content: space-between;
    text-decoration: none !important;
}

    .to-top-button h1 {
        font-size: 14px;
        margin-bottom: 0;
    }


    .to-top-button img {
        height: 22px;
        width: 22px;
        margin-right: 20px;
    }

    .to-top-button:focus {
        outline: none;
    }


@media (min-width: 1000px) {
    .program-details-page .headline {
    }

    .program-details-page-content {
        padding: 0 50px;
    }

    .program-details-page {
        font-size: 16px;
    }

    .tags-list {
        max-height: 500px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0;
    }

        .tags-list li {
            max-width: 45%;
        }
}

@media (max-width: 800px) {
    .nav-item {
        width: 100%;
    }

    .title-arrow {
        font-size: 15px;
    }

    .section-wrapper {
        align-items: flex-start !important;
    }

    .collapsed .section-intro-text, .program-sidenav {
        display: none;
    }
}

@media (max-width: 470px) {
    div.content {
        padding: 0 15px;
    }

    .inner-wrapper {
        padding: 0;
    }

    .headline {
        padding: 15px;
    }

        .headline h1 {
            font-size: 15px;
        }

    .header-wrapper {
        padding: 20px 15px;
    }

    .section .article {
        font-size: 14px;
    }

    .section-title {
        font-size: 14px;
        font-weight: bold;
    }

    .section-intro-text {
        font-size: 14px;
    }

    .section-headline-inner {
        padding: 0;
    }

    .no-hover .section-intro-text {
        line-height: unset;
        font-size: 13px;
    }

    .program-toggle-button::after {
        font-size: 20px;
    }

    .section-headline h2 {
        margin-bottom: 0;
        margin-left: 5px !important;
        font-size: 15px;
    }

    .grey-border-box {
        padding-right: 0;
        border-left: solid 8px #F2F2F2;
        font-size: 12px;
    }

    .program-content-icon {
        margin-right: 30px !important;
    }

    .program-row {
        margin-bottom: 25px;
    }

    h4 {
        font-size: 14px;
    }

    .info-box-toggle-button {
        padding: 15px 10px;
    }

    .info-box-content {
        padding: 10px;
        padding-top: 0;
    }

    .info-box-toggle-button .program-content-plus, .program-content-minus {
        width: 18px;
        height: 18px;
    }
}
/* END OF PROGRAM PAGE */
/* Info page / Error page */
.error-page-container {
    margin: 50px auto;
    max-width: 1100px;
}

.error-page-content {
    padding: 60px 100px;
}

.info-page-header {
    padding: 22px 20px;
}

/*  Form  */

.consent-checkbox-margin{
    margin-top:5px;
}

.form-input-formpage {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.1px solid #212529;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-input-formpage:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.checkboxlist-label-formpage {
    max-width: 100px;
    margin-bottom: 0.7rem
}

.form-label-formpage {
    font-weight: 700;
    font-size: 14px;
}

.checkbox-label-felx-start {
    align-items: flex-start;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-custom-styling {
    width: initial;
}

.checkbox-label {
    margin-bottom: 0px;
}

.container-max-width {
    max-width: 650px
}
.primary-submit-btn {
    border-radius: 0;
    color: #fff;
    background-color: #C3385D;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #C3385D;
}

@media (max-width: 615px) {
    .primary-submit-btn {
        width: 100%
    }
}

.primary-submit-btn:hover {
    color: #C3385D;
    background: white;
}






.form-checkbox-input {
    max-width: 15px;
    align-self: self-start;
    margin-top: 1%;
    transform: scale(1.2);
    margin-right: 0.5%;
}


.info-page-content {
    padding: 20px 220px 20px 20px;
    font-size: 16px;
}

.info-page-content-downloadingpage {
    padding: 20px 220px 20px 20px;
    font-size: 16px;
    max-width: 1000px;
}

@media (max-width: 850px) and (min-width: 615px) {
    .info-page-content-downloadingpage {
        padding: 20px 100px 20px 20px;
        font-size: 16px;
        max-width: 1000px;
    }
}

@media (max-width: 615px) {
    .info-page-content-downloadingpage {
        padding: 20px 20px 20px 20px;
        font-size: 16px;
        max-width: 1000px;
    }
}


@media (max-width: 615px) {
    .info-page-content {
        padding: 20px;
    }
}

.info-page-content-formpage {
    padding: 20px 50px 20px 30px;
    font-size: 16px;
}
@media (max-width: 615px) {
    .info-page-content-formpage {
        padding: 20px 0px 20px 0px;
        font-size: 16px;
    }
}


.gdpr-text--formpage {
    font-size:15px
}



.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}

/*Donwloadpage*/
.headline-container--downloadpage {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom:3.5rem;
    margin-top:1rem
}

.section-header-size {
    font-size: 24px;
}

@media (max-width: 470px) {
    .headline-container--downloadpage {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.content-container--downloadpage {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom:1rem;
    justify-self: center;
}

.content-item-container--downloadpage {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    margin: 20px 0;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
}


.grid-item-container--downloadpage {
    max-width: 350px;
    justify-self: center;
    margin-bottom:5%
}

.grid-content-container--downloadpage {
    padding: 20px 20px 20px 20px;
    box-shadow: 0 5px 8px 4px rgb(0 0 0 / 5%);
}

.image-border--downloadpage {
    border: 0.5px solid #dfdfdf;
}

.text-item--downloadpage {
    min-height: auto;
    max-height: auto;
    padding-bottom: 8px;
    margin-top: 4%;
    margin-bottom: 0px;
    /*overflow-y: scroll;
    -ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.text-item--downloadpage::-webkit-scrollbar {
    display: none;
}

.headline-item--downloadpage {
    font-weight: 700;
    margin-bottom: 2%;
}

.textEditor-fontsize--downloadpage {
    font-size: 14px;
}

.download-btn--downloadpage {
    width: -webkit-fill-available;
    font-weight: 700;
    border-radius: 0rem;
    color: white;
    padding: 12px;
    border: 2px solid #C3385D;
    background: #C3385D;
    box-shadow: 0 5px 8px 4px rgb(0 0 0 / 5%);
}

.download-btn--downloadpage:hover {
    color: #C3385D;
    background: white;
}

.download-arrow-image--downloadpage {
    height: 18px;
    margin-left: 2%;
    margin-bottom: -2px;
}

.download-arrow-image--downloadpage path {
    fill: #fff;
}

.download-btn--downloadpage:hover > .download-arrow-image--downloadpage path {
    fill: #C3385D;
}




@media (max-width: 800px) {
    .error-page-content {
        padding: 20px;
    }
}

@media (max-width: 470px) {
    .info-page-content {
        padding: 20px;
    }
}

/* END OF INFO PAGE / ERROR PAGE */

/* Common */
.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column;
}

    .row-eq-height > [class^=col] div {
        flex-grow: 1
    }

.cta-button {
    background: #C3385D;
    color: white;
    padding: 10px 35px;
    font-weight: bold;
}

    .cta-button:hover {
        background: #E8CAD2;
        color: black;
    }

@media (max-width: 470px) {
    .cta-button {
        width: 100%;
    }
}

/* End of common */


