/* Minification failed. Returning unminified contents.
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2728,32): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4548,1): run-time error CSS1019: Unexpected token, found '}'
(4755,73197): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,73352): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,73418): run-time error CSS1039: Token not allowed after unary operator: '-main-black'
(4755,73579): run-time error CSS1039: Token not allowed after unary operator: '-main-black'
(4755,73648): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,73812): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,74554): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,74607): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,74670): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,74725): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,74831): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,74890): run-time error CSS1039: Token not allowed after unary operator: '-main-black'
(4755,74972): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,75048): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,75083): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,75155): run-time error CSS1039: Token not allowed after unary operator: '-main-black'
(4755,75235): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,75270): run-time error CSS1039: Token not allowed after unary operator: '-main-black'
(4755,75345): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,75427): run-time error CSS1039: Token not allowed after unary operator: '-main-white'
(4755,75462): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,76281): run-time error CSS1039: Token not allowed after unary operator: '-main-red'
(4755,119561): run-time error CSS1019: Unexpected token, found '@keyframes'
(4755,119577): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4755,121097): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(4755,127947): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,127994): run-time error CSS1039: Token not allowed after unary operator: '-main-purple'
(4755,285440): run-time error CSS1030: Expected identifier, found '.'
(4755,285446): run-time error CSS1031: Expected selector, found ')'
(4755,285446): run-time error CSS1025: Expected comma or open brace, found ')'
(4755,285629): run-time error CSS1030: Expected identifier, found '.'
(4755,285635): run-time error CSS1031: Expected selector, found ')'
(4755,285635): run-time error CSS1025: Expected comma or open brace, found ')'
(4755,285830): run-time error CSS1030: Expected identifier, found '.'
(4755,285836): run-time error CSS1031: Expected selector, found ')'
(4755,285836): run-time error CSS1025: Expected comma or open brace, found ')'
(4755,285997): run-time error CSS1030: Expected identifier, found '.'
(4755,286003): run-time error CSS1031: Expected selector, found ')'
(4755,286003): run-time error CSS1025: Expected comma or open brace, found ')'
(4755,286169): run-time error CSS1030: Expected identifier, found '.'
(4755,286175): run-time error CSS1031: Expected selector, found ')'
(4755,286175): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*************************/
/*#region  Editor styles */
/*************************/
.Bildtext {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    font-size: 14px;
    /*padding-top: -10px;*/
    padding-bottom: 10px;
}

/*#endregion*/

/*************************/
/*#region  färg defibnitioner */
/*************************/
:root {
    --blue: #6688C0;
    --main-yellow: #F7DB38;
    --main-red: #C40008;
    --main-black: #212121;
    --main-purple: #4146AB;
    --main-white: white;
}

/*#endregion*/

/********************************/
/*#region         Ramverk       */
/********************************/
.container-fluid {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.table-responsive {
    overflow: auto;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.no-gutter {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

a img {
    border: none;
}

.nowrap {
    white-space: nowrap;
}

dl {
    margin-bottom: 0;
}

dt, dd {
    display: inline;
    line-height: 1.375em;
}

dt {
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

dd {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

p {
    max-width: 670px;
}

.fullsize p {
    max-width: 100% !important;
}

.display-none {
    display: none;
}

/* #endregion         Ramverk       */

/********************************/
/* #region        General rules */
/********************************/
.no-padding {
    padding: 0px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* #endregion     General rules */

/********************************/
/* #region         Tabeller     */
/********************************/

table tr th,
table tr td {
    padding: 15px 7px;
}

table thead {
    background-color: #adadad; /*#d9d9d9;*/
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

table.TableWithBorders tbody {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

    table.TableWithBorders tbody tr td {
        border: 1px solid #d9d9d9;
    }

table tbody {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}

    table tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table tbody tr:nth-child(odd) {
        background-color: #fff;
    }

    table tbody tr:nth-child(even) {
        background-color: #fff;
    }

/*#endregion*/


#content {
    background: white;
}


#content .printSiteLogo {
    display: none;
}

/*********************************************/
/*#region  Page layout    */
/*********************************************/

#content .middlecontent > div > div.row {
}

.bodytext {
    font-size: 18px;
    line-height: 27px;
}

/*#endregion*/

/*********************************************/
/*#region Job Page layout    */
/*********************************************/

.vacancies-listing-information {
    padding-top: 20px;
    font-size: 18px;
}

    .vacancies-listing-information .button {
        background-color: #d9d9d9;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        padding: 11px;
        color: #212121;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .vacancies-listing-information .information-prefix-text, .vacancies-listing-information .information-description {
        margin-bottom: 20px;
    }

    .vacancies-listing-information .information-list .information-item span {
        width: 50%;
        display: inline-block;
        float: left;
    }

        .vacancies-listing-information .information-list .information-item span:first-child {
            text-transform: uppercase;
        }

    .vacancies-listing-information .information-list {
        padding: 15px;
        margin-bottom: 35px;
        background-color: #e6e6e6;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

    .vacancies-listing-information .no-jobs-available {
        padding: 15px;
        margin-top: 80px;
        margin-bottom: 35px;
        background-color: #e6e6e6;
        text-align: center;
    }

    .vacancies-listing-information .information-area > span.title {
        font-weight: bold;
        display: inline-block;
        width: 100%;
    }

    .vacancies-listing-information .information-area {
        font-family: 'HelveticaNeueLight', Helvetica, sans-serif;
        font-size: 18px;
        padding-top: 10px;
    }

    .vacancies-listing-information .job-listing-main-image {
        width: 100%;
    }

    .vacancies-listing-information h2 span {
        display: block;
        font-weight: normal;
        font-family: 'HelveticaNeueRoman', Helvetica, sans-serif;
    }

    .vacancies-listing-information .information-area {
        margin-bottom: 35px;
    }
/*#endregion*/

/********************************/
/*#region        Startsida      */
/********************************/

.fixPadding {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.fixPaddingRight {
    padding-right: 15px !important;
}

.fixPaddingLeft {
    padding-left: 15px !important;
}
/*#endregion*/

/*******************************************/
/*#region Infosida, Newspage, Substartpage */
/*******************************************/

.TopImageArea {
    height: 420px;
    overflow: hidden;
}

    .TopImageArea img {
        width: 100%;
    }


.ArticleBody h1 {
    margin: 39px 0 0 0;
    line-height: 1.125em;
}

    .ArticleBody h1.noPrintBtn {
        margin: 0 0 10px 0;
    }

    .ArticleBody h1.noTopMargin {
        margin: 0;
    }

.ArticleBody img {
    max-width: 100%;
    height: auto;
}

.ArticleBody .intro {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    margin: 20px 0 40px 0;
    font-size: 18px;
}

.ArticleBody .MainBody {
    margin-bottom: 20px;
}

    #TestInformation .bodytext h2,
    #GoodToKnow .bodytext h2,
    .ArticleBody .MainBody h2 {
        font-size: 19px;
        font-family: HelveticaNeueBold, helvetica, sans-serif;
    }

    .ArticleBody .MainBody h3 {
        font-size: 16px;
        font-family: HelveticaNeueBold, helvetica, sans-serif;
    }

    #TestInformation .bodytext ol > li,
    #TestInformation .bodytext ul > li,
    #GoodToKnow .bodytext ol > li,
    #GoodToKnow .bodytext ul > li,
    .ArticleBody .MainBody ol > li,
    .ArticleBody .MainBody ul > li {
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-size: 14px;
    }

.WidePage .ArticleBody h1,
.WidePage .ArticleBody .MainBody p {
    max-width: 100%;
}

/*#endregion*/

/*************************/
/*#region  Subscribe     */
/*************************/
.SubscriptionForm {
}

    .SubscriptionForm .section {
        padding: 25px 40px;
    }

        .SubscriptionForm .section label {
            font-weight: normal;
        }

        .SubscriptionForm .section .email {
            color: #767676;
        }

        .SubscriptionForm .section .inputCheckBox {
            width: 50%;
            float: left;
            line-height: 25px;
        }


            .SubscriptionForm .section .inputCheckBox label {
                display: inline;
            }

    .SubscriptionForm .field-validation-error {
        color: #c40008;
        margin-top: 5px;
    }

.subscribeBtn {
    margin-bottom: 20px;
}

.SubscriptionRequestForm #Email {
    margin: 10px 0 20px;
    width: 100%;
}

.SubscriptionRequestForm div label {
    font-weight: normal;
    line-height: 20px;
}

.ArticleBody .subscription {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}

.ArticleBody .small_text {
    margin: 20px 0 15px 0;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

.ArticleBody .subscription:first-of-type {
    border-top: 1px solid #d9d9d9;
}

.ArticleBody .subscription .subscriptionName,
.ArticleBody .subscription .subscriptionEditLinks {
    display: table-cell;
    line-height: 22px;
}

.ArticleBody .subscription .subscriptionEditLinks {
    padding: 0 10px 0 20px;
}

    .ArticleBody .subscription .subscriptionEditLinks a {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        font-size: 14px;
        color: #1b1b1b;
        display: block;
    }

.ArticleBody .subscription .subscriptionName {
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    font-size: 18px;
    padding: 0 20px 0 10px;
}

.SubscriptionList {
    border-top: 1px solid #d9d9d9;
}

    .SubscriptionList a {
        display: block;
        border-bottom: 1px solid #d9d9d9;
        color: #1b1b1b;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        padding: 25px 0 15px 0;
    }

        .SubscriptionList a .header {
            font-family: HelveticaNeueBold, Helvetica, sans-serif;
            font-size: 22px;
            display: block;
        }

        .SubscriptionList a .text {
            font-size: 16px;
            display: block;
        }
/*#endregion*/

/********************************/
/*#region  Generell blockstyle  */
/********************************/
.Block {
    margin-bottom: 30px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    font-size: 16px;
    overflow: hidden;
    background-color: #F6F6F6
}

    .Block.Gray .header {
        background: #999999;
    }

    .Block.Green .header {
        background: #7DBA00;
    }

    .Block.Orange .header {
        background: #FF6600;
    }

    .Block.Blue .header {
        background: #6688C0;
    }

    .Block.LightBlue .header {
        background: #008CCC;
    }

    .Block.Pink .header {
        background: #C7007D;
    }

    .Block.MossGreen .header {
        background: #666600;
    }


        .Block .header a,
        .Block .header a:hover,
        .Block .header a:visited {
            text-decoration: none;
        }

        .Block .header h2 {
            line-height: 30px;
            font-size: 25px;
            margin: 0;
            padding: 12px 15px 12px 15px;
        }

    .Block .body {
        padding: 20px 10px 0 10px;
    }

    .Block.RssBlock .body,
    .Block.TeaserBlock .body {
        font-size: 14px;
        padding-left: 15px;
    }

        .Block.RssBlock .body h2,
        .Block.TeaserBlock .body h2 {
            line-height: 1.2em;
            font-size: 20px;
            font-family: HelveticaNeueBold, Helvetica, sans-serif;
        }

        .Block.TeaserBlock .body h3 {
            font-size: 18px;
            font-family: HelveticaNeueBold, Helvetica, sans-serif;
        }

    .Block .body .fail {
        color: #c40008;
    }

    .Block .body .success {
        color: #666000;
    }

    /*#endregion*/

/***************************/
/*#region  IFrameBlock   */
/***************************/

.IFrameBlock .body {
    padding: 0;
}

.IFrameBlock .footer {
    margin: 0;
    padding: 15px 0 15px 0;
    background: #d9d9d9;
    text-align: center;
}

.IFrameBlock a.footer {
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    display: block;
}

.IFrameBlock .regularIframe {
    border: none;
    width: 100%;
}

/*#endregion*/

/********************************/
/*#region TabNewsAndInitiatives */
/********************************/

.ListBlockTab .btn-group .btn {
    border-radius: 0;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    box-shadow: none;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d9d9d9;
}

    .ListBlockTab .btn-group .btn:active, .ListBlockTab .btn-group .btn:focus, .ListBlockTab .btn.active.focus, .ListBlockTab .btn.active:focus, .ListBlockTab .btn.focus, .ListBlockTab .btn:active.focus, .ListBlockTab .btn:active:focus, .ListBlockTab .btn:focus {
        border: none !important;
        outline: none !important;
    }

    .ListBlockTab .btn-group .btn:hover {
        background: #F6F6F6 !important;
    }

.ListBlockTab .active {
    background: #F6F6F6 !important;
}

.btn-group-justified {
    display: block;
}

.tabContainer {
}

/*#endregion*/

/********************/
/*#region ListBlock */
/********************/

.ListBlock .btn-group .btn {
    border-radius: 0;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    box-shadow: none;
    border: none;
    background: #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ListBlock .btn-group .btn .ListButton {
        overflow: hidden;
        display: block;
        max-width: 100%;
    }

    .ListBlock .btn-group .btn.active, .ListBlock .btn-grou, .ListBlock .btn-group .btn.active:hover {
        background: #f6f6f6;
        border: none !important;
        outline: none !important;
    }

    .ListBlock .btn-group .btn:hover {
        background: #F6F6F6;
        border: none !important;
        outline: none !important;
    }


.ListBlock .loginLogoutButton {
    margin: 0;
    padding: 15px 0 15px 0;
    background: #d9d9d9;
    text-align: center;
}

.ListBlock .loginLogoutButton {
    margin: 10px 0 0 0;
}

.ListBlock a.loginLogoutButton {
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    display: block;
}

.ListBlock .linefooter {
    border-bottom: 2px solid #d9d9d9;
    padding: 0;
}

.ListBlock .rssNoContent {
    padding-bottom: 30px;
}

.NewsPageLeftList .ListBlock .body {
    padding: 0;
}

.NewsPageLeftList {
    display: unset;
    margin-top: unset;
    margin-bottom: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
    font-family: "HelveticaNeueBold", helvetica, sans-serif;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #424A9A;
}

/*#endregion*/
/***************************/
/*#region TeaserEventBlock */
/***************************/
.TeaserEventBlock {
    cursor: pointer;
    padding-bottom: 2rem;
    position: relative;
}

    .TeaserEventBlock .body {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .TeaserEventBlock img {
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }

    .TeaserEventBlock:hover {
        text-decoration: underline;
    }

    .TeaserEventBlock .TeaserEventHeader {
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .TeaserEventBlock .TeaserEventBlockTitle {
        font-family: 'HelveticaNeueBold', Helvetica, sans-serif;
        font-size: 19px;
        line-height: 125%;
    }

    .TeaserEventBlock .TeaserEventBlockCategory {
        font-family: HelveticaNeueRoman, helvetica, sans-serif;
        font-size: 14px;
    }

    .TeaserEventBlock .TeaserEventMainIntroShort {
        padding-bottom: 2rem;
        font-family: 'HelveticaNeueRoman', Helvetica, sans-serif;
        font-size: 15px;
        line-height: 140%;
    }

    .TeaserEventBlock .TeaserEventHeaderline {
        background-repeat: no-repeat;
        padding-left: 26px;
        background-size: 18px;
        line-height: 1.6;
        background-position: 0px 0px;
        font-family: HelveticaNeueRoman, helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .TeaserEventBlock .EventTime {
        background-image: url(/Static/img/clock.svg);
    }

    .TeaserEventBlock .EventDate {
        background-image: url(/Static/img/calendar3.svg);
    }

    .TeaserEventBlock .EventLocation {
        background-image: url(/Static/img/location.svg);
    }

.TeaserEventDateBlockHolder {
    position: absolute;
    color: black;
    left: 10px;
    top: 0;
    cursor: pointer;
}

    .TeaserEventDateBlockHolder:hover + .TeaserEventBlock {
        text-decoration: underline;
    }

    .TeaserEventDateBlockHolder .TeaserEventMonthFullHeight {
        width: 60px;
        height: 66px;
        background-color: rgba(81, 86, 175);
        text-transform: uppercase;
        font-family: 'HelveticaNeueRoman', helvetiva, sans-serif;
        color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-top: 38%;
        text-align: center;
    }

    .TeaserEventDateBlockHolder .TeaserEventMonth {
        background-color: rgba(81, 86, 175);
        width: 60px;
        height: 28px;
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: 'HelveticaNeueRoman', helvetiva, sans-serif;
        font-size: 13px;
        color: white;
    }

    .TeaserEventDateBlockHolder .TeaserEventDay {
        background-color: rgba(255,255,255,0.8);
        width: 60px;
        height: 38px;
        display: block;
        text-align: center;
        font-family: 'HelveticaNeueBold', helvetica, sans-serif;
        font-size: 24px;
        padding-top: 4px;
        color: black;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

/*#endregion*/
/*************************/
/*#region   TeaserBlock  */
/*************************/
.TeaserBlock {
    padding-bottom: 10px;
}

    .TeaserBlock .body img {
        width: 100%;
        height: auto;
    }
/*#endregion*/

.CalendarEventListBlock .CalendarEventListBlockDateContainer {
    border: 1px solid #545ab4;
    background-color: #545ab4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -1px;
}

/******************************/
/*#region Du är inloggad-text */
/******************************/

.loggedInDiv {
    float: right;
    margin: 0 0 0 35px;
    text-align: right;
}

/*#endregion*/

/**************************/
/*#region   Blockquote    */
/**************************/

blockquote {
    background-color: #d9d9d9;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    font-size: 22px;
    border: none;
    margin: 46px 0;
    padding: 35px 40px 25px 160px;
    color: #1b1b1b;
    background-image: url('/static/img/quote.png');
    background-repeat: no-repeat;
    background-position: 35px 40px;
    min-height: 120px;
    overflow: hidden;
}
/*#endregion*/

/**************************/
/*#region   404 page       */
/**************************/

.container .jumbotron.error {
    background-color: #ffffff;
}

    .container .jumbotron.error .nouns {
        width: 320px;
    }

        .container .jumbotron.error .nouns h1 {
            font-size: 98px;
            margin: auto auto;
        }

    .container .jumbotron.error .errormessage {
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        width: 480px;
    }

    .container .jumbotron.error .errormessage,
    .container .jumbotron.error .nouns {
        float: left;
        padding: 40px 20px;
    }

        .container .jumbotron.error .errormessage .btn-default {
            background-color: #d9d9d9;
            border-radius: 0;
            font-family: HelveticaNeueBold, helvetica, sans-serif;
            margin: 10px 5px;
        }

        .container .jumbotron.error .errormessage img {
            margin-bottom: 15px;
        }

/*#endregion*/

/**************************/
/*#region NovaSearchPage  */
/**************************/
.novaSearchTabsWrapper {
    margin-bottom: 20px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .novaSearchTabsWrapper .novaSearchTabSimple,
    .novaSearchTabsWrapper .novaSearchTabAdvanced {
        background-color: #d9d9d9;
        color: #1b1b1b;
        padding: 5px 10px;
        display: inline-block;
    }

    .novaSearchTabsWrapper > a.active {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        background-color: #4c4c4c;
        color: #f6f6f6;
    }

.novaSearchForm {
}

    .novaSearchForm .novaErrorArea {
        margin-bottom: 20px;
        padding-top: 10px;
    }

        .novaSearchForm .novaErrorArea .novaErrorMessage {
            color: #c40008;
        }

    .novaSearchForm .advancedQueryWrapper,
    .novaSearchForm .simpleQueryWrapper {
        padding: 20px;
        position: relative;
    }

    .novaSearchForm .queryButtonInfoText {
        font-size: 14px;
        line-height: 16px;
        width: 90%;
        margin: 6px 0;
    }

    .novaSearchForm .simpleQueryWrapper .editor-label.title,
    .novaSearchForm .advancedQueryWrapper .editor-label.title {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
    }

    .novaSearchForm .advancedQueryWrapper .editor-label.title {
        margin-bottom: 20px;
    }

    .novaSearchForm .advancedQueryWrapper .editor-label,
    .novaSearchForm .advancedQueryWrapper .editor-field {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaSearchForm .advancedQueryWrapper .editor-field select {
            font-family: Helvetica, sans-serif;
        }

    .novaSearchForm .novaRow {
        margin-bottom: 10px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaSearchForm .novaRow .novaColumnLeft {
            float: left;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRight {
            float: left;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnLeftIn {
            display: inline-block;
            vertical-align: bottom;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRightIn {
            display: inline-block;
            vertical-align: bottom;
            width: 49%;
        }

        .novaSearchForm .novaRow .novaColumnLeftRight {
            float: right;
            width: 50%;
        }

        .novaSearchForm .novaRow .novaColumnRightRight {
            float: right;
            width: 50%;
        }

    .novaSearchForm .novaSubRow {
        width: 90%;
    }

        .novaSearchForm .novaSubRow .novaColumnLeft {
            padding-right: 10px;
            float: left;
        }

        .novaSearchForm .novaSubRow .novaColumnRight {
            padding-left: 10px;
            float: left;
        }

        .novaSearchForm .novaSubRow .novaColumn {
            float: left;
            margin-right: 50px;
            margin-top: 22px;
        }

        .novaSearchForm .novaSubRow .novaColumnLast {
            margin-right: 0;
        }

.novaColumn.radiobtnImage {
    text-align: center;
    background-position: 50% 80%;
}

    .novaColumn.radiobtnImage label {
        display: block;
        width: 100%;
    }

.novaSearchForm .advancedQueryWrapper .editor-label label {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: normal;
}

.novaSearchForm .advancedQueryWrapper .editor-field .field {
    width: 90%;
    height: 40px;
}

.novaSearchForm .advancedQueryWrapper .novaSubRow .editor-field .field {
    width: 100%;
}

.novaSearchForm .queryButtonWrapper {
    margin-bottom: 30px;
    color: #1b1b1b;
    line-height: 24px;
    font-size: 14px;
}

    .novaSearchForm .queryButtonWrapper .queryButtonInfoText {
        float: left;
        width: 70%;
    }

    .novaSearchForm .queryButtonWrapper .btn {
        margin-left: 10px;
    }

.novaSearchResultsHeader {
    background-color: #d9d9d9;
    padding: 10px;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

.novaItemWrapper:nth-child(even) {
    background-color: #f6f6f6;
}

.novaItemWrapper > a {
    display: block;
    padding: 10px;
}

    .novaItemWrapper > a > div {
        padding: 0 10px 0 0;
    }

.novaSearchForm .col-titel {
    width: 70%;
}

.novaSearchForm .col-start {
    width: 15%;
}

.novaSearchForm .col-budget {
    width: 15%;
}

.novaSearchForm .novaSearchResults {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

/*#endregion*/

/**************************/
/*#region CDMProjektKarta */
/**************************/

ArticleBody .MainBody #map_canvas {
    height: 400px;
}

    .ArticleBody .MainBody #map_canvas img {
        max-width: none; /* To remove renderingbug casued by bootstrap and google maps, https://github.com/twbs/bootstrap/issues/1552 */
    }

    .ArticleBody .MainBody #map_canvas label {
        width: auto; /* To remove renderingbug between bootstrap and google maps, https://github.com/twbs/bootstrap/issues/1552 */
    }

    .ArticleBody .MainBody #map_canvas .map-box {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        background: #ffffff;
        border: 1px solid #dfdfdf;
        opacity: 1;
        /*Skugga*/
        -moz-box-shadow: 3px 3px 10px 0 #444444;
        -webkit-box-shadow: 3px 3px 10px 0 #444444;
        box-shadow: 3px 3px 10px 0 #444444;
        -khtml-shadow: 3px 3px 10px 0 #444444;
        padding: 5px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay .popupWrapper {
        position: relative;
        margin: 10px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay img {
        float: left;
        margin-right: 10px;
        width: 60px;
    }

    .ArticleBody .MainBody #map_canvas .infoPointOverlay ul {
        float: none;
        list-style: none;
        margin: 0 0 10px 10px;
        padding: 0;
        text-indent: 0;
        margin-left: 80px;
    }

        .ArticleBody .MainBody #map_canvas .infoPointOverlay ul li {
            border: none;
            content: none;
            font-family: HelveticaNeueRoman, Helvetica, sans-serif;
            font-size: 12px;
        }

            .ArticleBody .MainBody #map_canvas .infoPointOverlay ul li h3 {
                margin: 10px 0 5px 0;
                font-family: HelveticaNeueBold, Helvetica, sans-serif;
                font-size: 12px;
            }

        .ArticleBody .MainBody #map_canvas .infoPointOverlay ul > li:before {
            border: none;
            content: none;
            font-family: HelveticaNeueLight, Helvetica, sans-serif;
        }

.ArticleBody .MainBody #MapCategoryArea {
    float: left;
    background-color: #f5f5f5;
    border-bottom: #e0e0e0 1px solid;
    padding: 10px 0px 5px 0px;
    margin-bottom: 20px;
    width: 100%;
    line-height: 1;
}

    .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton {
        border: #999999 solid 1px;
        border-radius: 5px;
        cursor: pointer;
        float: left;
        width: 240px;
        padding: 5px;
        margin: 0px 10px 5px 10px;
        min-height: 32px;
    }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton.selected {
            background-color: #c40008;
            color: #fff;
        }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton img {
            padding: 0 5px;
            float: left;
        }

        .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton .categorytext {
            margin-top: 4px;
            margin: 4px 0 0 30px;
        }

/*#endregion*/

/**************************/
/* #region CDMProjektsida */
/**************************/

.projectInfo {
    overflow: hidden;
    border-top: 5px solid #989898;
    background-color: #F5F5F5;
    list-style-type: none;
    margin: 0;
    padding: 0 9px 16px;
}

    .projectInfo h2#projectName {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        font-size: 16px;
    }

    .projectInfo div {
        line-height: 1em;
        margin-bottom: 4px;
    }

    .projectInfo .link {
        margin-top: 10px;
    }

    .projectInfo a {
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

#rightMiniMap {
    height: 160px;
    width: 100%;
}
/*#endregion*/

/************************/
/* #region NovaInfoPage */
/************************/

.novaBackLink {
    float: right;
    padding: 20px 20px 0 0;
}

.novaDetailsWrapper {
    /*margin-top: 20px;*/
}

    .novaDetailsWrapper .novaRow {
        padding: 20px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }

        .novaDetailsWrapper .novaRow:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .novaDetailsWrapper .novaRow .novaColumnLeft {
            float: left;
            width: 35%;
            overflow: hidden;
        }

        .novaDetailsWrapper .novaRow .novaColumnRight {
            float: left;
            width: 65%;
        }

#tblBudget tr td {
    padding-right: 10px;
}

/*#endregion*/

/**************************/
/*#region proclamationPage*/
/**************************/

.ArticleBody .MainBody .proclamationInfoTable {
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    margin-bottom: 50px;
    border-bottom: 2px solid #d9d9d9;
}

    .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo {
        display: table-row;
    }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo:nth-child(even) {
            background-color: #ffffff;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo span {
            display: table-cell;
            width: 50%;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .left {
            font-family: HelveticaNeueBold, Helvetica, sans-serif;
            padding: 30px 15px 30px 35px;
        }

        .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .right {
            padding: 30px 35px 30px 15px;
        }

status {
    float: right;
}

.circle {
    width: 12px !important;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block !important;
    border: 1px solid black;
}

.green {
    background-color: #7dba00
}

.red {
    background-color: #c40008
}

.yellow {
    background-color: #ffff00
}

status {
    float: right;
}

.circle {
    width: 12px !important;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block !important;
    border: 1px solid black;
}

.green {
    background-color: #7dba00
}

.red {
    background-color: #c40008
}

.yellow {
    background-color: #ffff00
}
/*#endregion*/

/********************************/
/* #region E-diarium SearchPage */
/********************************/

.sevenLatestDaysWrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: HelveticaNeueItalic, Helvetica, sans-serif;
}

.diarieSearchArea {
    padding: 25px;
}

    .diarieSearchArea .formLabel {
        margin-bottom: 20px;
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
    }

.diarieSearchAreaWrapper .queryButtonWrapper {
    margin-bottom: 30px;
    color: #1b1b1b;
    line-height: 24px;
    font-size: 14px;
}

.diarieSearchResultsAreaWrapper {
    overflow-x: auto;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

.diarieSearchResultsHeader {
    background-color: #d9d9d9;
    padding: 20px 0 20px 10px;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

.diarieSearchResultsHeader,
.diarieSearchResults {
    min-width: 717px;
    font-size: 14px;
}

.diarieItemWrapper {
    padding: 20px 0 20px 10px;
}

    .diarieItemWrapper:nth-child(even) {
        background-color: #f6f6f6;
    }

    .diarieSearchResultsHeader > div,
    .diarieItemWrapper > a > div {
        padding: 0 10px 0 0;
    }

    .diarieItemWrapper > a {
        display: block;
        /*padding: 10px;*/
    }

    .diarieSearchResultsHeader .col-diarie,
    .diarieItemWrapper .col-diarie {
        width: 8%;
    }

    .diarieSearchResultsHeader .col-arendemening,
    .diarieItemWrapper .col-arendemening {
        width: 26%;
    }

    .diarieSearchResultsHeader .col-avsandare,
    .diarieItemWrapper .col-avsandare {
        width: 24%;
    }

    .diarieSearchResultsHeader .col-status,
    .diarieItemWrapper .col-status {
        width: 12%;
    }

    .diarieSearchResultsHeader .col-inkom,
    .diarieItemWrapper .col-inkom {
        width: 12%;
    }

    .diarieSearchResultsHeader .col-avdelning,
    .diarieItemWrapper .col-avdelning {
        width: 18%;
    }


.editor-field-right {
    text-align: right;
}

.alignright {
    text-align: right;
}

/*#endregion*/

/**************************/
/*#region IframePage      */
/**************************/

.ArticleBody .regularIframe {
    margin-top: 15px;
    border: none;
    width: 100%;
}

/*#endregion*/

/*********************/
/* #region EventPage */
/*********************/
.event-page .location {
    font-size: 16px;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
}
/* #endregion */

/*****************/
/* #region XForm */
/*****************/

.xformwrapper {
    margin-top: 30px;
}

    .xformwrapper.generalForm {
        margin-bottom: 77px;
    }

        .xformwrapper.generalForm .generalFormButton {
            margin-top: 45px;
            margin-right: -40px;
        }

.xform {
}

    .xform .form-control {
        border-radius: 0;
        box-shadow: none;
    }

    .xform .itemwrapper,
    .xform .form-group {
        margin-bottom: 40px;
    }

    .xform fieldset legend {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 10px;
        border: 0;
    }

    .xform label {
        padding-right: 20px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .xform select.form-control {
        font-family: Helvetica, sans-serif;
    }

    .xform .radio {
        margin-top: 5px;
        padding-left: 20px;
    }

    .xform .checkbox {
        margin-top: 0;
    }

    .xform .Horizontal .radio,
    .xform .Horizontal .checkbox {
        float: left;
    }

    .xform .radio input[type="radio"],
    .xform .checkbox input[type="checkbox"] {
        margin-top: 6px;
    }

    .xform .ledtext {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        margin-bottom: 10px;
    }

    .xform .field-validation-error {
        color: #c40008;
    }

/*#endregion XForm */

/*************************/
/*#region Kontaktsök (EKR)*/
/*************************/
#ContactSearchForm .row {
    margin-bottom: 15px;
}

#ContactSearchForm .generalForm {
    border-radius: .5em;
}

#ContactSearchForm .formRow {
    clear: both;
}

#ContactSearchForm .generalForm .formRow .field.contact-search {
    padding-right: 0;
}

#ContactSearchForm .formRow.contact-search,
#ContactSearchForm .generalForm .formRow .field.contact-search {
    min-height: inherit;
}

#EkrResults {
    margin-top: 40px;
}

    #EkrResults h2 {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        font-size: 16px;
    }

    #EkrResults .name {
        font-family: HelveticaNeueBold, Helvetica, sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #EkrResults .personal-info div {
        margin-right: 20px;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

    #EkrResults .personal-info .email a,
    #EkrResults .personal-info .website a {
        font-style: italic;
    }

    #EkrResults .personal-info .email a {
        padding-left: 20px;
        background-position: 0 4px;
        background-image: url("/Static/img/mail-icon-blue_15x11.png");
        background-repeat: no-repeat;
    }

    #EkrResults .personal-info .website a {
        padding-left: 20px;
        background-position: 0 3px;
        background-image: url("/Static/img/external-url-icon-blue_17x14.png");
        background-repeat: no-repeat;
    }

    #EkrResults .personal-info .phone,
    #EkrResults .personal-info .cellphone {
        padding-left: 20px;
        background-position: 0 5px;
        background-image: url("/Static/img/phone-icon-black_13x13.png");
        background-repeat: no-repeat;
    }

    #EkrResults .municipality-list {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
    }

/*#endregion Kontaktsök (EKR) */

img.trash-link {
    width: 25px;
}

.MainBody .body-wrapper iframe {
    width: 100%;
}

.printHolderFiller {
    height: 20px;
}

/*************************/
/*#region Ezesystem*******/
/*************************/

.chartDiv {
    min-width: 100px;
    height: 400px;
    margin: 0 auto
}

.currentKw {
    margin-bottom: 20px;
    display: table;
}

/* #endregion */

/*************************/
/*#region PXweb
/*************************/

.pxtable table {
    font-size: 10px;
}

    .pxtable table tr:first-child, .pxtable table td:nth-child(1) {
        font-weight: bold;
        font-size: 12px;
    }

.pxEnhet {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.showTable {
    cursor: pointer;
}

.pxNyckeltalValueContainer {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.pxNyckeltal {
    display: inline;
}

[id^="pxChartContainer"] .link-container {
    text-align: right;
}

    [id^="pxChartContainer"] .link-container .download-excel, .pxweb-modal .link-container .download-excel {
        background: url('/Static/img/fileicons/xls.png') no-repeat;
        background-position: 0px 2px;
        padding: 2px 0px 2px 24px;
        font-size: 16px;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
    }
/*************************/
/*#endregion PXweb
/*************************/
.energy-surveyor-list thead tr td h2 {
    margin-top: 10px;
}

/***********************/
/* #region Solportalen */
/***********************/
.bodytextSupstart {
    margin-bottom: 50px;
}

.MainBlockArea div {
    padding: 0px;
}

@media (max-width: 768px) {
    .MainBlockArea .GridStyle {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .MainBlockArea .GridStyle {
        padding-right: 36px;
        padding-bottom: 20px;
    }
}

.UseFullWidth {
    padding-bottom: 20px !important;
}

.MainBlockArea img {
    /* Borttagen enligt Nilex ID0093763 */
    /* min-width: 100%; */
}

.altColor {
    background-color: #E0EBF5 !important;
    border-radius: 0.3em;
}

.pufftext h2, .pufftext h3 {
    padding: 0 0 0 20px;
}

.pufftext p {
    padding: 0 20px 20px 20px;
}

.pufftext ul, .pufftext ol {
    padding: 0 20px 20px 20px;
    margin-left: 20px;
}

/*-----Steg för steg*/
.stepStepPanel {
    font-size: 22px;
    font-family: HelveticaNeueLight;
    margin-top: 50px;
    margin-bottom: 70px;
}

    .stepStepPanel .linkAreaRight {
        margin-right: 70px;
        position: relative;
    }

    .stepStepPanel .linkAreaLeft {
        position: relative;
        padding-left: 60px;
    }


.arrowRight {
    position: absolute;
    vertical-align: middle;
}

.stepStepPanel .arrow {
    position: initial;
    margin: 22px 24px 0 0;
}

.arrowLeft {
    border: solid #ffffff;
    border-width: 5px 0px 0px 5px;
    display: inline-block;
    padding: 5px;
    margin: 22px 0 0 14px;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /*IE9+ CSS hack*/
    .arrowLeft {
        margin: 18px 0 0 18px;
    }

    .stepStepPanel .arrow {
        margin: 18px 18px 0 0;
    }
}

.ArrowLinkRight {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(50%,0);
}

.stepStepPanel .ArrowLinkLeft {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(50%,0);
}

.circleStepStep {
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.borderRight:after {
    border-style: solid;
    border-width: 1px;
    position: absolute;
    height: 100px;
    top: -20px;
    right: 0;
    content: " ";
}

.circleStepStepLeft {
    left: 0;
}

.circleStepStepRight {
    right: -70px;
}

.MobilTitle {
    margin-top: 40px;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-family: HelveticaNeueBold, Helvetica, sans-serif;
}

.nextPanel {
    position: fixed;
    z-index: 1;
    -webkit-box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    -moz-box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    box-shadow: -14px 18px 5px 0px rgba(219,219,219,0.56);
    padding-top: 10px;
    text-align: center;
    font-family: HelveticaNeueLight;
    color: #ffffff !important;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: none;
}

.nextPanelStatic {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 20px 25px 20px 35px !important;
}

.nextPanelStaticBig {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 80% 25px 0px 35px !important;
    width: 80%;
}

    .nextPanelStaticBig .textcontainer {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 25%;
        padding-right: 40px;
        width: 100%;
        height: 100%;
        display: table;
    }

    .nextPanelStaticBig .innerText h3 {
        font-size: 20px;
    }

    .nextPanelStaticBig .innerText .redCircleTextStyle {
        font-size: 22px;
    }

.nextPanel .innerText {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 80%;
}

.nextPanel a {
    color: #ffffff !important;
}

    .nextPanel a:hover {
        text-decoration: none
    }

.nextPanelStatic h3 {
    font-size: 14px !important;
}

a .redCircleTextStyle {
    text-decoration: underline !important;
}

#nextStep div {
    height: 100%;
    position: relative;
}

#nextStep span.heading {
    position: absolute;
    top: 35px;
    left: 45px;
    font-weight: 600;
    letter-spacing: 1px;
}

#nextStep div a {
    color: #ffffff;
    height: 163px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 25px;
    font-size: 16px;
    text-decoration: underline;
}

#nextStep .arrowRight, .nextPanelStatic .arrowRight, .nextPanelStaticBig .arrowRight {
    top: 48%;
    right: 20px;
}

#nextStep .close {
    color: #D34046;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    margin-top: -20px;
}

#NextDisabled {
    font-family: HelveticaNeueLight;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
    display: none;
}

    #NextDisabled #activate {
        background-color: #D34046;
        border-radius: 20px;
        padding: 6px 20px 6px 20px;
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        text-decoration: underline;
        clear: both;
        margin-top: 10px;
        cursor: pointer;
    }

    #nextStepMobile {
        position: fixed;
        bottom: 20px;
        left: 0;
        border-radius: 40px;
        height: 80px;
        width: 80%;
        z-index: 1;
        margin-left: 20px;
        color: #ffffff;
        font-family: HelveticaNeueLight;
        font-size: 20px;
        padding: 0 25px 0 35px;
        display: none;
    }

    #nextStepMobile .heading {
        vertical-align: middle;
        display: table-cell;
        height: 80px;
        width: 80%;
    }

    #nextStepMobile a {
        color: #ffffff !important;
        text-decoration: none;
    }

    #nextStepMobile .arrow {
        position: absolute;
        right: 20px;
        top: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

        #nextStepMobile .close {
            color: #ffffff !important;
            font-size: 16px;
            font-weight: bold;
            opacity: 1;
            margin-top: -50px;
            margin-right: -50px;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            padding: 16px 0 0 21px;
        }

/*-----Rosa pratbubbla*/
ul.PinkSpeechbubble {
    background-color: rgba(196,0,8,0.12);
    list-style: none;
    padding: 25px 25px;
    position: relative;
    border-radius: .5em;
    margin: 30px 0 30px 0;
}


    /*-----Rosa pratbubbla*/
    ul.PinkSpeechbubble ul {
        list-style: initial;
    }

        ul.PinkSpeechbubble ul.Checkbox {
            list-style: none;
            margin-left: 0;
            padding-left: 0px;
        }

            ul.PinkSpeechbubble ul.Checkbox li {
                background: url('/static/img/red_checkbox.png') left 3px;
                background-repeat: no-repeat;
                padding-left: 50px;
                padding-bottom: 10px;
                margin-bottom: 30px;
                font-weight: 700;
            }

    ul.PinkSpeechbubble li {
        font-size: 18px !important;
    }

    ul.PinkSpeechbubble h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    ul.PinkSpeechbubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 80%;
        width: 0;
        height: 0;
        border: 21px solid transparent;
        border-top-color: rgba(196,0,8,0.12);
        border-bottom: 0;
        border-left: 0;
        margin-left: -20.5px;
        margin-bottom: -20px;
    }

.MinskaBredden {
    width: 70%;
}

/*-----Grön pratbubbla*/
ul.GreenSpeechbubble {
    background-color: #c1deba;
    list-style: none;
    padding: 25px 25px;
    position: relative;
    border-radius: .5em;
    margin: 30px 0 30px 0;
}


    /*-----Grön pratbubbla*/
    ul.GreenSpeechbubble ul {
        list-style: initial;
    }

    ul.GreenSpeechbubble ul.Checkbox {
        list-style: none;
        margin-left: 0;
        padding-left: 0px;
    }

    ul.GreenSpeechbubble ul.Checkbox li {
        background: url('/static/img/green_checkbox.png') left 3px;
        background-repeat: no-repeat;
        padding-left: 50px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-weight: 700;
    }


    ul.GreenSpeechbubble li {
        font-size: 18px !important;
    }

    ul.GreenSpeechbubble h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    ul.GreenSpeechbubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 80%;
        width: 0;
        height: 0;
        border: 21px solid transparent;
        border-top-color: #c1deba;
        border-bottom: 0;
        border-left: 0;
        margin-left: -20.5px;
        margin-bottom: -20px;
    }

    @media (max-width: 767px) {
        ul.GreenSpeechbubble {
            margin-left: 1rem;
            margin-right: 1rem;
        }
    }

/*-----EKR------- */

.ekrSolelGeneralForm {
    background: rgba(196, 0, 8, 0.12);
    border-radius: .5em;
    padding: 30px 10px 10px 30px;
}

    .ekrSolelGeneralForm h2 {
        font-size: 30px !important;
        margin: 30px 0 20px 0;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
    }

    .ekrSolelGeneralForm h3 {
        font-size: 20px;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
        margin-top: 0;
    }

#EkrSolelResults {
    font-family: HelveticaNeueLight;
}

    #EkrSolelResults .nameHeading {
        font-size: 18px;
        font-family: HelveticaNeueLight, helvetica, sans-serif;
        font-weight: bold;
    }

    #EkrSolelResults a {
        color: #23527c;
        font-weight: bold;
        text-decoration: underline;
    }

.solkartawebsite a {
    padding-right: 20px;
    background: url('../img/solelNewwindow.png') no-repeat right;
}

.searchHeading {
    font-size: 14px;
    font-family: HelveticaNeueLight, helvetica, sans-serif;
    font-weight: bold;
}

#autocompleteResult li.selected {

}

#autocompleteResult li {
    border-bottom: 1px solid black;
    list-style: none;
    margin-left: 0;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
}

#autocompleteResult {
    padding: 0 15px 0 15px;
    margin-top: 1px;
    -webkit-box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    -moz-box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    box-shadow: -12px 14px 56px -25px rgba(0,0,0,1);
    font-family: HelveticaNeueLight;
    font-size: 20px;
    background: #ffffff;
    position: absolute;
    z-index: 1;
    width: 400px;
}

#txtSearchMunicipality {
    font-family: HelveticaNeueLight;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    width: 50%;
    height: 44px;
    border: none;
    display: block
}

@media (max-width: 767px) {
    #txtSearchMunicipality {
        width: 75%;
    }
}

#txtSearchMunicipality:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/*Fast cirkelpuff*/
.circle-sticky {
    margin-top: -90px;
    right: 0px;
    position: absolute;
}

.redCircleTextStyle p {
    padding-right: 10px;
}

.circle-sticky--no-title p {
    height: 135px;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width: 1179px) {
    .circle-sticky--row {
        margin-left: -25px;
    }
}

@media (min-width: 1180px) {
    .circle-sticky--row {
        margin-left: -45px;
    }
}

@media (max-width: 767px) {
    .circle-sticky--row {
        margin-left: -15px;
    }
}

/*Next Step*/
.solel-next-step .nextStepMobile {
    width: 100%;
}

    #solel-next-step {
        position: sticky;
        margin-top: 20px;
        border-radius: 40px;
        min-height: 100px;
        width: 100%;
        color: #ffffff;
        font-family: HelveticaNeueLight;
        font-size: 20px;
        padding: 0 25px 10px 35px;
        margin-bottom: 20px;
        display: none;
    }

    #solel-next-step h3 {
        padding-top: 25px;
        vertical-align: middle;
        display: table-cell;
        height: 30px;
        width: 100%;
    }

    #solel-next-step a {
        color: #ffffff;
        text-decoration: none;
    }

        #solel-next-step .arrow {
            position: absolute;
            right: 20px;
            top: calc(50% - 10px);
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

/*#endregion Solportalen ***/
/*#region tinyMCE*/
.PopupImage {
    cursor: pointer;
}

.popUppedImage {
    max-width: 100%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imagePopup .modal-dialog {
    width: 90% !important;
    height: 90% !important;
    max-height: 90% !important;
}

    .imagePopup .modal-dialog .modal-body {
        height: calc(100% - 50px);
    }

.modal-content {
    height: 100%;
}

.modal-body {
    height: 100%;
    margin-bottom: -120px;
    text-align: center;
}

/*
    ---------------------------------
    Regeringsuppdrag och remisser
    ---------------------------------
*/

.regeringsuppdrag-main-content {
    max-width: 1464px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1180px) and (max-width: 1472px) {
    .regeringsuppdrag-main-content {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
        margin: 0;
    }
}

@media (min-width: 767px) and (max-width: 1180px) {
    .regeringsuppdrag-main-content {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .regeringsuppdrag-main-content {
        padding-left: 32px;
        padding-right: 12px;
        margin: 0;
    }
}

.regeringsuppdrag-result-container {
    margin-top: 30px;
}

.regeringsuppdrag-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

    .regeringsuppdrag-item .regeringsuppdrag-date {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        /*display: inline-block;*/
        /*width: 100%;*/
        /*font-weight: normal;*/
    }

    .regeringsuppdrag-item .regeringsuppdrag-title {
        font-size: 22px;
        font-family: HelveticaNeue, Helvetica, sans-serif;
        /*font-family: HelveticaNeueBold, Helvetica, sans-serif;*/
        line-height: 1.1em;
        color: #1b1b1b;
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container {
    }

        .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container {
            margin-top: 0.3em;
            margin-bottom: 0.3em;
            font-family: HelveticaNeue, Helvetica, sans-serif;
        }

            .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a {
                text-decoration: none;
                color: Black;
                font-weight: normal;
                background-repeat: no-repeat;
                display: block;
                background-position: 0px 4px;
                background-repeat: no-repeat;
                padding-left: 24px;
            }

                .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a:hover {
                    text-decoration: underline;
                }

    .regeringsuppdrag-item .regeringsuppdrag-recipient, .regeringsuppdrag-item .regeringsuppdrag-document-type {
        font-family: HelveticaNeueLight, Helvetica, sans-serif;
        font-size: 13px;
        color: Gray;
        line-height: normal;
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-doc {
        background-image: url(/Static/img/fileicons/doc.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-xls {
        background-image: url(/Static/img/fileicons/xls.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-ppt {
        background-image: url(/Static/img/fileicons/);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-pdf {
        background-image: url(/Static/img/fileicons/pdf.png);
    }

    .regeringsuppdrag-item .regeringsuppdrag-file-container .regeringsuppdrag-link-container a.regeringsuppdrag-file-document {
        background-image: url(/Static/img/fileicons/dokument.png);
    }

.regeringsuppdrag-filter-container {
    background-color: #f6f6f6;
    color: #1b1b1b;
    /*font-size: 30px;*/
    font-weight: normal;
    margin-top: 0;
    line-height: 33px;
    font-family: HelveticaNeueLight, Helvetica;
    padding: 5px 10px 20px 10px;
}

    .regeringsuppdrag-filter-container h2 {
        line-height: 30px;
        font-size: 25px;
        margin: 0;
        padding: 12px 15px 12px 15px;
    }

    .regeringsuppdrag-filter-container .regeringsuppdrag-filter-searchbox-container {
        font-family: HelveticaNeue, Helvetica, sans-serif;
        font-size: 16px;
    }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-searchbox-container label {
            font-family: HelveticaNeueBold, Helvetica, sans-serif;
            margin-top: 20px;
            margin-bottom: 10px;
        }

    .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container {
        margin-bottom: 10px;
    }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container:last-of-type {
            margin-top: 25px;
        }

        .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container select, .regeringsuppdrag-filter-container .regeringsuppdrag-filter-item-container input {
            border: 1px solid #d9d9d9;
            background-color: #ffffff;
            /*margin-right: 20px;*/
            width: 100%;
            height: 38px;
            line-height: 38px;
            padding: 0px 10px;
        }

.regeringsuppdrag-pagination {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    font-family: HelveticaNeueRoman, Helvetica, sans-serif;
}

    .regeringsuppdrag-pagination ol {
        list-style: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

        .regeringsuppdrag-pagination ol li {
            display: inline;
            margin: 5px;
        }

            .regeringsuppdrag-pagination ol li.search-active span {
                background-color: #ddd;
                color: #1b1b1b;
                display: inline-block;
                padding: 3px 8px;
                /*color: #fff;*/
            }

            .regeringsuppdrag-pagination ol li:hover {
                color: white;
            }

            .regeringsuppdrag-pagination ol li a {
                color: #1b1b1b;
                display: inline-block;
                padding: 3px 8px;
                text-decoration: none;
            }

            .regeringsuppdrag-pagination ol li:not(.search-active) a:hover {
                background: #767676;
                color: white;
                text-decoration: none;
                /*display: inline-block;
                    padding: 8px;*/
            }

.search-page-buttons a {
    width: 100%;
    margin-bottom: 10px;
    background-position: 0px 4px;
    background-repeat: no-repeat;
    line-height: 20px;
    display: inline-block;
    padding: 10px 15px 10px 24px;
    font-size: 18px;
    font-family: HelveticaNeueLight,Helvetica,sans-serif;
    color: #000000;
    background-color: #F7DB38;
    text-align: center;
}

    .search-page-buttons a:hover {
        text-decoration: underline;
        font-family: HelveticaNeueMedium, Helvetica, sans-serif;
        color: #000000;
    }

    .search-page-buttons a img {
        padding-bottom: 4px;
    }

/*---------Lampguiden-------------*/

.Underline {
    border-bottom: 1px solid #808080;
    padding-bottom: 5px;
}

/* Calendar page */

#AsyncCalendarEvents .Hidden {
    display: none;
}

#AsyncCalendarEvents .Shown {
    display: block;
}

.CalendarEventArticle {
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-top: 2rem;
    font-family: 'HelveticaNeueRoman', helvetica, sans-serif;
    cursor: pointer;
    display: block;
}

    .CalendarEventArticle:hover {
        background-color: #efefef;
    }

    .CalendarEventArticle .Headline {
        font-family: 'HelveticaNeueRoman', helvetica, sans-serif;
        font-size: 24px;
        padding-top: 2rem;
        padding-left: 2rem;
        line-height: 110%;
    }

    .CalendarEventArticle .EventsListCategory {
        color: #4c4c4c;
        font-size: 90%;
        padding-left: 2rem;
    }

    .CalendarEventArticle .MainIntro {
        color: black;
        font-family: 'HelveticaNeueRoman', helvetica, sans-serif;
        padding-top: 1rem;
        padding-left: 2rem;
        line-height: 110%;
    }

    .CalendarEventArticle .LeftContent {
        color: black;
        margin-bottom: 2rem;
    }

    .CalendarEventArticle .RightContent {
        color: black;
        margin-bottom: 2rem;
    }


@media (max-width: 992px) {
    .CalendarEventArticle .DateBox {
        display: none;
    }

    .CalendarEventItem {
        margin-left: 2rem;
    }
}

.ButtonCenterRow {
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .CalendarEventArticle .DateBox {
        color: white;
        background-color: var(--main-purple);
        font-family: 'HelveticaNeueLight', helvetica, sans-serif;
        font-size: 17px;
        margin-right: 10%;
        height: 6rem;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        padding-top: 6%;
        text-align: center;
        font-weight: bold;
    }
}

.CalendarEventArticle .Details {
    color: black;
    font-family: 'HelveticaNeueLight', helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}

.CalendarEventItem {
    background-repeat: no-repeat;
    padding-left: 28px;
    background-size: 20px;
    line-height: 2em;
    background-position: 0px 8px;
    padding-top: 3px;
}

.CalendarEventArticle .Location {
    background-image: url(/Static/img/location.svg);
}

.CalendarEventArticle .Time {
    background-image: url(/Static/img/clock.svg);
}

.CalendarEventArticle .Date {
    background-image: url(/Static/img/calendar3.svg);
}

#MoreCalendarEvents {
    color: black;
    cursor: pointer;
    margin-top: 2rem;
}

    #MoreCalendarEvents:hover {
        color: white;
    }

/* Calendar event page */


.event-page h1 {

}

.eventHeaderInfo {
    margin-top: 1.5em;
}

    .eventHeaderInfo .eventHeaderLine {
        background-repeat: no-repeat;
        padding-left: 36px;
        background-size: 24px;
        line-height: 190%;
        background-position: 0px 0px;
        font-family: 'HelveticaNeueLight', helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

.eventFooter {
    padding-bottom: 22px;
}

.eventFooter .eventLine {
    background-repeat: no-repeat;
    padding-left: 46px;
    background-size: 24px;
    line-height: 2.5em;
    background-position: 8px 9px;
}

.event-page .registrationblock {
    margin-bottom: 5px;
    margin-top: 30px;
}

.event-page .eventArranger {
    font-family: 'HelveticaNeueLight', Helvetica, sans-serif;
    margin-top: 14px;
}

.event-page .registrationComment {
    font-family: 'HelveticaNeueLight', Helvetica, sans-serif;
}

.event-page .eventTime {
    background-image: url(/Static/img/clock.svg);
}

.event-page .eventDate {
    background-image: url(/Static/img/calendar3.svg);
}

.event-page .eventCity {
    background-image: url(/Static/img/building.svg);
}

.event-page .eventLocation {
    background-image: url(/Static/img/location.svg);
}

.event-page .eventICAL {
    background-image: url(/Static/img/download.svg);
}

.event-page .eventPhone {
    background-image: url(/Static/img/telephone-flip.svg);
}

.event-page .eventCityLocation {
    background-image: url(/Static/img/house-fill.svg);
}

/********************************/
/*#region    Bootstrap Override */
/* med bredare marginaler       */
/********************************/

@media (min-width: 1180px) {
    .container-fluid {
        padding-right: 45px;
        padding-left: 45px;
        margin-right: auto;
        margin-left: auto;
    }

    .row {
        margin-right: -45px;
        margin-left: -45px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 45px;
        padding-left: 45px;
    }
}

/*Special för huvudmenyn i smalare desktops*/
@media (max-width: 1179px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 25px;
        padding-left: 25px;
    }

    /*************************/
    /*#region  FOOTER        */
    /*************************/

    #footer.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footerLinks .row {
        margin-right: -25px;
        margin-left: -25px;
    }

    /*#endregion FOOTER*/

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/

    .loggedInDiv {
        padding-right: 25px;
    }

    /*#endregion*/
}

@media (max-width: 991px) {

    /***************************/
    /*#region  NovaSearchPage  */
    /***************************/
    .novaSearchForm .novaSubRow .novaColumn {
        float: left;
        width: 32%;
        text-align: center;
        padding-right: 0;
    }

    /*#endregion*/

    /***************************/
    /*#region  StatisticsPage  */
    /***************************/

    .StatisticsPageBody .CategoryTabs .header h2 {
        padding: 12px 20px 12px 20px;
    }

    /*#endregion StatisticsPage*/

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/
    .loggedInDiv {
        padding-right: 25px;
        margin: 5px 0 10px 0;
    }

    /*#endregion Du är inloggad-text*/

    /*******************************/
    /*#region  Brödsmula            */
    /*******************************/heading-facts-box

    .loggedInDiv {
        padding-bottom: 20px;
        margin-top: 55px;
    }

    /*#endregion Brödsmula*/

    /*******************************/
    /*#region  Statistiksida            */
    /*******************************/

    .StatisticsPageBody .page-header #mainheading {
        bottom: 60px;
    }

    /*#endregion Statistiksida*/

    /*******************************/
    /*#region  Solelportalen       */
    /*******************************/

    .MinskaBredden {
        width: 100%;
    }

    /*Detta är för att pratbubblan/ljusblå blocket på understartsidan inte ska vara i fullbredd*/
    .bodyBildpuff.altColor {
        margin: 0 20px 0 20px;
    }


    /*Detta är för att blocken på understartsidan ska bara i fullbredd
    De vill inte längre ha blocken i fullbredd
    .col-xs-12.GridStyle {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: -moz-calc(100% + 40px);
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
    }
    */

    .circle-sticky {
        right: 25px;
    }

    /*#endregion Solelportalen */
}

@media (max-width: 767px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    /*************************/
    /*#region XForm          */
    /*************************/
    .xformwrapper.generalForm .generalFormButton {
        margin: 45px auto 10px;
    }

    /* #endregion XForm */

    /*********************************************/
    /*#region  Newslist/ProclamationList    */
    /*********************************************/

    .ArticleBody .MainListing {
        margin: 0 -20px;
    }

    .ListBlock .body {
        padding-left: 20px;
    }

    /*#endregion*/

    /*************************/
    /*#region  FOOTER        */
    /*************************/

    footer.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*#endregion FOOTER*/

    /***************************/
    /*#region  Top Navigation  */
    /***************************/

    /*#endregion*/

    /*********************************************/
    /*#region  Page layout    */
    /*********************************************/

    .row.middlecontent {
        padding-top: 20px;
    }

    /*#endregion*/

    /************************/
    /*#region  söksidan     */
    /************************/

    #facets_webbshop.Block,
    #facets_vindbruk.Block,
    #facets_vindlov.Block,
    #facets_energikunskap.Block,
    #facets_mainIndex.Block {
        margin-bottom: 0;
    }

    #facets_webbshop.Block,
    #facets_vindbruk.Block,
    #facets_vindlov.Block,
    #facets_energikunskap.Block,
    #facets_mainIndex.Block {
        margin-top: -45px;
    }

    .collapsable .collapsable-heading {
        background-image: url('/static/img/symbolup-small.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .collapsable .collapsable-heading.closed {
            background-image: url('/static/img/symboldown-small.png');
            background-position: right 50%;
            background-repeat: no-repeat;
        }

    .search-searchResults .search-searchResult > ol li {
        padding-right: 25px;
        background-image: url('/static/img/symbolright-small.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .search-searchResults .search-searchResult > ol li.bestbet {
            background-position: calc(100% - 10px) 50%;
        }

    .search-searchResults .search-searchResult .search-pagination {
        display: none;
    }

    #content .search-searchTabs {
        padding: 20px;
    }

    #content .search-searchResults .search-searchResult {
        padding: 0px 20px;
    }
    /*#endregion*/

    /******************************************/
    /*#region NewsArchive/ProclamaionArchive  */
    /******************************************/

    .ArchiveFilters.Block {
        margin-top: -45px;
    }

    .ArchiveFilters .collapsable .collapsable-heading {
        background-image: url('/static/img/symbolup-small-white.png');
        background-position: right 50%;
        background-repeat: no-repeat;
    }

        .ArchiveFilters .collapsable .collapsable-heading.closed {
            background-image: url('/static/img/symboldown-small-white.png');
            background-position: right 50%;
            background-repeat: no-repeat;
        }

    .ListBlock.NewsArchiveTop .CategoryTabs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ListBlock .body ul li {
        padding-right: 0;
    }

        .ListBlock .body ul li a {
            background: url('/static/img/symbolright-small.png') right center no-repeat;
            padding-right: 30px;
        }

    .ListBlock.Archive .body ul li:last-child a {
        border-bottom: 0;
    }

    .ListBlock.Archive .pager {
        margin-top: 10px;
    }

        .ListBlock.Archive .pager .ArchiveMobilePagingContent {
            margin: 0;
            padding: 15px 0 15px 0;
            background: #d9d9d9;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }
    /*#endregion*/

    /***************************/
    /*#region   Prenumeration  */
    /***************************/
    .SubscriptionForm {
        margin-left: -25px;
        margin-right: -25px;
    }
        .SubscriptionForm .section {
            padding: 20px 25px;
        }

            .SubscriptionForm .section .inputCheckBox {
                width: 100%;
                float: none;
            }

    .subscribeBtn {
        float: none;
        border: none;
        background: #d9d9d9;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        display: block;
    }

    .SubscriptionList a {
        background-image: url('/static/img/vidare.png');
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 30px;
    }

    .SubscriptionRequestBlock {
        margin-top: 20px;
    }

    .SubscriptionRequestForm {
        margin-left: -27px;
    }

        .SubscriptionRequestForm > div {
            margin-left: 25px;
            margin-right: 25px;
        }
    /*#endregion*/

    /***************************/
    /*#region   Sajtfot        */
    /***************************/
    #footerSocialContent {
        text-align: center;
    }

        #footerSocialContent > div > div {
            display: inline-block;
        }

    /*#endregion*/

    /***************************/
    /*#region   Huvud/Sidfot   */
    /***************************/

    .social-icons {
        display: inline;
    }

    .pageFooterIcons {
        text-align: center;
        margin-top: 50px;
    }

        .pageFooterIcons .social-icons {
            float: none;
        }
    /*#endregion*/

    /***************************/
    /*#region  NovaSearchPage  */
    /***************************/
    .novaSearchTabsWrapper {
        margin: 40px auto 20px auto;
        width: 100%;
        text-align: center;
    }

        .novaSearchTabsWrapper .novaSearchTabSimple,
        .novaSearchTabsWrapper .novaSearchTabAdvanced {
            padding: 15px;
        }

    .novaSearchForm .novaRow .novaColumnLeftRight,
    .novaSearchForm .novaRow .novaColumnLeft {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .novaSearchForm .novaRow .novaColumnRightRight,
    .novaSearchForm .novaRow .novaColumnRight {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .novaSearchForm .novaRow .novaColumnLeftIn,
    .novaSearchForm .novaRow .novaColumnRightIn {
        display: block;
        width: 100%;
    }

    .novaSearchForm .novaSubRow {
        width: 100%;
    }

        .novaSearchForm .novaSubRow .novaColumnLeft {
            padding-right: 0;
        }

        .novaSearchForm .novaSubRow .novaColumnRight {
            padding-left: 0;
        }

        .novaSearchForm .novaSubRow .novaColumn {
            float: left;
            width: 32%;
            text-align: center;
        }

    .novaSearchForm .advancedQueryWrapper .editor-field .field {
        width: 100%;
    }

    .novaSearchForm .queryButtonWrapper .btn {
        margin: 10px auto;
    }

    .novaSearchForm .col-start {
        overflow: hidden;
    }
    /*#endregion*/

    /*******************************/
    /*#region E-diarium SearchPage */
    /*******************************/

    .diarieSearchArea .formSubRow {
        width: 100%;
    }

        .diarieSearchArea .formSubRow .formSubColumnLeft,
        .diarieSearchArea .formSubRow .formSubColumnRight,
        .diarieSearchArea .formRow .formColumnLeft,
        .diarieSearchArea .formRow .formColumnRight {
            float: none;
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px;
        }

    .diarieSearchArea .editor-field .field {
        width: 100%;
    }


    .diarieSearchResults .col-avdelning,
    .diarieSearchResults .col-arendemening,
    .diarieSearchResults .col-avsandare {
        overflow: hidden;
    }

    /*#endregion*/


    /******************************/
    /*#region  CDMProjektKarta    */
    /******************************/
    .ArticleBody .MainBody #MapCategoryArea #MapCategoryButtons .MapCategoryButton {
        width: 96%;
    }
    /*#endregion*/

    /*************************/
    /*#region  vanliga sidor */
    /*************************/

    .ArticleBody {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*#endregion*/

    /***************************/
    /*#region  StatisticsPage  */
    /***************************/
    .StatisticsPageBody h1 {
        margin-left: 20px;
    }

    .StatisticsPageBody .CategoryTabs {
        border-top: 0;
    }

        .StatisticsPageBody .CategoryTabs .body {
            padding: 0 0 0 20px;
            /*padding: 20px 0 0 20px; borttaget för tillfälligt behov*/
        }

    /*#endregion StatisticsPage*/

    /*******************************/
    /*#region  Du är inloggad-text */
    /*******************************/

    .WidePage .loggedInDiv {
        width: 100%;
    }
    /*#endregion Du är inloggad-text*/

    /*************************/
    /*#region Kontaktsök (EKR)*/
    /*************************/
    #ContactSearchForm,
    #EkrResults {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*#endregion Kontaktsök (EKR) */
    .circle-sticky {
        right: 55px;
    }
}

/*För att styra menybredd i  telefoner*/
@media (max-width: 400px) {

    .row-offcanvas-left.active {
        left: 100%;
    }

    #MobileMenuContainer {
        left: -100%;
        width: 100%;
        margin-left: 0;
    }

}

@media (min-width: 768px) {
    /**************************/
    /*#region proclamationPage*/
    /**************************/
    .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo .left {
        min-width: 300px;
    }
    /*#endregion*/


    /**************************/
    /*#region SolEl*/
    .heading-bildpuff {
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .pageFooterIcons {
        padding-left: 0;
    }

    /**************************************/
    /*  ListBlock in NewsPageLeftList */
    /**************************************/
    .NewsPageLeftList .ListBlock .header {
        background-color: #ffffff;
    }

        .NewsPageLeftList .ListBlock .header h2 {
            margin: 0;
            padding: 0 0 20px 0;
            line-height: 28px;
            font-size: 20px;
            font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            color: #4d4d4d;
        }

    .NewsPageLeftList .ListBlock .body {
        padding: 0;
    }

        .NewsPageLeftList .ListBlock .body ul li {
            padding: 0;
            margin: 0 0 10px 0;
            background-color: #F5F5F5;
        }

            .NewsPageLeftList .ListBlock .body ul li a {
                border: 0;
                background: url('/static/img/symbolright-smaller.png') 10px center no-repeat;
                padding: 10px 5px 10px 30px;
            }

                .NewsPageLeftList .ListBlock .body ul li a:hover,
                .NewsPageLeftList .ListBlock .body ul li a.active {
                    color: #ffffff;
                    background: url('/static/img/symbolright-smaller-white.png') 10px center no-repeat;
                    text-decoration: none;
                }

            .NewsPageLeftList .ListBlock .body ul li.Green_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Green_hover a.active {
                background-color: #7DBA00;
            }

            .NewsPageLeftList .ListBlock .body ul li.Orange_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Orange_hover a.active {
                background-color: #FF6600;
            }

            .NewsPageLeftList .ListBlock .body ul li.Blue_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Blue_hover a.active {
                background-color: #6688C0;
            }

            .NewsPageLeftList .ListBlock .body ul li.LightBlue_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.LightBlue_hover a.active {
                background-color: #008CCC;
            }

            .NewsPageLeftList .ListBlock .body ul li.Pink_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.Pink_hover a.active {
                background-color: #C7007D;
            }

            .NewsPageLeftList .ListBlock .body ul li.MossGreen_hover a:hover,
            .NewsPageLeftList .ListBlock .body ul li.MossGreen_hover a.active {
                background-color: #666600;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemdate {
                display: none;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemtitle {
                font-size: 16px;
                font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                font-weight: normal;
                line-height: 26px;
            }

            .NewsPageLeftList .ListBlock .body ul li a.active div.listitemtitle {
                font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemcategory {
                display: none;
            }

            .NewsPageLeftList .ListBlock .body ul li div.listitemtext {
                display: none;
            }

    .NewsPageLeftList .ListBlock .footer {
        margin: 0;
        padding: 10px 5px 10px 30px;
        text-align: left;
        background: url('/static/img/symbolleft-smaller.png') 10px center no-repeat;
        background-color: #F5F5F5;
    }

    .NewsPageLeftList .ListBlock a.footer {
        display: block;
        font-family: HelveticaNeueRoman, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 16px;
    }

        .NewsPageLeftList .ListBlock a.footer:hover {
            color: #ffffff;
            background: url('/static/img/symbolleft-smaller-white.png') 10px center no-repeat;
            text-decoration: none;
        }

        .NewsPageLeftList .ListBlock a.footer.Green_hover:hover {
            background-color: #7DBA00;
        }

        .NewsPageLeftList .ListBlock a.footer.Orange_hover:hover {
            background-color: #FF6600;
        }

        .NewsPageLeftList .ListBlock a.footer.Blue_hover:hover {
            background-color: #6688C0;
        }

        .NewsPageLeftList .ListBlock a.footer.LightBlue_hover:hover {
            background-color: #008CCC;
        }

        .NewsPageLeftList .ListBlock a.footer.Pink_hover:hover {
            background-color: #C7007D;
        }

        .NewsPageLeftList .ListBlock a.footer.MossGreen_hover:hover {
            background-color: #666600;
        }

    .NewsPageLeftList .ListBlock .btn-group {
        display: none;
    }

    /*************************/
    /*#region  Statistiksidor*/
    /*************************/
    .StatisticsPageBody h1 {
        margin-top: 0px;
    }

    /*#endregion*/
}


/**************************/
/*#region SolEl*/
@media (max-width: 1180px) and (min-width: 991px) {
    .nextPanelStatic {
        width: 160px;
        height: 160px;
    }
}

@media print {
    body {
    }

    @page {
        size: 210mm 297mm;
        margin: 9mm 16mm 27mm 16mm;
    }
    /**************************/
    /*#region IE8 */
    /**************************/
    .col-md-push-4 {
        left: 0 !important;
    }

    .col-md-pull-8 {
        right: 0;
    }
    /*#endregion*/
    .table-responsive {
        overflow: visible;
        border: none;
    }

    .paginator, .Block, .social-icons, .printing-button, .printing-button-testlab {
        display: none;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
    }

    h3 {
        font-size: 14px;
    }

    .pageFooterText.col-xs-12.col-sm-8, p {
        max-width: none;
        font-size: 12px;
    }

    a[href]:after {
        content: none !important;
    }

    #MobileMenuContainer {
        display: none !important;
    }

    .hidden-print {
        display: none !important;
    }

    #content {
    }

        #content .row.middlecontent {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            padding-top: 5mm;
        }

        #content .middlecontent nav {
            display: none;
        }

        #content .middlecontent .hidden-xs, #content .middlecontent .hidden-sm {
            display: none;
        }

        #content .middlecontent .col-xs-12.col-sm-8.col-md-9, #content .middlecontent .col-xs-12.col-sm-9, #content .middlecontent .col-xs-12.col-sm-12.col-md-8 {
            width: 100%;
        }

        #content .middlecontent .ArticleBody {
        }

            #content .middlecontent .ArticleBody .intro, #content .middlecontent .ArticleBody .introduction {
                font-size: 14px;
            }

                #content .middlecontent .ArticleBody .intro p, #content .middlecontent .ArticleBody .introduction p {
                    font-size: 14px;
                }

            #content .middlecontent .ArticleBody h1 {
                margin-top: 0px;
            }

            #content .middlecontent .ArticleBody p {
                line-height: normal;
            }

            #content .middlecontent .ArticleBody .MainBody ol > li, #content .middlecontent .ArticleBody .MainBody ul > li {
                font-size: 12px;
            }

            #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable {
                border-top: 2px solid #ccc;
                border-bottom: 2px solid #ccc;
            }

                #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo {
                }

                    #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo span {
                        font-size: 14px;
                        border-bottom: 1px solid #ccc;
                        padding: 20px 10px;
                    }

                    #content .middlecontent .ArticleBody .MainBody .proclamationInfoTable .proclamationInfo p {
                        font-size: 14px;
                    }
    /**************************/
    /*#region Blockquote */
    /**************************/
    .Block.CategoryTabs {
        display: block;
        padding: 0px;
        border: none;
    }

        .Block.CategoryTabs h2, .Block.CategoryTabs li a {
            display: none;
            padding: 0px;
            font-size: 14px;
        }

            .Block.CategoryTabs li a.selected {
                display: block;
            }

    .Block.expandable-block {
        display: none;
    }

        .Block.expandable-block.expanded {
            display: block;
        }

        .Block.expandable-block .header {
            padding: 0;
        }

        .Block.expandable-block .body {
            padding: 0;
        }
    /*#endregion*/
    .nowrap {
        white-space: normal;
    }

    #footer {
        display: none;
    }
    /**************************/
    /*#region Calendar */
    /**************************/
    #Calendar {
    }

        #Calendar .heading {
            font-size: 18px;
        }

        #Calendar table {
        }

            #Calendar table thead {
            }

            #Calendar table tbody {
            }

                #Calendar table tbody tr {
                }

                    #Calendar table tbody tr td {
                    }

                        #Calendar table tbody tr td .event {
                            border: 0px;
                        }

                            #Calendar table tbody tr td .event h3 {
                                font-family: HelveticaNeueRoman, Helvetica, sans-serif;
                                font-size: 12px;
                                line-height: 15px;
                                white-space: nowrap;
                            }

                        #Calendar table tbody tr td.active {
                        }

                            #Calendar table tbody tr td.active .cell-wrapper {
                            }

                                #Calendar table tbody tr td.active .cell-wrapper .mobile-event-list {
                                    display: none;
                                }
    /*#endregion*/
    /**************************/
    /*#region Blockquote */
    /**************************/
    blockquote {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        padding: 35px 40px 25px 120px;
        background-color: #d9d9d9 !important;
        color: #1b1b1b !important;
        background-image: url('/static/img/quote.png') !important;
        background-repeat: no-repeat !important;
        background-position: 25px 40px !important;
    }
    /*#endregion*/
    /**************************/
    /*#region Blockquote */
    /**************************/
    #ProductGroupPage #MainContent #TestTable {
        max-width: 190mm;
        width: auto;
    }

        #ProductGroupPage #MainContent #TestTable .buttons-wrapper {
            display: none;
        }

        #ProductGroupPage #MainContent #TestTable .table-wrapper {
            font-size: 7pt;
            width: auto;
            overflow-x: hidden;
        }

            #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr {
                border-bottom: 1px solid #d9d9d9;
            }

                #ProductGroupPage #MainContent #TestTable .table-wrapper table thead tr th, #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr td {
                    padding: 2mm 3mm;
                }

                    #ProductGroupPage #MainContent #TestTable .table-wrapper table thead tr th.first-column, #ProductGroupPage #MainContent #TestTable .table-wrapper table tbody tr td.first-column {
                        display: none;
                    }
    /*#endregion*/
    /*#region Cookie consent message*/
    .cookie-consent-wrapper, .cookie-consent-wrapper.show-cookie-consent {
        display: none;
    }

    .col-print-xs-6 {
        width: 50%;
    }
    /*#endregion*/
}

/* sun calculation page*/
/*#region GENERAL */
.sun-calculation h1, .sun-calculation h2, .sun-calculation h3, .sun-calculation h4, .sun-calculation label,
.sun-calculation p, .sun-calculation a, .sun-calculation input, .sun-calculation .input-group-addon, .sun-calculation .input-group-addon {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sun-calculation .noPrintBtn {
    font-family: HelveticaNeueHeavy, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
}

.sun-calculation h1, .sun-calculation h2 {
    font-size: 24px;
    font-weight: bold;
}

.sun-calculation h3 {
    font-size: 16px;
    font-weight: bold;
}

.sun-calculation__section-toggle {
    text-decoration: none;
    font-family: HelveticaNeueLight, Helvetica, sans-serif;
    color: #212121;
    margin-top: 45px;
    font-weight: bold;
    line-height: 28px;
}

    .sun-calculation__section-toggle .glyphicon-plus, .sun-calculation .glyphicon-minus {
        float: left;
        line-height: 24px;
        font-size: 16px;
        padding-right: 6px;
        color: #D34046;
    }

.sun-calculation a[aria-expanded=true] .glyphicon-plus {
    display: none;
}

.sun-calculation a[aria-expanded=false] .glyphicon-minus {
    display: none;
}

.sun-calculation__section-toggle:hover, .sun-calculation__section-toggle:visited, .sun-calculation__section-toggle:link, .sun-calculation__section-toggle:active {
    text-decoration: none;
    color: #212121;
}

@media (max-width: 991px) {
    .sun-calculation__ingress {
        padding-top: 40px;
    }

    .sun-calculation .tab-content {
        padding-top: 40px;
    }
}


.sun-calculation__ingress--image {
    position: absolute;
    top: -40px;
}

    .sun-calculation__ingress--image img {
        max-width: 120%;
        width: 120%;
    }

.sun-calculation__ingress h1 {
    margin-bottom: 18px;
    padding-top: 30px;
}

.sun-calculation__ingress p {
    margin-bottom: 30px;
}

.sun-calculation--section {
    background-color: #F8E0E1;
    height: auto;
    padding-bottom: 100px;
}

.sun-calculation-assumption-item__container {
    display: none;
}

.sun-calculation__print-only {
    display:none;
}

.sun-calculation__range-input-value, .sun-calculation__number-input-value {
    display: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.sun-calculation ul {
    padding-left: 0;
    border-bottom: none;
}

.sun-calculation li {
    list-style: none;
}

.sun-calculation .nav li {
    width: 47%;
    padding-bottom: 0;
    max-height: 65px;
    padding-top: 20px;
    overflow: hidden;
}

.sun-calculation .nav .active {
    overflow: visible;
}

.sun-calculation .nav li a {
    background-color: #F4868B;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.sun-calculation .nav li.active a {
    background-color: #F8E0E1;
    border-color: #F8E0E1;
}

.sun-calculation .nav img {
    height: 85px;
    float: right;
    top: -33px;
    position: inherit;
}



.sun-calculation input[type=number]::-webkit-inner-spin-button,
.sun-calculation input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sun-calculation--buisness-link a {
    color: #D34046;
    text-decoration: underline;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
}

.sun-calculation .no-padding-left {
    padding-left: 0px;
}

.sun-calculation .no-padding-right {
    padding-right: 0px;
}

.sun-calculation .no-padding {
    padding: 0;
}

.sun-calculation .no-margin-left {
    margin-left: 0px;
}

.sun-calculation .no-margin-right {
    margin-right: 0px;
}

.sun-calculation .top-border {
    border-top: 1px solid black;
}

.sun-calculation .bottom-border {
    border-bottom: 1px solid black;
    padding-bottom: 24px;
}



/*#endregion GENERAL */
/*#region mobil-navigation*/
.sun-calculation .show-mobile-menu {
    top: 55px;
}

.sun-calculation .show-mobile-menu--conatiner {
    width: 100%;
}

.sun-calculation .hide-mobile-menu {
    display: none;
}

@media (min-width: 991px) {
    .sun-calculation .show-mobile-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .sun-calculation {
        margin-top: 55px;
    }

    .sun-calculation--section {
        border-radius: 15px 15px 0 0;
    }
}
/*#endregion mobil-navigation*/

/*#region result*/
.sun-calculation .sun-calculation__basic-result .result {
    height: 80px;
    font-size: 100px;
    color: #D34046;
    line-height: 80px;
    font-weight: bold;
}

.sun-calculation .sun-calculation__basic-result .result .glyphicon-plus {
  top: -17px;
  font-size: 40px;
  display: inline-block;
}

.sun-calculation .show-mobile-menu--result .result .glyphicon-plus {
    font-size: 15px;
    top: -4px;
    display: inline-block;
}

.sun-calculation .sun-calculation__basic-result .result.alert-text {
  font-size: 20px;
  line-height: 1.1;
}

@media (max-width: 500px) {
  .sun-calculation .sun-calculation__basic-result .result {
    font-size: 80px;
  }

  .sun-calculation .sun-calculation__basic-result .result .glyphicon-plus {
    /*font-size: 30px;*/
    top: -4px;
  }
}s


.sun-calculation .sun-calculation__basic-result .result__description {
    /* font-size: 12px;
    text-align: center;
    font-family: Helvetica Neue LT Std;
    font-weight: 600;
    height: 24px;*/
    color: #000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.sun-calculation .sun-calculation__advance-result .result {
    height: 30px;
    color: #D34046;
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
}


.sun-calculation .sun-calculation__advance-result .result__description {
    height: 24px;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-weight: 600;
    margin-top: 15px;
}

.sun-calculation .sun-calculation_basic-result--header .result {
    height: 44px;
    color: #d34046;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    margin-top: 0;
}

.sun-calculation .sun-calculation_basic-result--header .sun-calculation__basic-result .result.alert-text {
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 500px) {
  .sun-calculation .sun-calculation_basic-result--header .sun-calculation__basic-result .result.alert-text {
    font-size: 11px;
    line-height: 1;
  }
}


.sun-calculation .sun-calculation_basic-result--header .result__description {
    color: #000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    word-break: break-all;
    margin-bottom: 0;
}

.sun-calculation .show-mobile-menu--result:nth-child(1), .sun-calculation .show-mobile-menu--result:nth-child(2) {
    border-right: 1px solid black;
}

.sun-calculation_basic-result--header {
    border-bottom: solid rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.sun-calculation_basic-result--header .container {
  background: #F8E0E1;
  padding-top: 15px;
  padding-bottom: 10px;
}

.sun-calculation .sun-calculation__basic-result:nth-child(2) {
    /*padding-left: 40px;*/
}


/*#endregion result*/
/*#region range input */
.sun-calculation .form-control {
    color: #8F8F8F;
    font-size: 16px;
}

.sun-calculation .form-inline .form-group {
    width: 100%;
}

.sun-calculation .input-group .form-control {
    z-index: 0;
}

.sun-calcylation__refresh-button, .sun-calcylation__pdf-button, .sun-calcylation__print-button {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: transparent;
    border: none;
    text-decoration: underline;
    margin-top: 16px;
    text-align: left;
    width: 170px;
    float:right;
}

    .sun-calcylation__refresh-button:focus, .sun-calcylation__pdf-button:focus, .sun-calcylation__print-button:focus {
        /*
            Borttagen pga Accessability
            outline: 0;
        */
    }

    .sun-calcylation__pdf-button, .sun-calcylation__print-button {
        padding-left: 4px;
    }

@media (max-width: 992px) {
    .sun-calcylation__refresh-button, .sun-calcylation__pdf-button, .sun-calcylation__print-button {
        padding-top: 8px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}


.sun-calcylation__refresh-button span, .sun-calcylation__pdf-button span, .sun-calcylation__print-button span {
    border-radius: 50%;
    border: #d34046 solid 2px;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    text-align:center;
}

.sun-calcylation__refresh-button .glyphicon, .sun-calcylation__pdf-button .glyphicon, .sun-calcylation__print-button .glyphicon {
    vertical-align: middle;
    font-size: 28px;
    color: #d34046;
    line-height: 48px;
    -webkit-animation: none;
    animation: none;
}



    .sun-calcylation__pdf-button .glyphicon.loading {
        -webkit-animation: spin 1000ms infinite linear;
        animation: spin 1000ms infinite linear;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.sun-calcylation__pdf-button .glyphicon.loading:before {
    content: "\e201";
}

.sun-calculation__range-input--input {
    width: 100%;
    height: 40px;
}

    .sun-calculation__range-input--input input {
        display: inline-block;
        vertical-align: middle;
    }

.sun-calculation__range-input--number {
    float: right;
    width: 85%;
}

@media (max-width: 992px) {
    .sun-calculation__range-input--number {
        width: 75%;
    }
}

.sun-calculation__range-input--number p {
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    float: right;
}

.sun-calculation__range-input .input-group-addon {
    background-color: white;
    padding-left: 0px;
    font-weight: 600;
    font-size: 12px;
    border-left: 0;
    -ms-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    border: none;
}

.sun-calculation__range-input label {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    line-height: 40px;
}

.sun-calculation__range-input .form-group .input-group input[type="number"], .sun-calculation__range-input .form-group .input-group input[type="text"] {
    float: right;
    height: 40px;
    border-right: 0;
    -ms-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -moz-appearance: textfield;
    border: none;
    box-shadow: none;
}

    .sun-calculation__range-input .form-group .input-group input[type="number"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media (max-width: 768px) {
    .sun-calculation__range-input .form-group .input-group input[type="number"] {
        -ms-border-radius: 4px;
        border-radius: 4px;
        border-right: 1px;
    }
}

@media (max-width: 500px) {
    .sun-calculation__range-input--number {
        width: 100%;
    }
}

.sun-calculation input[type="range"]:focus {
    outline: none;
}

.sun-calculation input[type="range"] {
    padding: 0;
    margin: 10px auto auto auto;
    -webkit-appearance: none;
    position: relative;
    overflow: visible;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    width: 100%; /* Specific width is required for Firefox. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sun-calculation input[type="range"] {
        margin-top: 0px;
    }
}

.sun-calculation input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
}

.sun-calculation input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]::-webkit-slider-thumb:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 40%;
    width: 10%;
    height: 200px;
    display: block;
    background: #C83E43;
    z-index: -10;
    box-shadow: 0 0 10px #EA8489;
    opacity: .1;
}

.sun-calculation input[type=range]::-webkit-slider-runnable-track {
    height: 7px;
    background-color: #EA8489;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sun-calculation input[type="range"]::-moz-range-track {
    background-color: #EA8489;
    height: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sun-calculation input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.sun-calculation input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #C83E43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0;
}

.sun-calculation input[type="range"]:focus::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}

.sun-calculation input[type="range"]:hover::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(203, 62, 67, 0.2);
}


.sun-calculation input[type="range"]::-ms-fill-lower {
    background: #EA8489;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.sun-calculation input[type="range"]::-ms-fill-upper {
    background: #EA8489;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

.sun-calculation input[type="range"]::-ms-ticks-after {
    display: none;
}

.sun-calculation input[type="range"]::-ms-ticks-before {
    display: none;
}

.sun-calculation input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 19px 0;
    color: transparent;
    height: 7px;
}

.sun-calculation input[type="range"]::-ms-tooltip {
    display: none;
}
/*#endregion range input */
/*#region number input field*/
.sun-calculation__input-number label {
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
    width: 87%;
}
}

@media (max-width: 500px) {
    .sun-calculation__input-number label {
        width: 80%;
    }

    .sun-calculation__input-number .input-group-addon {
        padding-right: 3px;
    }

    .sun-calculation__input-number .form-group .input-group input[type="number"], .sun-calculation__input-number .form-group .input-group input[type="text"] {
        padding: 0 0 0 12px;
    }
}

.sun-calculation__input-number .form-group .input-group input[type="number"], .sun-calculation__input-number .form-group .input-group input[type="text"] {
    float: right;
    height: 40px;
    /* BORDER */
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -moz-appearance: textfield;
    border: none;
}

    .sun-calculation__input-number .form-group .input-group input[type="number"]:focus, .sun-calculation__input-number .form-group .input-group input[type="text"]:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sun-calculation__input-number .input-group-addon {
    background-color: white;
    padding-left: 0px;
    font-weight: 600;
    font-size: 12px;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    border: none;
    box-shadow: none;
}
/*#endregion input field*/
/*#region tooltip*/
.sun-calculation__tooltip {
    position: relative;
    display: inline-block;
}

    .sun-calculation__tooltip button {
        border: none;
        background-color: #f2f2f2;
        float: right;
    }

.sun-calculation .tooltip .tooltip-inner {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: black;
  padding: 12px;
  font-size: 14px;
  min-width: 240px;
  max-width: 280px;
  font-weight: normal;
  text-align: left;
  white-space: pre-line;
}

.sun-calculation .tooltip.in {
    -ms-opacity: 1;
    opacity: 1;
}

.sun-calculation .tooltip .tooltip-arrow {
    display: none;
}

.sun-calculation .glyphicon-question-sign {
    color: #D34046;
    font-weight: 800;
    margin-right: 10px;
    cursor: pointer;
    line-height: 40px;
}

.sun-calculation .glyphicon-info-sign {
    color: #D34046;
    line-height: 25px;
    margin-right: 0;
}

@media (min-width: 992px) {
    .sun-calculation #calculation-result, .sun-calculation #calculation-result-public {
        padding-right: 5px;
        padding-left: 35px;
    }
}

.sun-calculation #calculation-result #collapseResult {
    overflow:hidden;
}

.sun-calculation #calculation-result .sun-calculation__tooltip, .sun-calculation #calculation-result-public .sun-calculation__tooltip, .sun-calculation .calculation-result--small .sun-calculation__tooltip {
    float: right;
}

@media (max-width: 992px) {
    .sun-calculation #calculation-result .sun-calculation__tooltip, .sun-calculation #calculation-result-public .sun-calculation__tooltip, .sun-calculation .calculation-result--small .sun-calculation__tooltip {
        float: none;
    }

    .sun-calculation .glyphicon-info-sign {
        margin-left: 24px;
    }
}

.sun-calculation #calculation-result .tooltiptext, .sun-calculation #calculation-result-public .tooltiptext, .sun-calculation .calculation-result--small .tooltiptext {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.sun-calculation__tooltip:not(:focus):hover .tooltiptext {
    visibility: visible;
}
/*TODO */
.sun-calculation__tooltip--button:focus .tooltiptext {
    visibility: hidden;
}
/*alert text tooltip*/
.sun-calculation .input-alert {
  display: block;
}

.sun-calculation .input-alert .input-alert-text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #F2F2F2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: black;
  text-align: left;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  top: 40px; /*line height of field*/
  -ms-opacity: 0.9;
  opacity: 0.9;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  font-size: 14px;
  /*min-width: 240px;
  max-width: 280px;*/
  font-weight: normal;
}

.sun-calculation .input-alert:hover .input-alert-text {
  visibility: visible;
}

.sun-calculation .input-error {
  border: 2px #F4868B solid;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/*#endregion tooltip*/
/*#region chart*/
.sun-calculation--bar p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

    .sun-calculation--bar p span {
        float: right;
    }

.sun-calculation--bar .chart {
    width: auto;
    padding: 0;
}

    .sun-calculation--bar .chart li {
        width: auto;
        list-style: none;
        line-height: 16px;
    }

    .sun-calculation--bar .chart span {
        height: 16px;
        background: #D34046;
        display: table;
        -ms-border-radius: 3px;
        border-radius: 3px;
        z-index: 0;
        min-width: 1%;
    }

    .sun-calculation--bar .chart li p {
        color: #903135;
        font-weight: 600;
        float: right
    }

/*#endregion chart */


@charset "UTF-8";@font-face{font-family:Inter;src:url("/Static/fonts/Inter.ttf") format("truetype supports variations"),url("/Static/fonts/Inter.ttf") format("truetype-variations");font-weight:100 1000;}@font-face{font-family:Roboto;src:url("/Static/fonts/Roboto-Regular.ttf") format("truetype supports variations"),url("/Static/fonts/Roboto-Regular.ttf") format("truetype-variations");font-weight:100 1000;}@font-face{font-family:InterMedium;src:url("/Static/fonts/Inter-Medium.woff") format("woff"),url("/Static/fonts/Inter-Medium.woff2") format("woff2");}@font-face{font-family:HelveticaNeueLight;src:url("/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.eot?");src:url("/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.eot?#iefix") format("embedded-opentype"),url("/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.woff") format("woff"),url("/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.ttf") format("truetype"),url("/Static/fonts/Helvetica Neue Light/Helvetica Neue W01 45 Light.svg#HelveticaNeueLight") format("svg");}@font-face{font-family:HelveticaNeueMedium;src:url("/Static/fonts/Helvetica Neue Medium/HelveticaNeueLTW01-65Medium.eot?");src:url("/Static/fonts/Helvetica Neue Medium/HelveticaNeueLTW01-65Medium.eot?#iefix") format("embedded-opentype"),url("/Static/fonts/Helvetica Neue Medium/HelveticaNeueLTW01-65Medium.woff") format("woff"),url("/Static/fonts/Helvetica Neue Medium/HelveticaNeueLTW01-65Medium.ttf") format("truetype"),url("/Static/fonts/Helvetica Neue Medium/HelveticaNeueLTW01-65Medium.svg#HelveticaNeueMedium") format("svg");}@font-face{font-family:HelveticaNeueBold;src:url("/Static/fonts/Helvetica Neue Bold/Neue Helvetica W01 75 Bold.eot?#iefix") format("woff2");src:url("/Static/fonts/Helvetica Neue Bold/Neue Helvetica W01 75 Bold.woff") format("woff");}@font-face{font-family:HelveticaNeueHeavy;src:url("/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.eot?");src:url("/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.eot?#iefix") format("embedded-opentype"),url("/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.woff") format("woff"),url("/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.ttf") format("truetype"),url("/Static/fonts/Helvetica Neue Heavy/Helvetica Neue W01 85 Heavy.svg#HelveticaNeueHeavy") format("svg");}@font-face{font-family:HelveticaNeueItalic;src:url("/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.eot?");src:url("/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.eot?#iefix") format("embedded-opentype"),url("/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.woff") format("woff"),url("/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.ttf") format("truetype"),url("/Static/fonts/Helvetica Neue Italic/Helvetica Neue W01 56 It.svg#HelveticaNeueItalic") format("svg");}@font-face{font-family:HelveticaNeueRoman;src:url("/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.eot?");src:url("/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.eot?#iefix") format("embedded-opentype"),url("/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.woff") format("woff"),url("/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.ttf") format("truetype"),url("/Static/fonts/Helvetica Neue Roman/Helvetica Neue W01 55 Roman.svg#HelveticaNeueRoman") format("svg");}@media(min-width:1179px){.col-sm-offset-1_5{margin-left:12.499999995%;}html body .start-page-main-content-area{margin:0 -40px 0 -20px;padding:0;width:calc(100% + 40px);}html body .start-page-main-content-area>div>div>div[class*=col-]{padding:0 20px 0 20px;margin-bottom:40px;}}@media(max-width:1179px){html body .start-page-main-content-area{margin:0 0 0 20px;padding:0;}html body .start-page-main-content-area>div>div>div[class*=col-]{padding:0 10px 0 15px;margin-bottom:30px;}}html{margin:0;padding:0;height:100%;}html body{overflow:visible;margin:0;padding:0;background:#fff;color:#212121;font-size:16px;line-height:25px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;min-height:100%;}html body h1{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:36px;line-height:120%;letter-spacing:.03em;}html body h2{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:24px;line-height:120%;letter-spacing:.03em;max-width:670px;}html body h3{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:120%;letter-spacing:.03em;max-width:670px;}html body h4{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:120%;letter-spacing:.03em;max-width:670px;}html body h4{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:120%;letter-spacing:.03em;max-width:670px;}html body hr.footer{border-top:1px solid #c8c8c8;margin-top:20px;margin-bottom:10px;max-width:920px;}html body hr.footer-left-narrow{border-top:1px solid #c8c8c8;margin-top:20px;margin-bottom:10px;max-width:750px;}html body .heading-bildpuff{padding:20px;margin:0;max-width:100%;}html body .TopImageArea{height:auto;margin-top:45px;overflow:hidden;}html body .TopImageArea img{width:100%;}html body .block-button{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:24px;display:inline-block;margin-top:45px;background-color:#fff;border:2px solid #424a9a;border-radius:5px;height:40px;text-align:center;padding:5px 15px 5px 15px;min-width:150px;text-decoration:none!important;color:#424a9a!important;}html body .block-button:hover{background-color:#424a9a;color:#fff!important;}html body .button-outline-viol{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:24px;display:inline-block;background-color:#424a9a;border:2px solid #424a9a;border-radius:5px;height:40px;text-align:center;padding:5px 15px 5px 15px;min-width:150px;text-decoration:none;color:#fff;}html body .button-outline-viol:hover{color:#424a9a;background-color:transparent;}@media(min-width:993px){html body.overlay-visible-no-scrolling{overflow:hidden;position:fixed;width:100%;height:100%;}}html body .container-fluid{max-width:1460px;overflow:visible;}html body .container-wide{width:100%;}html body .container-wide .TopArea{margin-left:auto;margin-right:auto;padding:0;}html body .container-wide .full-width-inner-wrapper{max-width:1460px;}html body .row.middlecontent{padding-top:45px;}html body .pageFooterIcons{padding-left:0;}html body blockquote{background-size:35px 25px;background-position:30px 30px;padding:30px 30px 30px 80px;min-height:85px;}html body .clear{clear:both;}.ArticleBody h1{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;}.MainBody .ingress,.MainBody .intro{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:24px;line-height:150%;letter-spacing:.01em;color:#000;}.MainBody .bodytext p,.MainBody .bodytext div,.MainBody .MainBlockArea p,.MainBody .MainBlockArea div{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}.MainBody .bodytext ul li,.MainBody .bodytext ol li,.MainBody .MainBlockArea ul li,.MainBody .MainBlockArea ol li{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}.MainBody .bodytext h1:not(.box-headline),.MainBody .bodytext h2:not(.box-headline),.MainBody .bodytext h3:not(.box-headline),.MainBody .MainBlockArea h1:not(.box-headline),.MainBody .MainBlockArea h2:not(.box-headline),.MainBody .MainBlockArea h3:not(.box-headline){font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;letter-spacing:.03em;color:#000;}.MainBody .bodytext h1:not(.box-headline) a,.MainBody .bodytext h2:not(.box-headline) a,.MainBody .bodytext h3:not(.box-headline) a,.MainBody .MainBlockArea h1:not(.box-headline) a,.MainBody .MainBlockArea h2:not(.box-headline) a,.MainBody .MainBlockArea h3:not(.box-headline) a{text-decoration:underline;text-underline-offset:5px;color:#006875;}.MainBody .bodytext h1:not(.box-headline) a:hover,.MainBody .bodytext h2:not(.box-headline) a:hover,.MainBody .bodytext h3:not(.box-headline) a:hover,.MainBody .MainBlockArea h1:not(.box-headline) a:hover,.MainBody .MainBlockArea h2:not(.box-headline) a:hover,.MainBody .MainBlockArea h3:not(.box-headline) a:hover{text-decoration:none;}.MainBody .bodytext h1:not(.box-headline),.MainBody .MainBlockArea h1:not(.box-headline){font-size:36px;line-height:36px;}.MainBody .bodytext h2:not(.box-headline),.MainBody .MainBlockArea h2:not(.box-headline){font-size:24px;line-height:30px;}.MainBody .bodytext h3:not(.box-headline),.MainBody .MainBlockArea h3:not(.box-headline){font-size:18px;line-height:130%;}.MainBody .bodytext:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover),.MainBody .MainBlockArea:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover){text-decoration:underline;text-underline-offset:5px;color:#006875;}.MainBody .bodytext:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover):hover,.MainBody .MainBlockArea:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover):hover{text-decoration:none;}#content #rightColumn p,#content #rightColumn div{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}#content #rightColumn ul li,#content #rightColumn ol li{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}#content #rightColumn h1:not(.box-headline),#content #rightColumn h2:not(.box-headline),#content #rightColumn h3:not(.box-headline){font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;letter-spacing:.03em;color:#000;}#content #rightColumn h1:not(.box-headline) a,#content #rightColumn h2:not(.box-headline) a,#content #rightColumn h3:not(.box-headline) a{text-decoration:underline;text-underline-offset:5px;color:#006875;}#content #rightColumn h1:not(.box-headline) a:hover,#content #rightColumn h2:not(.box-headline) a:hover,#content #rightColumn h3:not(.box-headline) a:hover{text-decoration:none;}#content #rightColumn h1:not(.box-headline){font-size:36px;line-height:36px;}#content #rightColumn h2:not(.box-headline){font-size:24px;line-height:30px;}#content #rightColumn h3:not(.box-headline){font-size:18px;line-height:130%;}#content #rightColumn:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover){text-decoration:underline;text-underline-offset:5px;color:#006875;}#content #rightColumn:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover):hover{text-decoration:none;}#content .bildpuff-body{background-color:#f6f6f6;font-family:HelveticaNeueLight;}#content .bildpuff-body.normal-links a{color:#000!important;text-decoration:underline;}#content .bildpuff-body.normal-links a:hover{text-decoration:none;}#content .bildpuff-body.reverse-links a{color:#000!important;text-decoration:none;}#content .bildpuff-body.reverse-links a:hover{text-decoration:underline;}#content .bildpuff-body img{width:100%;}#content .TeaserBlock a{color:#000!important;text-decoration:underline;}#content .TeaserBlock a:hover{text-decoration:none;}#scrollToTop{bottom:1rem;display:none;position:fixed;right:1rem;z-index:20;}#scrollToTop .btn{background:#23305f;-webkit-box-shadow:0 2px 0 0 rgba(0,36,46,.8);box-shadow:0 2px 0 0 rgba(0,36,46,.8);color:#fff!important;border:0!important;border-radius:25px;padding:.5rem 1.5rem;}#scrollToTop .btn .glyphicon-arrow-up{padding-right:5px;}.main-container{position:relative;}.accent-foreground-color-green{color:#068540!important;}.accent-foreground-color-darkgray{color:#696969!important;}.accent-foreground-color-gray{color:#c8c8c8!important;}.accent-foreground-color-lightgray{color:#f6f6f6!important;}.accent-foreground-color-red{color:#d34046!important;}.accent-foreground-color-lightred{color:#f8e0e1!important;}.accent-foreground-color-viola{color:#424a9a!important;}.accent-foreground-color-sea{color:#006875!important;}.accent-color-green{background-color:#068540;}.accent-color-darkgray{background-color:#696969;}.accent-color-gray{background-color:#c8c8c8;}.accent-color-lightgray{background-color:#f6f6f6;}.accent-color-red{background-color:#d34046;}.accent-color-lightred{background-color:#f8e0e1;}.accent-color-viola{background-color:#424a9a;}.accent-color-sea{background-color:#006875;}.accent-border-color-green{border-color:#068540;}.accent-border-color-lightgray{border-color:#c8c8c8;}.accent-border-color-gray{border-color:#c8c8c8;}.accent-border-color-darkgray{border-color:#696969;}.accent-border-color-red{border-color:#d34046;}.accent-border-color-viola{border-color:#424a9a;}.accent-border-color-sea{border-color:#006875;}.container .jumbotron.error,.middlecontent .jumbotron.error{background-color:#fff;padding-top:0;padding-bottom:0;margin-bottom:0;}.container .jumbotron.error .errormessage,.container .jumbotron.error .nouns,.middlecontent .jumbotron.error .errormessage,.middlecontent .jumbotron.error .nouns{float:none;width:100%;padding:40px 0;}.container .jumbotron.error .nouns h1,.middlecontent .jumbotron.error .nouns h1{font-size:98px;margin:auto auto;}.container .jumbotron.error .errormessage .btn-default,.middlecontent .jumbotron.error .errormessage .btn-default{display:block;background-color:#d9d9d9;border-radius:0;font-family:HelveticaNeueHeavy,helvetica,sans-serif;margin:10px 5px;color:#000!important;text-decoration:none!important;}.container .jumbotron.error .errormessage .btn-default:hover,.middlecontent .jumbotron.error .errormessage .btn-default:hover{color:#333;border-color:#adadad;}.container .jumbotron.error .errormessage img,.middlecontent .jumbotron.error .errormessage img{margin-bottom:15px;}.container .jumbotron.error .errormessage p,.container .jumbotron.error .errormessage div,.middlecontent .jumbotron.error .errormessage p,.middlecontent .jumbotron.error .errormessage div{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}.container .jumbotron.error .errormessage ul li,.container .jumbotron.error .errormessage ol li,.middlecontent .jumbotron.error .errormessage ul li,.middlecontent .jumbotron.error .errormessage ol li{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}.container .jumbotron.error .errormessage h1:not(.box-headline),.container .jumbotron.error .errormessage h2:not(.box-headline),.container .jumbotron.error .errormessage h3:not(.box-headline),.middlecontent .jumbotron.error .errormessage h1:not(.box-headline),.middlecontent .jumbotron.error .errormessage h2:not(.box-headline),.middlecontent .jumbotron.error .errormessage h3:not(.box-headline){font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;letter-spacing:.03em;color:#000;}.container .jumbotron.error .errormessage h1:not(.box-headline) a,.container .jumbotron.error .errormessage h2:not(.box-headline) a,.container .jumbotron.error .errormessage h3:not(.box-headline) a,.middlecontent .jumbotron.error .errormessage h1:not(.box-headline) a,.middlecontent .jumbotron.error .errormessage h2:not(.box-headline) a,.middlecontent .jumbotron.error .errormessage h3:not(.box-headline) a{text-decoration:underline;text-underline-offset:5px;color:#006875;}.container .jumbotron.error .errormessage h1:not(.box-headline) a:hover,.container .jumbotron.error .errormessage h2:not(.box-headline) a:hover,.container .jumbotron.error .errormessage h3:not(.box-headline) a:hover,.middlecontent .jumbotron.error .errormessage h1:not(.box-headline) a:hover,.middlecontent .jumbotron.error .errormessage h2:not(.box-headline) a:hover,.middlecontent .jumbotron.error .errormessage h3:not(.box-headline) a:hover{text-decoration:none;}.container .jumbotron.error .errormessage h1:not(.box-headline),.middlecontent .jumbotron.error .errormessage h1:not(.box-headline){font-size:36px;line-height:36px;}.container .jumbotron.error .errormessage h2:not(.box-headline),.middlecontent .jumbotron.error .errormessage h2:not(.box-headline){font-size:24px;line-height:30px;}.container .jumbotron.error .errormessage h3:not(.box-headline),.middlecontent .jumbotron.error .errormessage h3:not(.box-headline){font-size:18px;line-height:130%;}.container .jumbotron.error .errormessage:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover),.middlecontent .jumbotron.error .errormessage:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover){text-decoration:underline;text-underline-offset:5px;color:#006875;}.container .jumbotron.error .errormessage:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover):hover,.middlecontent .jumbotron.error .errormessage:not(.is-block) a:not(.no-underline):not(.listitem):not(.underline-on-hover):hover{text-decoration:none;}.container .jumbotron.error .errormessage p,.middlecontent .jumbotron.error .errormessage p{font-size:21px;}html body .box-animation{transition:box-shadow .4s;}html body .box-animation .box-headline span{line-height:1.05em;text-decoration:underline 2px rgba(0,0,0,0);transition:text-decoration-color 400ms;text-underline-offset:4px;}html body .box-animation .box-headline.ViolaWhite span,html body .box-animation .box-headline.ViolaGray span{text-decoration-color:rgba(66,74,154,0);}html body .box-animation .box-headline.SeaWhite span,html body .box-animation .box-headline.SeaGray span{text-decoration-color:rgba(0,104,117,0);}html body .box-animation .box-headline.TileWhite span,html body .box-animation .box-headline.TileGray span,html body .box-animation .box-headline.TileLightTile span{text-decoration-color:rgba(182,75,24,0);}html body .box-animation:hover{transition:ease-in-out .4s;box-shadow:0 -10px 0 #fff,0 1px 10px rgba(0,0,0,.4);}html body .box-animation:hover img{opacity:.5;transition:ease-in-out .4s;}html body .box-animation:hover .box-headline span{text-decoration-color:#000;}html body .box-animation:hover .box-headline.ViolaWhite span,html body .box-animation:hover .box-headline.ViolaGray span{text-decoration-color:#424a9a;}html body .box-animation:hover .box-headline.SeaWhite span,html body .box-animation:hover .box-headline.SeaGray span{text-decoration-color:#006875;}html body .box-animation:hover .box-headline.TileWhite span,html body .box-animation:hover .box-headline.TileGray span,html body .box-animation:hover .box-headline.TileLightTile span{text-decoration-color:#b64b18;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field{float:left;margin-right:2px;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;display:inline-block;margin-bottom:-1px;text-decoration:none;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field a.statistics-container-tab{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:150%;letter-spacing:.01em;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:10px;background-color:rgba(0,104,117,.2);border-top:1px solid rgba(0,104,117,.2);border-left:1px solid rgba(0,104,117,.2);border-right:1px solid rgba(0,104,117,.2);border-top-left-radius:5px;border-top-right-radius:5px;color:#006875;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field a.statistics-container-tab.selected{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:150%;background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;color:#006875;}.StatisticsPageBody .CategoryContent{padding-top:30px;padding-bottom:30px;padding-left:20px;padding-right:20px;border:1px solid #e0e0e0;clear:both;}@media(max-width:768px){.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field{display:grid;float:none;margin-right:0;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field a.statistics-container-tab{border:1px solid #e0e0e0;border-radius:0;padding-top:15px;padding-left:20px;padding-right:20px;padding-bottom:15px;}.StatisticsPageBody .CategoryTabs .statistics-container-row .statistics-container-field a.statistics-container-tab.selected{border-radius:0;border:1px solid #000;margin:0;}}html body .header_v2 .header-top{background-color:#006875;height:97px;width:100%;}html body .header_v2 .header-top .logo-container{padding-top:27px;width:30%;float:left;z-index:4001;}html body .header_v2 .header-top .logo-container img{height:42px;}html body .header_v2 .header-top .quick-navigation{position:relative;float:left;width:70%;padding-top:37px;}html body .header_v2 .header-top .quick-navigation ul{list-style:none;margin:0;padding:0;float:right;color:#fff;opacity:1;visibility:visible;transition:opacity .5s;}html body .header_v2 .header-top .quick-navigation ul li{margin:0;padding:0 10px 0 10px;display:inline-block;float:left;position:relative;}html body .header_v2 .header-top .quick-navigation ul li a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:14px;color:#fff;letter-spacing:.01em;line-height:150%;}html body .header_v2 .header-top .quick-navigation ul li:not(.search){padding-top:10px;}html body .header_v2 .header-top .quick-navigation ul li.search{margin-top:2px;}html body .header_v2 .header-top .quick-navigation ul li.search label{cursor:pointer;}html body .header_v2 .header-top .quick-navigation ul li.search label .search-box{height:40px;background-color:#003d49;padding:10px 12px 10px 16px;}html body .header_v2 .header-top .quick-navigation ul li.search label .search-box .search-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#fff;display:inline-block;text-transform:capitalize;margin-right:30px;text-decoration:none;margin-top:-2px;}html body .header_v2 .header-top .quick-navigation ul li.search label .search-box .search-icon{width:18px;height:18px;background:url(/static/img/search.svg) no-repeat;text-decoration:none;margin-top:2px;display:block;position:absolute;top:10px;right:27px;}html body .header_v2 .header-top .quick-navigation #SearchBox{opacity:0;visibility:hidden;transition:opacity .5s,visibility 0s .5s;height:40px;width:422px;border-bottom:2px solid #b6e0ec;position:absolute;display:block;right:0;z-index:4001;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox{width:calc(100% - 31px);font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:130%;letter-spacing:.03em;color:#fff;background:transparent;border:0;position:absolute;bottom:0;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox:placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox::placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox::-ms-input-placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox:-ms-input-placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox::-webkit-input-placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox::-moz-placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox::-ms-placeholder{color:#fff;opacity:1;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbox:focus{outline-width:0;outline:0;}html body .header_v2 .header-top .quick-navigation #SearchBox .search-searchbutton{width:31px;height:31px;border:0;background-color:none;background:url(/static/img/search.svg) no-repeat;background-size:16px 16px;background-position:10px 14px;position:absolute;bottom:5px;right:0;}html body .header_v2 .header-bottom{background:#fff;min-height:56px;width:100%;position:relative;}html body .header_v2 .header-bottom .megamenu-item{background-color:#f6f6f6;min-height:200px;width:100%;position:absolute;top:58px;z-index:2000;box-shadow:0 2px 10px rgba(0,0,0,.1);display:none;padding-top:30px;padding-bottom:20px;background:url(/Static/img/wave.svg) no-repeat #f6f6f6;background-position:bottom right;background-size:262px 149px;}html body .header_v2 .header-bottom .megamenu-item .megamenu-item-container{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;}html body .header_v2 .header-bottom .megamenu-item .megamenu-item-container .megamenu-item-group{display:iblock;padding:0 10px 20px 0;}html body .header_v2 .header-bottom .megamenu-item .megamenu-item-container .megamenu-item-group a{display:inline-block;width:100%;font-family:"HelveticaNeueRoman",helvetica,sans-serif;color:#003d49;font-style:normal;letter-spacing:.05em;}html body .header_v2 .header-bottom .megamenu-item .megamenu-item-container .megamenu-item-group a.sub-menu-item-link{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:18px;line-height:24px;letter-spacing:.03em;}html body .header_v2 .header-bottom .megamenu-item .megamenu-item-container .megamenu-item-group a.sub-menu-child-item-link{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-weight:300;font-size:16px;line-height:150%;}html body .header_v2 .header-bottom input[type=checkbox]{display:none;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-0]:checked~[menu-item-for=menu-item-0]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-0]:checked~.navigation ul li label[for=menu-item-0]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-1]:checked~[menu-item-for=menu-item-1]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-1]:checked~.navigation ul li label[for=menu-item-1]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-2]:checked~[menu-item-for=menu-item-2]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-2]:checked~.navigation ul li label[for=menu-item-2]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-3]:checked~[menu-item-for=menu-item-3]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-3]:checked~.navigation ul li label[for=menu-item-3]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-4]:checked~[menu-item-for=menu-item-4]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-4]:checked~.navigation ul li label[for=menu-item-4]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-5]:checked~[menu-item-for=menu-item-5]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-5]:checked~.navigation ul li label[for=menu-item-5]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-6]:checked~[menu-item-for=menu-item-6]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-6]:checked~.navigation ul li label[for=menu-item-6]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-7]:checked~[menu-item-for=menu-item-7]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-7]:checked~.navigation ul li label[for=menu-item-7]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-8]:checked~[menu-item-for=menu-item-8]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-8]:checked~.navigation ul li label[for=menu-item-8]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-9]:checked~[menu-item-for=menu-item-9]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-9]:checked~.navigation ul li label[for=menu-item-9]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-10]:checked~[menu-item-for=menu-item-10]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=menu-item-10]:checked~.navigation ul li label[for=menu-item-10]{padding-bottom:3px;border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom input[type=checkbox][id=energieffektivisering]:checked~[menu-item-for=energieffektivisering]{display:block;}html body .header_v2 .header-bottom input[type=checkbox][id=forskning]:checked~[menu-item-for=forskning]{display:block;}html body .header_v2 .header-bottom .navigation{height:58px;}html body .header_v2 .header-bottom .navigation ul{list-style:none;margin:0;padding:0;color:#fff;height:100%;}html body .header_v2 .header-bottom .navigation ul li{margin:0;display:inline-block;float:left;position:relative;height:100%;margin-right:5px;}html body .header_v2 .header-bottom .navigation ul li label{display:inline-block;height:100%;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:18px;line-height:22px;color:#003d49;font-weight:normal;padding:17px 18px;cursor:pointer;overflow:auto;border-bottom:2px solid #fff;}html body .header_v2 .header-bottom .navigation ul li label:hover{border-bottom:solid 2px #006875;}html body .header_v2 .header-bottom .navigation ul li:first-child label{padding-left:0;}html body .header_v2 .header-bottom .navigation ul li:last-child label{padding-right:0;}@media(max-width:1088px){html body .header_v2 .header-bottom .navigation ul li label{padding:17px 8px;}}html body .hero-container{width:100%;min-height:622px;position:relative;}@media(max-width:991px){html body .hero-container{padding-top:86px;}}html body .hero-container .hero-image{background-position:50% 50%;background-size:cover;height:100%;min-height:622px;overflow:hidden;position:relative;top:0;width:100%;min-height:300px;}@media(min-width:993px){html body .hero-container .hero-image{position:absolute;}}html body .hero-container .hero-content{width:100%;min-height:622px;}@media(max-width:767px){html body .hero-container .hero-content{margin-left:20px;margin-right:20px;width:auto;margin-top:-60px;}}@media(max-width:992px){html body .hero-container .hero-content{min-height:300px;}}@media(min-width:993px){html body .hero-container .hero-content{height:1px;}}html body .hero-container .hero-content>.container-fluid{min-height:100%;}@media(min-width:993px){html body .hero-container .hero-content>.container-fluid{height:100%;}}html body .hero-container .hero-content>.container-fluid>.row{min-height:100%;}@media(min-width:993px){html body .hero-container .hero-content>.container-fluid>.row{height:100%;margin-left:-20px;margin-right:0;}}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container{background-color:rgba(237,231,217,.9);border-top:3px solid #b64b18;}@media(min-width:993px){html body .hero-container .hero-content>.container-fluid>.row .hero-content-container{margin:40px 0 40px 20px;}}@media(max-width:992px){html body .hero-container .hero-content>.container-fluid>.row .hero-content-container{padding-left:30px;padding-right:30px;}}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container .hero-content-header{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:42px;line-height:120%;color:#b64b18;margin-top:35px;letter-spacing:initial;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container .hero-content-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:24px;line-height:130%;letter-spacing:0;margin-top:35px;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container .hero-content-button{display:inline-block;margin-top:40px;border-radius:10px;background-color:#b64b18;border:1px solid #b64b18;cursor:pointer;min-width:165px;height:56px;padding:16px 58px;color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;margin-bottom:40px;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container .hero-content-button:hover{text-decoration:none;color:#b64b18;background-color:transparent;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaWhite{background-color:rgba(255,255,255,.9);border-top-color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaWhite .hero-content-header{color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaWhite .hero-content-button{background-color:#424a9a;border:1px solid #424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaWhite .hero-content-button:hover{color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaGray{background-color:rgba(246,246,246,.9);border-top-color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaGray .hero-content-header{color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaGray .hero-content-button{background-color:#424a9a;border:1px solid #424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.ViolaGray .hero-content-button:hover{color:#424a9a;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaWhite{background-color:rgba(255,255,255,.9);border-top-color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaWhite .hero-content-header{color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaWhite .hero-content-button{background-color:#006875;border:1px solid #006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaWhite .hero-content-button:hover{color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaGray{background-color:rgba(246,246,246,.9);border-top-color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaGray .hero-content-header{color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaGray .hero-content-button{background-color:#006875;border:1px solid #006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.SeaGray .hero-content-button:hover{color:#006875;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileWhite{background-color:rgba(255,255,255,.9);border-top-color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileWhite .hero-content-header{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileWhite .hero-content-button{background-color:#b64b18;border:1px solid #b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileWhite .hero-content-button:hover{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileGray{background-color:rgba(246,246,246,.9);border-top-color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileGray .hero-content-header{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileGray .hero-content-button{background-color:#b64b18;border:1px solid #b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileGray .hero-content-button:hover{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileLightTile{background-color:rgba(237,231,217,.9);border-top-color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileLightTile .hero-content-header{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileLightTile .hero-content-button{background-color:#b64b18;border:1px solid #b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container.TileLightTile .hero-content-button:hover{color:#b64b18;}html body .hero-container .hero-content>.container-fluid>.row .hero-content-container .hero-content-button:hover{background-color:transparent;}#successful-initiatives-archive-page a{color:#006875;text-underline-offset:5px;text-decoration:none;}#successful-initiatives-archive-page a:hover{text-decoration:underline;}#successful-initiatives-archive-page .MainBody .intro{max-width:750px;}#successful-initiatives-archive-page .MainBody .body-wrapper{max-width:750px;}#successful-initiatives-archive-page .footer-wrapper{max-width:750px;}#successful-initiatives-archive-page .footer-wrapper .page-footer-left-narrow{max-width:680px;}#successful-initiatives-archive-page .ArchiveMobilePagingContent{margin:0;background-color:#fff;text-align:center;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;cursor:pointer;color:#23305f;border:2px solid #23305f;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;border-radius:5px;display:inline-block;margin-top:50px;}#successful-initiatives-archive-page .ArchiveMobilePagingContent:hover{text-decoration:underline;}#successful-initiatives-archive-page .MainBody .archive-header{margin-bottom:40px;}#successful-initiatives-archive-page .MainBody .body-wrapper{margin-bottom:50px;}#successful-initiatives-archive-page .MainBody p{max-width:90%;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile{display:contents;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile{margin-bottom:10px;margin-left:15px;margin-right:15px;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:20px;line-height:130%;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:100px;background-repeat:no-repeat;background-position-x:96%;background-position-y:14px;background-size:15px;width:100%;text-align:left;background-color:#fff;color:#000;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button.open{background-image:url("/Static/img/chevron_up.svg");border:1px solid #fff;border-radius:5px;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button.closed{background-image:url("/Static/img/chevron_down.svg");border:1px solid #000;border-radius:5px;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul{padding-left:20px;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li.selected{background-color:#c1deba;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li a{color:#003d49;text-decoration:none;}#successful-initiatives-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li a:hover{text-decoration:none;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-display-filters button{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:24px;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:100px;background-repeat:no-repeat;background-position-x:160px;background-position-y:14px;background-size:15px;font-weight:normal;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-display-filters button.open{background-color:#e0e0e0;border:1px solid #c8c8c8;border-radius:5px 5px 0 0;color:#000;border-left:1px solid #003d49;border-right:1px solid #003d49;border-top:1px solid #003d49;border-bottom:0;background-image:url("/Static/img/chevron_up.svg");}#successful-initiatives-archive-page .archive-filter-wrapper .archive-display-filters button.closed{background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;color:#003d49;background-image:url("/Static/img/chevron_down_hav.svg");}#successful-initiatives-archive-page .archive-filter-wrapper .archive-display-filters button:hover{background-color:#c8c8c8;border-color:#003d49;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters{border:1px solid #003d49;padding:10px;border-radius:0 5px 5px 5px;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters h2.filter-label{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;margin-bottom:0;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul{padding:0;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul li:hover{background-color:#c1deba;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul li.selected{background-color:#c1deba;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul li a{color:#003d49;text-decoration:none;}#successful-initiatives-archive-page .archive-filter-wrapper .archive-filters ul li a:hover{text-decoration:none;}#successful-initiatives-archive-page .archive-main-results{margin-top:50px;max-width:750px;}#successful-initiatives-archive-page .archive-main-results .filtered-result{border:1px solid #f5f5f5;border-radius:5px;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul{list-style-type:none;padding:0;margin:0;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li{background-color:#fff;padding-left:10px;padding-right:10px;padding-top:20px;padding-bottom:20px;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li:nth-child(even){background-color:#f6f6f6;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a{color:#000;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a.list-item:hover{text-decoration:none;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a.list-item:hover .list-item-date *{text-decoration:none!important;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a.list-item:hover :not(.list-item-date){text-decoration:underline;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:.01em;max-width:670px;color:#000;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-title .mobile-link-arrow{display:none;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:150%;letter-spacing:.01em;margin-top:1em;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-date .type{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-left:10px;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;max-width:670px;margin-top:1em;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-text p{max-width:90%;}#successful-initiatives-archive-page .archive-selected-filters{margin-top:10px;}#successful-initiatives-archive-page .archive-selected-filters ul{padding:0;}#successful-initiatives-archive-page .archive-selected-filters ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#successful-initiatives-archive-page .archive-selected-filters ul li.selected{background-color:#c1deba;}#successful-initiatives-archive-page .archive-selected-filters ul li.unselected{background-color:#fff;}#successful-initiatives-archive-page .archive-selected-filters ul li .close-filter{height:8px;width:8px;background-repeat:no-repeat;background-image:url("/Static/img/close.svg");display:inline-block;margin-left:1rem;}#successful-initiatives-archive-page .archive-selected-filters ul li a{color:#003d49;text-decoration:none;}#successful-initiatives-archive-page .archive-selected-filters ul li a:hover{text-decoration:none;}#successful-initiatives-archive-page .no-search-results{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-size:20px;margin-top:20px;margin-bottom:20px;}@media(max-width:767px){#successful-initiatives-archive-page{margin-left:20px;margin-right:20px;}#successful-initiatives-archive-page .archive-main-results .filtered-result{border:0;}#successful-initiatives-archive-page .archive-main-results .filtered-result ul li a .list-item-title .mobile-link-arrow{display:inline-block;background-image:url("/Static/img/arrow-right.svg");width:12px;height:12px;margin-left:1rem;}}.successful-initiatives-page .successful-initiatives-facts table td{font-family:"HelveticaNeueRoman",helvetica,sans-serif;background-color:#f6f6f6;font-size:18px;}@media screen and (min-width:768px){.successful-initiatives-page table.horizontal{display:table;width:100%;border-collapse:collapse;margin-bottom:20px;}.successful-initiatives-page table.horizontal th{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:18px;background-color:#006875;color:#fff;font-weight:normal;}.successful-initiatives-page table.horizontal th,.successful-initiatives-page table.horizontal td{padding:8px;text-align:left;display:table-cell;}.successful-initiatives-page table.horizontal th:first-child,.successful-initiatives-page table.horizontal td:first-child{border-left:0;}.successful-initiatives-page table.horizontal th:last-child,.successful-initiatives-page table.horizontal td:last-child{border-right:0;}.successful-initiatives-page table.vertical{display:none;}}@media screen and (max-width:992px){.successful-initiatives-page table.horizontal{display:none;}.successful-initiatives-page table.vertical{display:table;width:100%;border-collapse:collapse;margin-bottom:20px;}.successful-initiatives-page table.vertical thead{background-color:#fff;}.successful-initiatives-page table.vertical th{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:18px;color:#000;font-weight:normal;margin-top:1rem;}.successful-initiatives-page table.vertical td{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.successful-initiatives-page table.vertical th,.successful-initiatives-page table.vertical td{padding:0;text-align:left;background-color:#fff;display:block;width:100%;box-sizing:border-box;}.successful-initiatives-page table.vertical th,.successful-initiatives-page table.vertical td:nth-child(odd){border-right:0;}.successful-initiatives-page table.vertical th,.successful-initiatives-page table.vertical td:nth-child(even){border-left:0;}}#proclamation-archive-page a{color:#006875;text-underline-offset:5px;text-decoration:none;}#proclamation-archive-page a:hover{text-decoration:underline;}#proclamation-archive-page .MainBody .intro{max-width:750px;}#proclamation-archive-page .MainBody .body-wrapper{max-width:750px;}#proclamation-archive-page .ArchiveMobilePagingContent{margin:0;background-color:#fff;text-align:center;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;cursor:pointer;color:#23305f;border:2px solid #23305f;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;border-radius:5px;display:inline-block;margin-top:50px;}#proclamation-archive-page .ArchiveMobilePagingContent:hover{text-decoration:underline;}#proclamation-archive-page .MainBody .archive-header{margin-bottom:40px;}#proclamation-archive-page .archive-filter-wrapper-mobile{display:contents;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile{margin-bottom:10px;margin-left:15px;margin-right:15px;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:20px;line-height:130%;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:100px;background-repeat:no-repeat;background-position-x:96%;background-position-y:14px;background-size:15px;width:100%;text-align:left;background-color:#fff;color:#000;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button.open{background-image:url("/Static/img/chevron_up.svg");border:1px solid #fff;border-radius:5px;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-display-filters-mobile button.closed{background-image:url("/Static/img/chevron_down.svg");border:1px solid #000;border-radius:5px;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul{padding-left:20px;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li.selected{background-color:#c1deba;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li a{color:#003d49;text-decoration:none;}#proclamation-archive-page .archive-filter-wrapper-mobile .archive-filters-mobile ul li a:hover{text-decoration:none;}#proclamation-archive-page .archive-filter-wrapper{margin-top:20px;}#proclamation-archive-page .archive-filter-wrapper .archive-display-filters button{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:24px;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:100px;background-repeat:no-repeat;background-position-x:160px;background-position-y:14px;background-size:15px;font-weight:normal;}#proclamation-archive-page .archive-filter-wrapper .archive-display-filters button.open{background-color:#e0e0e0;border:1px solid #c8c8c8;border-radius:5px 5px 0 0;color:#000;border-left:1px solid #003d49;border-right:1px solid #003d49;border-top:1px solid #003d49;border-bottom:0;background-image:url("/Static/img/chevron_up.svg");}#proclamation-archive-page .archive-filter-wrapper .archive-display-filters button.closed{background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;color:#003d49;background-image:url("/Static/img/chevron_down_hav.svg");}#proclamation-archive-page .archive-filter-wrapper .archive-display-filters button:hover{background-color:#c8c8c8;border-color:#003d49;}#proclamation-archive-page .archive-filter-wrapper .archive-filters{border:1px solid #003d49;padding:10px;border-radius:0 5px 5px 5px;}#proclamation-archive-page .archive-filter-wrapper .archive-filters h2.filter-label{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;margin-bottom:0;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul{padding:0;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul li:hover{background-color:#c1deba;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul li.selected{background-color:#c1deba;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul li a{color:#003d49;text-decoration:none;}#proclamation-archive-page .archive-filter-wrapper .archive-filters ul li a:hover{text-decoration:none;}#proclamation-archive-page .archive-main-results{margin-top:50px;}#proclamation-archive-page .archive-main-results .proclamation-page-pager{max-width:750px;}#proclamation-archive-page .archive-main-results .proclamation-sorting{position:relative;top:2px;}@media(min-width:768px) and (max-width:1180px){#proclamation-archive-page .archive-main-results .proclamation-sorting{margin-left:-25px;}}#proclamation-archive-page .archive-main-results .proclamation-sorting .button-group button{background-color:rgba(0,104,117,.2);border-width:1px 1px 0 1px;border-radius:5px 5px 0 0;border-color:rgba(0,104,117,.2);border-style:solid;margin-right:0;color:#003d49;padding-top:15px;padding-left:20px;padding-right:20px;padding-bottom:15px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;letter-spacing:.05em;}#proclamation-archive-page .archive-main-results .proclamation-sorting .button-group button.active{background-color:#fff;border-width:1px 1px 0 1px;border-radius:5px 5px 0 0;border-color:#e0e0e0;border-style:solid;position:relative;z-index:201;font-family:"HelveticaNeueMedium",helvetica,sans-serif;}#proclamation-archive-page .archive-main-results .filtered-result{border:1px solid #e0e0e0;border-radius:5px;z-index:101;position:relative;max-width:750px;}#proclamation-archive-page .archive-main-results .filtered-result ul{list-style-type:none;padding:0;margin:0;}#proclamation-archive-page .archive-main-results .filtered-result ul li{background-color:#fff;padding-top:20px;padding-bottom:20px;padding-left:10px;padding-right:10px;}#proclamation-archive-page .archive-main-results .filtered-result ul li:nth-child(even){background-color:#f6f6f6;}#proclamation-archive-page .archive-main-results .filtered-result ul li a{color:#000;}#proclamation-archive-page .archive-main-results .filtered-result ul li a.list-item:hover{text-decoration:none;}#proclamation-archive-page .archive-main-results .filtered-result ul li a.list-item:hover .list-item-date *{text-decoration:none!important;}#proclamation-archive-page .archive-main-results .filtered-result ul li a.list-item:hover :not(.list-item-date){text-decoration:underline;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:.01em;max-width:670px;color:#000;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-title .mobile-link-arrow{display:none;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:150%;letter-spacing:.01em;max-width:670px;margin-top:1em;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-date .type{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-left:10px;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;max-width:670px;margin-top:1em;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-text p{max-width:90%;}#proclamation-archive-page .archive-selected-filters{margin-top:10px;}#proclamation-archive-page .archive-selected-filters ul{padding:0;}#proclamation-archive-page .archive-selected-filters ul li{font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;letter-spacing:.05em;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;color:#003d49;border:1px solid #003d49;border-radius:30px;margin-top:10px;margin-bottom:10px;margin-right:15px;margin-left:0;}#proclamation-archive-page .archive-selected-filters ul li.selected{background-color:#c1deba;}#proclamation-archive-page .archive-selected-filters ul li.unselected{background-color:#fff;}#proclamation-archive-page .archive-selected-filters ul li .close-filter{height:8px;width:8px;background-repeat:no-repeat;background-image:url("/Static/img/close.svg");display:inline-block;margin-left:1rem;}#proclamation-archive-page .archive-selected-filters ul li a{color:#003d49;text-decoration:none;}#proclamation-archive-page .archive-selected-filters ul li a:hover{text-decoration:none;}#proclamation-archive-page .no-search-results{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-size:20px;margin-top:20px;margin-bottom:20px;}@media(max-width:767px){#proclamation-archive-page .mobile-wrapper{padding-left:20px;padding-right:20px;}#proclamation-archive-page .archive-main-results{margin-left:20px;margin-right:20px;}#proclamation-archive-page .archive-main-results .proclamation-sorting{margin-left:-15px;}#proclamation-archive-page .archive-main-results .proclamation-sorting .button-group button{width:100%;border-radius:0;}#proclamation-archive-page .archive-main-results .proclamation-sorting .button-group button.active{border:1px solid #000;border-radius:0;}#proclamation-archive-page .archive-main-results .filtered-result ul li a .list-item-title .mobile-link-arrow{display:inline-block;background-image:url("/Static/img/arrow-right.svg");width:12px;height:12px;margin-left:1rem;}}html body .start-page-block{text-decoration:none;display:block;}html body .start-page-block.Link{cursor:pointer;}html body .start-page-block .top-color-bar{height:2px;width:100%;display:block;}html body .start-page-block .top-color-bar.ViolaWhite{background-color:#424a9a;}html body .start-page-block .top-color-bar.ViolaGray{background-color:#424a9a;}html body .start-page-block .top-color-bar.SeaWhite{background-color:#006875;}html body .start-page-block .top-color-bar.SeaGray{background-color:#006875;}html body .start-page-block .top-color-bar.TileWhite{background-color:#b64b18;}html body .start-page-block .top-color-bar.TileGray{background-color:#b64b18;}html body .start-page-block .top-color-bar.TileLightTile{background-color:#b64b18;}html body .start-page-block.ViolaWhite{background-color:#fff;border-top:2px solid #424a9a;}html body .start-page-block.ViolaGray{background-color:#f6f6f6;border-top:2px solid #424a9a;}html body .start-page-block.SeaWhite{background-color:#fff;border-top:2px solid #006875;}html body .start-page-block.SeaGray{background-color:#f6f6f6;border-top:2px solid #006875;}html body .start-page-block.TileWhite{background-color:#fff;border-top:2px solid #b64b18;}html body .start-page-block.TileGray{background-color:#f6f6f6;border-top:2px solid #b64b18;}html body .start-page-block.TileLightTile{background-color:#ede7d9;border-top:2px solid #b64b18;}html body .start-page-block .start-page-block-header{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;padding-left:35px;padding-right:35px;margin-top:25px;word-break:break-word;}html body .start-page-block .start-page-block-header.mobile-link-arrow{display:none;}@media(max-width:767px){html body .start-page-block .start-page-block-header .mobile-link-arrow{display:inline-block;background-image:url("/Static/img/arrow-right.svg");width:24px;height:24px;margin-left:1rem;background-repeat:no-repeat;background-size:contain;}}html body .start-page-block .start-page-block-header.ViolaWhite{color:#424a9a;}html body .start-page-block .start-page-block-header.ViolaGray{color:#424a9a;}html body .start-page-block .start-page-block-header.SeaWhite{color:#006875;}html body .start-page-block .start-page-block-header.SeaGray{color:#006875;}html body .start-page-block .start-page-block-header.TileWhite{color:#b64b18;}html body .start-page-block .start-page-block-header.TileGray{color:#b64b18;}html body .start-page-block .start-page-block-header.TileLightTile{color:#b64b18;}html body .start-page-block .start-page-block-body{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;padding-top:20px;padding-left:35px;padding-right:35px;padding-bottom:30px;}html body .start-page-block .start-page-block-image{margin-top:0;max-width:unset;}html body .start-page-block .start-page-block-image img{width:100%;height:100%;}html body .start-page-quicklinks-field{margin-bottom:70px;}@media(max-width:1178px){html body .start-page-quicklinks-field{margin-left:25px;margin-right:25px;}}@media(max-width:768px){html body .start-page-quicklinks-field{margin-left:35px;margin-right:35px;}}html body .start-page-quicklinks-field .start-page-quicklinks-headline{flex-direction:row;display:flex;gap:50px;margin-bottom:30px;}html body .start-page-quicklinks-field .start-page-quicklinks-headline .start-page-quicklinks-headline-text{display:unset;margin-top:unset;margin-bottom:unset;margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;font-weight:unset;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;color:#006875;}html body .start-page-quicklinks-field .start-page-quicklinks-headline .start-page-quicklinks-headline{border-bottom:2px solid #006875;flex:1;height:20px;}html body .start-page-quicklinks-field .start-page-quicklinks{margin-bottom:20px;margin-top:20px;background-color:#fff;flex-direction:row;display:flex;gap:10px;flex-wrap:wrap;align-items:center;}html body .start-page-quicklinks-field .start-page-quicklinks .start-page-quicklink-item{background-color:#006875;color:#fff;border-radius:10px;height:48px;color:#fff;text-decoration:none;display:block;text-align:center;padding:12px 21px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;margin-right:30px;margin-bottom:25px;white-space:nowrap;}html body .start-page-quicklinks-field .start-page-quicklinks .start-page-quicklink-item:hover{background-color:#003d49;}@media(max-width:680px){html body .start-page-quicklinks-field .start-page-quicklinks{gap:0;}html body .start-page-quicklinks-field .start-page-quicklinks>.start-page-quicklink-item{flex:1 1 30%;margin-right:15px;margin-bottom:15px;}}html body .current-events{background-color:#f6f6f6;border-top:2px solid #424a9a;padding-top:20px;padding-left:35px;padding-right:35px;padding-bottom:30px;}html body .current-events .current-events-heading{display:unset;margin-top:unset;margin-bottom:unset;margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;font-weight:unset;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;color:#424a9a;}html body .current-events .current-events-news-list .current-events-news-list-item{display:block;margin-top:35px;cursor:pointer;color:#000;}html body .current-events .current-events-news-list .current-events-news-list-item .current-events-news-list-item-title{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:26px;letter-spacing:.01em;}html body .current-events .current-events-news-list .current-events-news-list-item .current-events-news-list-item-date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:150%;letter-spacing:.01em;margin-top:5px;color:#000;display:inline-block;margin-right:1rem;}html body .current-events .current-events-news-list .current-events-news-list-item .current-events-news-list-item-category{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-top:5px;white-space:nowrap;display:inline-block;}html body .current-events .current-events-news-list .current-events-news-list-item:hover{text-decoration:none;}html body .current-events .current-events-news-list .current-events-news-list-item:hover .current-events-news-list-item-date,html body .current-events .current-events-news-list .current-events-news-list-item:hover .current-events-news-list-item-category{text-decoration:none;}html body .current-events .current-events-news-list .current-events-news-list-item:hover .current-events-news-list-item-title{text-decoration:underline;}html body .current-events .current-events-news-list .current-events-footer{margin-top:45px;background-color:#fff;border:2px solid #424a9a;border-radius:5px;height:40px;width:fit-content;text-align:center;padding-top:4px;padding-left:15px;padding-right:15px;}html body .current-events .current-events-news-list .current-events-footer a{text-decoration:none!important;color:#424a9a!important;}html body .current-events .current-events-news-list .current-events-footer a:hover{text-decoration:underline!important;}.StatisticsPageBody .intro{font-size:24px;line-height:150%;}.StatisticsPageBody .statistics-container .statistics-block-area{border:1px solid #e0e0e0;border-radius:0 5px 5px 5px;padding:10px;}.StatisticsPageBody .statistics-container .statistics-block-area .StatisticsBlock .body .MainBody .bodytext,.StatisticsPageBody .statistics-container .statistics-block-area .StatisticsBlock .body .MainBody .intro{padding:10px;}.StatisticsPageBody .statistics-container .statistics-container-field a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;display:inline-block;margin-bottom:-1px;text-decoration:none;}.StatisticsPageBody .statistics-container .statistics-container-field a.statistics-container-tab{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:150%;letter-spacing:.01em;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:10px;background-color:rgba(0,104,117,.2);border-top:1px solid rgba(0,104,117,.2);border-left:1px solid rgba(0,104,117,.2);border-right:1px solid rgba(0,104,117,.2);border-top-left-radius:5px;border-top-right-radius:5px;color:#006875;}.StatisticsPageBody .statistics-container .statistics-container-field a.statistics-container-tab.selected{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:16px;line-height:150%;background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-top-left-radius:5px;border-top-right-radius:5px;color:#006875;}.StatisticsPageBody .statistics-tabs{margin-bottom:-15px;}.StatisticsPageBody .statistics-tabs .body ul{list-style-type:none;margin:0;padding:0;overflow:hidden;}.StatisticsPageBody .statistics-tabs .body ul li{float:left;}.StatisticsPageBody .statistics-tabs .body ul li a{display:block;color:#006875;text-align:center;padding-top:8px;padding-left:16px;padding-right:16px;padding-bottom:8px;text-decoration:none;display:pointer;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;font-style:normal;line-height:24px;}.StatisticsPageBody .statistics-tabs .body ul li a.selected{color:#fff;background-color:#006875;}.StatisticsPageBody #treeview .body{margin-left:15px;}.StatisticsPageBody #treeview .body a{color:#006875;text-underline-offset:5px;text-decoration:underline;}.StatisticsPageBody #treeview .body a:hover{text-decoration:none;}.StatisticsPageBody #treeview .body ul{padding-left:2rem;margin-bottom:1rem;}.StatisticsPageBody #treeview .body ul li{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;margin:0;padding:0;list-style-type:disc;}.StatisticsPageBody #treeview .body h3{font-size:19px;font-family:"HelveticaNeueBold",helvetica,sans-serif;max-width:670px;margin-top:20px;margin-bottom:10px;}.StatisticsPageBody #treeview .body p{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;}.StatisticsPageBody #treeview .topDiv{border-bottom:1px solid #e5e5e5;}.StatisticsPageBody #treeview div.topDiv{background-color:#fff;width:100%;padding:10px 0 20px 10px;position:relative;cursor:pointer;}.StatisticsPageBody #treeview h2.heading{color:#000;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;letter-spacing:.05em;display:inline;margin-left:30px;}.StatisticsPageBody #treeview h2.heading:before{content:"";background-image:url(/Static/img/plus_black.svg);background-repeat:no-repeat;position:absolute;top:16px;left:15px;width:12px;height:12px;}.StatisticsPageBody #treeview h2.headingMinus{color:#006875;font-weight:normal;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-size:18px;letter-spacing:.05em;display:inline;margin-left:30px;}.StatisticsPageBody #treeview h2.headingMinus:before{content:"";background-image:url(/Static/img/minus_black.svg);background-repeat:no-repeat;position:absolute;top:22px;left:15px;width:12px;height:12px;}.StatisticsPageBody #treeview p{max-width:100%;}.StatisticsPageBody #treeview ul{padding:0;}.StatisticsPageBody #treeview ul ul{padding:5px 0 0 5px;}.StatisticsPageBody #treeview ul li .body p:first-of-type{margin-top:25px;}.StatisticsPageBody #treeview li{list-style:none;margin-bottom:3px;padding:1px 3px 3px 0;}.StatisticsPageBody #treeview li div{background:#fff;color:#000;}@media(max-width:1180px){.StatisticsPageBody .statistics-container .statistics-container-field{display:grid;}.StatisticsPageBody .statistics-container .statistics-container-field a.statistics-container-tab{border:1px solid #e0e0e0;border-radius:0;padding-top:15px;padding-left:20px;padding-right:20px;padding-bottom:15px;}.StatisticsPageBody .statistics-container .statistics-container-field a.statistics-container-tab.selected{border-radius:0;margin:0;border:1px solid #000;}}.Block.call-to-action a{text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.Block.call-to-action.cta-red{border:1px solid var(--main-red);}.Block.call-to-action.cta-red a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-red:hover{background-color:var(--main-red);}.Block.call-to-action.cta-black{border:1px solid var(--main-black);}.Block.call-to-action.cta-black a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-black:hover{background-color:var(--main-black);}.Block.call-to-action.cta-purple{border:1px solid var(--main-purple);}.Block.call-to-action.cta-purple a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-purple:hover{background-color:var(--main-purple);}.Block.call-to-action.cta-caramel{border:1px solid #c04c65;}.Block.call-to-action.cta-caramel a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-caramel:hover{background-color:#c04c65;}.Block.call-to-action.cta-teal{border:1px solid #b64b18;}.Block.call-to-action.cta-teal a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-teal:hover{background-color:#b64b18;}.Block.call-to-action.cta-sea{border:1px solid #006875;}.Block.call-to-action.cta-sea a{color:#000!important;text-decoration:none!important;}.Block.call-to-action.cta-sea:hover{background-color:#006875;}.Block.call-to-action:hover{text-decoration:underline;text-decoration-color:#fff;background-color:var(--main-red);}.Block.call-to-action:hover a{color:var(--main-white)!important;}.Block.call-to-action.solid{color:var(--main-white);}.Block.call-to-action.solid a{color:var(--main-white)!important;}.Block.call-to-action.solid:hover{text-decoration:underline;background-color:var(--main-red);}.Block.call-to-action.solid:hover a{color:var(--main-black)!important;}.Block.call-to-action.solid.cta-red{background-color:var(--main-red);}.Block.call-to-action.solid.cta-red:hover{background-color:var(--main-white);border:1px solid var(--main-red);}.Block.call-to-action.solid.cta-black{background-color:var(--main-black);}.Block.call-to-action.solid.cta-black:hover{background-color:var(--main-white);border:1px solid var(--main-black);}.Block.call-to-action.solid.cta-purple{background-color:var(--main-purple);}.Block.call-to-action.solid.cta-purple:hover{background-color:var(--main-white);border:1px solid var(--main-purple);}.Block.call-to-action.solid.cta-caramel{background-color:#c04c65;}.Block.call-to-action.solid.cta-caramel:hover{background-color:#fff;border:1px solid #c04c65;}.Block.call-to-action.solid.cta-teal{background-color:#b64b18;}.Block.call-to-action.solid.cta-teal:hover{background-color:#fff;border:1px solid #b64b18;}.Block.call-to-action.solid.cta-sea{background-color:#006875;}.Block.call-to-action.solid.cta-sea:hover{background-color:#fff;border:1px solid #006875;}.MainBlockArea .call-to-action .Block{background-color:transparent;padding:20px 0 20px 0;text-align:center;color:#f7db38;}.bodytext .Block.call-to-action{margin-bottom:6px;}.Block.call-to-action{display:inline-flex;justify-content:center;font-size:16px;font-family:HelveticaNeueRoman,Helvetica,sans-serif;color:#000;border:1px solid var(--main-red);background-color:#fff;border-radius:10px;max-width:60%;}.Block.call-to-action a{padding:5px 20px;}#rightColumn .Block.call-to-action{max-width:100%;}.fixPaddingLeft .Block.call-to-action{max-width:100%;}.GridStyle .Block.call-to-action{margin:0 20px 20px 20px;}@media(max-width:767px){.Block.call-to-action{max-width:100%;}}nav.SubMenu{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.01em;color:#000;}nav.SubMenu>.body{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}nav.SubMenu>.body ul{list-style:none;margin:0;padding:0;}nav.SubMenu>.body ul.SubMenu ul{list-style:none;margin:0;padding:0;}nav.SubMenu>.body ul.SubMenu ul li{margin:0;padding:0;display:block;line-height:18px;}nav.SubMenu>.body ul.SubMenu .SubMenuItem{border-left:2px solid #e0e0e0;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.01em;color:#000;}nav.SubMenu>.body ul.SubMenu .SubMenuItem .plus,nav.SubMenu>.body ul.SubMenu .SubMenuItem .minus,nav.SubMenu>.body ul.SubMenu .SubMenuItem .empty{width:12px;height:100%;display:inline-block;background-repeat:no-repeat;line-height:1.3em;position:absolute;right:0;top:30%;cursor:pointer;}nav.SubMenu>.body ul.SubMenu .SubMenuItem .plus{background-image:url("/Static/img/plus_black.svg");}nav.SubMenu>.body ul.SubMenu .SubMenuItem .minus{background-image:url("/Static/img/minus_black.svg");top:43%;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.open ul{display:block;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.closed:hover{border-left:2px solid #000;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.closed:hover a:first-child{text-shadow:1px 0 0 black;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.closed ul{display:none;}nav.SubMenu>.body ul.SubMenu .SubMenuItem .menuitem{width:100%;height:100%;position:relative;}nav.SubMenu>.body ul.SubMenu .SubMenuItem .menuitem>a{padding:8px 10px 8px 15px;display:inline-block;height:100%;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.01em;color:#000;width:calc(100% - 17px);}nav.SubMenu>.body ul.SubMenu .SubMenuItem .menuitem>a:hover{color:#000;text-decoration:none;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.activeChain.open>.wrapper .menuitem a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.closed>.wrapper>.menuitem>.minus{display:none;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.open>.wrapper>.menuitem>.plus{display:none;}nav.SubMenu>.body ul.SubMenu .SubMenuItem .wrapper{display:block;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus{background-color:inherit;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus .SubMenu li{margin-left:-1px;background-color:inherit;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus .SubMenu li .SubMenu{background-color:inherit;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus.open{padding-bottom:0!important;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus.open div.wrapper._\31{background-color:inherit;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.smahus.open div.wrapper._\32{margin-bottom:0;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.active{border-left:2px solid #006875;}nav.SubMenu>.body ul.SubMenu .SubMenuItem.active>.wrapper>.menuitem>.minus{background-image:url("/Static/img/minus_green.svg");}nav.SubMenu>.body ul.SubMenu .SubMenuItem.active>.wrapper>.menuitem>.plus{background-image:url("/Static/img/plus_green.svg");}nav.SubMenu>.body ul.SubMenu .SubMenuItem.active>.wrapper>.menuitem>a{color:#006875;}nav.SubMenu>.body ul.SubMenu .wrapper._\32{padding-left:15px;}nav.SubMenu>.body ul.SubMenu .wrapper._\33{padding-left:25px;}nav.SubMenu>.body ul.SubMenu .wrapper._\34{padding-left:40px;}nav.SubMenu>.body ul.SubMenu .wrapper._\35{padding-left:45px;}nav.SubMenu>.body ul.SubMenu .wrapper._\36{padding-left:45px;}nav.SubMenu>.body ul.SubMenu .wrapper._\37{padding-left:45px;}nav.SubMenu>.body ul.SubMenu .wrapper._\38{padding-left:45px;}nav.SubMenu>.body ul.SubMenu .wrapper._\39{padding-left:45px;}nav.SubMenu>.body ul.SubMenu .smahusUlList{border-bottom:0;}nav.SubMenu>.body ul.SubMenu>.SubMenuItem .SubMenu{margin-left:-1px;}nav.SubMenu>.body>ul.SubMenu>li.SubMenuItem>ul.SubMenu .SubMenuItem{margin-left:-1px;}nav.SubMenu>.body>ul.SubMenu>li.SubMenuItem>ul.SubMenu .menuitem>a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:150%;letter-spacing:.01em;color:#000;}.elstodsformular-block{background-color:#f6f6f6;border-top:2px solid #003d49;padding:20px 25px 30px 25px!important;margin-bottom:10px;}.elstodsformular-block h1{margin-top:0;margin-bottom:20px;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.elstodsformular-block .elstodsformular-block-react-container{padding:20px 0;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;margin-left:0;margin-right:0;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results.grey-box{min-height:355px;background-color:#e9e9e9;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary{margin-bottom:20px;position:relative;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .text,.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .bold-summary{padding-bottom:10px;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .text{display:inline-block;width:calc(100% - 40px);padding-left:50px;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .bold-summary{font-family:"HelveticaNeueMedium",helvetica,sans-serif;white-space:nowrap;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .approved,.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .not-approved{font-family:"Glyphicons Halflings"!important;display:inline-block;height:100%;width:40px;font-size:35px!important;position:absolute;top:0;bottom:0;line-height:unset!important;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .approved{color:#068540!important;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .approved:before{content:"";}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .not-approved{color:#d34046!important;}.elstodsformular-block .elstodsformular-block-react-container .calculation-results .calculation-summary .not-approved:before{content:"";}.elstodsformular-block .elstodsformular-block-react-container div label{width:100%;font-weight:normal!important;line-height:normal;}.elstodsformular-block .elstodsformular-block-react-container div label h3{margin-bottom:0;}.elstodsformular-block .elstodsformular-block-react-container div input{width:100%;margin-bottom:10px;}.elstodsformular-block .elstodsformular-block-react-container .form-container{padding-right:20px;}.elstodsformular-block .elstodsformular-block-react-container .result-header{cursor:pointer;background-color:#d9d9d9;padding:10px;}.elstodsformular-block .elstodsformular-block-react-container .result-header h3{line-height:normal;margin:0;}.elstodsformular-block .elstodsformular-block-react-container .result-container{background-color:#d9d9d9;padding:10px;padding-left:20px;padding-top:10px;max-height:1000px;}.elstodsformular-block .elstodsformular-block-react-container .textbox-with-suffix-container{display:inline-block;position:relative;width:100%;}.elstodsformular-block .elstodsformular-block-react-container .textbox-with-suffix-container .suffix{position:absolute;right:10px;top:4px;color:#000;font-size:16px;}.elstodsformular-block .elstodsformular-block-react-container .textbox-with-suffix-container input{padding-right:45px;text-align:right;}.elstodsformular-block .elstodsformular-block-react-container .small-suffix{font-size:16px;padding-left:5px;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.elstodsformular-block .elstodsformular-block-react-container .explanation{display:inline-block;font-size:14px;line-height:normal;width:100%;}.elstodsformular-block .elstodsformular-block-react-container .result-text{height:20px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;margin-bottom:20px;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container{padding:26px 0 20px 0;margin-bottom:20px;text-align:center;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container .btn{display:inline-block;border-radius:10px;cursor:pointer;min-width:165px;height:56px;padding:16px 58px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container .btn.btn-calculate{background-color:#003d49;border:1px solid #003d49;color:#fff;margin-right:20px;float:left;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container .btn.btn-calculate:hover{background-color:transparent;color:#003d49;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container .btn.btn-reset{background-color:#fff;border:1px solid #003d49;color:#003d49;float:right;}.elstodsformular-block .elstodsformular-block-react-container .buttons-container .btn.btn-reset:hover{background-color:#003d49;color:#fff;}.kalkyl-ursprungsgarantier-block{background-color:#f6f6f6;border-top:2px solid #003d49;padding:20px 25px 30px 25px!important;margin-bottom:10px;}@media(max-width:767px){.kalkyl-ursprungsgarantier-block{margin-right:-80px;margin-left:-15px;}}.kalkyl-ursprungsgarantier-block .header{padding:0 45px;margin-bottom:20px;}.kalkyl-ursprungsgarantier-block .header h1{margin-top:0;margin-bottom:20px;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.kalkyl-ursprungsgarantier-block .header img{width:100%;}@media(max-width:767px){.kalkyl-ursprungsgarantier-block .header{padding:0 10px;margin-bottom:0;}.kalkyl-ursprungsgarantier-block .header img{max-width:50%;}.kalkyl-ursprungsgarantier-block .header div:nth-child(2){text-align:center;margin-bottom:30px;}}.kalkyl-ursprungsgarantier-block .help-text-container{display:inline-block;padding-left:5px;position:relative;cursor:pointer;outline:0;}.kalkyl-ursprungsgarantier-block .help-text-container img{height:20px;width:20px;}.kalkyl-ursprungsgarantier-block .help-text-container:focus img,.kalkyl-ursprungsgarantier-block .help-text-container:hover img{border:2px solid #7ac8d5;border-radius:10px;}.kalkyl-ursprungsgarantier-block .help-text-container .help-text{position:absolute;max-width:500px;background-color:#fff;border-radius:20px;border:1px solid #000;width:400px;padding:15px;z-index:100;}@media(max-width:767px){.kalkyl-ursprungsgarantier-block .help-text-container .help-text{width:calc(100vw - 60px);max-width:unset;top:30px;}}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container{padding:20px 0;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;margin-left:0;margin-right:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container a{word-break:break-word;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container legend{display:inherit;margin:inherit;font-size:inherit;color:inherit;border:inherit;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .row{margin-left:0;margin-right:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .choose-instructions{font-size:16px;font-style:italic;margin-bottom:10px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .question-container{margin-bottom:20px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .options-container{margin-bottom:20px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results.grey-box{min-height:355px;background-color:#e9e9e9;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary{margin-bottom:20px;position:relative;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .text,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .bold-summary{padding-bottom:10px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .text{display:inline-block;width:calc(100% - 40px);padding-left:50px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .bold-summary{font-family:"HelveticaNeueMedium",helvetica,sans-serif;white-space:nowrap;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved{font-family:"Glyphicons Halflings"!important;display:inline-block;height:100%;width:40px;font-size:35px!important;position:absolute;top:0;bottom:0;line-height:unset!important;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved{color:#068540!important;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved:before{content:"";}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved{color:#d34046!important;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved:before{content:"";}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div label{display:inline-block;font-weight:normal!important;line-height:normal;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div label h3{margin-bottom:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input{width:100%;margin-bottom:10px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input::-webkit-outer-spin-button,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=number]{-moz-appearance:textfield;font-weight:bold;color:#000;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=number]::placeholder{font-style:italic;font-weight:normal;color:#808080;padding-right:3px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:25px;height:25px;border:2px solid #003d49;border-radius:50%;transform:translateY(-.075em);display:grid;place-content:center;margin-top:4px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]::before{content:"";width:17px;height:17px;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #003d49;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]::before:focus{box-shadow:inset 1em 1em red!important;transform:scale(1)!important;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:checked::before{transform:scale(1);}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:focus,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:hover{outline:3px solid #7ac8d5;outline-offset:-5px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio].not-valid{border:5px dotted #d34046;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .form-container{padding-right:20px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-header{cursor:pointer;background-color:#d9d9d9;padding:10px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-header h3{line-height:normal;margin:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container{padding:25px 0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div{background-color:#d9d9d9;padding:20px;border-radius:20px;font-size:22px;font-weight:bold;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-text{font-weight:bold;font-size:22px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container{text-align:right;font-size:22px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container span{font-weight:bold;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container .result-value.positive{color:#068540;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container .result-value.negative{color:#d34046;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container{width:100%;display:flex;background-color:#fff;height:33px;margin-bottom:5px;border:1px solid #000;padding:2px 5px 2px 2px;}@media(max-width:767px){.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container{margin-top:10px;}}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container .suffix{color:#000;font-size:16px;padding-left:0;margin-top:1px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.is-focused{border:2px solid #006875;padding:0 3px 0 0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.is-focused .suffix{margin-top:2px;padding-right:1px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container input{padding-right:10px;flex:1;text-align:right;height:100%;border:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container input:focus{outline:0!important;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid{border:5px dotted #d34046;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid .suffix{margin-top:-3px;margin-right:-4px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid.is-focused .suffix{margin-top:-1px;margin-right:-3px;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee{background-color:#f6f6f6;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee .suffix{background-color:#f6f6f6;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee input{background-color:#f6f6f6;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container{background-color:#f6f6f6;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container input,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container input{background-color:#f6f6f6;color:#808080;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container .suffix,.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container .suffix{color:#808080;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .small-suffix{font-size:16px;padding-left:5px;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container{padding:25px 0;margin-bottom:20px;text-align:center;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn{display:inline-block;border-radius:10px;cursor:pointer;min-width:165px;height:56px;padding:16px 58px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-calculate{background-color:#003d49;border:1px solid #003d49;color:#fff;margin-right:20px;float:left;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-calculate:hover{background-color:transparent;color:#003d49;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-reset{background-color:#fff;border:1px solid #003d49;color:#003d49;float:right;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-reset:hover{background-color:#003d49;color:#fff;}@media(max-width:767px){.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container{padding:25px 0;margin-bottom:0;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn{min-width:100%;}.kalkyl-ursprungsgarantier-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn:first-child{margin-bottom:20px;}}.kalkyl-elefterfragan-block{background-color:#f6f6f6;border-top:2px solid #003d49;padding:20px 25px 30px 25px!important;margin-bottom:10px;}.kalkyl-elefterfragan-block .mobile-label{display:none;}@media(max-width:767px){.kalkyl-elefterfragan-block .hide-mobile{display:none;}.kalkyl-elefterfragan-block .mobile-label{display:initial;margin-right:4px;display:block;font-size:14px;}}@media(max-width:767px) and (max-width:511px){.kalkyl-elefterfragan-block .mobile-label{display:inline;}}@media(max-width:767px){.kalkyl-elefterfragan-block .mobile-label.bold{font-weight:bold;font-size:16px;}}.kalkyl-elefterfragan-block .button-container{display:flex;justify-content:space-between;}.kalkyl-elefterfragan-block .btn{background-color:#fff;padding:8px 16px;margin-top:-3px;border:1px solid #e0e0e0;border-radius:8px;}.kalkyl-elefterfragan-block .btn.btn-calculate{height:38px;background-color:#003d49;border:1px solid #003d49;color:#fff;}.kalkyl-elefterfragan-block .btn.get-data{margin-left:16px;}@media(max-width:399px){.kalkyl-elefterfragan-block .btn.get-data{margin-left:0;margin-top:8px;display:block;}}.kalkyl-elefterfragan-block .btn.btn-reset{background-color:#fff;border:1px solid #003d49;color:#003d49;}.kalkyl-elefterfragan-block .custom-select{position:relative;display:inline-block;margin-top:20px;}.kalkyl-elefterfragan-block .custom-select label{margin-right:8px;font-family:HelveticaNeueRoman,Helvetica,sans-serif;}@media(max-width:511px){.kalkyl-elefterfragan-block .custom-select label{display:block;}}.kalkyl-elefterfragan-block .custom-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:250px;padding:4px 24px 4px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;position:relative;cursor:pointer;}@media(max-width:511px){.kalkyl-elefterfragan-block .custom-select select{width:210px;font-size:16px;}}.kalkyl-elefterfragan-block .custom-select .glyphicon{position:absolute;font-size:14px;top:0;right:0;bottom:0;pointer-events:none;background-color:#003d49;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:0 8px 8px 0;color:#fff;}@media(max-width:511px){.kalkyl-elefterfragan-block .custom-select .glyphicon{top:32px;}}.kalkyl-elefterfragan-block .custom-select select:focus{outline:0;box-shadow:0 0 4px rgba(0,0,0,.1);}.kalkyl-elefterfragan-block .col-md-12{position:relative;}.kalkyl-elefterfragan-block .no-results{height:100px;margin-top:40px;}.kalkyl-elefterfragan-block #loader-container{background-color:rgba(246,246,246,.662745098);width:100%;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;z-index:10000;display:flex;justify-content:center;align-items:flex-start;padding-top:5%;}.kalkyl-elefterfragan-block #loader-container #loader-spinner{position:relative;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;z-index:1000;animation:spin 2s linear infinite;position:relative;color:#003d49;}.kalkyl-elefterfragan-block #loader-container #loader-spinner:before{content:"";}@media(max-width:767px){.kalkyl-elefterfragan-block{margin-right:-45px;margin-left:-15px;}}.kalkyl-elefterfragan-block .component-container{margin-bottom:30px;margin-top:10px;}.kalkyl-elefterfragan-block .component-container h3{max-width:none;}.kalkyl-elefterfragan-block .graph-container{padding-top:50px;background-color:#fff;}.kalkyl-elefterfragan-block .slider-container{display:flex;gap:30px;justify-content:space-between;align-items:center;margin-bottom:60px;margin-top:16px;}.kalkyl-elefterfragan-block .slider-container>div{width:100%;height:64px;}.kalkyl-elefterfragan-block .slider-container>div i{margin-bottom:20px;}.kalkyl-elefterfragan-block .slider-container .rc-slider-track{background-color:#006875;}.kalkyl-elefterfragan-block .slider-container .rc-slider-rail{background-color:#b6e0ec;}.kalkyl-elefterfragan-block .slider-container .rc-slider-handle{border:0;background-color:#003d49;width:18px;height:18px;margin-top:-7px;opacity:1;}.kalkyl-elefterfragan-block .slider-container .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#b6e0ec;box-shadow:0 0 0 5px #b6e0ec;}.kalkyl-elefterfragan-block .slider-container .rc-slider-mark-text{transform:translateX(0)!important;}.kalkyl-elefterfragan-block .slider-container .rc-slider-mark-text:last-of-type{left:92%!important;}.kalkyl-elefterfragan-block .header{padding:0 45px;margin-bottom:20px;}.kalkyl-elefterfragan-block .header h1{margin-top:0;margin-bottom:20px;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}.kalkyl-elefterfragan-block .header img{width:100%;}@media(max-width:767px){.kalkyl-elefterfragan-block .header{padding:0 10px;margin-bottom:0;}.kalkyl-elefterfragan-block .header img{max-width:50%;}.kalkyl-elefterfragan-block .header div:nth-child(2){text-align:center;margin-bottom:30px;}}.kalkyl-elefterfragan-block .table-container i{margin-bottom:16px;display:block;}.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:first-of-type{max-width:210px;}@media(max-width:767px){.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:first-of-type{min-width:0;}}.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:first-of-type .mobile-label{display:none;}@media(max-width:767px){.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:first-of-type .mobile-label.bold{font-weight:bold;width:100%;display:inline;}}.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:nth-of-type(2){min-width:110px;}@media(max-width:767px){.kalkyl-elefterfragan-block .table-container.demand-table table tbody tr td:last-of-type{display:none;}}.kalkyl-elefterfragan-block .table-container.population-table table tbody tr td:first-of-type .mobile-label{display:none;}@media(max-width:767px){.kalkyl-elefterfragan-block .table-container.population-table table tbody tr td:last-of-type{display:none;}}.kalkyl-elefterfragan-block table{width:100%;}.kalkyl-elefterfragan-block table tr td,.kalkyl-elefterfragan-block table tr th{padding:8px 7px;}.kalkyl-elefterfragan-block table tbody{border:2px solid #fff;font-family:HelveticaNeueRoman,Helvetica,sans-serif;}.kalkyl-elefterfragan-block table tbody tr:nth-of-type(even){background-color:#f6f6f6;}@media(max-width:767px){.kalkyl-elefterfragan-block table tbody tr{display:flex;padding:8px 16px;flex-wrap:wrap;gap:0 32px;}.kalkyl-elefterfragan-block table tbody tr:not(:last-of-type){border-bottom:6px solid #7ac8d5;}}@media(max-width:511px){.kalkyl-elefterfragan-block table tbody tr{flex-direction:column;}}.kalkyl-elefterfragan-block table tbody tr td{font-size:16px;}@media(max-width:767px){.kalkyl-elefterfragan-block table tbody tr td{min-width:95px;}}@media(max-width:767px){.kalkyl-elefterfragan-block table tbody tr td:first-of-type{font-weight:bold;width:100%;}}.kalkyl-elefterfragan-block table tbody tr td input{border:1px solid #e0e0e0;border-radius:4px;padding-left:4px;max-width:80px;cursor:text;}.kalkyl-elefterfragan-block table tbody tr td input::-webkit-outer-spin-button,.kalkyl-elefterfragan-block table tbody tr td input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;cursor:text;}.kalkyl-elefterfragan-block table tbody tr td input[type=number]{-moz-appearance:textfield;cursor:text;}.kalkyl-elefterfragan-block table tbody tr.sum{background-color:#e0e0e0;}.kalkyl-elefterfragan-block table tbody tr.sum td{font-weight:bold;max-width:110px;}.kalkyl-elefterfragan-block table thead{background-color:#7ac8d5;}.kalkyl-elefterfragan-block .help-text-container{display:inline-block;padding-left:5px;position:relative;cursor:pointer;outline:0;}.kalkyl-elefterfragan-block .help-text-container img{height:20px;width:20px;}.kalkyl-elefterfragan-block .help-text-container:focus img,.kalkyl-elefterfragan-block .help-text-container:hover img{border:2px solid #7ac8d5;border-radius:10px;}.kalkyl-elefterfragan-block .help-text-container .help-text{position:absolute;max-width:500px;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0;width:400px;padding:16px;z-index:100;}.kalkyl-elefterfragan-block .help-text-container .help-text p:last-of-type{margin-bottom:0;}@media(max-width:767px){.kalkyl-elefterfragan-block .help-text-container .help-text{width:calc(100vw - 60px);max-width:unset;top:30px;}}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container{padding:20px 0;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;margin-left:0;margin-right:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container a{word-break:break-word;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container legend{display:inherit;margin:inherit;font-size:inherit;color:inherit;border:inherit;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .row{margin-left:0;margin-right:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .choose-instructions{font-size:16px;font-style:italic;margin-bottom:10px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .question-container{margin-bottom:20px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .options-container{margin-bottom:20px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results.grey-box{min-height:355px;background-color:#e9e9e9;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary{margin-bottom:20px;position:relative;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .text,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .bold-summary{padding-bottom:10px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .text{display:inline-block;width:calc(100% - 40px);padding-left:50px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .bold-summary{font-family:"HelveticaNeueMedium",helvetica,sans-serif;white-space:nowrap;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved{font-family:"Glyphicons Halflings"!important;display:inline-block;height:100%;width:40px;font-size:35px!important;position:absolute;top:0;bottom:0;line-height:unset!important;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved{color:#068540!important;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .approved:before{content:"";}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved{color:#d34046!important;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .calculation-results .calculation-summary .not-approved:before{content:"";}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div label{display:inline-block;font-weight:normal!important;line-height:normal;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input{width:100%;margin-bottom:10px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input::-webkit-outer-spin-button,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=number]{-moz-appearance:textfield;font-weight:bold;color:#000;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=number]::placeholder{font-style:italic;font-weight:normal;color:#808080;padding-right:3px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:25px;height:25px;border:2px solid #003d49;border-radius:50%;transform:translateY(-.075em);display:grid;place-content:center;margin-top:4px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]::before{content:"";width:17px;height:17px;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #003d49;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]::before:focus{box-shadow:inset 1em 1em red!important;transform:scale(1)!important;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:checked::before{transform:scale(1);}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:focus,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio]:hover{outline:3px solid #7ac8d5;outline-offset:-5px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container div input[type=radio].not-valid{border:5px dotted #d34046;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .form-container{padding-right:20px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-header{cursor:pointer;background-color:#d9d9d9;padding:10px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-header h3{line-height:normal;margin:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container{padding:25px 0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div{background-color:#d9d9d9;padding:20px;border-radius:20px;font-size:22px;font-weight:bold;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-text{font-weight:bold;font-size:22px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container{text-align:right;font-size:22px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container span{font-weight:bold;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container .result-value.positive{color:#006875;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .result-container>div .result-value-container .result-value.negative{color:#d34046;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container{width:100%;display:flex;background-color:#fff;height:33px;margin-bottom:5px;border:1px solid #000;padding:2px 5px 2px 2px;}@media(max-width:767px){.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container{margin-top:10px;}}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container .suffix{color:#000;font-size:16px;padding-left:0;margin-top:1px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.is-focused{border:2px solid #006875;padding:0 3px 0 0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.is-focused .suffix{margin-top:2px;padding-right:1px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container input{padding-right:10px;flex:1;text-align:right;height:100%;border:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container input:focus{outline:0!important;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid{border:5px dotted #d34046;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid .suffix{margin-top:-3px;margin-right:-4px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.not-valid.is-focused .suffix{margin-top:-1px;margin-right:-3px;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee{background-color:#f6f6f6;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee .suffix{background-color:#f6f6f6;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .textbox-with-suffix-container.annual-fee input{background-color:#f6f6f6;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container{background-color:#f6f6f6;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container input,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container input{background-color:#f6f6f6;color:#808080;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .is-disabled .textbox-with-suffix-container .suffix,.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .no-choice-made .textbox-with-suffix-container .suffix{color:#808080;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .small-suffix{font-size:16px;padding-left:5px;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container{padding:25px 0;margin-bottom:20px;text-align:center;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn{display:inline-block;border-radius:10px;cursor:pointer;min-width:165px;height:56px;padding:16px 58px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-calculate{background-color:#003d49;border:1px solid #003d49;color:#fff;margin-right:20px;float:left;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-calculate:hover{background-color:transparent;color:#003d49;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-reset{background-color:#fff;border:1px solid #003d49;color:#003d49;float:right;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn.btn-reset:hover{background-color:#003d49;color:#fff;}@media(max-width:767px){.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container{padding:25px 0;margin-bottom:0;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn{min-width:100%;}.kalkyl-elefterfragan-block .kalkyl-ursprungsgarantier-block-react-container .buttons-container .btn:first-child{margin-bottom:20px;}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.LinkBlock.is-on-startpage{padding-bottom:10px;background-color:inherit;}.LinkBlock.is-on-startpage:first-child{padding-left:0;}.LinkBlock.is-on-startpage:last-child:not(:first-child){padding-right:0;}.LinkBlock.is-on-startpage .body{font-size:14px;padding-left:15px;background-color:#f6f6f6;padding-bottom:10px;}.LinkBlock.is-on-startpage .body h2{line-height:1.2em;font-size:20px;font-family:HelveticaNeueHeavy,Helvetica,sans-serif;}.LinkBlock.is-on-startpage .body h3{font-size:18px;font-family:HelveticaNeueHeavy,Helvetica,sans-serif;}.LinkBlock.is-on-startpage .LinkBlockItem{margin-bottom:.5em;}.LinkBlock.is-on-startpage .LinkBlockItem a{display:block;background-position:0 4px;background-repeat:no-repeat;padding-left:24px;font-family:HelveticaNeueRoman,Helvetica,sans-serif;font-size:16px;line-height:20px;padding-bottom:10px;text-decoration:none;text-decoration:none!important;color:#008ccc!important;text-decoration-color:#008ccc!important;}.LinkBlock.is-on-startpage .LinkBlockItem a:not(.is-title):hover{text-decoration:underline!important;}.LinkBlock.is-on-startpage .LinkBlockItem a:hover{text-decoration:underline;}.LinkBlock.is-on-startpage .LinkBlockItem a>span{font-style:italic;font-size:.75em;font-weight:normal;}.LinkBlock.is-on-startpage .header.Green_background{background-color:#7dba00;}.LinkBlock.is-on-startpage .header.Orange_background{background-color:#f60;}.LinkBlock.is-on-startpage .header.Blue_background{background-color:var(--blue);}.LinkBlock.is-on-startpage .header.LightBlue_background{background-color:#008ccc;}.LinkBlock.is-on-startpage .header.Pink_background{background-color:#c7007d;}.LinkBlock.is-on-startpage .header.MossGreen_background{background-color:#660;}.LinkBlock.is-on-startpage .header.Gray_background{background-color:#767676;}.LinkBlock.is-on-startpage .header.DarkGray_background{background-color:#4c4c4c;}.LinkBlock.is-on-startpage .header.Red_background{background-color:#c40008;}.LinkBlock:not(.is-on-startpage){background-color:inherit;padding-bottom:10px;margin-bottom:0;border-left:1px solid #e0e0e0;}.LinkBlock:not(.is-on-startpage) .header{color:#000;}.LinkBlock:not(.is-on-startpage) .header h2{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:30px;letter-spacing:.03em;color:#000;padding:12px 15px 12px 15px;}.LinkBlock:not(.is-on-startpage) .body{padding:0;padding-bottom:7px;}.LinkBlock:not(.is-on-startpage) .body h2{line-height:1.2em;font-size:20px;font-family:"HelveticaNeueBold",helvetica,sans-serif;}.LinkBlock:not(.is-on-startpage) .body h3{font-size:18px;font-family:"HelveticaNeueBold",helvetica,sans-serif;}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#006875;display:block;background-position:14px 12px;background-repeat:no-repeat;padding:8px 10px 8px 40px;text-decoration:none!important;background-size:14px 14px;}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a:hover{text-decoration:underline!important;}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a>span{font-style:italic;font-size:.75em;font-weight:normal;}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a.icon-document{background-image:url(/Static/img/icon-document.svg);}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a.icon-link{background-image:url(/Static/img/icon-link.svg);}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a.icon-email{background-image:url(/Static/img/icon-email.svg);}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a.current-page{font-family:"HelveticaNeueBold",helvetica,sans-serif;}.LinkBlock:not(.is-on-startpage) .body .LinkBlockItem a.icon-mail{background-image:url(/Static/img/icon-mail.svg);}html body .printer-icon-container{display:inline-block;}html body .printer-icon-container .printer-icon{width:21px;height:17px;background:url("/Static/img/fileicons/socialIcons.png") 0 2px;background-repeat:no-repeat;}html body .page-header{height:auto;border:0;}html body .page-header .printer-icon{float:right;margin-top:1px;}html body .page-header .printText{float:right;margin-left:10px;font-size:20px;font-family:HelveticaNeueRoman,Helvetica,sans-serif;line-height:1em;}html body .page-header .pageFooterIcons img{margin-left:20px;}html body .page-header .pageFooterIcons .social-icons{float:right;}html body .page-header .pageFooterIcons .printerIconContainer{float:right;}html body .page-footer-left-narrow{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;line-height:150%;letter-spacing:.01em;color:#006875;padding-left:65px;padding-right:0;max-width:750px;white-space:nowrap;}html body .page-footer-left-narrow .footer-text-container{padding-left:0;padding-right:10px;}html body .page-footer-left-narrow .footer-text-container a{color:#006875;text-decoration:none;}html body .page-footer-left-narrow .footer-text-container a:hover{text-decoration:underline;text-underline-offset:5px;}html body .page-footer-left-narrow .footer-social-container{text-align:right;padding-left:10px;padding-right:0;}html body .page-footer-left-narrow .footer-social-container .social-icons a{margin-left:10px;text-decoration:none;}html body .page-footer-left-narrow .footer-social-container .social-icons a:hover{text-decoration:none;}html body .page-footer{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;line-height:150%;letter-spacing:.01em;color:#006875;padding-left:25px;padding-right:25px;max-width:920px;margin-left:auto;margin-right:auto;white-space:nowrap;}html body .page-footer .footer-text-container{padding-left:0;padding-right:10px;}html body .page-footer .footer-text-container a{color:#006875;text-decoration:none;}html body .page-footer .footer-text-container a:hover{text-decoration:underline;text-underline-offset:5px;}html body .page-footer .footer-social-container{text-align:right;padding-left:10px;padding-right:0;}html body .page-footer .footer-social-container .social-icons a{margin-left:10px;text-decoration:none;}html body .page-footer .footer-social-container .social-icons a:hover{text-decoration:none;}@media screen and (max-width:1180px){html body .page-footer-left-narrow{padding-left:45px;padding-right:25px;}}@media screen and (max-width:768px){html body .page-footer-left-narrow .footer-social-container{text-align:left;padding-left:0;margin-top:10px;}html body .page-footer-left-narrow .footer-social-container .social-icons a{margin-left:0;margin-right:10px;}html body .page-footer{padding-left:0;padding-right:0;margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px;}html body .page-footer .footer-social-container{text-align:left;padding-left:0;}html body .page-footer .footer-social-container .social-icons a{margin-left:0;margin-right:10px;}}html body img .page-footer{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:14px;}html body img .page-footer .page-footer-text .contact{margin-top:5px;}#DynamicSearchColumn{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:15px;}@media(max-width:993px){#DynamicSearchColumn{margin-left:40px;margin-right:40px;margin-top:20px;margin-bottom:20px;}}#DynamicSearchColumn .Line{line-height:100%;}#DynamicSearchColumn .Line label{font-weight:normal;margin-left:1rem;}#DynamicSearchColumn .Open{color:#c40008;}#DynamicSearchColumn .Open:after{content:"▲";transform:scale(1,.5);font-size:14px;display:inline-block;}#DynamicSearchColumn .Closed{color:#000;}#DynamicSearchColumn .Closed:after{content:"▼";transform:scale(1,.5);font-size:14px;display:inline-block;}#DynamicSearchColumn .Part{padding-bottom:1.5rem;}#DynamicSearchColumn .Head{border-bottom:1px solid #000;padding-bottom:4px;margin-bottom:1rem;}#DynamicSearchColumn .Magnifier{background-image:url(/Static/img/search.svg);background-repeat:no-repeat;background-position:0 0;display:inline-block;background-size:20px;width:20px;height:20px;position:relative;top:3px;left:4px;}#DynamicSearchColumn .FilterHead{user-select:none;cursor:default;}#DynamicSearchColumn .FilterContent{user-select:none;cursor:default;}#DynamicSearchColumn .Search{color:#808080;display:inline-block;padding-left:6px;margin-left:6px;font-size:14px;}#AsyncCalendarEvents .NoResults{margin-top:2rem;background-color:var(--main-purple);color:#fff;border:1px solid var(--main-purple);border-radius:5px;padding:1rem;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}#DynamicSearchColumnSearchLine{border:0;}#DynamicSearchColumnSearchLine:focus{outline:0;}html body.mobile-menu-open{max-height:100vh;overflow:hidden;}html body #SearchOverlay{position:fixed;background:rgba(0,0,0,.45);top:97px;bottom:0;right:0;left:0;z-index:4000;opacity:0;visibility:hidden;transition:opacity .5s,visibility 0s .5s;}html body #SearchCheckbox{display:none;}html body #SearchCheckbox~label[for=SearchCheckbox]{display:none;}@media(min-width:993px){html body #SearchCheckbox:checked~label[for=SearchCheckbox]{display:block;}html body #SearchCheckbox:checked~label[for=SearchCheckbox] #SearchOverlay{opacity:1;visibility:visible;transition:opacity .5s;}html body #SearchCheckbox:checked~.main-container .header_v2 .header-top{background-color:#003d49;}html body #SearchCheckbox:checked~.main-container .header_v2 .header-top .logo-container a{position:relative;z-index:4001;}html body #SearchCheckbox:checked~.main-container .header_v2 .header-top .quick-navigation ul{opacity:0;visibility:hidden;transition:opacity .5s,visibility 0s .5s;}html body #SearchCheckbox:checked~.main-container .header_v2 .header-top .quick-navigation #SearchBox{opacity:1;visibility:visible;transition:opacity .5s;}}html body .search-searchForm .search-searchbox{width:70%;}html body .search-searchTabs a{background:#f6f6f6;margin:0 12px 12px 0;}html body .search-searchTabs a span{display:inline;}html body .search-searchResults .search-searchResult .search-pagination ol li,html body .search-searchResults .search-searchResult .search-pagination .relativeNavigation,html body .search-searchResults .search-searchResult .search-pagination .search-relativeNavigation{margin:1px;}html body .expandable-block{border-radius:.3em;-webkit-border-radius:.3em;padding-bottom:10px;padding-top:10px;}html body .expandable-block a{text-decoration:underline;color:#006875;}html body .expandable-block a:hover{text-decoration:none;}html body .expandable-block.accent-color-lightgray a,html body .expandable-block.accent-color-gray a{color:#000!important;}html body .expandable-block .header{padding-right:70px;}html body .expandable-block .body{color:#1b1b1b;padding:15px 40px 0 55px;}html body .expandable-block .body hr{color:#d9d9d9;height:2px;}html body .expandable-block .header{color:#1b1b1b;cursor:pointer;position:relative;padding:7px 40px 7px 40px;}html body .expandable-block .header h2,html body .expandable-block .header .plus,html body .expandable-block .header .minus{font-family:"HelveticaNeueBold",helvetica,sans-serif;padding:0 0 7px 15px;font-size:18px;}html body .expandable-block .header .arrowup,html body .expandable-block .header .arrowdown{position:absolute;right:0;top:0;background-repeat:no-repeat;background-position:0 50%;padding:0;}html body .expandable-block .header .arrowup{background-image:url("/Static/img/symbolup-small.png");}html body .expandable-block .header .arrowdown{background-image:url("/Static/img/symboldown-small.png");}html body .expandable-block .header .plus,html body .expandable-block .header .minus{position:absolute;left:0;top:0;padding:23px 0 13px 0;text-align:center;font-size:25px;width:40px;}html body .expandable-block .header .arrowup,html body .expandable-block .header .arrowdown,html body .expandable-block .header .plus,html body .expandable-block .header .minus{height:100%;width:50px;}html body .expandable-block.line-style{border-bottom-style:solid;border-bottom-width:1px;background-color:#fff;border-radius:0;-webkit-border-radius:0;margin-bottom:10px;padding:0 0 7px 15px;}html body .expandable-block body{padding:0 40px 20px 55px;}html body .expandable-block .header .plus,html body .expandable-block .header .minus{padding:5px 0 13px 0;}html body .expandable-block.purple-bg-style{border-radius:5px;border:1px solid #a1a0d0;background:#e8e6f3;}html body .expandable-block.purple-bg-style .header{padding-top:10px;padding-bottom:10px;}html body .expandable-block.purple-bg-style .header h2{padding-left:0;color:#23305f!important;font-size:22px!important;margin-bottom:0!important;padding-bottom:0;line-height:normal;}@media(max-width:768px){html body .expandable-block.purple-bg-style .header h2{font-size:18px!important;}}html body .expandable-block.purple-bg-style .body{padding-top:3px;}html body .expandable-block.purple-bg-style .header,html body .expandable-block.purple-bg-style .body{padding-left:60px;}html body .expandable-block.purple-bg-style .header .plus,html body .expandable-block.purple-bg-style .header .minus,html body .expandable-block.purple-bg-style .body .plus,html body .expandable-block.purple-bg-style .body .minus{width:60px;margin-top:2px;color:#23305f!important;}html body .expandable-block.purple-bg-style .header .minus,html body .expandable-block.purple-bg-style .body .minus{margin-top:4px;}html body .expandable-block.expanded .body{display:block;}html body .expandable-block.expanded .header .arrowup,html body .expandable-block.expanded .header .arrowdown,html body .expandable-block.expanded .header .minus{display:inline;}html body .expandable-block.expanded .header .plus{display:none;}html body .expandable-block.contracted .body{display:none;}html body .expandable-block.contracted .header .arrowup,html body .expandable-block.contracted .header .minus{display:none;}html body .expandable-block.contracted .header .plus{display:inline;}html body .bubble-block{position:relative;border-radius:1em;padding:20px 20px 10px 20px!important;color:#fff!important;font-family:"HelveticaNeueLight",helvetica,sans-serif;margin:0 20px 0 20px;}html body .bubble-block a{color:#fff!important;text-decoration:none!important;}html body .bubble-block a:not(.is-title):hover{text-decoration:underline!important;}html body .bubble-block:after{content:"";position:absolute;bottom:0;left:30%;width:0;height:0;border:21px solid transparent;border-bottom:0;border-left:0;margin-left:-20.5px;margin-bottom:-20px;}html body .bubble-block h2{color:#fff!important;font-family:"HelveticaNeueBold",helvetica,sans-serif!important;font-size:40px!important;font-weight:normal!important;line-height:100%!important;display:inline-block;margin:0;}html body .bubble-block p{color:#fff!important;}html body .bubble-block .LinkArea{text-align:right;margin-right:30px;display:inline-block;width:100%;}html body .bubble-block .ArrowLink{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}html body .bubble-block-green:after{border-top-color:#068540!important;}html body .bubble-block-red:after{border-top-color:#d34046!important;}html body i.arrow{border:solid #fff;border-width:0 5px 5px 0;display:inline-block;padding:5px;}html body .bubble-shadow{display:inline-block;width:100%;height:25px;margin-top:30px;margin-bottom:30px;}html body .bubble-shadow-red{background:url("/static/img/bubbleShadowRed.png") no-repeat;background-size:90% 90%;background-position:center;}html body .bubble-shadow-green{background:url("/static/img/bubbleShadowGreen.png") no-repeat;background-size:90% 90%;background-position:center;}html body .bubble-shadow-gray{background:url("/static/img/bubbleShadowGray.png") no-repeat;background-size:90% 90%;background-position:center;}html body .generalForm{background-color:#e0e0e0;padding:25px 40px;margin-bottom:20px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}html body .generalForm .field{display:block;width:100%;border:1px solid #e0e0e0;padding-left:5px;padding-right:5px;border-radius:0;box-shadow:none;min-height:40px;background-color:#fff;}html body .generalForm label{font-weight:normal;}html body .generalForm .editor-label label{margin-bottom:0;line-height:20px;}html body .generalForm .radiobtnImage,html body .generalForm .checkboxImage{background-repeat:no-repeat;background-position:0 6px;}html body .generalForm .radiobtnImage input[type=radio],html body .generalForm .radiobtnImage input[type=checkbox],html body .generalForm .checkboxImage input[type=radio],html body .generalForm .checkboxImage input[type=checkbox]{visibility:hidden;}html body .generalForm .radiobtnImage{background-image:url("/static/img/radiobbtn-unselected.png");}html body .generalForm .radiobtnImage.selected{background-image:url("/static/img/radiobbtn-selected.png");}html body .generalForm .checkboxImage{background-image:url("/static/img/checkbox.png");}html body .generalForm .checkboxImage.selected{background-image:url("/static/img/aktivcheckbox.png");}html body .generalForm .sectionLabel{font-size:19px;}html body .generalFormButton{float:right;border:0;border-radius:0;background:#e0e0e0;font-size:16px;padding:10px 10px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;color:#1b1b1b;}@media(max-width:768px){html body .generalFormButton{float:none;display:block;width:100%;margin:10px auto;padding:15px 0;}}html body .generalFormButton .bold{font-family:"HelveticaNeueBold",helvetica,sans-serif;}html body .generalFormButton a{color:#1b1b1b;}html body .generalFormButton:hover,html body .generalFormButton:focus{background:#4c4c4c;color:#fff;}html body .formRow{margin-bottom:10px;min-height:65px;}html body .formRow .formColumnLeft,html body .formRow .formColumnRight{float:left;width:50%;}@media(max-width:768px){html body .formRow .formColumnLeft,html body .formRow .formColumnRight{float:none;width:100%;padding-right:0;margin-bottom:10px;}}html body .formRow .formColumnLeft .field,html body .formRow .formColumnRight .field{width:98%;}@media(max-width:768px){html body .formRow .formColumnLeft .field,html body .formRow .formColumnRight .field{width:100%;}}html body .formRow .formSubColumnLeft{padding-right:2%;float:left;width:50%;}html body .formSubRow{width:98%;}html body .formSubRow .editor-field .field{width:100%;}html body .sectionLabel{font-family:"HelveticaNeueBold",helvetica,sans-serif;margin-bottom:20px;}html body .job-subscription-container{margin-bottom:1rem;}@media(max-width:991px){html body .main-container{padding-top:0;transition:padding-top .5s ease-in-out;}html body .main-container.slide-down{padding-top:10px;}}html body .cookie-consent-wrapper{background-color:#e9e9e9;color:#000;font-size:16px;font-family:"HelveticaNeueLight",helvetica,sans-serif;position:relative;clear:both;display:block;font-weight:400;line-height:150%;background-image:url(/Static/img/cookie_decoration.svg);background-repeat:no-repeat;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out,padding-top .5s ease;}@media(max-width:991px){html body .cookie-consent-wrapper{position:fixed;top:0;left:0;width:100%;z-index:10000;}}html body .cookie-consent-wrapper .cookie-box-header{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:18px;align-items:center;letter-spacing:.03em;color:#000;margin-bottom:5px;}@media(min-width:992px){html body .cookie-consent-wrapper .cookie-box-header{display:flex;}}html body .cookie-consent-wrapper .buttonContainer{height:100%;}html body .cookie-consent-wrapper.show-cookie-consent{max-height:500px;padding-top:20px;}@media(min-width:992px){html body .cookie-consent-wrapper .show-cookie-consent{display:block;}}html body .cookie-consent-wrapper .cookie-consent-container{padding:20px;}html body .cookie-consent-wrapper .cookie-button-container{margin-top:20px;text-align:right;margin-bottom:20px;}html body .cookie-consent-wrapper .cookie-button-container .cookie-consent-button{display:inline-block;border-radius:10px;cursor:pointer;min-width:165px;height:56px;padding:16px 58px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;background-color:#fff;border:1px solid #006875;color:#006875;margin-right:20px;}html body .cookie-consent-wrapper .cookie-button-container .cookie-consent-button:hover{background-color:#006875;color:#fff;}html body .cookie-consent-wrapper .cookie-button-container .cookie-consent-button.accept-button{background-color:#006875;color:#fff;}html body .cookie-consent-wrapper .cookie-button-container .cookie-consent-button.accept-button:hover{background-color:#fff;color:#006875;}@media(max-width:399px){html body .cookie-consent-wrapper{background-size:60px;background-position-x:-7px;background-position-y:-13px;padding-left:0;padding-right:0;}html body .cookie-consent-wrapper .cookie-consent-container{padding:20px;}html body .cookie-consent-wrapper .button{margin-top:2rem;}html body .cookie-consent-wrapper .consent-info-link-container a.link:before{content:none!important;margin-right:0!important;}}@media(max-width:767px) and (min-width:400px){html body .cookie-consent-wrapper{background-size:60px;background-position-x:-7px;background-position-y:-13px;padding-left:30px;padding-right:30px;}html body .cookie-consent-wrapper .button{margin-top:2rem;}html body .cookie-consent-wrapper .consent-info-link-container a.link:before{content:none!important;margin-right:0!important;}}html body .cookie-consent-wrapper .consent-info-link-container a.link:before{content:"→";margin-right:.5rem;}html body .Breadcrumbs{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:150%;letter-spacing:.01em;position:relative;word-wrap:normal;margin-top:15px;}@media print{html body .Breadcrumbs{display:none;}}@media(min-width:1180px){html body .Breadcrumbs{margin-right:45px;margin-left:45px;}}@media(max-width:992px){html body .Breadcrumbs{padding-bottom:0;margin-left:15px;}}html body .Breadcrumbs a{color:#006875;white-space:nowrap;}html body .Breadcrumbs a:last-child{color:#000;}html body .Breadcrumbs span.glyphicon{font-size:11px;top:1px;color:#000;}html body .Breadcrumbs .breadcrumbItem{float:left;}@media(max-width:992px){html body .WidePage .Breadcrumbs{width:75%;}}@media(max-width:767px){html body .WidePage .Breadcrumbs{width:100%;}}@media(max-width:1180px){html body .Breadcrumbs{margin-left:35px;margin-right:35px;}}.row-offcanvas-left.active{margin:0;left:400px;}.row-offcanvas-left .sidebar-offcanvas{left:-400px;width:400px;}#MobileMenuContainer{overflow:hidden;font-family:"HelveticaNeueLight",helvetica,sans-serif;z-index:1000;height:100%!important;background-color:#006875;border-right:1px solid #eff0f0;}@media(max-width:992px){#MobileMenuContainer{top:-60px;}}#MobileMenuContainer a{color:#fff;padding:10px 0 10px 0;}#MobileMenuContainer .returnHeading .subHeading{color:#fff;}#MobileMenuContainer ul{width:100%;position:absolute;left:100%;top:0;display:none;}#MobileMenuContainer ul>li.quicklink a{color:#003d49;font-size:12px;}#MobileMenuContainer ul li.returnHeading{padding:10px 0 10px 50px;height:60px;}#MobileMenuContainer ul li.returnHeading .subHeading{display:block;font-size:60%;padding:0;}#MobileMenuContainer ul li.returnHeading .btn-menu{position:absolute;left:0;top:22px;outline:0;background:none;border:0;width:47px;height:18px;background-image:url("/Static/img/menu_white.png");background-position:50% 50%;background-repeat:no-repeat;display:block;}#MobileMenuContainer ul li.returnHeading ul li .returnHeading .mainHeading{font-size:130%;line-height:116%;}#MobileMenuContainer ul li.quicklink,#MobileMenuContainer ul li.quicklink .forward{background-color:#fff;}#MobileMenuContainer ul>li.quicklink .doubleback a,#MobileMenuContainer ul>li.quicklink .back a{color:#fff;}#MobileMenuContainer ul>li.quicklink .quicklinkicon{position:absolute;left:15px;top:0;height:100%;margin-top:0;}#MobileMenuContainer ul li{display:block;position:static;margin:0;float:none;border-bottom:.5px solid #4696a4;background-color:#006875;}#MobileMenuContainer ul>li.quicklink{border-bottom:0;}#MobileMenuContainer .nav a{position:relative;padding:10px 40px 10px 15px;display:block;background-color:transparent;}#MobileMenuContainer li.back,#MobileMenuContainer li.doubleback{border-bottom:1px solid #006875;}#MobileMenuContainer li.back a,#MobileMenuContainer li.doubleback a,#MobileMenuContainer li.quicklink.forward .back a .arrow,#MobileMenuContainer li.quicklink.forward .doubleback a .arrow{padding-left:35px;background-color:#003d49!important;}#MobileMenuContainer li>a .colorbar{position:absolute;left:0;top:0;width:3px;height:100%;display:none;}#MobileMenuContainer li.forward._\31>a .colorbar,#MobileMenuContainer li.back>a .colorbar,#MobileMenuContainer li.doubleback>a .colorbar{display:block;}#MobileMenuContainer li>a .arrow{position:absolute;top:0;height:100%;background-repeat:no-repeat;display:block;}#MobileMenuContainer li.forward>a .arrow{width:40px;right:0;background-size:6px 15px;background-image:url("/static/img/vidare_vit.png");background-position:50% 50%;background-color:#006875;}#MobileMenuContainer li.quicklink.forward a .arrow{background-image:url("/static/img/vidare.png");background-color:#fff;}#MobileMenuContainer li.back>a .arrow,#MobileMenuContainer li.doubleback>a .arrow{width:35px;left:0;background-position:15px 50%;}#MobileMenuContainer li.back>a .arrow,#MobileMenuContainer li.quicklink.forward .back a .arrow{background-image:url("/static/img/tillbaka_vit.png");background-size:7px 15px;}#MobileMenuContainer li.doubleback>a .arrow,#MobileMenuContainer li.quicklink.forward .doubleback a .arrow{background-image:url("/static/img/tillbaka2x_vit.png");background-size:11px 15px;}#MobileMenuContainer li.quicklink.back>a .arrow{background-image:url("/static/img/tillbaka.png");background-size:7px 15px;}#MobileMenuContainer li.mobileVisible>ul{display:block;}#MobileMenu{position:absolute;width:100%;overflow-y:auto;-webkit-transition:left .3s;transition:left .3s;background-color:#fff;color:#fff;height:100%;}#MobileMenu .quicklink ul{height:100%;background-color:#fff;}#MobileMenu .quicklink ul>li{border:0;}#MobileMenu .quicklink .nav-pills>li>a{border-radius:0;}#MobileMenu>ul{display:block;position:static;}#MobileSearchHolder{display:none;position:absolute;width:100%;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;}#MobileSearchHolder .mobile-searchForm{background-color:#003d49;color:#fff;padding:16px 9%!important;}#MobileSearchHolder .mobile-searchForm .search-searchbox{outline-width:0;color:#fff;padding-left:0;padding-right:0;padding-top:.25rem;padding-bottom:.25rem;background-color:#003d49;border-style:solid;border-top-color:#003d49;border-left-color:#003d49;border-right-color:#003d49;border-bottom-color:#fff;border-bottom-width:2px;width:100%;}#MobileSearchHolder input::placeholder{color:#fff;}#MobileSearchHolder .search-searchbutton{display:none;}#content .TopArea{position:relative;}#content .TopArea .LogoBar .MobileMainMenuHolder .SearchButtonHolder #btn-search{background-image:url("/Static/img/search_mobile_white.png");width:47px;height:100%;background-position:50% 50%;background-repeat:no-repeat;display:block;}#content .TopArea .btn-menu{outline:0;background:none;border:0;background-image:url("/Static/img/menu_white.png");width:47px;height:100%;background-position:50% 50%;background-repeat:no-repeat;display:block;}.ListBlock.NewsArchiveTop{margin-bottom:20px;}.NewsArchiveTop .header #categories,.ArchiveFilters .header #filter{top:-60px;}.CategoryTabs a span{display:inline;}.proclamationSorting{margin-bottom:15px;}.proclamationSorting>.btn-group{width:100%;}.proclamationSorting>.btn-group>.btn-group:first-child{padding-right:20px;}.proclamationSorting>.btn-group>.btn-group:last-child{padding-left:20px;}@media(max-width:767px){.proclamationSorting>.btn-group>.btn-group{padding-right:30px!important;padding-left:0!important;width:100%;padding-bottom:10px;}}.proclamationSorting>.btn-group>.btn-group button{border-top-right-radius:5px!important;border-bottom-right-radius:5px!important;border-top-left-radius:5px!important;border-bottom-left-radius:5px!important;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;display:inline-block;height:40px;text-align:center;padding:5px 15px 5px 15px;min-width:150px;text-decoration:none;background-color:#fff;color:#424a9a!important;border:2px solid #424a9a!important;}@media(max-width:767px){.proclamationSorting>.btn-group>.btn-group button{width:100%;}}.proclamationSorting>.btn-group>.btn-group button:hover{background-color:#424a9a;border:2px solid #424a9a!important;color:#fff!important;}.proclamationSorting>.btn-group>.btn-group button.active{cursor:default;background-color:#424a9a;border:2px solid #424a9a!important;color:#fff!important;}.proclamationSorting>.btn-group>.btn-group button.active:hover{background-color:#424a9a;border:2px solid #424a9a!important;color:#fff!important;}.row-offcanvas-left #content .TopArea .LogoBar{background-color:#006875;color:#fff;height:60px;position:fixed;left:0;right:0;top:0;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;z-index:10000;}.row-offcanvas-left.inactive #content .TopArea .LogoBar .MobileMainMenuHolder{position:relative;width:100%;height:100%;clear:both;}.row-offcanvas-left.inactive #content .TopArea .LogoBar .MobileMainMenuHolder .MenuButtonHolder{position:absolute;top:0;left:5px;height:100%;}.row-offcanvas-left.active #content .TopArea .LogoBar{left:400px;right:-400px;}.row-offcanvas-left.active #content .TopArea .LogoBar .MobileMainMenuHolder .MenuButtonHolder{display:none;}.row-offcanvas-left #content .TopArea .LogoBar .MobileMainMenuHolder .LogoHolder{display:block;margin:0 auto;padding-top:10px;height:100%;}.row-offcanvas-left #content .TopArea .LogoBar .MobileMainMenuHolder .LogoHolder .SiteLogo img{display:block;margin:-2px auto 2px auto;height:35px;}.row-offcanvas-left #content .TopArea .LogoBar .MobileMainMenuHolder .SearchButtonHolder{position:absolute;top:0;right:5px;height:100%;}html body .ListBlock{border-top:3px solid #424a9a;background:#f6f6f6;padding:15px 15px 15px 42px;}html body .ListBlock .header{padding:0 0 20px 0;}html body .ListBlock .header h2{color:#424a9a;padding:0;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:36px;line-height:44px;letter-spacing:.03em;}html body .ListBlock.viol-border{border-top-color:#424a9a;}html body .ListBlock.viol-border .header{color:#424a9a;}html body .ListBlock.red-border{border-top-color:#c04c65;}html body .ListBlock.red-border .header{color:#c04c65;}html body .ListBlock .body{padding:0;}html body .ListBlock .body ul{list-style:none;margin:0;padding:0;}html body .ListBlock .body ul li{list-style:none;margin:0;padding:0 0 30px 0;}html body .ListBlock .body ul li:last-child{padding-bottom:20px;}html body .ListBlock .body ul li a{display:block;text-decoration:none!important;text-decoration-thickness:1px;}html body .ListBlock .body ul li a.list-item{padding-right:50px;}html body .ListBlock .body ul li a.list-item .list-item-type{display:inline-block;padding:4px 10px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:12px;line-height:12px;text-align:center;color:#7f1f10;background-color:#fedca2;margin-top:12px;}html body .ListBlock .body ul li a.list-item .list-item-type.news-type{color:#23305f;background-color:#d2cfe9;}html body .ListBlock .body ul li a.list-item .list-item-type.press-type{color:#23305f;background-color:#d2cfe9;}html body .ListBlock .body ul li a.list-item .list-item-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:.01em;max-width:670px;color:#000;}html body .ListBlock .body ul li a.list-item .list-item-title .mobile-link-arrow{display:none;}@media(max-width:767px){html body .ListBlock .body ul li a.list-item .list-item-title .mobile-link-arrow{display:inline-block;background-image:url("/Static/img/arrow-right.svg");width:12px;height:12px;margin-left:1rem;}}html body .ListBlock .body ul li a.list-item .list-item-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;max-width:670px;color:#000;}html body .ListBlock .body ul li a.list-item .list-item-date{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:150%;letter-spacing:.01em;color:#000;}html body .ListBlock .body ul li a.list-item .list-item-category{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-top:10px;}html body .ListBlock .body ul li a.list-item:hover :not(.list-item-type){text-decoration:underline;}html body .ListBlock .footer{float:right;display:inline-block;border:1px solid #006875;padding:10px 15px 10px 15px;}html body .ListBlock .footer .list-item-more-link{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#006875;}html body .ListBlock .footer:hover{background-color:#006875;}html body .ListBlock .footer:hover .listitemmorelink{color:#fff;}@media(max-width:767px){html body #news-archive-page{margin-left:20px;margin-right:20px;}html body #news-archive-page .ListBlock.Archive .pager .ArchiveMobilePagingContent{margin:0;background-color:#fff;text-align:center;font-weight:normal;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;cursor:pointer;color:#23305f;border:2px solid #23305f;padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;border-radius:5px;display:inline-block;margin-top:50px;}html body #news-archive-page .ListBlock.Archive .pager .ArchiveMobilePagingContent:hover{text-decoration:underline;}html body #news-archive-page .ListBlock .body ul li a{background:none;padding-right:0;}}html body #news-archive-page .ListBlock{margin-top:60px;background-color:#fff;border:0;padding:0;max-width:750px;}html body #news-archive-page .ListBlock .body ul{border:1px solid #f6f6f6;}html body #news-archive-page .ListBlock .body ul li{padding-top:15px;padding-bottom:15px;padding-left:10px;padding-right:10px;}html body #news-archive-page .ListBlock .body ul li:nth-child(even){background-color:#f6f6f6;}html body #news-archive-page .ListBlock .body ul li:last-child a{border:0;}html body #news-archive-page .ListBlock .body ul li .list-item-footer{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:500;line-height:150%;letter-spacing:.01em;margin-top:10px;}html body #news-archive-page .ListBlock .body ul li .list-item-footer .date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:150%;letter-spacing:.01em;}html body #news-archive-page .ListBlock .body ul li .list-item-footer .category{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-left:10px;}html body #news-archive-page .ListBlock .body ul li a{color:#000;}html body #news-archive-page .ListBlock .body ul li a.list-item .list-item-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:24px;line-height:36px;letter-spacing:.01em;color:#000;}html body #news-archive-page .ListBlock .body ul li a.list-item .list-item-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:18px;line-height:150%;letter-spacing:.01em;}.facts-box{border-style:solid;border-width:3px;border-radius:6px;-webkit-border-radius:6px;position:relative;font-family:"HelveticaNeueLight",helvetica,sans-serif;margin:80px 0 50px 0;}.facts-box .pufftext{margin-top:50px;}.facts-box a{color:#006875;text-decoration:underline;}.facts-box a:hover{text-decoration:none;}.facts-box img{min-width:auto;}h2.heading-facts-box{font-size:30px!important;margin-left:20px;font-family:"HelveticaNeueLight",helvetica,sans-serif;line-height:40px;}h2.heading-facts-box.noImage{margin-left:20px;}h2 .outsideImage{position:absolute;top:-40px;left:30px;width:auto;max-width:initial!important;}html body .proclamation-list-block{background-color:#f6f6f6;border-top:2px solid #424a9a;padding-top:20px;padding-left:35px;padding-right:35px;padding-bottom:30px;}html body .proclamation-list-block .proclamation-list-block-heading{display:unset;margin-top:unset;margin-bottom:unset;margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;font-weight:unset;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;color:#424a9a;}html body .proclamation-list-block .proclamation-list-block-list-item{display:block;margin-top:35px;background-color:#f6f6f6;color:#000;}html body .proclamation-list-block .proclamation-list-block-list-item .proclamation-list-block-list-title{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:26px;letter-spacing:.01em;}html body .proclamation-list-block .proclamation-list-block-list-item .proclamation-list-block-date{color:#23305f;background-color:#d2cfe9;border-radius:3px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:100%;text-align:center;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;width:fit-content;margin-top:10px;}html body .proclamation-list-block .proclamation-list-block-list-item:hover{text-decoration:none;}html body .proclamation-list-block .proclamation-list-block-list-item:hover .proclamation-list-block-date{text-decoration:none;}html body .proclamation-list-block .proclamation-list-block-list-item:hover :not(.proclamation-list-block-date){text-decoration:underline;}html body .calendar-event-list-block{background-color:#fff;border-top:2px solid #424a9a;padding-top:20px;padding-left:35px;padding-right:35px;padding-bottom:30px;}html body .calendar-event-list-block .calendar-event-list-block-item{min-height:75px;margin-top:40px;cursor:pointer;display:flex;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-date-container{vertical-align:top;width:88px;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-date-container .calendar-event-list-block-month{border:1px solid #424a9a;background-color:#424a9a;color:#fff;font-family:"HelveticaNeueBold",helvetica,sans-serif;text-align:center;height:30px;font-size:18px;padding-top:1px;margin-top:-1px;width:inherit;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-date-container .calendar-event-list-block-month-full-height{font-family:"HelveticaNeueBold",helvetica,sans-serif;background-color:#424a9a;color:#fff;text-align:center;height:84px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding-top:34%;font-size:18px;width:inherit;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-date-container .calendar-event-list-block-day{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;color:#000;text-align:center;padding-top:8px;height:54px;background-color:#fff;border:1px solid #424a9a;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-detail-container{margin-left:20px;line-height:130%;flex-grow:1;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-detail-container .calendar-event-list-block-item-header{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:24px;letter-spacing:.03em;color:#000;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-detail-container .calendar-event-list-block-full-date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:150%;letter-spacing:.01em;color:#000;margin-top:10px;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-detail-container .calendar-event-list-block-full-date .calendar-event-list-block-datestring{margin-right:1rem;white-space:nowrap;display:inline-block;}html body .calendar-event-list-block .calendar-event-list-block-item .calendar-event-list-block-detail-container .calendar-event-list-block-full-date .calendar-event-list-block-tags{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:12px;text-align:center;color:#23305f;background-color:#d2cfe9;border-radius:3px;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;display:inline-block;width:fit-content;white-space:nowrap;}html body .calendar-event-list-block .calendar-event-list-block-item:hover{text-decoration:none;}html body .calendar-event-list-block .calendar-event-list-block-item:hover .calendar-event-list-block-item-header{text-decoration:underline;}html body .calendar-event-list-block .calendar-event-list-block-selected-event{font-weight:bold;color:#424a9a;}html body .calendar-event-list-block .calendar-event-list-block-header{display:unset;margin-top:unset;margin-bottom:unset;margin-block-start:unset;margin-block-end:unset;margin-inline-start:unset;margin-inline-end:unset;font-weight:unset;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-size:32px;line-height:120%;letter-spacing:.01em;color:#424a9a;}html body .calendar-event-list-block .calendar-event-list-promote{background-image:url(/Static/img/icons8-pin-w.svg);width:16px;height:16px;position:absolute;background-size:contain;top:5px;left:2px;z-index:1000;}@media(max-width:500px){html body .calendar-event-list-block .calendar-event-list-block-detail-container{margin-left:0!important;width:100%;}html body .calendar-event-list-block .calendar-event-list-block-date-container{display:none!important;}}#footer_v2,#footer{margin:50px 0 0 0;font-family:"HelveticaNeueRoman",helvetica,sans-serif;color:#fff;background:url(/Static/img/wave-hav.svg) no-repeat #003d49;background-position:bottom right;background-size:387px 220px;}#footer_v2 footer,#footer footer{padding-bottom:40px;}#footer_v2 .footer-column-info,#footer .footer-column-info{padding-top:70px;}#footer_v2 .footer-column-info h1,#footer .footer-column-info h1{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:29px;letter-spacing:.03em;}#footer_v2 .footer-column-info p,#footer .footer-column-info p{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:150%;letter-spacing:.01em;}@media(max-width:992px){#footer_v2 .footer-column-info,#footer .footer-column-info{padding-top:40px;text-align:center;}#footer_v2 .footer-column-info p,#footer .footer-column-info p{display:inline-block;}}#footer_v2 .footer-column-contact a,#footer .footer-column-contact a{color:#fff;text-decoration:underline;}#footer_v2 .footer-column-contact strong,#footer .footer-column-contact strong{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-weight:normal;}@media(max-width:992px){#footer_v2 .footer-column-contact h2,#footer .footer-column-contact h2{text-align:center;max-width:100%;}}@media(max-width:992px){#footer_v2 .footer-column-links h2,#footer .footer-column-links h2{text-align:center;max-width:100%;}}#footer_v2 .footer-column-links ul,#footer .footer-column-links ul{list-style:none;margin:0;padding:0;}#footer_v2 .footer-column-links ul li,#footer .footer-column-links ul li{background-image:url(/Static/img/icon-link-white.svg);padding-left:24px;background-repeat:no-repeat;background-position-y:6px;}#footer_v2 .footer-column-links ul li a,#footer .footer-column-links ul li a{color:#fff;text-decoration:none;color:#fff;}#footer_v2 .footer-column-links ul li a:hover,#footer .footer-column-links ul li a:hover{text-decoration:underline;}#footer_v2 .footer-column-contact h2,#footer_v2 .footer-column-links h2,#footer .footer-column-contact h2,#footer .footer-column-links h2{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:21px;border-bottom:1px solid #fff;padding-bottom:4px;}#footer_v2 .footer-social-media,#footer .footer-social-media{border-top:1px solid #fff;margin-top:35px;padding:30px 0 30px 0;}@media(max-width:992px){#footer_v2 .footer-social-media .social-media-container,#footer .footer-social-media .social-media-container{flex-direction:column;}}#footer_v2 .footer-social-media .social-media-container,#footer .footer-social-media .social-media-container{text-align:center;display:flex;flex-direction:row;}#footer_v2 .footer-social-media .social-media-container .social-media-title,#footer .footer-social-media .social-media-container .social-media-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:24px;line-height:24px;color:#fff;margin-right:15px;}#footer_v2 .footer-social-media .social-media-container a,#footer .footer-social-media .social-media-container a{margin:0 15px 0 15px;height:26px;display:inline-block;position:relative;}#footer_v2 .footer-social-media .social-media-container a img,#footer .footer-social-media .social-media-container a img{height:26px;display:block;float:left;}#footer_v2 .footer-social-media .social-media-container a span,#footer .footer-social-media .social-media-container a span{font-family:"HelveticaNeueLight",helvetica,sans-serif;font-size:14px;line-height:150%;letter-spacing:.04em;color:#fff;display:block;float:left;margin:10px 0 0 5px;}#footer_v2 .footer-social-media .social-media-container a:hover span,#footer .footer-social-media .social-media-container a:hover span{text-decoration:underline;text-underline-offset:3px;}@media(max-width:767px){#footer_v2 .footer-social-media .social-media-container,#footer .footer-social-media .social-media-container{flex-direction:column;}#footer_v2 .footer-social-media .social-media-container .social-media-title,#footer .footer-social-media .social-media-container .social-media-title{margin-bottom:20px;}#footer_v2 .footer-social-media .social-media-container a,#footer .footer-social-media .social-media-container a{margin-bottom:15px;}}#footer_v2 .copyright-container,#footer .copyright-container{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#fff;}#footer_v2 .bottom-row,#footer .bottom-row{padding:0 25px 0 25px;}#MobileTopBar{height:86px;background-color:#006875;width:100%;z-index:10000;}#MobileTopBar .logo-container{padding:40px 0 0 20px;width:calc(100% - 200px);height:100%;display:block;float:left;}#MobileTopBar .logo-container img{width:138px;height:29px;display:inline-block;}#MobileTopBar .buttons-container{padding:40px 20px 0 0;display:block;width:200px;height:100%;text-align:right;float:left;}#MobileTopBar .buttons-container .search-button{display:inline-block;cursor:pointer;margin-right:36px;height:40px;}#MobileTopBar .buttons-container .search-button .search-icon{width:20px;height:20px;background-image:url("/Static/img/icon-search.svg");background-size:cover;}#MobileTopBar .buttons-container .search-button .search-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:10px;color:#fff;line-height:normal;padding-top:3px;width:100%;text-align:center;}#MobileTopBar .buttons-container .menu-button{display:inline-block;cursor:pointer;height:40px;}#MobileTopBar .buttons-container .menu-button .menu-icon{width:27px;height:20px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;}#MobileTopBar .buttons-container .menu-button .menu-icon span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:1.5px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}#MobileTopBar .buttons-container .menu-button .menu-icon span:nth-child(1){top:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#MobileTopBar .buttons-container .menu-button .menu-icon span:nth-child(2){top:8px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#MobileTopBar .buttons-container .menu-button .menu-icon span:nth-child(3){top:16px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#MobileTopBar .buttons-container .menu-button .menu-icon.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-3px;left:4px;}#MobileTopBar .buttons-container .menu-button .menu-icon.open span:nth-child(2){width:0%;opacity:0;}#MobileTopBar .buttons-container .menu-button .menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:16px;left:4px;}#MobileTopBar .buttons-container .menu-button .menu-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:10px;color:#fff;line-height:normal;padding-top:3px;width:100%;text-align:center;}#MobileTopBar #MobileSearch{position:absolute;top:86px;background-color:#fff;z-index:150;width:100%;max-height:0;transition:max-height .15s ease-out;}#MobileTopBar #MobileSearch .search-container{position:relative;visibility:hidden;transition:visibility .15s ease-out;}#MobileTopBar #MobileSearch .search-container .mobile-searchForm{background-color:#003d49;color:#fff;padding:16px 9%!important;overflow:hidden;}#MobileTopBar #MobileSearch .search-container .mobile-searchForm .search-searchbox{outline-width:0;color:#fff;padding-left:0;padding-right:0;padding-top:.25rem;padding-bottom:.25rem;background-color:#003d49;border-style:solid;border-top-color:#003d49;border-left-color:#003d49;border-right-color:#003d49;border-bottom-color:#fff;border-bottom-width:2px;width:100%;font-family:"HelveticaNeueRoman",helvetica,sans-serif;position:relative;}#MobileTopBar #MobileSearch .search-container .mobile-searchForm .search-suggestions{position:absolute;top:53px;right:9%;left:9%;background-color:#fff;padding:0;z-index:99999;margin-left:2px;box-shadow:3px 3px 5px gray;margin:0;}#MobileTopBar #MobileSearch .search-container .mobile-searchForm .search-suggestions ul{padding-left:0;margin-bottom:0;list-style:none;list-style-position:outside;padding:0 .5em 1em .5em;margin:0;}#MobileTopBar #MobileSearch .search-container .mobile-searchForm .search-suggestions ul li,#MobileTopBar #MobileSearch .search-container .mobile-searchForm .search-suggestions ul .search-suggestion-item{font-family:"HelveticaNeueRoman",helvetica,sans-serif;color:#000;margin:0;padding:.2em 0;cursor:default;display:block;overflow:hidden;position:relative;font-size:13px;color:#1b1b1b;display:block;cursor:pointer;padding-right:20px;}#MobileTopBar #MobileSearch.open{max-height:30000px;transition:max-height .25s ease-in;border-bottom:2px solid #003d49;}#MobileTopBar #MobileSearch.open .search-container{visibility:visible;transition:visibility .15s ease-in;}#MobileTopBar #MobileSearch input::placeholder{color:#fff;}#MobileTopBar #MobileSearch .search-searchbutton{display:none;}#MobileTopBar #MobileMenu{position:absolute;top:86px;background-color:#fff;z-index:150;width:100%;max-height:0;min-height:0;transition:max-height .15s ease-out,min-height .15s ease-out;}#MobileTopBar #MobileMenu.open{max-height:30000px;transition:max-height .25s ease-in,min-height .25s ease-in;min-height:calc(100vh - 86px);height:calc(100vh - 86px);border-bottom:2px solid #003d49;}#MobileTopBar #MobileMenu #loader-container{background-color:rgba(255,255,255,.8);width:100%;height:calc(100vh - 86px);z-index:999;}#MobileTopBar #MobileMenu #loader-container #loader-spinner{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;z-index:1000;animation:spin 2s linear infinite;position:relative;top:50%;left:45%;color:#6688c0;}#MobileTopBar #MobileMenu #loader-container #loader-spinner:before{content:"";}#MobileTopBar #MobileMenu ul,#MobileTopBar #MobileMenu li{padding-left:0;margin-bottom:0;list-style:none;}#MobileTopBar #MobileMenu>ul>li:last-child{margin-bottom:130px;}#MobileTopBar #MobileMenu>ul li{background-color:#fff;width:100%;min-height:65px;cursor:pointer;border-top:.5px solid #4696a4;}#MobileTopBar #MobileMenu>ul li ul{display:none;}#MobileTopBar #MobileMenu>ul li ul.visible{display:block;}#MobileTopBar #MobileMenu>ul li a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;letter-spacing:.03em;color:#003d49;display:inline-block;padding:20px 15px;width:100%;vertical-align:top;}#MobileTopBar #MobileMenu>ul li a.collapseable{width:calc(100% - 40px);}#MobileTopBar #MobileMenu>ul li .arrow{vertical-align:top;width:40px;display:inline-block;background-repeat:no-repeat;background-position:center center;min-height:65px;}#MobileTopBar #MobileMenu>ul li .arrow.open{background-image:url("/Static/img/minus_green.svg");}#MobileTopBar #MobileMenu>ul li .arrow.closed{background-image:url("/Static/img/plus_green.svg");}#MobileTopBar #MobileMenu>ul li.active>a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}#MobileTopBar #MobileMenu>ul>li{background-color:#003d49;}#MobileTopBar #MobileMenu>ul>li>a{color:#fff;}#MobileTopBar #MobileMenu>ul>li>.arrow.open{background-image:url("/Static/img/minus_white.svg");}#MobileTopBar #MobileMenu>ul>li>.arrow.closed{background-image:url("/Static/img/plus_white.svg");}#MobileTopBar #MobileMenu>ul>li.quicklink{background-color:#fff;}#MobileTopBar #MobileMenu>ul>li.quicklink a{color:#003d49;}#MobileTopBar #MobileMenu>ul>li.quicklink .arrow.open{background-image:url("/Static/img/minus_green.svg");}#MobileTopBar #MobileMenu>ul>li.quicklink .arrow.closed{background-image:url("/Static/img/plus_green.svg");}#MobileTopBar #MobileMenu>ul>li.quicklink.active-chain.collapseable,#MobileTopBar #MobileMenu>ul>li.quicklink.active.collapseable{background-color:#b6e0ec;}#MobileTopBar #MobileMenu>ul>li.quicklink.active-chain.collapseable>a,#MobileTopBar #MobileMenu>ul>li.quicklink.active.collapseable>a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li a{padding-left:30px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li.active>a{padding-left:10px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li a{padding-left:30px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li.active>a{padding-left:10px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li a{padding-left:45px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li.active>a{padding-left:25px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li a{padding-left:60px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:40px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:75px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:55px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:90px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:70px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:105px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:85px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:120px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:100px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:135px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:115px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:150px;}#MobileTopBar #MobileMenu>ul>li.quicklink>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:130px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul li.active-chain.collapseable,#MobileTopBar #MobileMenu>ul>li>ul li.active.collapseable{background-color:#b6e0ec;}#MobileTopBar #MobileMenu>ul>li>ul li.active-chain.collapseable>a,#MobileTopBar #MobileMenu>ul>li>ul li.active.collapseable>a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}#MobileTopBar #MobileMenu>ul>li>ul>li a{padding-left:15px;}#MobileTopBar #MobileMenu>ul>li>ul>li.active>a{padding-left:-5px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li a{padding-left:30px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li.active>a{padding-left:10px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li a{padding-left:45px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:25px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:60px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:40px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:75px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:55px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:90px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:70px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:105px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:85px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:120px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:100px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:135px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:115px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li a{padding-left:150px;}#MobileTopBar #MobileMenu>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li.active>a{padding-left:130px;border-left-style:solid;border-left-color:#b6e0ec;border-left-width:20px;}#SearchPage .search-box-container{margin-top:55px;margin-bottom:27px;position:relative;}#SearchPage .search-box-container .search-box{width:100%;border:0;border-bottom:1px solid #000;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:20px;padding:9px 30px 9px 16px;}#SearchPage .search-box-container .search-box:focus{outline:0;}#SearchPage .search-box-container .search-button{background:url(/static/img/search-icon-black.svg) no-repeat;border:0;color:#fff;font-size:14px;height:22px;width:22px;position:absolute;bottom:10px;right:16px;}#SearchPage .search-box-container .search-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}#SearchPage .search-facets-container input[type=checkbox]{display:none;}#SearchPage .search-facets-container .search-facet{border-bottom:1px solid #c8c8c8;margin-top:18px;}#SearchPage .search-facets-container .search-facet h2{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:16px;font-weight:400!important;line-height:24px;padding:0;margin:0 0 13px 0;width:100%;max-width:100%;}#SearchPage .search-facets-container .search-facet h2 label{margin:0;width:100%;}#SearchPage .search-facets-container .search-facet h2.search-desktop-header{display:block;}#SearchPage .search-facets-container .search-facet h2.search-mobile-header{display:none;background:url("/static/img/icon-arrow-down-black.svg") no-repeat;background-position:right 10px top 10px;}#SearchPage .search-facets-container .search-facet .search-facet-item-container .facet-item{display:inline-block;margin:0 20px 20px 0;height:40px;max-height:40px;}#SearchPage .search-facets-container .search-facet .search-facet-item-container .facet-item a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:16px;letter-spacing:.05em;line-height:24px;color:#003d49;padding:8px 19px;border:1px solid #003d49;display:block;height:40px;max-height:40px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;}#SearchPage .search-facets-container .search-facet .search-facet-item-container .facet-item a:hover{text-decoration:none;}#SearchPage .search-facets-container .search-facet .search-facet-item-container .facet-item.search-active a{background-color:#c1deba;}#SearchPage .search-facets-container .search-selected-facet-container-mobile{display:none;}@media(max-width:992px){#SearchPage .search-facets-container .search-facet{border:1px solid #c8c8c8;transition:border-color .3s;margin-top:0;padding:10px 5px;}#SearchPage .search-facets-container .search-facet:first-child{margin-top:18px;}#SearchPage .search-facets-container .search-facet:not(:first-child){margin-top:-1px;}#SearchPage .search-facets-container .search-facet h2.search-desktop-header{display:none;}#SearchPage .search-facets-container .search-facet h2.search-mobile-header{display:block;margin-bottom:0;font-size:20px;line-height:130%;letter-spacing:.03em;}#SearchPage .search-facets-container .search-facet .search-facet-item-container{padding-top:0;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding-top .3s ease-out;}#SearchPage .search-facets-container .search-selected-facet-container-mobile{display:block;}#SearchPage .search-facets-container .search-selected-facet-container-mobile .facet-item{display:inline-block;margin:0 20px 20px 0;height:40px;max-height:40px;}#SearchPage .search-facets-container .search-selected-facet-container-mobile .facet-item a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:16px;letter-spacing:.05em;line-height:24px;color:#003d49;padding:8px 19px;border:1px solid #003d49;display:block;height:40px;max-height:40px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;background:url("../img/icon-delete-x.svg") no-repeat;background-position:right 16px top 16px;padding:8px 33px;}#SearchPage .search-facets-container .search-selected-facet-container-mobile .facet-item a:hover{text-decoration:none;}#SearchPage .search-facets-container .search-selected-facet-container-mobile .facet-item.search-active a{background-color:#c1deba;}#SearchPage .search-facets-container .search-selected-facet-container-mobile .facet-item{margin-right:9px;margin-top:13px;}#SearchPage .search-facets-container input[type=checkbox]:checked+.search-facet{border-color:transparent;transition:border-color .3s;}#SearchPage .search-facets-container input[type=checkbox]:checked+.search-facet h2.search-mobile-header{background:url("/static/img/icon-arrow-up-black.svg") no-repeat;background-position:right 10px top 10px;}#SearchPage .search-facets-container input[type=checkbox]:checked+.search-facet .search-facet-item-container{transition:max-height .3s ease-in,padding-top .3s ease-in;max-height:500px;padding-top:13px;}}#SearchPage .search-information-and-sorting{margin-top:50px;margin-bottom:10px;}#SearchPage .search-information-and-sorting .search-result-count{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;line-height:150%;letter-spacing:.01em;color:#000;}#SearchPage .search-information-and-sorting .search-result-count span{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}#SearchPage .search-information-and-sorting .search-order-container{text-align:right;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;line-height:24px;}#SearchPage .search-information-and-sorting .search-order-container a,#SearchPage .search-information-and-sorting .search-order-container span{font-family:"HelveticaNeueMedium",helvetica,sans-serif;padding:5px;margin-left:10px;}#SearchPage .search-information-and-sorting .search-order-container a{color:#000;}#SearchPage .search-information-and-sorting .search-order-container a:hover{text-decoration:none;border-bottom:1px solid #000;}#SearchPage .search-information-and-sorting .search-order-container span{color:#006875;border-bottom:1px solid #000;}@media(max-width:992px){#SearchPage .search-information-and-sorting{margin-bottom:20px;}#SearchPage .search-information-and-sorting .search-result-count{margin-bottom:20px;font-size:16px;}#SearchPage .search-information-and-sorting .search-order-container{text-align:left;font-size:16px;}}#SearchPage .search-result-container .search-results .search-result{background-color:#fff;padding:18px 94px 18px 12px;display:inline-block;width:100%;position:relative;}#SearchPage .search-result-container .search-results .search-result:hover{text-decoration:none;}#SearchPage .search-result-container .search-results .search-result:hover .search-result-title{text-decoration:underline;}#SearchPage .search-result-container .search-results .search-result:nth-of-type(odd){background-color:#f6f6f6;}#SearchPage .search-result-container .search-results .search-result:nth-of-type(even){border:1px solid #f6f6f6;}#SearchPage .search-result-container .search-results .search-result .result-side{display:none;}#SearchPage .search-result-container .search-results .search-result .search-result-title{margin:0;padding:0;margin-bottom:10px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:24px;line-height:24px;letter-spacing:.03em;color:#000;text-decoration:underline 2px transparent;transition:text-decoration-color 400ms;text-underline-offset:4px;}#SearchPage .search-result-container .search-results .search-result .search-result-title .search-mobile-header-arrow{display:none;}#SearchPage .search-result-container .search-results .search-result .result-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;line-height:22px;letter-spacing:.03em;color:#000;margin-bottom:15px;}#SearchPage .search-result-container .search-results .search-result .result-footer .result-date{font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:14px;line-height:150%;letter-spacing:.01em;margin-right:10px;color:#000;}#SearchPage .search-result-container .search-results .search-result .result-footer .result-type{background-color:#d2cfe9;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;color:#23305f;font-family:"HelveticaNeueMedium",helvetica,sans-serif;padding:4px 10px 4px 10px;font-size:12px;line-height:12px;}#SearchPage .search-result-container .search-results .search-result .result-breadcrumb{display:none;}#SearchPage .search-result-container .search-results .search-result .bestbet-highlight{display:none;}#SearchPage .search-result-container .search-results .search-result.bestbet{padding-left:106px;padding-right:20px;border:0;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight{display:block;vertical-align:middle;position:absolute;top:0;left:0;bottom:0;width:85px;background-color:#006875;text-align:center;padding:10px;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container{position:relative;height:100%;width:100%;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container .highlight-content{margin:0;position:absolute;top:50%;transform:translateY(-50%);}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container .highlight-content img{height:37px;width:36px;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container .highlight-content .bestbet-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:14px;line-height:120%;text-align:center;letter-spacing:.01em;color:#fff;margin-top:5px;}#SearchPage .search-result-container .search-results .search-result.bestbet .result-footer .result-date{display:none;}#SearchPage .search-result-container .search-results .search-result.bestbet .result-breadcrumb{display:inline-block;width:100%;color:#000;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:15px;margin-top:20px;}#SearchPage .search-result-container .search-results .bestbet-spacer{display:none;}#SearchPage .search-result-container .search-results .bestbet-spacer:last-of-type{display:block;height:10px;width:100%;}#SearchPage .search-result-container .search-results .search-top-searches{margin-top:30px;}#SearchPage .search-result-container .search-results .search-top-searches h2{margin:0 0 20px 0;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:20px;line-height:130%;letter-spacing:.03em;color:#000;}#SearchPage .search-result-container .search-results .search-top-searches a{margin:0 0 10px 5px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;color:#006875;text-decoration:none;display:block;text-transform:capitalize;}#SearchPage .search-result-container .search-results .search-top-searches a:hover{text-decoration:underline 1px #000;text-underline-offset:5px;}#SearchPage .search-result-container .search-results .search-top-searches a:last-child{margin-bottom:25px;}@media(max-width:992px){#SearchPage .search-result-container .search-results .search-result{padding-right:20px;}#SearchPage .search-result-container .search-results .search-result:not(.bestbet):nth-of-type(odd){background-color:#fff;}#SearchPage .search-result-container .search-results .search-result:not(.bestbet):nth-of-type(even){background-color:#f6f6f6;border:0;}#SearchPage .search-result-container .search-results .search-result .search-result-title .search-mobile-header-arrow{display:inline-block;background:url("/static/img/icon-arrow-full-right.svg") no-repeat;height:12px;width:12px;margin-left:10px;}#SearchPage .search-result-container .search-results .search-result.bestbet{padding-left:15px;padding-right:15px;padding-top:65px;background-color:#fff;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight{vertical-align:initial;width:initial;right:0;height:45px;background:url("/static/img/icon-bestbet.svg") no-repeat #006875;background-position:right 10px top 10px;background-size:22px 24px;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container .highlight-content img{display:none;}#SearchPage .search-result-container .search-results .search-result.bestbet .bestbet-highlight .highlight-content-container .highlight-content .bestbet-text{margin-top:0;}#SearchPage .search-result-container .search-results .search-top-searches a{text-decoration:underline;text-underline-offset:5px;}#SearchPage .search-result-container .search-results .search-top-searches a:hover{text-decoration:none;}}#SearchPage .search-pagination{text-align:center;margin-top:45px;margin-bottom:45px;}#SearchPage .search-pagination ol{list-style:none;display:inline;padding:0;margin:0;}#SearchPage .search-pagination ol li{display:inline;margin:5px;text-align:center;min-width:26px;height:26px;display:inline-block;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:18px;line-height:150%;letter-spacing:.01em;}#SearchPage .search-pagination ol li.search-active{color:#fff;background-color:#006875;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}#SearchPage .search-pagination ol li a{height:100%;width:100%;display:inline-block;color:#000;padding:0 10px;box-sizing:border-box;}#SearchPage .search-pagination ol li a.search-text-link{font-size:16px;color:#006875;}#SearchPage .search-pagination ol li a.search-previous{background:url("/static/img/icon-claret-left.svg") no-repeat;background-position:left 10px top 10px;padding-left:25px;}#SearchPage .search-pagination ol li a.search-first{background:url("/static/img/icon-claret-left-double.svg") no-repeat;background-position:left 10px top 10px;padding-left:30px;}#SearchPage .search-pagination ol li a.search-next{background:url("/static/img/icon-claret-right.svg") no-repeat;background-position:right 10px top 10px;padding-right:25px;}#SearchPage .search-pagination ol li a.search-last{background:url("/static/img/icon-claret-right-double.svg") no-repeat;background-position:right 10px top 10px;padding-right:30px;}#SearchPage .search-pagination ol li a:hover{text-decoration:none;box-shadow:0 0 0 1px #003d49 inset;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}#SearchPage .search-show-more-container{display:none;}@media(max-width:992px){#SearchPage .search-show-more-container{text-align:center;display:block;margin-top:30px;}#SearchPage .search-show-more-container .search-show-more{min-width:180px;display:inline-block;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:18px;line-height:24px;text-align:center;letter-spacing:.05em;color:#23305f;padding:10px 20px;border:2px solid #23305f;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;cursor:pointer;}#SearchPage .search-show-more-container .search-show-more .loader{display:none;}#SearchPage .search-show-more-container .search-show-more.loading .loader{display:inline-block;}#SearchPage .search-show-more-container .search-show-more.loading .button-text{display:none;}}#SearchPage hr.footer{max-width:100%;}#SearchPage .page-footer{max-width:100%;}.fake-table .fake-thead .fake-tr .fake-th{background-color:#006875;font-size:16px;font-weight:normal;color:#fff;text-align:left;padding:15px 7px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.fake-table .fake-thead .fake-tr .fake-th p{color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.fake-table .fake-thead .fake-tr .fake-th p strong{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.fake-table .fake-tbody .fake-tr:first-child{border-bottom:1px solid #c8c8c8;}.fake-table .fake-tbody .fake-tr:nth-of-type(even){background-color:#f6f6f6;}.fake-table .fake-tbody .fake-tr:nth-of-type(odd){background-color:#fff;}.fake-table .fake-tbody .fake-tr .fake-th,.fake-table .fake-tbody .fake-tr .fake-td{padding:15px;}.fake-table .fake-tbody .fake-tr .fake-th p,.fake-table .fake-tbody .fake-tr .fake-th strong,.fake-table .fake-tbody .fake-tr .fake-td p,.fake-table .fake-tbody .fake-tr .fake-td strong{font-size:inherit;line-height:normal;letter-spacing:normal;font-weight:normal;margin:0;}.fake-table .fake-tbody .fake-tr .fake-th strong,.fake-table .fake-tbody .fake-tr .fake-td strong{font-family:"HelveticaNeueMedium",helvetica,sans-serif;}.fake-table .fake-tbody .fake-tr .fake-th{background-color:#006875;font-size:16px;font-weight:normal;color:#fff;text-align:left;padding:15px 7px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.fake-table .fake-tbody .fake-tr .fake-th p{color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}.fake-table .fake-tbody .fake-tr .fake-th p strong{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}@media(min-width:993px){.fake-table{display:table;}.fake-table .fake-thead{display:table-header-group;}.fake-table .fake-tbody{display:table-row-group;}.fake-table .fake-tbody .fake-tr:first-child{padding:0 0 15px 0;}.fake-table .fake-tfoot{display:table-footer-group;}.fake-table .fake-tr{display:table-row;}.fake-table .fake-tr .fake-th,.fake-table .fake-tr .fake-td{display:table-cell;}.fake-table .fake-tr .fake-th:first-child,.fake-table .fake-tr .fake-td:first-child{padding-right:7px;}.fake-table .fake-tr .fake-th:last-child,.fake-table .fake-tr .fake-td:last-child{padding-left:7px;}}@media(max-width:992px){.fake-table .fake-thead{display:none;}.fake-table .fake-tbody .fake-tr{padding:15px;}.fake-table .fake-tbody .fake-tr:first-child{border:0;}.fake-table .fake-tbody .fake-tr .fake-th,.fake-table .fake-tbody .fake-tr .fake-td{font-size:16px;}.fake-table .fake-tbody .fake-tr .fake-th p,.fake-table .fake-tbody .fake-tr .fake-th strong,.fake-table .fake-tbody .fake-tr .fake-th i,.fake-table .fake-tbody .fake-tr .fake-td p,.fake-table .fake-tbody .fake-tr .fake-td strong,.fake-table .fake-tbody .fake-tr .fake-td i{font-size:16px!important;}.fake-table .fake-tbody .fake-tr .fake-th::before,.fake-table .fake-tbody .fake-tr .fake-td::before{content:attr(data-headline);display:block;font-family:"HelveticaNeueMedium",helvetica,sans-serif;font-size:16px;line-height:110%;letter-spacing:.03em;}.fake-table .fake-tbody .fake-tr .fake-th a,.fake-table .fake-tbody .fake-tr .fake-td a{font-size:12px;}.fake-table .fake-tbody .fake-tr .fake-td{padding:15px 0 0 0;}.fake-table .fake-tbody .fake-tr .fake-td:empty{display:none;}.fake-table .fake-tbody .fake-tr .fake-td:first-child{padding-top:0;}.fake-table .fake-tbody .fake-tr .fake-th{display:none;}}html body .paginator,html body .paginator .mask,html body .paginator .mask .slider,html body .paginator a{height:30px;}html body .paginator{margin-top:40px;margin-bottom:20px;margin-left:50%;position:relative;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}html body .paginator .mask{position:absolute;overflow:hidden;}html body .paginator .mask .slider{position:absolute;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out;}html body .paginator a{display:block;position:absolute;top:0;line-height:1.8em;color:#4d4d4d;text-align:center;}html body .paginator a.pagingselected{color:#fff;background-color:#006875;}body .paginator_v2{padding-left:0;margin-top:40px;margin-bottom:50px;text-align:center;list-style:none;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}body .paginator_v2 a{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;color:#000!important;}body .paginator_v2 a.shift-page{color:#006875!important;white-space:nowrap;}body .paginator_v2 a:hover{text-decoration:none!important;}body .paginator_v2 a.selected{background-color:#006875;border:1px solid #006875;border-radius:5px;color:#fff!important;}body .paginator_v2 a.unselected{background-color:#fff;border:1px solid #fff;}body .paginator_v2 a.unselected:hover{border:1px solid #006875;border-radius:5px;}#footer_v2{margin:0;}#Energipresentation .graph-label{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:12px;margin-top:10px;}#Energipresentation .btn{margin-top:16px;}#Energipresentation .btn.btn-export{background-color:#003d49;border:1px solid #003d49;color:#fff;display:flex;justify-content:space-between;align-items:center;}#Energipresentation .btn.btn-export:before{display:inline-block;content:"";background:url(/Static/img/fileicons/xls.png) no-repeat;height:20px;width:20px;margin-right:4px;}#Energipresentation .custom-legend{display:flex;flex-wrap:wrap;padding:30px;background-color:#fff;justify-content:space-between;margin-top:-3px;}#Energipresentation .custom-legend>div{width:23%;display:flex;align-items:flex-start;}@media(max-width:1000px){#Energipresentation .custom-legend>div{width:30%;}}@media(max-width:750px){#Energipresentation .custom-legend>div{width:48%;}}#Energipresentation .custom-legend>div>div{flex-shrink:0;flex-grow:0;}#Energipresentation .custom-legend>div>span{margin-top:-5px;}#Energipresentation .top-info{margin-bottom:1rem;}#Energipresentation .top-info div.info-text{float:right;cursor:help;}#Energipresentation .top-info div.info-text+.tooltip>.tooltip-inner{text-align:left;padding-top:1rem;}#Energipresentation .top-info div.info-text .info-icon{width:16px;height:16px;background-image:url("/Static/img/info-viol.svg");background-repeat:no-repeat;background-size:contain;display:inline-block;position:relative;top:2px;left:4px;}#Energipresentation .floating-menu-block-area-container{visibility:hidden;top:150px;z-index:150;position:fixed;text-align:right;left:50%;transform:translateX(-50%);overflow:visible;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area{visibility:visible;width:400px;display:inline-block;text-align:left;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu{border-top:3px solid #424a9a;border-left:2px #f6f6f6;padding-top:0;padding-left:0;padding-right:1rem;padding-bottom:1rem;box-shadow:0 10px 13px -7px #000;background-color:#fff;margin-bottom:15px;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu .fast-menu-header{color:#000;font-family:"HelveticaNeueBold",helvetica,sans-serif;border-left:2px solid #f6f6f6;padding-left:2rem;padding-top:10px;padding-bottom:5px;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul{list-style:none;padding:0;margin:0;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li{padding-top:5px;padding-bottom:5px;border-left:2px solid #f6f6f6;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li.selected{border-left:2px solid #424a9a;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li:hover{border-left:2px solid #424a9a;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li:hover a{color:#424a9a;text-shadow:1px 0 0 black;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.01em;color:#000;padding-left:2rem;box-decoration-break:clone;-webkit-box-decoration-break:clone;}box-decoration-break #Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu ul li a:hover{color:#424a9a;text-decoration:none;}#Energipresentation .full-width-maincontent-wrapper{background-color:#ede7d9;}#Energipresentation .full-width-maincontent-wrapper.main-area{padding-bottom:2rem;min-height:420px;}#Energipresentation .full-width-maincontent-wrapper h1{margin-top:4rem;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:36px;line-height:120%;letter-spacing:.03em;}#Energipresentation .full-width-block-area>div>div{text-align:center;}#Energipresentation .full-width-block-area>div>div:nth-child(even){background-color:#f6f6f6;}#Energipresentation .full-width-block-area>div>div .energipresentation-block{display:inline-block;text-align:left;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper{width:calc(100% - 500px);padding-top:2rem;padding-bottom:2rem;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .header h2{color:#424a9a;font-family:"HelveticaNeueBold",helvetica,sans-serif;font-size:24px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:10px;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .MainBody{margin:0;}#Energipresentation .energipresentation-menu{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}#Energipresentation .energipresentation-menu ul{list-style:none;padding:0;margin:0;}#Energipresentation .energipresentation-menu ul li{display:inline-block;border-top-left-radius:20px;border-top-right-radius:20px;margin-right:2px;padding-left:5px;padding-right:5px;padding-top:10px;padding-bottom:10px;min-width:230px;text-align:center;}#Energipresentation .energipresentation-menu ul li.active{background-color:#ede7d9;}#Energipresentation .energipresentation-menu ul li.active a{color:#000;font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-menu ul li.inactive{background-color:#424a9a;}#Energipresentation .energipresentation-menu ul li.inactive a{color:#fff;}#Energipresentation .energipresentation-menu ul li a{text-decoration:none;}#Energipresentation .energipresentation-menu ul li a:hover{text-decoration:underline;}#Energipresentation .energipresentation-menu ul ul{display:none;}#Energipresentation .energipresentation-submenu{background-color:#ede7d9;}#Energipresentation .energipresentation-submenu ul{list-style:none;padding:0;margin:0;}#Energipresentation .energipresentation-submenu ul li{display:inline-block;padding:10px;}#Energipresentation .energipresentation-submenu ul li.active{font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-submenu ul li a{text-decoration:none;color:#000;}#Energipresentation .energipresentation-submenu ul li a:hover{text-decoration:underline;}#Energipresentation .full-width-footer-area{background-color:#ede7d9;padding-bottom:6rem;padding-top:4rem;}#Energipresentation .full-width-footer-area .body-wrapper:last-child{margin-top:3rem;}#Energipresentation .full-width-footer-area .body-wrapper a{color:#000;}#Energipresentation .full-width-footer-area h2{font-family:"HelveticaNeueBold",helvetica,sans-serif;font-size:24px;}#Energipresentation .full-width-footer-area .footer-link{display:inline-block;margin-top:40px;border-radius:10px;background-color:#424a9a;border:1px solid #424a9a;cursor:pointer;min-width:165px;height:auto;padding:16px 56px;color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-size:18px;line-height:24px;text-align:center;letter-spacing:.03em;margin-bottom:40px;}#Energipresentation .full-width-footer-area .footer-link a{color:#fff;}#Energipresentation .full-width-footer-area .footer-link:hover{background-color:#fff;}#Energipresentation .full-width-footer-area .footer-link:hover a{color:#424a9a;text-decoration:none;}@media(max-width:767px){#Energipresentation.ArticleBody{padding-left:25px;padding-right:25px;}}@media(max-width:1179px){#Energipresentation .energipresentation-submenu{display:none;}#Energipresentation .floating-menu-block-area-container{z-index:initial;position:relative;visibility:visible;text-align:initial;left:unset;transform:unset;top:unset!important;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area{width:100%;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-find-on-page-menu{display:none;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;box-shadow:unset;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .label-text{width:100%;max-width:unset;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container{width:100%;max-width:unset;margin-left:0;height:40px;margin-top:5px;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-selected .selected-value{width:calc(100% - 40px);font-size:18px;padding-top:12px;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-selected .dropdown-arrow{height:40px;width:40px;}#Energipresentation .floating-menu-block-area-container .floating-menu-block-area .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-options-container .dropdown-option-item{font-size:18px;padding:10px 15px;}#Energipresentation .energipresentation-menu{margin-bottom:10px;}#Energipresentation .energipresentation-menu ul li{display:block;border-radius:0;margin:0;text-align:left;letter-spacing:.03em;padding:0;position:relative;}#Energipresentation .energipresentation-menu ul li .expand{display:inline-block;float:right;width:20px;height:20px;position:absolute;right:20px;top:20px;}#Energipresentation .energipresentation-menu ul li .expand.open{background-repeat:no-repeat;background-image:url("/Static/img/minus_white.svg");background-position:center center;cursor:pointer;}#Energipresentation .energipresentation-menu ul li .expand.open+ul{display:block;}#Energipresentation .energipresentation-menu ul li .expand.closed{background-repeat:no-repeat;background-image:url("/Static/img/plus_white.svg");background-position:center center;cursor:pointer;}#Energipresentation .energipresentation-menu ul li .expand.closed+ul{display:none;}#Energipresentation .energipresentation-menu ul li.active{background-color:#23305f;}#Energipresentation .energipresentation-menu ul li.active a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;color:#fff;}#Energipresentation .energipresentation-menu ul li.inactive a{font-family:"HelveticaNeueRoman",helvetica,sans-serif;}#Energipresentation .energipresentation-menu ul li a{padding:20px 15px;display:block;border-bottom:1px solid #a1a0d0;}#Energipresentation .energipresentation-menu ul ul li.active{background-color:#fff;}#Energipresentation .energipresentation-menu ul ul li.active a{font-family:"HelveticaNeueMedium",helvetica,sans-serif;color:#000;background-color:#d2cfe9;}#Energipresentation .energipresentation-menu ul ul li.inactive{background-color:#fff;color:#000;}#Energipresentation .energipresentation-menu ul ul li.inactive a{color:#000;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}#Energipresentation .top-info{padding-right:20px;}#Energipresentation .full-width-maincontent-wrapper{padding-left:20px;padding-right:20px;}#Energipresentation .full-width-block-area>div>div .energipresentation-block{padding-right:25px;padding-left:25px;}}@media(max-width:1179px) and (max-width:767px){#Energipresentation .full-width-block-area>div>div .energipresentation-block{padding-right:16px;padding-left:16px;}}@media(max-width:1179px){#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper{width:100%;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .header{width:100%;clear:both;display:inline-block;cursor:pointer;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .header h2{float:left;display:inline-block;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .header.open .toggle{float:right;background-image:url("/Static/img/minus_viol.svg");height:22px;width:22px;background-repeat:no-repeat;background-size:contain;display:inline-block;margin-top:16px;}#Energipresentation .full-width-block-area>div>div .energipresentation-block .energipresentation-block-inner-wrapper .header.closed .toggle{float:right;background-image:url("/Static/img/plus_viol.svg");height:24px;width:24px;background-repeat:no-repeat;background-size:contain;display:inline-block;margin-top:8px;}#Energipresentation .full-width-footer-area{margin-top:10px;padding-left:25px;padding-right:25px;}#Energipresentation .energipresentation-bubbles-block .bubbles-container{height:unset;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble{margin-right:10px;}#Energipresentation .row.middlecontent{margin-left:-25px;margin-right:-25px;}}#Energipresentation .energipresentation-filter-block{padding:20px 0!important;margin-bottom:16px;}#Energipresentation .energipresentation-filter-block h3{margin-top:0;}#Energipresentation .energipresentation-filter-block .body .bodytext p{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:150%;letter-spacing:.01em;font-size:16px;}#Energipresentation .energipresentation-filter-block .custom-select .glyphicon{position:absolute;font-size:14px;top:0;right:0;bottom:0;pointer-events:none;background-color:#003d49;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:0 8px 8px 0;color:#fff;}#Energipresentation .energipresentation-filter-block .custom-select .glyphicon:before{margin-top:3px;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container{position:relative;max-width:450px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}@media(max-width:500px){#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container{display:block;}}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .loader-filter-container{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(182,224,236,.7);z-index:10;display:flex;align-items:center;justify-content:center;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .loader-filter-container .loader{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;z-index:1000;animation:spin 2s linear infinite;top:50%;left:50%;color:#6688c0;position:static;transform:none;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .loader-filter-container .loader:before{content:"";}@media(max-width:500px){#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .compare-text{display:none;}}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .compare-text p{font-size:16px;margin:10px 10px 0 10px;font-weight:700;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container{margin-bottom:7px;flex:1;max-width:160px;}@media(max-width:500px){#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container{max-width:320px;}}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .label-text{display:inline-block;height:27px;line-height:27px;vertical-align:top;font-size:16px;font-weight:700;font-family:"HelveticaNeueRoman",helvetica,sans-serif;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container-loading{display:inline-block;width:50%;max-width:155px;height:27px;margin-left:20px;position:relative;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container-loading .dropdown-placeholder{height:100%;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;background-color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:150%;letter-spacing:.01em;padding:7px 5px 6px 20px;line-height:100%;display:inline-block;width:100%;vertical-align:top;height:100%;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container{display:inline-block;height:35px;position:relative;width:100%;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-selected{height:100%;cursor:pointer;display:flex;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-selected .selected-value{border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px;background-color:#fff;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:150%;letter-spacing:.01em;padding:9px 5px 6px 10px;line-height:100%;display:inline-block;width:calc(100% - 25px);vertical-align:top;height:100%;border:1px solid #5d574c;width:75%;flex:1;border-radius:8px;font-size:16px;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-selected .dropdown-arrow{border-radius:0 7px 7px 0;-webkit-border-radius:0 7px 7px 0;-moz-border-radius:0 7px 7px 0;width:35px;height:35px;display:inline-block;background-color:#006875;background-image:url("/static/img/icon-down-arrow-white.svg");background-repeat:no-repeat;background-size:15px 10px;background-position:center center;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-options-container{position:absolute;left:0;top:32px;width:100%;background-color:#fff;min-height:20px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border:1px solid #006875;z-index:10;overflow-y:scroll;max-height:200px;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-options-container .dropdown-option-item{padding:5px 10px;cursor:pointer;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-options-container .dropdown-option-item.focused{outline:3px solid #0067b8;outline-offset:-3px;}#Energipresentation .energipresentation-filter-block .energipresentation-filter-block-react-container .filter-container .year-container .dropdown-container .dropdown-options-container .dropdown-option-item:hover{background-color:rgba(0,104,117,.2);}#Energipresentation .energipresentation-bubbles-block,#Energipresentation .energipresentation-double-bubbles-block{margin-bottom:50px;}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container,#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container{height:150px;position:relative;}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container .loader-bubbles-container,#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container .loader-bubbles-container{background-color:rgba(255,255,255,.5);z-index:999;position:absolute;top:0;left:0;bottom:0;width:360px;display:flex;align-items:center;justify-content:center;}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container .loader-bubbles-container .loader,#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container .loader-bubbles-container .loader{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:60px;z-index:1000;animation:spin 2s linear infinite;top:50%;left:50%;color:#6688c0;position:static;transform:none;}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container .loader-bubbles-container .loader:before,#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container .loader-bubbles-container .loader:before{content:"";}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container .bubble,#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container .bubble{display:inline-block;width:150px;height:150px;border-radius:75px;-webkit-border-radius:75px;-moz-border-radius:75px;background-color:#f6f6f6;vertical-align:top;}#Energipresentation .energipresentation-bubbles-block .loading-bubbles-container .bubble:nth-child(2),#Energipresentation .energipresentation-double-bubbles-block .loading-bubbles-container .bubble:nth-child(2){margin-right:60px;}#Energipresentation .energipresentation-bubbles-block .bubbles-container,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container{height:150px;}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container{display:flex;}}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble{display:inline-block;width:150px;height:150px;border-radius:75px;-webkit-border-radius:75px;-moz-border-radius:75px;border:8px solid #bbb5a8;background-color:#fff;color:#424a9a;text-align:center;vertical-align:top;padding-top:30px;}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble{width:100%;height:100%;}}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-prognose,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-prognose{color:#424a9a;display:inline-block;width:100%;line-height:normal;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-title{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:16px;}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-title{top:20%;}}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-value{font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-size:30px;}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-value{top:40%;}}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-prognose,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-prognose{position:absolute;width:100%;top:70%;font-size:5vw;left:0;right:0;}}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble.is-highest,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble.is-highest,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble.is-highest,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble.is-highest{background-color:#424a9a;border-color:#424a9a;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble.is-highest .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble.is-highest .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble.is-highest .year-prognose,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble.is-highest .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble.is-highest .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble.is-highest .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble.is-highest .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble.is-highest .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble.is-highest .year-prognose,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble.is-highest .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble.is-highest .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble.is-highest .year-prognose{color:#fff;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble{margin-right:60px;}@media(max-width:768px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble{margin-right:24px;}}@media(max-width:376px){#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble{width:48%;position:relative;height:unset;padding-top:0;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-title,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-title{position:absolute;top:25%;left:0;right:0;font-size:5.2vw;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble .year-value,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble .year-value{position:absolute;width:100%;top:45%;font-size:7vw;left:0;right:0;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble::before,#Energipresentation .energipresentation-bubbles-block .bubbles-container .second-bubble::before,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble::before,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .second-bubble::before{content:"";display:block;padding-top:100%;}#Energipresentation .energipresentation-bubbles-block .bubbles-container .first-bubble,#Energipresentation .energipresentation-double-bubbles-block .bubbles-container .first-bubble{margin-right:4%!important;}}#Energipresentation .energipresentation-graph-block .graph-container,#Energipresentation .energipresentation-circle-block .circle-container,#Energipresentation .energipresentation-sankey-block .sankey-container,#Energipresentation .energipresentation-scales-block .scale-wrapper,#Energipresentation .energipresentation-accordion.expanded .body-wrapper{position:relative;}@media(max-width:767px){#Energipresentation .energipresentation-graph-block .graph-container:after,#Energipresentation .energipresentation-circle-block .circle-container:after,#Energipresentation .energipresentation-sankey-block .sankey-container:after,#Energipresentation .energipresentation-scales-block .scale-wrapper:after,#Energipresentation .energipresentation-accordion.expanded .body-wrapper:after{content:"";position:absolute;height:100%;width:62px;background-color:#fff;filter:blur(14px);top:-5px;right:-36px;pointer-events:none;opacity:1;transition:opacity .3s;}#Energipresentation .energipresentation-graph-block .graph-container:before,#Energipresentation .energipresentation-circle-block .circle-container:before,#Energipresentation .energipresentation-sankey-block .sankey-container:before,#Energipresentation .energipresentation-scales-block .scale-wrapper:before,#Energipresentation .energipresentation-accordion.expanded .body-wrapper:before{content:"";position:absolute;height:100%;width:62px;top:0;right:-36px;color:#5d574c;font-family:"Glyphicons Halflings";pointer-events:none;opacity:1;transition:opacity .3s;z-index:99;display:flex;justify-content:center;align-items:center;font-size:20px;}}@media(max-width:767px){#Energipresentation .energipresentation-graph-block .graph-container.no-blur:after,#Energipresentation .energipresentation-graph-block .graph-container.no-blur:before,#Energipresentation .energipresentation-circle-block .circle-container.no-blur:after,#Energipresentation .energipresentation-circle-block .circle-container.no-blur:before,#Energipresentation .energipresentation-sankey-block .sankey-container.no-blur:after,#Energipresentation .energipresentation-sankey-block .sankey-container.no-blur:before,#Energipresentation .energipresentation-scales-block .scale-wrapper.no-blur:after,#Energipresentation .energipresentation-scales-block .scale-wrapper.no-blur:before,#Energipresentation .energipresentation-accordion.expanded .body-wrapper.no-blur:after,#Energipresentation .energipresentation-accordion.expanded .body-wrapper.no-blur:before{opacity:0;}}#Energipresentation .energipresentation-accordion.expanded .body-wrapper:after{content:"";position:absolute;height:100%;width:62px;background-color:#e8e6f3;filter:blur(14px);top:-5px;right:-42px;pointer-events:none;opacity:1;transition:opacity .3s;}@media(max-width:767px){#Energipresentation .energipresentation-accordion.expanded .body-wrapper:before{content:"";position:absolute;height:100%;width:62px;top:0;right:-42px;color:#5d574c;font-family:"Glyphicons Halflings";pointer-events:none;opacity:1;transition:opacity .3s;z-index:99;display:flex;justify-content:center;align-items:center;font-size:20px;}}#Energipresentation .energipresentation-accordion.expanded .body-wrapper.no-blur:after,#Energipresentation .energipresentation-accordion.expanded .body-wrapper.no-blur:before{opacity:0;}@media(max-width:767px){#Energipresentation .energipresentation-graph-block-react-container,#Energipresentation .energipresentation-double-graph-block-react-container,#Energipresentation .energipresentation-circle-block-react-container,#Energipresentation .energipresentation-sankey-block-react-container,#Energipresentation .energipresentation-scales-block-react-container{overflow-x:scroll;position:relative;}}@media(max-width:767px){#Energipresentation .energipresentation-graph-block-react-container .graph-container,#Energipresentation .energipresentation-graph-block-react-container .circle-container,#Energipresentation .energipresentation-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-circle-block-react-container .graph-container,#Energipresentation .energipresentation-circle-block-react-container .circle-container,#Energipresentation .energipresentation-circle-block-react-container .sankey-container,#Energipresentation .energipresentation-sankey-block-react-container .graph-container,#Energipresentation .energipresentation-sankey-block-react-container .circle-container,#Energipresentation .energipresentation-sankey-block-react-container .sankey-container,#Energipresentation .energipresentation-scales-block-react-container .graph-container,#Energipresentation .energipresentation-scales-block-react-container .circle-container,#Energipresentation .energipresentation-scales-block-react-container .sankey-container{min-width:767px;}}#Energipresentation .energipresentation-graph-block-react-container .graph-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-graph-block-react-container .circle-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-circle-block-react-container .graph-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-circle-block-react-container .circle-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-scales-block-react-container .graph-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-scales-block-react-container .circle-container .graph-tooltip .graph-tooltip-header,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .graph-tooltip .graph-tooltip-header{font-weight:bold;font-size:1.1em;}#Energipresentation .energipresentation-graph-block-react-container .graph-container .graph-tooltip table tbody,#Energipresentation .energipresentation-graph-block-react-container .circle-container .graph-tooltip table tbody,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .graph-tooltip table tbody,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .graph-tooltip table tbody,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .graph-tooltip table tbody,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .graph-tooltip table tbody,#Energipresentation .energipresentation-circle-block-react-container .graph-container .graph-tooltip table tbody,#Energipresentation .energipresentation-circle-block-react-container .circle-container .graph-tooltip table tbody,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .graph-tooltip table tbody,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .graph-tooltip table tbody,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .graph-tooltip table tbody,#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .graph-tooltip table tbody,#Energipresentation .energipresentation-scales-block-react-container .graph-container .graph-tooltip table tbody,#Energipresentation .energipresentation-scales-block-react-container .circle-container .graph-tooltip table tbody,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .graph-tooltip table tbody{border:0;}#Energipresentation .energipresentation-graph-block-react-container .graph-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-graph-block-react-container .circle-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-circle-block-react-container .graph-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-circle-block-react-container .circle-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-scales-block-react-container .graph-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-scales-block-react-container .circle-container .graph-tooltip table tbody td,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .graph-tooltip table tbody td{padding:0 7px 0 7px;}#Energipresentation .energipresentation-graph-block-react-container .graph-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-graph-block-react-container .circle-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-circle-block-react-container .graph-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-circle-block-react-container .circle-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-scales-block-react-container .graph-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-scales-block-react-container .circle-container .plotband-label i.glyphicon,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .plotband-label i.glyphicon{margin-left:5px;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion{position:relative;margin-top:16px;}@media(max-width:767px){#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion{width:100%;overflow:visible;}}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion.expanded .body .scroll-container,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion.expanded .body .scroll-container,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion.expanded .body .scroll-container,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion.expanded .body .scroll-container,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion.expanded .body .scroll-container{overflow-x:scroll;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion .body,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion .body,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion .body,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion .body,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion .body{padding:15px 55px 0 55px;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion .plus,#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion .minus,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion .plus,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion .minus,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion .plus,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion .minus,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion .plus,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion .minus,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion .plus,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion .minus{line-height:25px;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table{border-collapse:separate;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table thead,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table thead,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table thead,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table thead,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table thead{background-color:#a1a0d0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table thead th,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table thead th,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table thead th,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table thead th,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table thead th{border-right:solid 1px #ccc;border-bottom:solid 2px #ccc;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table thead th:first-child,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table thead th:first-child,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table thead th:first-child,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table thead th:first-child,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table thead th:first-child{background-color:#a1a0d0;border-top:0;border-left:0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table.stick thead th:first-child,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table.stick thead th:first-child,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table.stick thead th:first-child,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table.stick thead th:first-child,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table.stick thead th:first-child{position:sticky;left:0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody{border-bottom:solid 3px #a1a0d0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody tr,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody tr,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody tr,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody tr,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody tr{background-color:#f3f2f9;border:solid 1px #a1a0d0;border-top:0;border-left:0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody tr td,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody tr td,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody tr td,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody tr td,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody tr td{border:inherit;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody tr td:first-child,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody tr td:first-child,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody tr td:first-child,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody tr td:first-child,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody tr td:first-child{border-left:solid 1px #a1a0d0;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody tr td.value,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody tr td.value,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody tr td.value,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody tr td.value,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody tr td.value{text-align:right;}#Energipresentation .energipresentation-graph-block-react-container .energipresentation-accordion table tbody tr th:first-child,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-accordion table tbody tr th:first-child,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-accordion table tbody tr th:first-child,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-accordion table tbody tr th:first-child,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-accordion table tbody tr th:first-child{position:sticky;left:0;background-color:#f3f2f9;border:solid 1px #a1a0d0;border-top:0;}@media(max-width:767px){#Energipresentation .energipresentation-graph-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-scale-container{min-width:600px;}}@media(max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container,#Energipresentation .energipresentation-graph-block-react-container,#Energipresentation .energipresentation-circle-block-react-container,#Energipresentation .energipresentation-scales-block-react-container,#Energipresentation .energipresentation-double-graph-block-react-container{overflow-x:initial;position:relative;}}#Energipresentation .energipresentation-sankey-block-react-container .sankey-container,#Energipresentation .energipresentation-sankey-block-react-container .graph-container,#Energipresentation .energipresentation-sankey-block-react-container .circle-container,#Energipresentation .energipresentation-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-graph-block-react-container .graph-container,#Energipresentation .energipresentation-graph-block-react-container .circle-container,#Energipresentation .energipresentation-circle-block-react-container .sankey-container,#Energipresentation .energipresentation-circle-block-react-container .graph-container,#Energipresentation .energipresentation-circle-block-react-container .circle-container,#Energipresentation .energipresentation-scales-block-react-container .sankey-container,#Energipresentation .energipresentation-scales-block-react-container .graph-container,#Energipresentation .energipresentation-scales-block-react-container .circle-container,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container{position:relative;}@media(max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .scroll-container,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .scroll-container,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .scroll-container,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .scroll-container,#Energipresentation .energipresentation-graph-block-react-container .graph-container .scroll-container,#Energipresentation .energipresentation-graph-block-react-container .circle-container .scroll-container,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .scroll-container,#Energipresentation .energipresentation-circle-block-react-container .graph-container .scroll-container,#Energipresentation .energipresentation-circle-block-react-container .circle-container .scroll-container,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .scroll-container,#Energipresentation .energipresentation-scales-block-react-container .graph-container .scroll-container,#Energipresentation .energipresentation-scales-block-react-container .circle-container .scroll-container,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .scroll-container,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .scroll-container,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .scroll-container{overflow-x:scroll;}}@media(max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container .sankey-container .scroll-container>div,#Energipresentation .energipresentation-sankey-block-react-container .graph-container .scroll-container>div,#Energipresentation .energipresentation-sankey-block-react-container .circle-container .scroll-container>div,#Energipresentation .energipresentation-graph-block-react-container .sankey-container .scroll-container>div,#Energipresentation .energipresentation-graph-block-react-container .graph-container .scroll-container>div,#Energipresentation .energipresentation-graph-block-react-container .circle-container .scroll-container>div,#Energipresentation .energipresentation-circle-block-react-container .sankey-container .scroll-container>div,#Energipresentation .energipresentation-circle-block-react-container .graph-container .scroll-container>div,#Energipresentation .energipresentation-circle-block-react-container .circle-container .scroll-container>div,#Energipresentation .energipresentation-scales-block-react-container .sankey-container .scroll-container>div,#Energipresentation .energipresentation-scales-block-react-container .graph-container .scroll-container>div,#Energipresentation .energipresentation-scales-block-react-container .circle-container .scroll-container>div,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container .scroll-container>div,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container .scroll-container>div,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container .scroll-container>div{position:relative;min-width:767px;}}@media(max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container .sankey-container,#Energipresentation .energipresentation-sankey-block-react-container .graph-container,#Energipresentation .energipresentation-sankey-block-react-container .circle-container,#Energipresentation .energipresentation-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-graph-block-react-container .graph-container,#Energipresentation .energipresentation-graph-block-react-container .circle-container,#Energipresentation .energipresentation-circle-block-react-container .sankey-container,#Energipresentation .energipresentation-circle-block-react-container .graph-container,#Energipresentation .energipresentation-circle-block-react-container .circle-container,#Energipresentation .energipresentation-scales-block-react-container .sankey-container,#Energipresentation .energipresentation-scales-block-react-container .graph-container,#Energipresentation .energipresentation-scales-block-react-container .circle-container,#Energipresentation .energipresentation-double-graph-block-react-container .sankey-container,#Energipresentation .energipresentation-double-graph-block-react-container .graph-container,#Energipresentation .energipresentation-double-graph-block-react-container .circle-container{min-width:0;}}@media(max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-graph-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-scale-container,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-scale-container{min-width:0;overflow-x:scroll;}}@media(max-width:767px) and (max-width:767px){#Energipresentation .energipresentation-sankey-block-react-container .energipresentation-scale-container>div,#Energipresentation .energipresentation-graph-block-react-container .energipresentation-scale-container>div,#Energipresentation .energipresentation-circle-block-react-container .energipresentation-scale-container>div,#Energipresentation .energipresentation-scales-block-react-container .energipresentation-scale-container>div,#Energipresentation .energipresentation-double-graph-block-react-container .energipresentation-scale-container>div{position:relative;min-width:600px;}}#Energipresentation .energipresentation-scales-block{margin-bottom:30px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container{position:relative;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container{width:80%;position:relative;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container img{width:100%;height:100%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title{height:5.4%;display:table;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title div{font-size:100%;display:table-cell;text-align:center;vertical-align:middle;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text{font-family:"HelveticaNeueRoman",helvetica,sans-serif;position:absolute;width:100%;text-align:center;font-size:1em;line-height:1em;display:table;margin:0;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div{display:table-cell;vertical-align:middle;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div .span-value,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div .span-value{font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side{position:absolute;top:0;left:0;right:55%;bottom:0;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title{width:94%;font-size:16px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text{color:#fff;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div{color:#fff;font-size:16px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-0{top:10.8%;left:26%;transform:rotate(-2.5deg);width:35%;height:5.3%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-1{top:15.77%;left:11%;transform:rotate(2.7deg);width:79%;height:5.5%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-2{top:20.8%;left:15%;transform:rotate(-1.2deg);width:76%;height:5.8%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-3{top:26.1%;left:12%;transform:rotate(2.4deg);width:80%;height:5.7%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-4{top:31.2%;left:6.5%;transform:rotate(-1.1deg);width:72%;height:5.8%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-5{top:36.6%;left:.5%;transform:rotate(-.5deg);width:71.5%;height:6.1%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-6{top:42.6%;left:15.8%;transform:rotate(1.8deg);width:73.3%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-7{top:48.4%;left:4%;transform:rotate(.1deg);width:80%;height:5.18%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-8{top:53.4%;left:12.3%;transform:rotate(-.6deg);width:69%;height:5.8%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-9{top:58.9%;left:9%;transform:rotate(1.3deg);width:80%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-10{top:64.8%;left:.6%;transform:rotate(.5deg);width:89.5%;height:5.8%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .left-total{top:72%;left:10.6%;width:71%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .left-total p{padding-bottom:5%;font-size:29px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;color:#fff;line-height:1em;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side{position:absolute;top:0;left:45%;right:0;bottom:0;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title{width:77%;margin-left:3.9%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text{color:#000;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div{font-size:16px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .difference-box{top:5.9%;left:49.4%;transform:rotate(-3deg);width:13%;height:5.1%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-0{top:10.6%;left:15.4%;transform:rotate(2.5deg);width:63%;height:5.4%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-1{top:15.7%;left:8%;transform:rotate(-1.1deg);width:59%;height:5.6%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-2{top:21.3%;left:3%;transform:rotate(-.5deg);width:66%;height:6%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-3{top:27.1%;left:11.4%;transform:rotate(2.8deg);width:64%;height:6.5%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-4{top:32.9%;left:5.7%;transform:rotate(-.7deg);width:64%;height:5.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-5{top:37.9%;left:12.7%;transform:rotate(-.7deg);width:62.8%;height:5.8%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-6{top:43.3%;left:12%;transform:rotate(1.5deg);width:63.6%;height:5.5%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-7{top:48.8%;left:8.8%;transform:rotate(1.5deg);width:63.6%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-8{top:54.8%;left:11%;transform:rotate(-1.3deg);width:60%;height:6%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-9{top:60.3%;left:11%;transform:rotate(1.6deg);width:64%;height:5.6%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-10{top:65.5%;left:6.4%;transform:rotate(0deg);width:73.4%;height:5%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-11{top:70.5%;left:10.6%;width:71%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .right-total{top:72%;left:7.6%;width:71%;height:6.2%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .right-total p{padding-bottom:5%;font-size:29px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;color:#fff;line-height:1em;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .current-year-box{position:absolute;bottom:2%;left:37.5%;width:15%;height:5.6%;position:absolute;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .current-year-box p{display:flex;align-items:center;justify-content:center;height:100%;margin:0;font-family:"HelveticaNeueMedium",helvetica,sans-serif;text-align:center;color:#fff;font-size:29px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .description-difference-box{position:absolute;bottom:6%;left:3%;width:23%;height:10%;position:absolute;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .description-difference-box p{display:flex;justify-content:center;height:100%;margin:0;line-height:130%;font-size:16px;font-family:"HelveticaNeueMedium",helvetica,sans-serif;text-align:left;color:#000;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals{position:absolute;top:0;right:0;bottom:0;width:20%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total{position:absolute;top:11%;right:0;left:0;height:39%;display:table;padding-left:10px;left:0;height:39%;display:table;padding-left:10px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text{text-align:left;display:table-cell;vertical-align:middle;font-size:16px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text .value{font-size:16px;font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total{position:absolute;top:52.5%;right:0;left:0;height:15%;display:table;padding-left:10px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text{text-align:left;display:table-cell;vertical-align:middle;font-size:16px;font-family:"HelveticaNeueRoman",helvetica,sans-serif;font-family:"HelveticaNeueBold",helvetica,sans-serif;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text .value{font-size:16px;font-family:"HelveticaNeueBold",helvetica,sans-serif;}@media(max-width:767px){#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title div{font-size:80%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div{font-size:80%;line-height:100%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .left-total p{font-size:23.2px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title{width:77%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .right-total p{font-size:23.2px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .current-year-box p{font-size:23.2px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .description-difference-box p{font-size:14.4px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text .value,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text .value{font-size:12.8px;line-height:120%;}}@media(max-width:570px){#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title div{font-size:60%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div{font-size:60%;line-height:100%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .left-total p{font-size:17.4px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .right-total p{font-size:17.4px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .current-year-box p{font-size:17.4px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .description-difference-box p{font-size:10.8px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text .value,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text .value{font-size:9.6px;line-height:120%;}}@media(max-width:410px){#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .title div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .title div{font-size:50%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .box-text div,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .box-text div{font-size:50%;line-height:80%;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .left-side .left-total p{font-size:14.5px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .right-side .right-total p{font-size:14.5px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .current-year-box p{font-size:14.5px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .image-container .description-difference-box p{font-size:9px;}#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .top-total .text .value,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text,#Energipresentation .energipresentation-scales-block .energipresentation-scales-block-react-container .energipresentation-scale-container .right-side-totals .bottom-total .text .value{font-size:8px;line-height:100%;}}#readspeaker_button1,.rsbtn{margin-bottom:2.5rem;z-index:0;}.container-fluid.web-reader-wrapper #readspeaker_button1,.container-fluid.web-reader-wrapper .rsbtn{margin:1rem 0 1rem 20px;}@media(min-width:768px){.container-fluid.web-reader-wrapper #readspeaker_button1,.container-fluid.web-reader-wrapper .rsbtn{margin-left:0;}}#Energipresentation #readspeaker_button1,#Energipresentation .rsbtn{margin:3.5rem 0 2.5rem 0;}.StatisticsPageBody #readspeaker_button1,.StatisticsPageBody .rsbtn{margin-left:20px;}@media(min-width:768px){.StatisticsPageBody #readspeaker_button1,.StatisticsPageBody .rsbtn{margin-left:0;}}#Energipresentation .full-width-maincontent-wrapper #readspeaker_button1~h1,#Energipresentation .full-width-maincontent-wrapper .rsbtn~h1{margin-top:2.5rem;}html body .container-fluid.web-reader-wrapper:has(.rsbtn),html body .container-fluid.web-reader-wrapper:has(#readspeaker_button1){background-color:#f6f6f6;max-width:unset;padding-top:86px;}html body .container-fluid.web-reader-wrapper:has(.rsbtn)+.hero-container,html body .container-fluid.web-reader-wrapper:has(#readspeaker_button1)+.hero-container{padding-top:0;}@media(min-width:992px){html body .container-fluid.web-reader-wrapper:has(.rsbtn),html body .container-fluid.web-reader-wrapper:has(#readspeaker_button1){padding:0;}}@media(min-width:1180px){html body .container-fluid.web-reader-wrapper:has(.rsbtn),html body .container-fluid.web-reader-wrapper:has(#readspeaker_button1){padding:0 45px;}}@media(min-width:1460px){html body .container-fluid.web-reader-wrapper:has(.rsbtn),html body .container-fluid.web-reader-wrapper:has(#readspeaker_button1){padding:0 calc((100% - 1370px)/2);}}
