
:root {
    --pn-primary: #72BB44; /* grün */
    --pn-secondary: #375899; /* blau */
    --pn-tertiary: #0E1239; /* dunkelblau */
    --pn-font-color: #0E1239;
    --pn-navigation: #0E1239;
    --pn-navigation-hover: var(--pn-primary);
    --pn-box-background: #0E1239;
    --pn-background: #fff;
    --pn-footer-background: var(--pn-box-background);
}

.body-bg {
    overflow: visible;
}
#c12250 {
    position: absolute;
    top: -60px;
    left: -5vw;
    z-index: 2000;
    height: 86vw;
    padding: 0;
}
#c12250 > .frame-group-container {
    position: sticky;
    top: 0;
}
#c12250 img {
    width: 35vw;
}
#c12251 {
    position: relative;
    z-index: 2001;
}
[alt="enova-header-icon"] {
    position: absolute;
    z-index: -1;
    left: -93px;
    top: -160px;
}

html {
    font-size: 28px;
}
body {
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--pn-font-color);
}
.section-default {
    padding-bottom: 0;
}
.section-default > *:last-child {
    padding-bottom: 5em;
}
.link-arrow {
    color: var(--pn-secondary);
}
a {
    color: var(--pn-secondary);
}
a:hover {
    color: var(--pn-primary);
}
h1, h2, h3, h4, h5, .element-header, .dce-image-fullwidth .title-image-fullwidth {
    font-family: "Funnel Display", sans-serif !important;
    font-weight: 500;
    color: var(--pn-secondary);
}
[class*="frame-background-"]:not(.frame-background-none) .element-header  {
    color: white;
}
[class*="frame-background-"]:not(.frame-background-none) .frame-container {
    padding: 1rem 0;
}
[class*="frame-background-"]:not(.frame-background-none) a {
    color: white;
}
.dce-image-fullwidth .title-image-fullwidth {
    font-size: 147px;
    line-height: 130px;
    color: white;
    width: 100%;
}
h1 {
    font-size: 90px;
    line-height: 1.11;
    margin-bottom: 0.333em;
}
h2 {
    font-size: 70px;
    line-height: 1.08;
    margin-bottom: 0.5em !important;
}
h3, .card-group-element-item .card-title {
    font-size: 53px;
}
.card-group-element-item .card-title {
    margin-bottom: 20px;
    hyphens: auto;
    min-height: 115px;
}
.card-group-element-item .card-footer {
    display: none;
}
h4, h4.element-header {
    font-size: 38px;
}
.lead {
    font-weight: 400;
}
.control-label {
    font-weight: 400;
}

.list-normal,
.list-unstyled {
    padding: 0;
}
.list-normal > li,
.list-unstyled > li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.2em;
}
.list-normal > li::before,
.list-unstyled > li::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--pn-primary);
    left: 0;
    top: 0.55em;
    border-radius: 50%;
}
.list-normal > li small,
.list-normal > li .small,
.list-unstyled > li small,
.list-unstyled > li .small,
ol small {
    display: inline;
}
.frame-background-primary .list-normal > li::before,
.frame-background-primary .list-unstyled > li::before,
.frame-background-secondary .list-normal > li::before,
.frame-background-secondary .list-unstyled > li::before,
.frame-background-tertiary .list-normal > li::before,
.frame-background-tertiary .list-unstyled > li::before {
    background-color: white;
}
.small, small {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
}
.lead {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 10px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
#page-header {
    background: transparent;
    height: 120px;
    display: flex;
    width: 100%;
    align-items: center;
    z-index: auto;
}
#mainnavigation {
    position: relative;
    z-index: 2002;
}
.navbar-default .navbar-nav > li > a,
.navbar-default-transition .navbar-nav > li > a,
.navbar-default-transition.navbar-transition .navbar-nav > li > a {
    font-size: 18px;
    text-transform: none;
    color: var(--pn-font-color);
}
.navbar-default .navbar-nav > li > a:hover {
    color: var(--pn-primary);
}
.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
    max-width: unset;
    width: 255px;
    height: 56px;
}
@media (min-width: 992px) {
    .navbar-mainnavigation .navbar-nav > li.active > .nav-link::before {
        opacity: 0;
    }
}
.frame-backgroundimage-container, .frame-backgroundimage {
    background-position: calc(100% - 30px);
    background-size: auto 90%;
    background-repeat: no-repeat;
}

footer .footer-section-content {
    display: block;
}
#page-footer .container > .section-row {
    align-items: flex-end;
}
#page-footer .footer-section {
    font-size: 18px;
    color: white;
    font-weight: 300;
}
#page-footer a {
    color: white;
}
#page-footer a:hover {
    color: var(--pn-primary);
    text-decoration: none;
}
#page-footer picture,
#page-footer img,
#page-footer .image {
    margin: 0;
}
#page-footer .footer-section-content-column-left img {
    margin-bottom: 22px;
}
#page-footer .textmedia-gallery,
#page-footer .textpic-gallery {
    margin-bottom: 3px;
}
.link-arrow::after {
    content: "";
    display: inline-block;
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.883' height='35.241' viewBox='0 0 49.883 35.241'%3E%3Cg transform='translate(-2868.5 1352.68) rotate(-90)'%3E%3Cline y2='46.696' transform='translate(1335.178 2868.5)' fill='none' stroke='%2372bb44' stroke-width='3'/%3E%3Cpath d='M0,0,16.7,16.434,0,33.111' transform='translate(1351.611 2899.554) rotate(90)' fill='none' stroke='%2372bb44' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    width: 69px;
    height: 49px;
    background-size: 68.38px 48.284px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(55px, 30px);
    transition: all 0.4s ease;
    pointer-events: none;
}
.link-arrow:hover::after {
    transform: translate(80px, 30px);
}

.frame-container .frame-container {
	padding-left: 0;
	padding-right: 0;
}
.news-list-view h4 {
    font-size: 28px;
}
.news-date {
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
    margin-bottom: 0px;
    color: var(--pn-font-color);
}
.category-filter-label {
    font-size: 18px;
}
.category-filter-item {
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    border-color: transparent;
}
.category-filter-item:first-child {
    padding-left: 0;
}
.filter-item {
    position: relative;
}
.filter-item::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 380 380'%3E%3Crect x='0' y='0' width='380' height='380' fill='%2372bb44' opacity='0.5'/%3E%3Cg transform='translate(-2714.27 1531.222) rotate(-90)'%3E%3Cline y2='64.089' transform='translate(1341.389 2868.5)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3Cpath d='M0,0,22.918,22.555,0,45.443' transform='translate(1363.944 2911.121) rotate(90)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    content: "";
    top: 0;
    left: 15px;
    opacity: 0;
    aspect-ratio: 1.5;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease;
    pointer-events: none;
}
.filter-item:hover::before {
    opacity: 1;
}
.filter-item-title {
    font-size: 32px;
    color: #1D428A;
}
.project-back-to-list {
    margin-top: 70px;
    margin-bottom: -30px;
}


.btn-primary {
    color: var(--pn-primary);
    background-color: transparent;
}
.btn-secondary {
    color: var(--pn-secondary);
    background-color: transparent;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    color: var(--pn-primary);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    color: var(--pn-secondary);
}
.btn {
    border-radius: 30px;
    font-size: 23px;
    padding-right: 18px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-top: 5px;
}
.btn.btn-primary {
    background-color: var(--pn-primary);
    color: white;
}
.btn-primary:hover {
    color: var(--pn-primary);
    background-color: transparent;
    border-color: var(--pn-primary);
}
.category-filter-item.btn-primary {
    border: none;
}
.btn.btn-secondary {
    background-color: var(--pn-secondary);
    color: white;
}
.btn-secondary:hover {
    color: var(--pn-secondary);
    background-color: transparent;
    border-color: var(--pn-secondary);
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
    color: transparent;
    background-color: var(--pn-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.883' height='35.241' viewBox='0 0 49.883 35.241'%3E%3Cg transform='translate(-2868.5 1352.68) rotate(-90)'%3E%3Cline y2='46.696' transform='translate(1335.178 2868.5)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M0,0,16.7,16.434,0,33.111' transform='translate(1351.611 2899.554) rotate(90)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: center
}
.btn.btn-secondary:hover {
    background-color: var(--pn-secondary);
}

.dce-image-fullwidth video {
    width: 100%;
    height: auto;
}
.dce-image-fullwidth .absolute {
    z-index: 2001;
    position: absolute;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 50%;
    left: 50%;
    margin-left: 0;
    text-align: center;
    max-width: 1200px;
    transform: translate(-50%, 50%);
}

.title-image-fullwidth {
    color: var(--pn-primary);
}

.card {
    text-align: center;
    border: none;
}
.card-body {
    padding-left: 0;
    padding-right: 0;
}
.card-img-top picture,
.card-img-top img {
    width: 80%;
}
.card-img-top a {
    position: relative;
    display: block;
}
.card-img-top a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380' height='380' viewBox='0 0 380 380'%3E%3Ccircle cx='190' cy='190' r='190' fill='%2372bb44' opacity='0.5'/%3E%3Cg transform='translate(-2714.27 1531.222) rotate(-90)'%3E%3Cline y2='64.089' transform='translate(1341.389 2868.5)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3Cpath d='M0,0,22.918,22.555,0,45.443' transform='translate(1363.944 2911.121) rotate(90)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    content: "";
    opacity: 0;
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    z-index: 2;
    transition: all 0.4s ease;
}
.card-img-top a:hover::before {
    opacity: 1;
}
.card-body a:hover .card-title {
    color: var(--pn-primary);
}

.section-default .default-animation {
    transform: translateY(150px);
    transition: all 1.2s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.section-default .default-animation.triggered {
    transform: none;
    opacity: 1;
    transition-delay: .2s;
}
.section-default [class*="__animate__"] {
    opacity: 0;
}

.uploads-filename {
    font-weight: 500;
}
.media-list {
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.media {
    border-top: 2px solid white;
    padding-top: 15px;
}
.media a {
    display: block;
    padding-left: 20px;
    padding-right: 45px;
    position: relative;
}
.media a::after {
    content: "";
    position: absolute;
    background: url(../Images/enova/download-icon.svg) center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 29px;
    right: 20px;
    top: 8px;
}
.media-heading {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .section-default > *:last-child {
        padding-bottom: 3em;
    }
}
@media (min-width: 1200px) {
    .frame-type-card_group .frame-container {
        max-width: 1420px;
    }
}
@media (min-width: 1600px) {
    #c12262 img {
        margin-left: -200px;
        width: 500px;
        max-width: unset;
    }
}

@media (max-width: 1199px) {
    .category-filter-all {
        display: none;
    }
    .category-filter-item {
        display: flex;
        line-height: 1.6;
    }
    .category-filter-switch {
        display: inline-block;
    }
}
@media (max-width: 992px) {
    html {
        font-size: 20px;
    }
    h1 {
        font-size: 55px;
        hyphens: auto;
    }
    .dce-image-fullwidth .title-image-fullwidth {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 42px;
    }
    h4, h4.element-header {
        font-size: 26px;
    }
    h3 {
        font-size: 35px;
    }
    .card-group-element-item .card-title {
        font-size: 25px;
    }
    .card-group-element-item .card-title {
        min-height: 60px;
    }
    .lead {
        font-size: 35px;
    }
    .frame-header + .lead {
        font-size: 26px;
    }
    .small, small {
        font-size: 17px;
    }
    #c12250 {
        top: 50%;
        left: 31vw;
        width: 38vw;
        transform: translateY(-25%);
    }
    #page-header {
        height: auto;
        align-items: flex-start;
    }
    .navbar-toggler-icon:after,
    .navbar-toggler-icon,
    .navbar-toggler-icon:before {
        width: 32px;
        background-color: var(--pn-font-color);
    }
    .navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
        margin-top: 8px;
    }
    .filter-item-title {
        font-size: 22px;
        line-height: 1.1;
    }
    #page-footer .footer-section-content-column-left picture img {
        width: 184px;
        margin-bottom: 20px;
    }
    #page-footer .footer-section-content-column-middle {
        margin-top: 20px;
    }
    #page-footer .footer-section-content-column-middle picture img {
        width: 60px;
    }
    .media a::after {
        top: -3px;
    }
    .project-back-to-list {
        margin-bottom: 0;
    }
    .list-normal > li::before,
    .list-unstyled > li::before {
        top: 0.45em;
    }
}
@media (max-width: 767px) {
    body {
        hyphens: auto;
    }
    .card-group-element-item .card-title {
        font-size: 35px;
    }
    .btn {
        font-size: 22px;
        padding-right: 15px;
        padding-left: 15px;
    }
    [class*="frame-background-"]:not(.frame-background-none) .frame-container {
        padding: 1rem 20px;
    }
    .frame-option-indent-right .frame-inner {
        padding-right: 0;
    }
    #page-header > .container {
        width: 100%;
    }
    .navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
        width: 182px;
    }
    #page-header .navbar-toggler {
        margin-top: 27px;
        margin-bottom: 27px;
    }
    .dce-image-fullwidth .title-image-fullwidth {
        font-size: 26px;
        line-height: 35px;
    }
    .card-group-element-item .card-title {
        min-height: 0;
    }
    .link-arrow {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 25px;
    }
    .link-arrow::after {
        width: 46px;
        height: 32px;
        background-size: 100%;
        transform: none;
    }
    .link-arrow:hover::after {
        transform: translate(20px, 0);
    }
}
@media (max-width: 480px) {
}