body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: ProximaNovaA-Light;
}

div.content {
    /*height: 100vh;*/
    width: 100vw;
}

div.content-default {
    width: 100vw;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: calc(100vh - 60px);
    position: relative;
}

.header {
    background: #003C91;
    height: 60px;
    width: 100vw;
    top: 0;
    z-index: 1000;
    position: fixed;
    overflow: hidden;
}

.header .head-left,
.header head-right {
    display: inline-block;
}

.header .head-left {
    float: left;
    width: 25%;
    text-align: left;
}

.header .head-right {
    float: right;
    width: 75%;
    text-align: right;
}

.head-right a {
    display: inline-block;
    margin-right: 20px;
}

.head-left a {
    display: inline-block;
    margin-left: 20px;
}

.head-right .logo {
    background: url(/javax.faces.resource/images/v2/logo_climatepartner_white.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) center no-repeat;
    align-self: center;
    display: block;
    height: 30px;
    width: 200px;
    margin-top: 17px;
}

.head-left .menu,
.head-left .close {
    background: url(/javax.faces.resource/images/v2/icon_mobile_menu_open.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) center no-repeat;
    align-self: center;
    display: block;
    height: 18px;
    width: 22px;
    padding: 21px 0px;
}

.head-left .close {
    background: url(/javax.faces.resource/images/v2/icon_mobile_menu_close.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) center no-repeat;
}

#content {
    margin-top: 60px;
}

.ui-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header-menu {
    background: #003C91;
    min-height: 100vh !important;
    width: 100vw !important;
    top: 0px !important;
    left: 0px !important;
}

.ui-dialog{
    position: absolute !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0px !important;
}

div.content-default::before,
div.content-default::after {
    clear: both;
    content: '';
    display: block;
}

.co2_sub{
    font-size: 70% !important;
    height: 15px !important;
    line-height: 15px !important;
}

.block-text {
    display: block;
}

.font-semibold{
    font-family: ProximaNovaA-Semibold !important;
}

div.climate-video-box{
    width: 100vw;
    height: calc(100vw*9/16);
}

div.climate-fact a:visited{
    color: #fff;
}

.cms-content{
    height: calc(100vw*2/3) !important;
    width: 100vw !important;
    text-align: center;
    background: #003C91;
}

.cms-content a{
    display: table-cell;
    height: calc(100vw*2/3) !important;
    width: 100vw !important;
    text-align: center;
    vertical-align: middle;
}

.cms-content a, .cms-content a:hover{
    text-decoration: none !important;
}


@media (orientation: landscape) {
    .cms-info{
        font-family: ProximaNovaA-Regular;
        font-size: 8vh;
        line-height: 10vh;
        color: #fff;
        text-decoration: none;
    }

    .cms-info-more {
        font-family: ProximaNovaA-Semibold;
        font-size: 4vh;
        line-height: 5.5vh;
        margin-top: 10vh;
        color: #fff;
        text-decoration: none;
    }

    .mr_t_0{
        margin-top: 0vh !important;
    }

    .mr_b_0{
        margin-bottom: 0vh !important;
    }

    .mr_b_16{
        margin-bottom: 16vh !important;
    }

    .haslink .project-story{
        margin-bottom: 10vh !important;
    }

    .mr_t_5 {
        margin-top: 5vh;
    }

    .mr_t_6 {
        margin-top: 5vh !important;
    }

    .mr_t_03 {
        margin-top: 0.3vw;
    }

    div.climate-data-info{
        padding: 14vh 6vh;
        color: #000;
        text-align: center;
    }

    div.climate-data-info a{
        color: #000;
        text-decoration: none;
    }

    div.climate-data-info a:visited{
        color: #000;
    }

    div.climate-data-info .info-title{
        font-family: ProximaNovaA-Light;
        font-size: 4.5vh;
    }

    div.climate-data-info .info-content{
        font-family: ProximaNovaA-Regular;
        font-size: 8vh;
        line-height: 10vh;
        margin-top: 5vh;
    }

    div.climate-data-info .info-more {
        font-family: ProximaNovaA-Semibold;
        font-size: 4vh;
        line-height: 5.5vh;
        margin-top: 10vh;
    }

    div.climate-photos{
        width: 100vw;
    }

    div.climate-photos ul{
        display: table;
        margin: 0vw;
        padding: 0vw;
    }

    div.climate-photos ul li{
        list-style: none;
        float:left;
        list-style-type:none;
        clear:right;
        margin-top: 0.3vw;
        margin-right: 0.3vw;
        width: 16.397vw;
        height: 16.397vw;
    }

    div.climate-photos ul li:nth-child(6n){
        margin-right: 0vw;
    }

    div.climate-photos ul li a{
        display: block;
        width: 16.397vw;
        height: 16.397vw;
    }

    div.climate-photos a div {
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 16.397vw;
        height: 16.397vw;
    }

    div.climate-photos div img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    div.climate-photos div img.portrait {
        width: 100%;
        height: auto;
    }

    div.climate-fact{
        background: #261;
        color: #fff;
        /*width: 84vw;*/
        padding: 14vh 6vh;
        font-size: 4.5vh;
        text-align: center;
        font-family: ProximaNovaA-Light;
    }

    div.climate-fact > div > span,
    div.climate-fact a{
        font-size: 6.5vh;
        line-height: 9vh;
        margin-bottom: 0vw;
        font-family: ProximaNovaA-Semibold;
        display: block;
        text-decoration: none;
    }

    div.climate-fact > div:first-child{
        margin-top: 1vh;
    }

    div.climate-project-sdg {
        color: #000;
        font-size: 4vh;
        line-height: 6.5vh;
        margin: 12vh 6vh;
        font-family: ProximaNovaA-Regular;
        text-align: left;
    }

    .project-sdg-title{
        margin-bottom: 10vh;
        display: block;
        text-decoration: none;
        font-size: 8vh;
        line-height: 10vh;
        text-align: left;
    }

    div.climate-project-sdg .sub-title {
        display: block;
        margin-top: 5vh;
        margin-bottom: 1vh;
        font-size: 5vh !important;
        line-height: 7vh !important;
        font-family: ProximaNovaA-Semibold !important;
    }

    div.project-sdg-goal > div.sdg-icon{
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 30vh 30vh;
        display: block;
        width: 30vh;
        height: 30vh;
    }

    div.project-sdg-goal{
        display: block;
        margin-bottom: 11vh;
    }

    div.project-sdg-goal:last-child{
        margin-bottom: 0vh;
    }

    div.climate-info-text{
        font-family: ProximaNovaA-Regular;
        text-align: left;
    }

    div.project-story{
        margin: 12vh 6vh !important;
        width: auto !important;
    }

    div.project-story a,
    div.project-story{
        color: #000 !important;
        font-size: 4vh !important;
        line-height: 6.5vh !important;
    }

    div.project-story a:visited{
        color: #000 !important;
    }

    div.project-story .title {
        color: #000 !important;
        font-size: 8vh !important;
        line-height: 10vh !important;
        font-family: ProximaNovaA-Regular !important;
    }

    div.climate-info-text .title{
        text-decoration: none;
        margin-bottom: 5.5vh;
        display: block;
    }

    div.menu-content {
        margin-top: 90px;
        min-height: calc(100vh - 130px);
    }

    div.summary-offset >
    div.summary-offset-label{
        font-size: 11vh;
        line-height: 14vh;
    }

    ul.main-menu,
    ul.main-menu ul {
        margin: 0px;
        padding: 0px;
    }

    ul.main-menu > li {
        margin-bottom: 4vh;
    }

    ul.main-menu li,
    ul.main-menu ul li {
        list-style: none;
    }

    ul.main-menu li a,
    ul.main-menu li div a,
    ul.main-menu ul li a {
        font-family: ProximaNovaA-Light;
        font-size: 9vh;
        line-height: 12vh;
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

    ul.main-menu ul li a {
        font-size: 6vh;
        line-height: 9vh;
    }

    ul.main-menu li div a:hover,
    ul.main-menu li a:hover,
    ul.main-menu ul li a:hover {
        text-decoration: none;
    }

    ul.main-menu {
        padding: 0vh 8vh;
    }

    ul.main-menu li div {
        font-family: ProximaNovaA-Light;
        font-size: 9vh;
        line-height: 12vh;
        color: #fff;
    }

    div.lang-bar {
        border-top: 1px solid #fff;
        width: 100vw;
        bottom: 0px;
        overflow: hidden;
        text-align: center;
    }

    div.lang-bar a {
        color: #fff;
        text-decoration: none;
        font-family: ProximaNovaA-Light;
        font-size: 6vh;
        line-height: 9vh;
        padding: 6px 0px;
        display: block;
    }

    div.lang-bar a:hover {
        text-decoration: none;
    }

    div.climate-id-tracking {
        overflow: hidden;
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    div.climate-offset {
      /*  background: url(/javax.faces.resource/images/v2/bg_tilt_blue.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675);*/
        overflow: hidden;
        display: block;
        position: absolute;
        top: 12vh;
        left: 0px;
    }

    div.summary-offset{
        background: #003C91;
        display: block;
        padding: 8vh 0vh 8vh 8.5vh;
        margin: 0vh 30vw 0vh 0vw;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: ProximaNovaA-Regular;
        font-size: 6.5vh;
        vertical-align: middle;
        text-align: left;
    }

    div.summary-offset::after{
        content: '';
        position: absolute;
        background-color: #003C91;
        padding-bottom: 200%;
        width: 95%;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform: rotate(23deg);
        transform-origin: left bottom;
    }

    div.project-summary{
        padding: 6vh 0vh 7.5vh 8.5vh !important;
        font-size: 6vh !important;
        line-height: 8.5vh !important;
    }

    div.project-summary >
    div.summary-offset-label{
        font-size: 8vh;
        line-height: 10vh;
        margin-bottom: 2.5vh;
    }

    div.summary-offset-not-found{
        height: 25vh;
        max-height: 30vh;
        margin: auto;
        font-family: ProximaNovaA-Regular !important;
        font-size: 9vh;
        line-height: 12vh;
        vertical-align: middle !important;
        display: table-cell;
    }

    div.summary-tracking{
        display: block;
        background: #003C91;
        padding: 4.5vh 5.5vh 3.5vh 0.5vh;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: ProximaNovaA-Light;
        font-size: 6vh;
        line-height: 7vh;
        margin: 0vh 0vw 0vh 10vh;
        vertical-align: middle;
        text-align: left;
    }

    div.summary-tracking a{
        color: #fff;
        font-family: ProximaNovaA-Light;
        font-size: 6vh;
        line-height: 7vh;
        text-decoration: none;
    }

    div.summary-tracking a:visited{
        color: #fff;
    }

    div.summary-tracking::after{
        content: '';
        position: absolute;
        background-color: #003C91;
        padding-bottom: 200%;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0vh 0vw 0vh -10vh;
        z-index: -1;
        transform: rotate(23deg);
        transform-origin: left bottom;
    }

    .climate-verifier{
        margin-top: 8vh !important;
        margin-bottom: 1vh !important;
        display: block;
    }

    sub{
        vertical-align: baseline !important;
        font-size: 2.5vh !important;
    }

    .title sub{
        vertical-align: baseline !important;
        font-size: 5vh !important;
    }

    div.climate-project-photo{
        height: calc(100vh - 60px);
        width: 100vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    div.climate-back {
        background: #003C91;
        border-top: 1px solid #fff;
        height: 15vh;
        width: 100vw;
        text-align: center;
    }

    .climate-button{
        margin-top: 5vh;
        height: 16vh !important;
    }

    .climate-button a{
        font-size: 5vh !important;
        line-height: 17vh !important;
    }

    div.climate-back a {
        color: #fff;
        text-decoration: none;
        font-family: ProximaNovaA-Light;
        font-size: 5.5vh;
        line-height: 15vh;
        width: 100vw;
        text-align: center;
        display: inline-block;
    }

    div.climate-back a:hover {
        text-decoration: none;
    }

    div.climate-product-logo{
        height: calc(100vw*2/3);
        width: 100vw;
        margin: 0px;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    a.cp-logo{
        display: block;
        background: url(/javax.faces.resource/images/v2/badge/logo_climatepartner_claim_en_blue.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675);
        height: 80vh;
        width: 84vw;
        margin: 0vw 8vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    div.account-logo{
        vertical-align: middle;
        text-align: center;
        height: 56vh;
        width: 84vw;
        margin: 16vh 8vw;
    }

    .summary-company-logo{
        height: 56vh;
        width: 84vw;
        position: relative;
        overflow: hidden;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .measure-legal{
        margin: 12vh 6vh !important;
        width: auto !important;
        font-size: 3.5vh !important;
        line-height: 6vh !important;
        color: #646464 !important;
        text-align: center !important;
    }
    div.measure-picture{
        height: calc(100vw*2/3);
        width: 100vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    div.measure-logo{
        height: calc(100vw*2/3);
        width: 84vw;
        margin: 0vw 8vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }
    .mr-top-14{
        margin-top: 14vh;
    }
    .mr-top-12{
        margin-top: 14vh;
    }

    .climate-neutrality{
        margin: 12vh 6vh !important;
        width: auto !important;
    }

    .climate-neutrality .definition-title{
        font-family: ProximaNovaA-Regular !important;;
        text-align: left !important;;
        color: #000 !important;
        font-size: 5.5vh !important;
        line-height: 7vh !important;
    }
    .climate-neutrality .definition-subtitle {
        color: #000 !important;
        font-size: 8vh !important;
        line-height: 10vh !important;
        font-family: ProximaNovaA-Regular !important;
        font-weight: bold;
        text-decoration: none;
        display: block;
        margin-bottom: 5.5vh;
    }

    .climate-neutrality .definition-subtitle .unit-name{
        font-weight: normal;
    }

    .climate-neutrality .definition-description{
        font-family: ProximaNovaA-Regular !important;
        text-align: left !important;
        color: #000 !important;
        font-size: 4vh !important;
        line-height: 6.5vh !important;
    }

    .climate-neutrality .definition-description p{
        margin-top: 0vh;
    }

    .gdprcookie-buttons button{
        /*display: block !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        /*min-width: 234px !important;*/
        width: 30%;
        margin-right: 4vh !important;
    }

    .gdprcookie-buttons button:last-child{
        margin-right: 0vh !important;
    }

    .gdprcookie-intro, .gdprcookie-types label{
        font-size: 3.5vh !important;
        line-height: 4vh !important;
        font-family: ProximaNovaA-Regular !important;
    }

    .gdprcookie-intro p{
        margin-top: 0px !important;
        margin-bottom: 2vh !important;
    }

    .gdprcookie-intro{
        margin-bottom: 2vh !important;
    }

    .gdprcookie-intro h1{
        font-size: 4vh !important;
        line-height: 5vh !important;
        font-family: ProximaNovaA-Regular !important;
        margin-bottom: 2.5vh !important;
        margin-top: 2vh !important;
    }

    .gdprcookie{
        padding-top: 0px !important;
        height: auto !important;
    }

    .gdprcookie-buttons button{
        font-size: 3.5vh !important;
        line-height: 4vh !important;
        font-family: ProximaNovaA-Regular !important;
        margin-bottom: 2.5vh !important;
    }

    .gdprcookie-types ul{
        margin-top: 0vw !important;
        margin-bottom: 4vh !important;
    }

    .cookie-header a.climate-partner {
        background-image:  url(/javax.faces.resource/images/v2/logo_cp.png.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) !important;
        width: 50% !important;
        margin-left: 0px !important;
    }

    .link-box{
        width: 50% !important;
        text-align: center !important;
    }

    .cookie-header .link-box:last-child{
        text-align: right !important;
        margin-right: 0px !important;
    }
}

@media (orientation: portrait) {
    .mr-top-12{
        margin-top: 12vw;
    }
    .mr-top-14{
        margin-top: 14vw;
    }
    div.measure-picture{
        height: calc(100vw*2/3);
        width: 100vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    div.measure-logo{
        height: calc(100vw*2/3);
        width: 84vw;
        width: 84vw;
        margin: 0vw 8vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .cms-info{
        font-family: ProximaNovaA-Regular;
        font-size: 8vw;
        line-height: 10vw;
        color: #fff;
        text-decoration: none;
    }

    .cms-info-more {
        font-family: ProximaNovaA-Semibold;
        font-size: 4vw;
        line-height: 5.5vw;
        margin-top: 10vw;
        color: #fff;
        text-decoration: none;
    }

    .mr_t_0{
        margin-top: 0vh !important;
    }

    .mr_b_0{
        margin-bottom: 0vh !important;
    }

    .mr_b_16{
        margin-bottom: 16vw !important;
    }

    .haslink .project-story{
        margin-bottom: 10vw !important;
    }

    .mr_t_5 {
        margin-top: 5vw;
    }

    .mr_t_6 {
        margin-top: 5vw !important;
    }

    .mr_t_03 {
        margin-top: 0.3vw;
    }

    div.climate-data-info{
        padding: 14vw 6vw;
        color: #000;
        text-align: center;
    }

    div.climate-data-info a{
        color: #000;
        text-decoration: none;
    }

    div.climate-data-info a:visited{
        color: #000;
    }

    div.climate-data-info .info-title{
        font-family: ProximaNovaA-Light;
        font-size: 4.5vw;
    }

    div.climate-data-info .info-content{
        font-family: ProximaNovaA-Regular;
        font-size: 8vw;
        line-height: 10vw;
        margin-top: 5vw;
    }

    div.climate-data-info .info-more {
        font-family: ProximaNovaA-Semibold;
        font-size: 4vw;
        line-height: 5.5vw;
        margin-top: 10vw;
    }

    div.climate-photos{
        width: 100vw;
    }

    div.climate-photos ul{
        display: table;
        margin: 0vw;
        padding: 0vw;
    }

    div.climate-photos ul li{
        list-style: none;
        float:left;
        list-style-type:none;
        clear:right;
        margin-top: 0.3vw;
        margin-right: 0.25vw;
        width: 33.1vw;
        height: 33.1vw;
    }

    div.climate-photos ul li:nth-child(3n){
        margin-right: 0vw;
    }

    div.climate-photos ul li a{
        display: block;
        width: 33.1vw;
        height: 33.1vw;
    }

    div.climate-photos a div {
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 33.1vw;
        height: 33.1vw;
    }

    div.climate-photos div img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    div.climate-photos div img.portrait {
        width: 100%;
        height: auto;
    }

    div.climate-fact{
        background: #261;
        color: #fff;
        /*width: 84vw;*/
        padding: 14vw 6vw;
        font-size: 4.5vw;
        text-align: center;
        font-family: ProximaNovaA-Light;
    }

    div.climate-fact > div > span,
    div.climate-fact a{
        font-size: 6.5vw;
        line-height: 9vw;
        margin-bottom: 0vw;
        display: block;
        font-family: ProximaNovaA-Semibold;
    }

    div.climate-fact > div:first-child{
        margin-top: 1vw;
    }

    div.climate-project-sdg {
        color: #000;
        font-size: 4vw;
        line-height: 6.5vw;
        margin: 12vw 6vw;
        font-family: ProximaNovaA-Regular;
        text-align: left;
    }

    .project-sdg-title{
        margin-bottom: 10vw;
        display: block;
        text-decoration: none;
        font-size: 8vw;
        line-height: 10vw;
        text-align: left;
    }

    div.climate-project-sdg .sub-title {
        display: block;
        margin-top: 5vw;
        margin-bottom: 1vw;
        font-size: 5vw !important;
        line-height: 7vw !important;
        font-family: ProximaNovaA-Semibold !important;
    }

    div.project-sdg-goal > div.sdg-icon{
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: 30vw 30vw;
        display: block;
        width: 30vw;
        height: 30vw;
    }

    div.project-sdg-goal{
        display: block;
        margin-bottom: 11vw;
    }

    div.project-sdg-goal:last-child{
        margin-bottom: 0vw;
    }

    div.climate-info-text{
        font-family: ProximaNovaA-Regular;
        text-align: left;
    }

    div.project-story{
        margin: 12vw 6vw !important;
        width: auto !important;
    }

    div.project-story a,
    div.project-story{
        color: #000 !important;
        font-size: 4vw !important;
        line-height: 6.5vw !important;
    }

    div.project-story a:visited{
        color: #000 !important;
    }

    div.project-story .title {
        color: #000 !important;
        font-size: 8vw !important;
        line-height: 10vw !important;
        font-family: ProximaNovaA-Regular !important;
    }

    div.climate-info-text .title{
        text-decoration: none;
        margin-bottom: 5.5vw;
        display: block;
    }

    div.menu-content {
        margin-top: 90px;
        min-height: calc(91vh - 130px);
    }

    div.summary-offset >
    div.summary-offset-label{
        font-size: 11vw;
        line-height: 14vw;
    }

    ul.main-menu,
    ul.main-menu ul {
        margin: 0px;
        padding: 0px;
    }

    ul.main-menu > li {
        margin-bottom: 4vw;
    }

    ul.main-menu li,
    ul.main-menu ul li {
        list-style: none;
    }

    ul.main-menu li a,
    ul.main-menu li div a,
    ul.main-menu ul li a {
        font-family: ProximaNovaA-Light;
        font-size: 9vw;
        line-height: 12vw;
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

    ul.main-menu ul li a {
        font-size: 6vw;
        line-height: 9vw;
    }

    ul.main-menu li div a:hover,
    ul.main-menu li a:hover,
    ul.main-menu ul li a:hover {
        text-decoration: none;
    }

    ul.main-menu {
        padding: 0vw 8vw;
    }

    ul.main-menu li div {
        font-family: ProximaNovaA-Light;
        font-size: 9vw;
        line-height: 12vw;
        color: #fff;
    }

    div.lang-bar {
        border-top: 1px solid #fff;
        width: 100vw;
        bottom: 0px;
        overflow: hidden;
        text-align: center;
    }

    div.lang-bar a {
        color: #fff;
        text-decoration: none;
        font-family: ProximaNovaA-Light;
        font-size: 6vw;
        line-height: 9vw;
        padding: 17px 0px;
        display: block;
    }

    div.lang-bar a:hover {
        text-decoration: none;
    }

    div.climate-id-tracking {
        overflow: hidden;
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    div.climate-offset {
        overflow: hidden;
        display: block;
        position: absolute;
        top: 12vh;
        left: 0px;
    }

    div.summary-offset {
        background: #003C91;
        display: block;
        padding: 8vw 0vw 8vw 8.5vw;
        margin: 0vh 30vw 0vh 0vw;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: ProximaNovaA-Regular;
        font-size: 6.5vw;
        vertical-align: middle;
        text-align: left;
    }

    div.summary-offset::after{
        content: '';
        position: absolute;
        background-color: #003C91;
        padding-bottom: 200%;
        width: 95%;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform: rotate(23deg);
        transform-origin: left bottom;
    }

    div.project-summary{
        padding: 6vw 0vw 7.5vw 8.5vw !important;
        font-size: 6vw !important;
        line-height: 8.5vw !important;
    }

    div.project-summary >
    div.summary-offset-label{
        font-size: 8vw;
        line-height: 10vw;
        margin-bottom: 2.5vw;
    }

    div.summary-offset-not-found{
        height: 25vw;
        max-height: 30vw;
        margin: auto;
        font-family: ProximaNovaA-Regular !important;
        font-size: 9vw;
        line-height: 12vw;
        vertical-align: middle !important;
        display: table-cell;
    }

    div.summary-tracking {
        display: block;
        background: #003C91;
        padding: 4.5vw 5.5vw 3.5vw 0.5vw;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: ProximaNovaA-Light;
        font-size: 6vw;
        line-height: 7vw;
        margin: 0vw 0vw 0vw 10vw;
        vertical-align: middle;
        text-align: left;
    }

    div.summary-tracking a{
        color: #fff;
        font-family: ProximaNovaA-Light;
        font-size: 6vw;
        line-height: 7vw;
        text-decoration: none;
    }

    div.summary-tracking a:visited {
        color: #fff;
    }

    div.summary-tracking::after{
        content: '';
        position: absolute;
        background-color: #003C91;
        padding-bottom: 200%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: 0vw 0vw 0vw -10vw;
        transform: rotate(23deg);
        transform-origin: left bottom;
    }

    .climate-verifier{
        margin-top: 8vw !important;
        margin-bottom: 1vw !important;
        display: block;
    }

    sub{
        vertical-align: baseline !important;
        font-size: 2.5vw !important;
    }

    .title sub{
        vertical-align: baseline !important;
        font-size: 5vw !important;
    }

    div.climate-project-photo{
        height: 100vw;
        width: 100vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    div.climate-back {
        background: #003C91;
        border-top: 1px solid #fff;
        height: 10vh;
        width: 100vw;
        bottom: 0px;
        text-align: center;
    }

    .climate-button{
        margin-top: 5vw;
        height: 16vw !important;
    }

    .climate-button a{
        font-size: 5vw !important;
        line-height: 17vw !important;
    }

    div.climate-back a {
        color: #fff;
        text-decoration: none;
        font-family: ProximaNovaA-Light;
        font-size: 3vh;
        line-height: 10vh;
        width: 100vw;
        text-align: center;
        display: inline-block;
    }

    div.climate-back a:hover {
        text-decoration: none;
    }

    div.climate-product-logo{
        height: calc(100vw*2/3);
        width: 100vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    a.cp-logo{
        display: block;
        background: url(/javax.faces.resource/images/v2/badge/logo_climatepartner_claim_en_blue.svg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675);
        height: 80vw;
        width: 84vw;
        margin: 0vw 8vw;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    div.account-logo{
        vertical-align: middle;
        text-align: center;
        height: 56vw;
        width: 84vw;
        margin: 16vw 8vw;
    }

    .summary-company-logo{
        height: 56vw;
        width: 84vw;
        position: relative;
        overflow: hidden;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .measure-legal{
        margin: 12vw 6vw !important;
        width: auto !important;
        font-size: 3.5vw !important;
        line-height: 6vw !important;
        color: #646464 !important;
        text-align: center !important;
    }

    .gdprcookie-buttons button{
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        min-width: 234px !important;
        width: calc(100vw - 60px);
    }

    .gdprcookie-intro, .gdprcookie-types label{
        font-size: 3.5vw !important;
        line-height: 4vw !important;
        font-family: ProximaNovaA-Regular !important;
    }

    .gdprcookie-intro p{
        margin-top: 0px !important;
        margin-bottom: 2vw !important;
    }

    .gdprcookie-intro{
        margin-bottom: 2vw !important;
    }

    .gdprcookie-intro h1{
        font-size: 4vw !important;
        line-height: 5vw !important;
        font-family: ProximaNovaA-Regular !important;
        margin-bottom: 2.5vw !important;
        margin-top: 2vw !important;
    }

    .gdprcookie{
        padding-top: 0px !important;
    }

    .gdprcookie-buttons button{
        font-size: 4vw !important;
        line-height: 5vw !important;
        font-family: ProximaNovaA-Regular !important;
        margin-bottom: 2.5vw !important;
    }

    .gdprcookie-types ul{
        margin-top: 0vw !important;
        margin-bottom: 4vw !important;
    }

    .cookie-header a.climate-partner {
        background-image:  url(/javax.faces.resource/images/v2/logo_cp.png.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) !important;
        width: 33% !important;
        margin-left: 0px !important;
    }

    .link-box{
        width: 33% !important;
        text-align: center !important;
    }

    .cookie-header .link-box:last-child{
        text-align: right !important;
        margin-right: 0px !important;
    }
}

.background_image_0{
    background: url(/javax.faces.resource/images/v2/bg_0.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_1{
    background: url(/javax.faces.resource/images/v2/bg_1.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_2{
    background: url(/javax.faces.resource/images/v2/bg_2.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_3{
    background: url(/javax.faces.resource/images/v2/bg_3.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_4{
    background: url(/javax.faces.resource/images/v2/bg_4.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_5{
    background: url(/javax.faces.resource/images/v2/bg_5.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_6{
    background: url(/javax.faces.resource/images/v2/bg_6.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_7{
    background: url(/javax.faces.resource/images/v2/bg_7.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_8{
    background: url(/javax.faces.resource/images/v2/bg_8.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}
.background_image_9{
    background: url(/javax.faces.resource/images/v2/bg_9.jpg.jsf;jsessionid=699D81C66B082368AA01B5FEDC25B675) no-repeat center center;
}

.climate-neutrality{
    margin: 12vw 6vw !important;
    width: auto !important;
}

.climate-neutrality .definition-title{
    font-family: ProximaNovaA-Regular !important;;
    text-align: left !important;;
    color: #000 !important;
    font-size: 5.5vw !important;
    line-height: 7vw !important;
}
.climate-neutrality .definition-subtitle {
    color: #000 !important;
    font-size: 8vw !important;
    line-height: 10vw !important;
    font-family: ProximaNovaA-Regular !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 5.5vw;
}

.climate-neutrality .definition-subtitle .unit-name{
    font-weight: normal;
}

.climate-neutrality .definition-description{
    font-family: ProximaNovaA-Regular !important;
    text-align: left !important;
    color: #000 !important;
    font-size: 4vw !important;
    line-height: 6.5vw !important;
}
.climate-neutrality .definition-description p{
    margin-top: 0vw;
}

