a u{ text-decoration: none;}

.energy-about-section .content-block ul {
    margin-bottom: 24px;
}

.energy-about-section ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.energy-about-section ul>li {
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    padding-left: 34px;
}

.energy-about-section ul>li::before {
    content: '';
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 16px;
    background-image: url('../Images/list-arrow-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.project-content .project-img>img {
    height: auto;
}

/* 27-11-2025 */
.news.news-single .connect-col h4 {
    margin-bottom: 17px;
}

.news.news-single .inner-details-row .project-img img {
    height: 100%;
}

.download-PDF img {
    width: 20px
}

/* .news.news-single .project-details-content .content-block{ max-width:0px; } */
.project-details-section .teamexperts .inner-details-row {
    padding-top: 0px;
}

.project-details-section .introtext-content .inner-details-row {
    padding-bottom: 0px;
}

.project-details-section .container-wrapper .section-info .frame-type-header h3 {
    font-weight: 500;
}

.btn-md img {
    width: 18px;
}

/* 2-12-2025 */
section.project-details-section.events-details-section .connect-col .card-layout.project-info-card ul.contact-list {
    margin-bottom: 30px;
}

/* 9-12-2025 */
.container-wrapper .project-team-block {
    align-items: normal;
}

/* 16-12-2025 */
.footer-block .footer-standard-logo .img-item img {
    height: auto;
}

.content-block p.sub-title {
    font-size: 20px;
    line-height: 1.2;
}

.content-block h3.heading {
    margin-bottom: 15px;
}

/* 01-01-2026 */
.card-layout .content-block .date {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-layout .content-block h3 {
    margin-bottom: 15px;
}

.project-links-green {
    margin: 5px 0px;
    font-size: 16px;
    padding: 10px;
}

.card-layout .block-row .content-img .copyright-info {
    bottom: 22px !important;
}

/* .select2-results__option--highlighted { display: none; } */

.expert-profile-row .expert-profile-content .expert-description p {
    margin-top: 32px;
    font-size: 24px;
}

.connect-info ul.contact-list li {
    line-height: 1.5;
}

.latest-news-section .news-card .news-img {
    border-radius: 24px !important
}

/* 08-01-2026 */
.connect-info ul.contact-list li {
    color: var(--black-400);
}

.connect-info ul.contact-list li.contact-name {
    color: var(--dark-blue);

}

.publication-card-layout .publication-info .document .doc-img {
    border: 1px solid var(--lightBg3);
}

svg.icon.clickable__icon.progress-indicator__icon {
    display: none;
}

.card-layout-image .block-row .content-img {
    border: 1px solid var(--borderD2D);
}

.connect-info ul.contact-list li.border-title {
    font-size: 20px !important;
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.connect-info h5.border-title {
    color: var(--dark-blue);
}

/* 12-01-2026 */
/* external link*/
a.cta.button.external.external-link:hover {
    background: #97B9E2;
    border-color: #97B9E2;
    box-shadow: 0px 8px 34px 0px rgba(8, 41, 81, 0.25);
}

a.cta.button.external.external-link {
    background: #97B9E2;
    border-color: #97B9E2;
    text-decoration: none;
}

a.cta.button.external.external-link {
    color: #152266 !important;
    background: #FFFFFF;
    border-color: #152266;
}

.button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    border: 1px solid transparent;
    border-radius: 45px;
    cursor: pointer;
}

a.cta.button.external.external-link {
    padding-inline: 24px;
    display: inline-block;
}

a.cta.button.external.external-link[target="_blank"]::after {
    content: '';
    display: inline-flex;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-image: url('../Images/arrow-up-icon-ext.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 3px;
    position: relative;
}

/* inter link */
a.cta.button.internal.internal-link:hover {
    background: #97B9E2;
    border-color: #97B9E2;
    box-shadow: 0px 8px 34px 0px rgba(8, 41, 81, 0.25);
}

a.cta.button.internal.internal-link {
    background: #97B9E2;
    border-color: #97B9E2;
    text-decoration: none;
}

a.cta.button.internal.internal-link {
    color: #152266;
    background: #FFFFFF;
    border-color: #152266;
    text-decoration: none;
}

a.cta.button.internal.external-link {
    color: #152266 !important;
    background: #FFFFFF;
    border-color: #152266;
    text-decoration: none;
}

.button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    border: 1px solid transparent;
    border-radius: 45px;
    cursor: pointer;
}

a.cta.button.internal.internal-link {
    padding-inline: 24px;
    display: inline-block;
}

a.cta.button.internal.internal-link::after {
    content: '';
    display: inline-flex;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-image: url('../Images/arrow-up-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 3px;
    position: relative;
}

h2.text-center {
    color: #152266;
}

#klaro .klaro.we_cookie_consent .cm-link::before,
#klaro .klaro.we_cookie_consent .cm-btn::before {
    margin-top: 0;
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn {
    border: 2px solid var(--blue);
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn-sm {
    border: 2px solid var(--blue);
}

.klaro.we_cookie_consent .cookie-notice p,
.klaro.we_cookie_consent .cookie-modal p {
    color: var(--black-500);
    font-size: 16px;
    font-family: var(--baseFont);
    font-style: normal;
}

.klaro.we_cookie_consent .cookie-notice a,
.klaro.we_cookie_consent .cookie-modal a {
    color: var(--dark-blue);
}

.klaro.we_cookie_consent .cookie-modal .cm-service>div>.cm-list-label .slider::before {
    background-color: var(--dark-blue);
}

.project-details-section .inner-details-row {
    padding: 25px 0 0 0 !important;
}

.main-content-wrapper ul.categories-list {
    padding-left: 0px;
}

.newsletter-form-group.sib-form-block {
    padding-inline: 0;
}

#sib-form .entry__choice label {
    padding-left: 14px;
}

.sib-form-container .sib-form-block {
    padding: 0px;
}

.landscape-video {
    margin-bottom: 32px;
}

.landscape-video .video-player-block {
    margin-bottom: 0px;
}
.portrait-video .video-player-block {
    margin-bottom: 0px;
}

.main-content-wrapper .newsletter-box{
    width: 40%;
    display: inline-block;
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success::before {
    content: '';
    display: none;
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link::before {
    content: '';
    display: none;
}

#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-danger::before {
    content: '';
    display: none;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-danger::before,
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all::before {
    content: '';
    display: none; 
}
.cookie-notice:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    top: 0;
    z-index: -3;
}

.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body {
    position: relative;
    padding: 24px 32px;
    border-radius: 20px;
    border: 1px solid var(--lightBg3);
    background: var(--white);
    box-shadow: 1px -1px 20px 0 rgba(16, 24, 40, 0.03), -1px 1px 20px 0 rgba(16, 24, 40, 0.03);
}

.klaro.we_cookie_consent .cookie-notice h1.title {
    font-size: 2em;
}

.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal, .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro {
    border-radius: 20px;
    border: 1px solid var(--lightBg3);
}

.klaro .cn-body::-webkit-scrollbar,
.klaro .cm-modal::-webkit-scrollbar {
  width: 8px;
}

.klaro .cn-body::-webkit-scrollbar-track,
.klaro .cm-modal::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
  margin: 15px 0;
}

.klaro .cn-body::-webkit-scrollbar-thumb,
.klaro .cm-modal::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  border-radius: 20px;
}

.klaro .cn-body::-webkit-scrollbar-thumb:hover,
.klaro .cm-modal::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
p.cm-powered-by {
    display: none !important;
}
p.purposes {
    display: none !important;
}

/*Cookie-accordion*/

.cm-service > div > div[id$="-description"] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cm-service.is-open > div > div[id$="-description"] {
    max-height: 2000px;
}

.cm-service {
    border: 1px solid;
    border-radius: 10px;
}
.klaro .cookie-modal .cm-list-label .cm-switch, .klaro .context-notice .cm-list-label .cm-switch, .klaro .cookie-notice .cm-list-label .cm-switch {
    left: 10px !important;
}
li.cm-service.cm-toggle-all {
    display: none !important;
}
.cm-list-label {
    width: 100%;
    display: block;
    padding: 1rem 0;
}

.cm-list-label::after {
    content: ""; 
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 2rem;
    background-image: url("../Icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.cm-service.is-open .cm-list-label::after {
    background-image: url("../Icons/down-arrow.svg");
    transform: translateY(-50%) rotate(-180deg);
}

.klaro .cm-list-description table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
}

.klaro .cm-list-description {
    padding-right: 35px !important;
    overflow-x: auto;
}
input#tx-felogin-input-password {
    margin-bottom: 24px;
}
.frame-type-felogin_login {
    text-align: center;
}

@media (max-width: 479px) {
    .main-content-wrapper .newsletter-box {
        width: 100%;
    }
    .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal, .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro {
        border-radius: 20px 20px 0 0;
        border: none;
    }
    .klaro.we_cookie_consent .cookie-notice h1.title {
        font-size: 1.5em;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header h1 {
        font-size: 1.5em;
    }
    .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
        border-radius: 0 0 20px 20px;
    }
}
@media (max-width: 400px) {
    .klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .cm-required ~ .cm-cswitch .slider, .klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .cm-required ~ .cm-switch .slider {
        top: -24px;
    }
    .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
        padding-right: 35px;
    }
}