@font-face {
    font-family: 'DaisyLau';
    src: url('/images/fonts/DaisyLauRegular.otf') format('opentype');
    /* Weitere Formate für die Schriftart (z. B. woff, woff2) können hier hinzugefügt werden */
    /* Beispiel für den relativen Pfad: url('/templates/IhrTemplate/pfad/zur/schriftart/MeineSchriftart.ttf') */
}



/* ### Global ### */
/* Logo und Slogan */
.uk-logo
{
    z-index: 1;
}

.nepSlogan {
    font-family: 'DaisyLau', sans-serif;
    color: #89BA17 !important;
    position: absolute;
    margin-top: -45px !important;
    font-size: 3.0rem;
    padding-top: 0vw;
    line-height: 4rem;
    width: 100%;
}
.nepSlogan .custom {
    max-width: 100%;
    margin-left: 20% !important;
    overflow: hidden;
}

.nepSlogan .flex-container {
    overflow: hidden;
}

.nepSlogan .flex-text {
    white-space: nowrap;
    overflow: hidden;
    float: right;
    padding: 20px;
    padding-right: 40px;
}


/* Headings */

h1, h2, h3 {
    color: #89BA17 !important;
}
h1 {
    font-size: 2.3rem !important;
}
h2 {
    font-size: 1.6rem !important;
}
h3 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important
}
h4 {
    color: white !important;
    font-size: 1.4rem !important;
}



/* Navigation */

.uk-navbar-nav > li > a {
    padding-bottom: 10px;
    display: ruby;
    padding-top: 0px !important;
    font-size: 1rem;
}

.uk-navbar-right {
    padding-top: 30px !important;
}

.slideshow h5 {
    font-family: 'DaisyLau', sans-serif;
    -webkit-text-stroke: 0.5px white;
    -moz-text-stroke: 0.5px white;
    -ms-text-stroke: 0.5px white;
    -o-text-stroke: 0.5px white;
    text-stroke: 0.5px white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Textschatten */
    line-height: 3rem;
}

.slideshow .el-meta {
    position: relative; /* Erforderlich, um die Positionierung des Pseudo-Elements zu steuern */
    padding: 2px; /* Optional: Fügt etwas Abstand um den Text hinzu */
}

.slideshow .el-meta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #89BA17; /* Hintergrundfarbe des Rechtecks */
    z-index: -1; /* Platziert das Pseudo-Element hinter den Text */
}


@media screen and (min-width: 641px) {
    .slideshow h5 {
        font-size: 4rem;
    }
}


@media screen and (max-width: 1460px) {
    .nepSlogan {
        font-size: 3vw;
    }

    .uk-navbar-nav > li > a {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1000px) {
    .nepSloganS {
        margin-left: 25vw;
        font-size: 4vw;
        padding-top: 1rem;
    }
}

@media screen and (min-width: 960px) {
    .uk-logo {
        position: relative;
        top: -23px !important;
    }
}

@media screen and (max-width: 959px) {
    .nepSlogan {
        padding-top: 4.3rem;
    }

    .uk-navbar-right {
        padding-top: 0px !important;
    }
}


@media screen and (max-width: 640px) {
    .nepSloganS {
        padding-top: 4rem;
    }

    .slideshow h5 {
        font-size: 3rem;
    }
}


@media screen and (max-width: 500px) {
    .nepSloganS {
        margin-left: 22vw;
        font-size: 4.5vw;
        padding-top: 15vw;
    }
}

@media screen and (max-width: 350px) {
    .nepSlogan {
        visibility: hidden;
    }

    .slideshow h5 {
        font-size: 2rem;
    }
}




/* ### Module ### */
/* Translate */
.gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
}

.translate {
    top: 10px !important;
    left: 10px !important;
    position: absolute;
}

/* Einsparungsrechner */
.nepcontent p, .nepcontent ul {
    font-size: 1.2em;
    padding-bottom: 20px;
}

/* Fortschrittsbalken */
ul.meters {
    margin: 0;
    list-style: none;
}

.meters li {
    margin: 18px 0 18px 10.38961039%;
    height: 20px;
    line-height: 20px;
}

.meters .label {
    float: left;
    margin-left: -11.5942029%;
}

.meter {
    height: 20px;
    position: relative;
    width: 80%;
}

.meter .relative {
    display: block;
    color: white;
    font-size: .9em;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #b6d3f4;
    background-image: url(../../../../images/nep/i/meter-bg.svg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b6d3f4), to(#5483b8)) !important;
    background-image: -webkit-linear-gradient(top, #b6d3f4, #5483b8) !important;
    background-image: -moz-linear-gradient(top, #b6d3f4, #5483b8) !important;
    background-image: -ms-linear-gradient(top, #b6d3f4, #5483b8) !important;
    background-image: -o-linear-gradient(top, #b6d3f4, #5483b8) !important;
}

.meter .absolute {
    padding-left: 10px;
}

/* Progressbar */
.meter .year1 {
    width: 30%;
    display: block;
    border-radius: 3px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-animation: progressbar1 3s 1;
    animation: progressbar1 3s 1;
}

.meter .year2 {
    width: 45%;
    display: block;
    border-radius: 3px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-animation: progressbar2 3s 1;
    animation: progressbar2 3s 1;
}

.meter .year3 {
    width: 60%;
    display: block;
    border-radius: 3px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-animation: progressbar3 3s 1;
    animation: progressbar3 3s 1;
}

.meter .year4 {
    width: 75%;
    display: block;
    border-radius: 3px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-animation: progressbar4 3s 1;
    animation: progressbar4 3s 1;
}

.meter .year5 {
    width: 90%;
    display: block;
    border-radius: 3px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-animation: progressbar5 3s 1;
    animation: progressbar5 3s 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar1 {
    from {
        width: 0
    }
    to {
        width: 30%
    }
}

/* Standard syntax */
@keyframes progressbar1 {
    from {
        width: 0
    }
    to {
        width: 30%
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar2 {
    from {
        width: 0
    }
    to {
        width: 45%
    }
}

/* Standard syntax */
@keyframes progressbar2 {
    from {
        width: 0
    }
    to {
        width: 45%
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar3 {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

/* Standard syntax */
@keyframes progressbar3 {
    from {
        width: 0
    }
    to {
        width: 60%
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar4 {
    from {
        width: 0
    }
    to {
        width: 75%
    }
}

/* Standard syntax */
@keyframes progressbar4 {
    from {
        width: 0
    }
    to {
        width: 75%
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar5 {
    from {
        width: 0
    }
    to {
        width: 90%
    }
}

/* Standard syntax */
@keyframes progressbar5 {
    from {
        width: 0
    }
    to {
        width: 90%
    }
}


/* ### Buttons ### */

.slideshow a.uk-button, .myButton a.uk-button, .myVideos a.uk-button {
    background-color: #89BA17 !important;
    color: white;
}
.slideshow a.uk-button:hover, .myButton a.uk-button:hover, .myVideos a.uk-button:hover {
    background-color: #628d9c !important;
    color: white;
}


/* ### ContentBereich ### */
/* Notifikation Header overlay */
.uk-notification-message-success {
    color: white !important;
    background-color: #89BA17 !important;
}

/* Formular moreJoomla */
#myKontaktForm .uk-form-label {
    font-size: 16px;
    color: #122d25;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    letter-spacing: 0px;
}

/* 21Punkte - Action Point */
.myVideos .el-overlay {
    margin-top: 27px;
    margin-left: 15px;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 10.00000006px;
    max-width: 300px;
}
.myVideos .el-image {
    opacity: 1;
}
.myVideos .el-meta {
    display: flex; /* Container wird zu einem Flex-Container */
    align-items: center; /* Zentriert den Text vertikal */
    justify-content: center; /* Zentriert den Inhalt horizontal */
    text-align: center; /* Zentriert den Text im Container */
}
.myVideos .el-meta::before {
    content: ".";
    font-size: 1px;
    color: #ff0000;
    margin-right: 10px; /* Abstand zwischen Bild und Text */


    background-image: url("/images/content/icons/actionPoint.png"); /* Pfade zum gewünschten Bild anpassen */
    background-size: 38px auto; /* Größenangabe des Bildes */
    background-repeat: no-repeat;
    min-width: 38px;
    min-height: 38px;
    order: -1; /* Ändert die Reihenfolge des Pseudo-Elements */
    align-self: center; /* Zentriert das Pseudo-Element vertikal */

    animation-name: zoom;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: center center; /* Ursprungspunkt in der Mitte des Bildes */

}

@keyframes zoom {
    0% {
        width: 0;
        height: 0;
        transform: scale(0);
    }
    50% {
        width: 38px;
        height: 38px;
        transform: scale(1);
    }
    100% {
        width: 0;
        height: 0;
        transform: scale(0);
    }
}


/* Basics */
.nepContent a {
    font-weight: 600;
}


.nepContent .myContentItem .myEmotion {
    font-family: 'DaisyLau', sans-serif;
    font-size: 4rem;
    color: #89BA17 !important;
    margin-bottom: -50px;
    margin-top: 10px;
}


/* +/- Liste */
.nepContent ul.vorteilnachteil {
    list-style: none;
}

.nepContent .vorteilnachteil li:before {
    display: block;
    float: left;
    margin-left: -15px;
    font-weight: bold;
}

.nepContent .vorteilnachteil li.vorteil:before {
    content: "\002B";
    color: #9db20a;
}

.nepContent .vorteilnachteil li.nachteil:before {
    content: "\002D";
    color: #e7000d;
}


/* ### Footer ### */
/* Basics */
.myFooter {
    background-color: #628d9c;
}

.myFooter h3 {
    color: #fff;
}

.myFooter a:hover {
    color: #fff;
    font-weight: 600;
}


.myTeaser .uk-first-column .el-item {
    background: #eee;
    padding: 1em 1em 1em 1em;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 4.00000006px;
}


/* ### Formular ### */
/* Kontakt */
.myDatenschutz {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #eee;
    display: inline-block;
    padding: 1em 3em 1em 3em !important;
    color: rgba(0, 0, 0, .87);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, .15);
    border-radius: 4.00000006px;
}








