
#frontpageV2 .overlays + section > .content-wrapper .col-left {
    width: calc((100% * 2 / 3) - 15px);
}

#frontpageV2 .overlays + section > .content-wrapper .col-right {
    width: calc((100% * 1 / 3) - 15px);
}

#frontpageV2 .overlays + section > .content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-top:10px;
}

#frontpageV2 .recentnews > article:first-of-type {
    width: 100%;
}

#frontpageV2 .recentnews article:nth-of-type(2), #frontpageV2 .recentnews > article:nth-of-type(3) {
    width: calc(100% / 2 - 1px);
}

#frontpageV2 .content-wrapper .content-wrapper {
    max-width: 100% !important;
}

#frontpageV2 #newsslider.recentnews article {
    width: 100%
}

#frontpageV2 #newsslider.recentnews article:first-of-type > figure img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
    visibility: visible;
}

#frontpageV2 #newsslider.recentnews article:first-of-type > figure {
    height: 100%;
    position: relative;
    background: #ffffff;
    font-size: 22px;
}

#frontpageV2 #newsslider.recentnews article:first-of-type figcaption {
    left: 0px;
    background: inherit;
    position: relative !important;
    right: auto;
    bottom: 0px;
    width: 100%;
    min-height: 200px;
    background: #ffffff;
    padding: 25px 30px 25px;
    position: static !important;
    min-height: 220px;
    min-height: 0px;
}

#frontpageV2 .slider-wrapper .slider-header {
    position: absolute;
    top: -32px;
    left: 0px;
    z-index: 99;
}

#frontpageV2 #newsslider.recentnews article h2 a {
    font: 700 18px/22px RWESansPS;
    color: #1d4477;
    display: inline-block;
    line-height: 1.2em
}

#frontpageV2 .mostread-flex article .entirebox:hover ~ span .icon-rwe-33 {
    transform: translateX(5px);
}

#frontpageV2 .mostread-flex article .entirebox ~ span .icon-rwe-33 {
    transform: translateX(0px);
    display: inline-block;
    transition: 0.3s;
}

#frontpageV2 #newsslider.recentnews article {
    height: 100%;
    position: relative;
    background: #ffffff;
    font-size: 22px;
}

#frontpageV2 #newsslider.recentnews article figure img {
    width: 100%;
    display: block;
    object-fit: cover;
}

#frontpageV2 .contentheader {
    display: block;
}

#frontpageV2 #newsslider.recentnews article figcaption {
    min-height: 200px;
    background: #ffffff;
    padding: 25px 30px 50px;
    position: static !important;
    min-height: 220px;
}

#frontpageV2 .recentnews article figcaption, #frontpageV2 .recentnews article figure {
    background: #ffffff;
}

#frontpageV2 header .contentheader img {
    margin-bottom: 15px;
}

#frontpageV2 .recentnews > article:first-of-type figcaption {
    width: calc(50% - 50px);
}

#frontpageV2 #newsslider.recentnews article figure {
    height: 100%;
    position: relative;
    background: #ffffff;
    font-size: 22px;
}

#frontpageV2 #newsslider.recentnews {
    margin: auto auto 25px;
}

#frontpageV2 #newsslider.recentnews article figcaption span.date, #frontpageV2 #newsslider.recentnews article figcaption span.likes {
    color: #1d4477;
    font: 13px RWESansPS;
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    display: none;
}

#frontpageV2 #newsslider.recentnews article figcaption span.likes {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
}

#frontpageV2 #newsslider.recentnews article figcaption > a {
    color: #3ed8c3;
    color: #00a19f;
    font-size: 16px;
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    transform: translateX(0);
    transition: transform .3s ease;
    position: absolute;
    bottom: 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center
}

#frontpageV2 #newsslider.recentnews article figcaption:hover > a {
    transform: translateX(5px);
}


#frontpageV2 #newsslider.recentnews article figcaption > a > span {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    height: 1rem;
    margin-left: 5px;
}

#frontpageV2 #newsslider.recentnews.owl-carousel .owl-item {
    padding: 0 15px !important;
}

#frontpageV2 #newsslider.recentnews article {
    flex: 0 0 auto;
    margin-bottom: 30px;
    opacity: 1;
    /*transition: all 2s;*/
}

#frontpageV2 .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


#frontpageV2 .monthsectionwrapper img {
    width: auto;
    margin: auto;
    max-height:262px;
}

#frontpageV2 .monthnumber span {
    display: block;
    font-size: 50px;
    line-height: 1em;
    color: #1d4477;
    font-weight: 500;
}

#frontpageV2 .monthsection-owl .monthnumber .owl-nav {
    position: relative;
    right: 10px;
    display: block !important;
}

#frontpageV2 .monthsection-owl .owl-nav {
    position: relative;
    right: 10px;
    display: none !Important;
}

#frontpageV2 .monthsection-owl .owl-next:before {
    content: "\e08b";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 .monthsection-owl .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 30px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    transition: all .3s ease;
    color: #3ed8c3;
}

#frontpageV2 .monthsection-owl.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

#frontpageV2 .monthsection-owl .owl-prev:before {
    content: "\e08c";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 .monthnumber {
    position: absolute;
    left: -100px;
    top: -15px;
}

#frontpageV2 .monthwrapper .content-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    margin-top: -25px;
    margin-left: -25px;
}

#frontpageV2 #newsslider.recentnews .owl-nav {
    display: inline-block;
    width: 132px;
    position: relative;
    position: absolute;
    left: 31px;
    right: auto;
    margin: auto;
    bottom: -29px;
}


#frontpageV2 .slick-dots {
    height:23px;
    align-items:center;
}
#frontpageV2 #newsslider.recentnews .owl-dots {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: absolute;
    bottom: -30px;
    transform:translateY(100%);
    left: 50px;
}


#frontpageV2 #newsslider.recentnews .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 20px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    color: #3ed8c3;
    transition: all .3s ease;
}

#frontpageV2 .event-slider-wrapper .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 20px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    color: #3ed8c3;
    transition: all .3s ease;
}

#frontpageV2 #newsslider.recentnews .owl-prev {
    margin: 0 0 !important;
    padding-right: 10px !important;
    align-items: center;
    transform: translateY(1px);
    position: absolute;
    left: -15px;
    margin: 0 !important;
    padding-right: 10px !important;
    align-items: center;
    transform: translateY(1px);
}

#frontpageV2 .event-slider-wrapper .owl-prev {
    margin: 0 0 !important;
    padding-right: 10px !important;
    align-items: center;
    transform: translateY(1px);
    position: absolute;
    left: -15px;
    margin: 0 !important;
    padding-right: 10px !important;
    align-items: center;
    transform: translateY(1px);
}

#frontpageV2 #newsslider.recentnews .owl-next {
    margin: 0 0 !important;
    padding-left: 10px !important;
    align-items: center;
    transform: translateY(1px);
    position: absolute;
    right: -15px;
    margin: 0 !important;
    padding-left: 10px !important;
    align-items: center;
    transform: translateY(1px);
}

#frontpageV2 .event-slider-wrapper .owl-next {
    margin: 0 0 !important;
    padding-left: 10px !important;
    align-items: center;
    transform: translateY(1px);
    position: absolute;
    right: -15px;
    margin: 0 !important;
    padding-left: 10px !important;
    align-items: center;
    transform: translateY(1px);
}

#frontpageV2 #newsslider.recentnews .owl-next:before {
    content: "\e08b";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 .event-slider-wrapper .owl-next:before {
    content: "\e08b";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 #newsslider.recentnews .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 20px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    transition: all .3s ease;
    color: #3ed8c3
}

#frontpageV2 .event-slider-wrapper .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 20px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    transition: all .3s ease;
    color: #3ed8c3
}

#frontpageV2 section .mostsearched .label, #frontpage section .mostsearched .label {
    padding: 18px 15px;
    color: #fff;
    background: #3ed8c3;
    border-radius: 5px;
    font: 500 16px RWESansPS;
    margin: 7.5px;
    cursor: pointer;
    /* transition: all .3s; */
}

#frontpageV2 section .mostsearched, #frontpage section .mostsearched {
    padding: 0px 0px;
}

#frontpageV2 section .mostsearched > div, #frontpage section .mostsearched > div {
    padding: 0px 30px;
}

#frontpageV2 section .mostsearched > h3, #frontpage section .mostsearched > h3 {
    display: inline-flex;
    align-items: center;
}

#frontpageV2 section .mostsearched > h3 > img, #frontpage section .mostsearched > h3 > img {
    margin-right: 10px;
}


#frontpageV2 section .mostsearched h3, #frontpage section .mostsearched h3 {
    color: #1d4477;
    font: 700 26px RWESansPS;
    margin-bottom: 10px
}

#frontpageV2 #newsslider.recentnews .owl-prev:before {
    content: "\e08c";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 .event-slider-wrapper .owl-nav {
    position: absolute;
    display: flex;
    width: 100px;
    justify-content: space-between;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -30px;
    z-index: 1;
}

#frontpageV2 .event-slider-wrapper .owl-prev:before {
    content: "\e08c";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#frontpageV2 .overlays + section {
    background: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/bg-u.svg") no-repeat bottom -105px center, linear-gradient(to bottom, #ffffff 32%, #e8e8e4 32%);
    margin-top: -310px;
    background-size: contain;
    background-size: 120%;
    overflow-x: hidden;
}

.tabbed .bootstrap-select.btn-group .dropdown-menu {
    /*overflow-y:auto !important;*/
    z-index: 99  !important;
}

.tabbed .dropdown-menu {
    top: calc(100% + 10px);
    transform:none;
}

#frontpageV2 .lesetipp {
    top: 15px;
    right: 15px;
    font-weight:500;
}

#frontpageV2
#frontpageV2 body {
    overflow-x: hidden;
}

#frontpageV2 #ed h1 {
    color: #1d4477;
    font-size: 26px;
    font-family: RWESansPS;
    line-height: 1.2em;
    font-weight: 700;
    flex: 0 0 100%;
}

#frontpageV2 .event-imagelink {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
}


#frontpageV2 .active .event-article + .event-article:before {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 70%;
    width: 2px;
    background: rgba(112, 112, 112, 0.25);
    transform: translateY(-50%);
}

#frontpageV2 .event-article h2 {
    font-size: 26px;
}

#frontpageV2 .event-imagelink .weiterlesen {
    font: 500 16px/24px RWESansPS;
}

#frontpageV2 #topicfocus-slider .rwebutton-full {
    position:absolute;
    right:0px;
}

#frontpageV2 #ed h2 {
    color: #1d4477;
    font-family: RWESansPS;
    line-height: 1.2em;
    font-weight: 700;
    flex: 1 1 auto;
    font-size: 22px;
    margin: 25px 0 20px;
}

#frontpageV2 .backgroundabsolute {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateX(120%);
}
#frontpageV2 .backgroundabsolute img{

    animation: f infinite 60s linear;
}

/*
.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}*/

#frontpageV2 .contactbox.newsletter, #frontpage .contactbox.newsletter {
    background-image: linear-gradient(45deg, #1d4477, #0f728b 78%, #00a19f);
    margin-bottom: 20px;
    margin-top:0px;
    width:100%;
}


#frontpageV2 div.buttonwrapper + div.buttonwrapper, #frontpage div.buttonwrapper + div.buttonwrapper {
    margin-top: 10px;
}

#frontpageV2 .recentnews > h2, #frontpage .recentnews > h2 {
    margin: 0 0 20px;
    font-weight:500;
    width: auto;
    margin: 0 0 20px;
    font-weight: 500;
    content: "Lesetipp";
    background: #3ed8c3;
    position: absolute;
    color: #fff;
    /* font: 400 13px RWESansPS; */
    /* height: auto !important; */
    /* width: auto !important; */
    display: inline-block;
    white-space: pre-wrap;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-weight: 500;
    color: #fff;
    padding: 3px 10px;
    /* font-size: 16px; */
    top: .5rem;
    /* right: .5rem; */
    right: 30px;
    z-index: 9;
    left: 30px;
    right: auto;
    top: 30px;

}

#frontpageV2 .buttonwhite, #frontpage .buttonwhite {
    color: #ffffff;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

#frontpageV2 .buttonwrapper > .buttonwhite > span, #frontpage .buttonwrapper > .buttonwhite > span {
    font-size: 24px;
    margin-right: 10px;
}

#frontpageV2 .event-article .date {
    font: 500 15px/20px RWESansPS;
    padding: 3px 8px;
}

#frontpageV2 .recentnews > article figcaption h2 > a{
    font-weight: 700;
}

#frontpageV2 .rwebutton-full {
    font-weight: 500;
}

#frontpageV2 #event-slider-information {
    background: #1d4477;
    background: linear-gradient(225deg, #00a19f, rgba(29, 68, 119, 1));
    background: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/terminegradient.png");
    background-size: cover;
    padding: 40px 15px 40px 35px;
    position: relative;
    max-width: calc(33% - 15px);
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    background-position: top right;
}

#frontpageV2 .event-slider-wrapper {
    border: none;
    margin: 140px auto 170px !important;
}

#frontpageV2 .event-slider-wrapper .event-slider {
    flex: 1 1 100%;
    width: calc(100% - 33%);
    max-width: calc(100% - 20% + -35px);
    margin-left: auto;
}

#frontpageV2 .event-slider-wrapper .owl-theme > .owl-dots {
    margin-top: 30px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}

#frontpageV2 .event-article .date + .location {
    display: inline-block;
    color: #1d4477;
    font-size: 15px;
}

#frontpageV2 .mostread-flex article > span {
    display: inline-flex;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
    align-items: center;
    color: #00a19f;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    animation: initial;
    justify-content: center;
    margin: auto auto 20px;
}

#frontpageV2 .mostread-flex article > header {
    margin-top: 30px;
}

#frontpageV2 .mostread-flex article header span.date {
    font: 500 15px/20px RWESansPS;
}

#frontpageV2 .mostread-flex article img {
    margin-top: 0px;
}

#frontpageV2 .event-article-wrapper {
    display: flex;
    justify-content: flex-end;
    height: auto;
    padding-left: 110px;
    background: #e8e8e4;
}

#frontpageV2 .event-slider .event-article {
    background: #e8e8e4;
    padding: 90px;
}

@media screen and (min-width: 1680px) {

    #frontpageV2 .overlays + section {
        min-height: 1991px;
    }

    #frontpageV2 .content-wrapper {
        max-width: 1420px;
    }
}


#frontpageV2 #ed {
    position: relative;
    font-size: 16px;

    background-size: cover;
    background-position: bottom center;
    padding-bottom: 180px;
    padding-bottom: 0px;
    margin: auto;
    font-family: RWESansPS;
}

#frontpageV2 #ed .content-wrapper {
    max-width: calc(100% - 230px);
}


#frontpageV2 #ed .energiewrapper-directorscut .stretchwrapper {
    margin-top: 0px;
}

#frontpageV2 .energiewrapper-directorscut {
    padding-left: 30px;
}


#frontpageV2 #ed .source {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 115px;
    font-weight: normal;

}


#frontpageV2 #ed .backgroundwrapper {
    background-image: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/energybot/illustration.png"), url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/energybot/wellen.png");
    background-size: 415px, cover;
    background-repeat: no-repeat;
    background-position: right+250px bottom, right center;
}

#frontpageV2 .edfooter {
    background-image: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/energybot/footer.jpg");
    height: 180px;
}

#frontpageV2 #ed svg path {
    fill: #005086;
}

#frontpageV2 #ed #energiewetter > strong {
    font-size: 30px;
    color: #1D4477;
    margin-top: 20px;
    display: inline-block;

}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div > strong {
    color: #005086;
    font-size: 30px;
    font-family: RWESansPS;
    line-height: 1.2em;
    font-weight: 500;
    flex: 0 0 100%;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type > div > span {
    display: inline-block;
    font-size: 15px;
    background: #3ed8c3;
    font-weight: 500;
    padding: 0px 10px;
    color: #ffffff;
    margin: 1px 0;
    margin-right: 10px;
    border-radius: 8px;
}

#frontpageV2 strong {
    font-weight:500 !important;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type > div > a > span {
    font-size: 20px;
    color: #3ed8c3;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type > div > a:hover, #frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type > div > a:focus {
    text-decoraton: none
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > div:first-of-type > div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 10px;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter > strong + strong {
    color: #005086;
    font-size: 1.3rem;
    font-family: RWEText-500;
    display: block;
    margin-top: -8px;
}

#frontpageV2 #ed .zusammensetzung > .erneuerbar > .legend {
    color: #3ed8c3;
}

#frontpageV2 #ed .zusammensetzung > .konventionell > .legend {
    color: #1d4477;
}

#frontpageV2 #ed .zusammensetzung > div > div {
    position: absolute;
    top: 0px;
    left: auto;
    right: -30px;
    transform: translateX(100%);
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}

#frontpageV2 #ed .zusammensetzung > div.konventionell > div {
    top: auto;
    bottom: 0px;
}

#frontpageV2 #ed .zusammensetzung > div > div > span {
    font-size: 18px;
    transform: translateY(-5px);
    display: inline-block;
    font-weight: 500;
    font-weight: 500;
}

#frontpageV2 #ed .energiewrapper-directorscut .energie {
    height: auto;
}


#frontpageV2 #ed .energiewrapper-directorscut .energiewrapper {
    flex-direction: column;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    background: 0 0;
}

#frontpageV2 .teaser-subhead .icon-rwe-33 {
    color: #3ed8c3;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    height: 1rem;
    margin-left: 5px;
    transform: translateX(0px);
    transition: 0.3s;
}


#frontpageV2 .teaser-subhead:hover .icon-rwe-33 {
    transform: translateX(5px)
}

#frontpageV2 #ed .energiewrapper-directorscut .energiebox:after {
    bottom: 0px;
    left: 0px;
    flex: 0 0 100%
}

#frontpageV2 #ed .energiewrapper-directorscut .energiebox .percentage {
    height: 16px !important;
    width: 100%;
}

#frontpageV2 .energiewrapper-directorscut .energiebox {
    flex: auto;
    flex-wrap: wrap;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter {
    padding: 20px 0 0px;
}

#frontpageV2 #ed > .image-absolute > img {
    max-width: 250px;
}

#frontpageV2 #ed .energiebox:after {
    transform: none;
}

#frontpageV2 #ed .energiewrapper-directorscut .stretchwrapper {
    max-height: 100%;
    height: auto;
    flex-wrap: wrap;
}

#frontpageV2 #ed > .image-absolute {
    position: absolute;
    right: 60px;
    bottom: 35px;
    z-index: 999;
    font-size: 1rem;
    font-family: RWEText-500;
    color: #ffffff;
    font-size: 55px;
}

#frontpageV2 #ed > .image-absolute > span {
    display: block;
    margin: 2px 0 0 0px;
    line-height: 1.2em;
    color: #ffffff;
    font-size: 16px;
}

#frontpageV2 #ed .energiewrapper-directorscut .energie {
    margin-top: 10px;
}


#frontpageV2 #ed .energiewrapper-directorscut .energiebox:before {
    content: none;
}

#frontpageV2 #ed .energiebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    margin: 7px 0;
}

#frontpageV2 #ed .image-absolute {
    font-family: RWESansPS;
    font-weight: 500;
}

#frontpageV2 #ed .image-absolute > p {
    font-family: RWESansPS;
    font-weight: 500;
}

#frontpageV2 #ed .image-absolute > span {
    font-family: RWESansPS;
    font-weight: normal;
}

#frontpageV2 #ed .energiewrapper-directorscut .energiewrapper {
    padding: 0px;
}

#frontpageV2 #ed .energiebox .percentage {
    order: 2;
    position: relative;
    height: 16px !important;
    margin-left: 0px;
    margin-top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#frontpageV2 #ed .energiewrapper-directorscut .energiebox .percentage:before {
    top: 50%;
    transform: translate(100%, -50%);
    right: -10px;

    width: auto;
    font-size: 16px;
    font-weight: normal;
}


#frontpageV2 #ed .energiebox:after {
    position: relative;
    order: 1;
    min-width: 120px;
    color: #1D4477;
    font-size: 18px;
    font-family: RWESansPS;
    font-weight: 500;
}


#frontpageV2 #ed #energiewetter-header {
    display: none;
}

#frontpageV2 #ed .stretchwrapper {
    border: none;
}

#frontpageV2 .energiewrapper-directorscut .energiewrapper {
    padding: 0 15px;
}

#frontpageV2 #ed .energiewrapper-directorscut #energiewetter {
    width: 100% !important;
    margin-right: 0px;
}

#frontpageV2 #ed .ellipse > div {
    position: relative;
    width: 100%;
    height: 100%;
}

#frontpageV2 #ed .ellipse > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-family: RWEText-500;
}

#frontpageV2 #ed .ellipse > div > div > span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.65rem;
}

#frontpageV2 #ed .ellipse {
    border-radius: 50%;
    background: #14b496;
    width: 180px;
    height: 180px;
    top: 140px;
    right: 100px;
    position: absolute;
    coloR: #ffffff;

}

#frontpageV2 #ed .zusammensetzung {
    position: relative;
    height: auto;
    width: 50px;
    right: 0px;
    /* background: green; */
    display: flex;
    flex-direction: column;
    height: 430px;
}

#frontpageV2 #ed .erneuerbar {
    background: #3ed8c3;
    flex: 1 1 auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#frontpageV2 #ed .konventionell {
    background: #1d4477;
    /*flex: 0 0 20%;*/
    flex-grow: 0;
    flex-shrink: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#frontpageV2 #ed .zusammensetzung > div {
    position: relative;
}

#frontpageV2 #recent-energymix {
    position: absolute;
    height: auto;
    bottom: 114px;
    width: 160px;
    background: #ffffff;
    right: -120px;
    left: 0px;
    margin: auto;
    overflow: visible;
}

#frontpageV2 #recent-energymix > .energymix-wrapper {
    position: relative;
}

@keyframes f {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn) ;

    }
}



/*#frontpageV2 .event-slider .owl-height {
    height: 100% !important;
}*/
#frontpageV2 .energiewrapper-directorscut .inner-bottom strong {
    font-size: 30px;
    line-height: 1em;
}

#frontpageV2 .energiewrapper-directorscut .inner-bottom:first-of-type strong {
    color: #00A19F;
}

#frontpageV2 .energiewrapper-directorscut .inner-bottom > span {
    font-size: 18px;
    color: #1d4477;
    text-align: left;
    font-weight: 500;
}

#frontpageV2 .energiewrapper-directorscut .inner-bottom:first-of-type > span {
    color: #00A19F;
}

#frontpageV2 .energiewrapper-directorscut div.inner-bottom {
    border-top: 0px;
    width: auto;
    padding: 10px 0;
}

#frontpageV2 .energiewrapper-directorscut div.inner-bottom + .inner-bottom {
    border-top: 1px solid #ccc;
}


#frontpageV2 .energiewrapper-directorscut div.bottom {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
}

#frontpageV2 #recent-energymix > .energymix-wrapper:after {
    content: '';
    position: absolute;
    left: -15px;
    top: 18%;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    margin-top: -35px;
    margin-left: -35px;
}

#frontpageV2 .energiewrapper-directorscut #steinkohle:before {
    background: rgb(86, 88, 90);

}


#frontpageV2 .energiewrapper-directorscut #braunkohle:before {
    background: #9d0d15;
}


#frontpageV2 #windenergie:before {
    background: rgb(141, 206, 237);
}

#frontpageV2 #windenergie .percentage:before {
    color: rgb(141, 206, 237);
}


#frontpageV2 #kernenergie:before {
    background: rgb(244, 158, 0);
}

#frontpageV2 #kernenergie .percentage:before {
    color: rgb(244, 158, 0);
}

#frontpageV2 #solarenergie:before {
    background: rgb(137, 186, 23);
}

#frontpageV2 #solarenergie .percentage:before {
    color: rgb(137, 186, 23);
}

#frontpageV2 .energiewrapper-directorscut #wasserkraft:before {
    background: rgb(0, 102, 170);
}

#frontpageV2 .energiewrapper-directorscut #wasserkraft .percentage:before {
    color: rgb(0, 102, 170);
}

#frontpageV2 #gas:before {
    background: rgb(255, 221, 0);
}

#frontpageV2 #gas .percentage:before {
    color: rgb(255, 221, 0);
}

#frontpageV2 #andere:before {
    background: rgb(217, 218, 219);
}

#frontpageV2 #andere .percentage:before {
    color: rgb(217, 218, 219);
}

#frontpageV2 .energiewrapper-directorscut #wasserkraft .percentage.animated {
    background: #00b1eb;
}

#frontpageV2 .energiewrapper-directorscut #wasserkraft .percentage:before {
    color: #00b1eb !important
}

#frontpageV2 .energiewrapper-directorscut .energiebox:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: -5px;
}

#frontpageV2 .energiewrapper-directorscut .energiebox {
    border: none !Important;
    position: relative;
    margin-left: 5px;
    height: auto !important;
    width: 100%;
}

#frontpageV2 .js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #005086;
}

#frontpageV2 #ed #solarenergie .percentage.animated {
    background: #7fa2a8;
}

#frontpageV2 #ed #solarenergie .percentage:before {
    color: #7fa2a8;
}

#frontpageV2 #ed #onshore .percentage.animated {
    background: #A1DAF8;
}

#frontpageV2 #ed #onshore .percentage:before {
    color: #7fa6bb;
}

#frontpageV2 #ed #offshore .percentage.animated {
    background: #BBE7FE;
    background: #8bbad2;
}

#frontpageV2 #ed #offshore .percentage:before {
    color: #BBE7FE;
    color: #8bbad2;
}

#frontpageV2 .topicfocus-slider article figcaption {
    position: absolute;
    top: 35px;
    left: 35px;
    right: auto;
    width: calc(100% - 70px);
    display: inline-block;
    text-align: left;
}

#frontpageV2 .topicfocus-slider article.last figcaption {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#frontpageV2 #ed #biomasse .percentage.animated {
    background: #005e65;
}

#frontpageV2 #ed #biomasse .percentage:before {
    color: #005e65;
}

#frontpageV2 #ed #braunkohle .percentage.animated {
    background: #adafb1;
}

#frontpageV2 #ed #braunkohle .percentage:before {
    color: #9d0d15;
}

#frontpageV2 #ed #kernenergie .percentage.animated {
    background: #ef7d00;
}

#frontpageV2 .footerrelaunch .flex-wrapper ul li a.weiterlesen {
    font-weight:500;
}

#frontpageV2 #ed #kernenergie .percentage:before {
    color: #ef7d00;
}

#frontpageV2 #ed #gas .percentage.animated {
    background: #ffcc00;
}

#frontpageV2 #ed #gas .percentage:before {
    color: #ffcc00;
}

.lesetipp {
    font-size: 14px;
}

#frontpageV2 #topicfocus-controls .rwebutton-full {
    position: absolute;
    right: 0px;
}

#topicfocus-controls .slick-dots li.slick-active button {
    background: #3ed8c3;
}

#topicfocus-controls .slick-dots li button {
    background: #f5f3f6;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

#topicfocus-controls .slick-dots li button:before {
    content: none;
}

#topicfocus-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
}

.slick-dots {
    position: relative;
    bottom: auto;
    display: inline-flex !important;
    width: auto;
    order: 2;
}

#topicfocus-controls .slick-prev, #topicfocus-controls .slick-next {
    position: relative;
    bottom: auto;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
}

#topicfocus-controls .slick-prev {
    order: 1;
    left: -5px;
}

#topicfocus-controls .slick-prev:before {
    content: "\e08c";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3ed8c3;
}

#topicfocus-controls .slick-next {
    order: 3;
    right: -5px;
}

#topicfocus-controls .slick-next:before {
    content: "\e08b";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3ed8c3;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}


#topicfocus-slider .slick-dots li.slick-active button {
    background: #3ed8c3;
}

#topicfocus-slider .slick-dots li button {
    background: #f5f3f6;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

#topicfocus-slider .slick-dots li button:before {
    content: none;
}

#frontpageV2 .showMore {
    user-select: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: .75rem 1.5rem;
    transition: background-color .3s ease-in-out;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: RWESansPS;
    font-size: 1rem;
    line-height: 1;
    border: none;
    background-color: #3ed8c3;
    color: #fff;
    border: #3ed8c3;
    font-weight: 500;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    transform: translateY(50%);
}

#topicfocus-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
}

.slick-dots {
    position: relative;
    bottom: auto;
    display: inline-flex !important;
    width: auto;
    order: 2;
}

#topicfocus-slider .slick-prev, #topicfocus-slider .slick-next {
    position: relative;
    bottom: auto;
    top: auto;
    transform: none;
    left: auto;
    right: auto;
}

#topicfocus-slider .slick-prev {
    order: 1;
    left: -5px;
}

#topicfocus-slider .slick-prev:before {
    content: "\e08c";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3ed8c3;
}

#topicfocus-slider .slick-next {
    order: 3;
    right: -5px;
}

#topicfocus-slider .slick-next:before {
    content: "\e08b";
    font-family: rwe-blog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3ed8c3;
}

#frontpageV2 #ed #wasserkraft .percentage.animated {
    background: #00b1eb;
}

#frontpageV2 #ed #wasserkraft .percentage:before {
    color: #00b1eb;
}


#frontpageV2 #ed #solarenergie {

    border: none !important;
}

#frontpageV2 #ed #onshore {

    border: none !important;
}

#frontpageV2 #ed #offshore {

    border: none !important;
}

#frontpageV2 #ed #biomasse {

    border: none !important;
}

#frontpageV2 #ed #braunkohle {

    border: none !important;
}

#frontpageV2 #ed #kernenergie {

    border: none !important;
}

#frontpageV2 #ed #gas {

    border: none !important;
}

#frontpageV2 #ed #wasserkraft {

    border: none !important;
}

#frontpageV2 #andere .percentage.animated {
    background: #292929;
}

#frontpageV2 #andere .percentage:before {
    color: #292929;
}


section.monthsectionwrapper {
    background: #ffffff;
}

#frontpageV2 .monthwrapper {
    background-color: #E8E8E4;
    padding: 210px 0 210px;
    position: relative;
    background-image: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/energiewelle.png");
    background-size: cover;
    background-position: center center;
}

#frontpageV2 .bgsection {
    background-image: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/bg-l.svg");
    background-size: contain;
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: 13% 50%;
    background-position: calc(0% - 200px) 20%;
}

#frontpageV2 .monthwrapper .content-wrapper {
    background: rgba(255,255,255,0.9);
    padding: 50px;
    max-width: 60% !important;
    padding: 0 100px 50px;
}

#frontpageV2 .absolutenumber {
    position: absolute;
    top: 0 px;
    transform: translateY(-100%);
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    margni: auto;
    margin: auto;
    text-align: center;
}

#frontpageV2 .monthwrapper .content-wrapper:before {
    position: absolute;
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(255,255,255,0.9);
    content: '' '';
    top: 0px;
    left: 0px;
    transform: translateY(-100%);
    z-index: 2;
}

#frontpageV2 footer {
    margin-top: 0px;
}

#frontpageV2 footer .energyfooter {
    display: none
}

#frontpageV2 .viewssection .image-slider .owl-dots {
    bottom: 20px;
}

#frontpageV2 .viewssection .image-slider .owl-nav {
    background: none;
    width: auto;
    width: 90%;
    top: 0px;
    transform: translateY(50%);
}

#frontpageV2 .viewssection .image-slider .owl-nav .owl-openimage {
    display: none;
}

#frontpageV2 .viewssection .image-slider .owl-nav .owl-prev {
    width: auto;
    font-size: 60px;
    padding: 15px 15px 15px;
    /* top: 50%; */
}

#frontpageV2 .viewssection .image-slider .owl-nav .owl-next {
    width: auto;
    font-size: 60px;
    padding: 15px 15px 15px;
    /* top: 50%; */
}

#frontpageV2 .viewssection .owl-carousel {
    margin-bottom: 0px !important;
}

#frontpageV2 .popup {
    left: 0;
    transform: translateX(-100%) translateX(-45px);
}

#frontpageV2 .popup-container {
    right: 0px;
    left: auto;
    z-index:2;
}

#frontpageV2 .monthsectionwrapper p {
    color: #1D4477;
    font-size: 20px;
}

.monthsectionwrapper p strong, .monthsectionwrapper p a {
    color: #00B1EB;
    text-decoration: none;
}


#frontpageV2 .popup:after {
    right: -7px;
    left: auto;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-right: none;
}

#frontpageV2 .slick-slider {
    overflow: hidden;
}

#frontpageV2 .popup {
    left: 0;
    transform: translateX(-100%) translateX(-45px);
}

#frontpageV2 .topicfocus-slider.owl-theme .owl-nav [class*=owl-] {
    color: #d4d4d4;
    font-size: 20px;
    padding: 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    margin: 7.5px;
    color: #3ed8c3;
    transition: all .3s ease;
}

#frontpageV2 #recent-energymix > .energymix-wrapper > div.responsive-mix {
    display: none;
}

#frontpageV2 .footerrelaunch .flex-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 60px 0;
    min-height: 350px;
}

#frontpageV2 #eviews + div {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    flex: 1 1 auto !important;
    padding: 0 60px;
    justify-content: space-between;
}

#frontpageV2 #eviews + div > div {
    flex: 0 0 31%;
    padding-top: 65px;
    padding-bottom: 65px;
}

#frontpageV2 #eviews + div > div:first-of-type {
    flex: 0 0 100%;
    padding: 0px;
}

#frontpageV2 #eviews + div > div:nth-of-type(3) {
    padding-left: 40px;
}

#frontpageV2 #eviews + div > div:last-of-type {
}


#frontpageV2 .footersearch input::placeholder {
    color: #BCBCBC;
    opacity: 1;
    font-size: 17px;
}


#frontpageV2 .footersearch button > span {
    font-size: 36px;
    line-height: 1em;
}


#frontpageV2 .footersearch input {
    font: 400 16px RWESansPS !important;
    flex: 1 1 auto;
    height: 60px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #1c4678;
    background: #ffffffff;
    text-decoration: none;
    /*    border: 1px solid #ccc;*/
    border: none;
    padding: 0 15px;
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#frontpageV2 .footersearch input:focus {
    outline: 2px solid #3ed8c3
}

#frontpageV2 .footersearch form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#frontpageV2 .footersearch .awesomplete {
    /* width: calc(100% - 230px); */
    flex: 1 1 auto;
    height: 60px;
    margin: 0;
}

#frontpageV2 .topicfocus-slider .owl-item.active + .active + .active + .active {
    opacity: 0.3;
}

#frontpageV2 .footersearch button {
    justify-content: flex-start;
    font: 500 16px RWESansPS;
    padding: 0 25px;
    width: auto;
    height: 60px;
    border: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #3ed8c3;
    text-decoration: none;
    display: flex;
    flex: 0 0 auto;
    transition: .8s;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#frontpageV2 .topicfocus-slider .owl-nav .owl-next {
    right: -15px;
}

#frontpageV2 .topicfocus-slider .owl-nav .owl-prev {
    left: -15px;
}

#frontpageV2 .mostread-flex article {
    background: #E8E8E4;
    height: auto;
    position: relative;
}

/* the slides */
#frontpageV2 .slick-slide {
    margin: 0 10px;
}

/* the parent */
#frontpageV2 .slick-list {
    margin: 0 -10px;
}

#frontpageV2 .mostread-flex .slick-track {
    display: flex;
}

#frontpageV2 .image-slider.owl-carousel .owl-item {
    height: 100% !important;
}

#frontpageV2 .mostread-flex article > a:last-of-type {
    padding: 15px 30px 0;
    display: flex;
    align-items:center;
    position: absolute;
    left: 0px;
    bottom: 25px;
    transition:0.3s;
    transform:translateX(0)
}
#frontpageV2 .mostread-flex article > a:hover ~ a:last-of-type {
    transform:translateX(5px)
}
#frontpageV2 .mostread-flex article > a ~ a {
    padding: 15px 30px 50px;
    display: blocK;
}

#frontpageV2 .mostread-flex article > header {
    display: inline-block;
    font-size: 15px;
    background: #3ed8c3;
    font-weight: 500;
    padding: 0px 10px;
    color: #ffffff;
    margin: 1px 0;
    margin-right: 10px;
    border-radius: 8px;
    margin: 30px 30px 0;
}

#frontpageV2 .mostread-flex article > span {
    padding: 15px 30px 15px;
    margin-left: auto;
    text-align: right;
    margin-right: 0px;
    display: block;
    color: #3ed8c3;
}

#frontpageV2 article.slick-slide:not(.slick-active) {
    opacity: 0.5;
}

#frontpageV2 .mostread-flex article p {
    font: 700 18px/22px RWESansPS;
    color: #1d4477;
}

#frontpageV2 .mostread-flex span.teaser-subhead {
    display: block;
    margin: 10px 0;
    font: 400 17px/24px RWESansPS;
}


#frontpageV2 .mostread-flex span.teaser-subhead {
    display: block;
    margin: 10px 0;
    font: 400 17px/24px RWESansPS;
}

#frontpageV2 #newsslider span.teaser-subhead {
    font: 400 17px/24px RWESansPS;
}

#frontpageV2 .topicfocus-slider article figcaption h3 {
    font: 700 35px RWESansPS;
}

/*
#frontpageV2 .slick-list {
    padding: 0 10% 0 0;
}
*/



#frontpageV2 .entirebox ~ .event-imagelink .weiterlesen {
    transform:translateX(0px);
    transition: 0.3s;
}
#frontpageV2 .entirebox:hover ~ .event-imagelink .weiterlesen {
    transform:translateX(5px)
}

#frontpageV2 header > div.navheader-shrink > .content-wrapper > a > svg {
    opacity: 1 !important;
}

#frontpageV2 h2 {
    font-weight: 700;
}

#frontpageV2 .enformer-newsletter > span {
    font-weight: 700;
}

#frontpageV2 .topicfocus h2 {
    font-weight: 700;
}

#frontpageV2 .contactbox.newsletter h3 {
    font-size: 40px;
}

#frontpageV2 header > div.navheader > .content-wrapper > a > svg {

    opacity: 0;
}

#frontpageV2 section.monthsectionwrapper {
    background: #ffffff;
}

#frontpageV2 .monthsection-owl {
    background-color: #E8E8E4;
}

#frontpageV2 footer .footerrelaunch .showmobile {
    display: none;
}

#frontpageV2 .rwebutton-full:hover {
    background-color: #3ea2c3 !important;
}

#frontpageV2 .energiewrapper-directorscut .energy-legend {
    transform: translateY(-30px);
}

/* Tabs mit radio-Buttons */
.tabbed figure {
    display: block;
    margin-left: 0;
    clear: both;
}

.tabbed .locationpicker  {

}

#frontpageV2 .tabbed  .energiewrapper-directorscut  {
    padding-left:0px  !important;
}

.tabbed {
    position: relative;
    margin-top: 123px;
    padding: 0px 30px
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
    width: 100%;

    line-height: 1.5em;
    letter-spacing: 0.3px;
}

/*.tabbed nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
}*/
.tabbed > h1 {
    color: #1d4477;
    font-size: 26px;
    font-family: RWESansPS;
    line-height: 1.2em;
    font-weight: 700;
    flex: 0 0 100%;
    margin-bottom:5px;
}

/*.tabbed .bootstrap-select button span {
    color: #1d4477 !important;
    font-size: 26px;
    font-family: RWESansPS;
    line-height: 1.2em;
    font-weight: 700  !important;
    flex: 0 0 100%;
}*/
/*.tabbed .bootstrap-select button  {
    padding-left: 0px;
    padding: 10px 25px 10px 0px;
}*/



@media screen and (max-width: 1366px) {


    #frontpageV2 .overlays + section {
        background: url("https://www.en-former.com/wp-content/themes/rweblog/assets/img/bg-u.svg") no-repeat bottom -105px center, linear-gradient(to bottom, #ffffff 30.5%, #e8e8e4 30.5%);
        margin-top: -310px;
        background-size: contain;
        background-size: 120%;
        overflow-x: hidden;
    }

    #frontpageV2 #ed .energiewrapper-directorscut #energiewetter {
        /*margin-top: 50px; */
    }

    .tabbed {
        margin-top: 50px;
    }

    .topicfocus-slider article:not(.last):hover figcaption p {
        display: inline-block !important;
    }

    #frontpageV2 .topicfocus-slider .owl-item.active + .active + .active {
        opacity: 1;
    }


    #frontpageV2 .topicfocus-slider article {
        height: 380px;
    }

    #frontpageV2 .topicfocus-slider article figcaption h3 {
        font-size: 28px;
    }

    #frontpageV2 .event-slider .event-article {
        padding: 90px 30px;
    }

    #frontpageV2 section .mostsearched .label, #frontpage section .mostsearched .label {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .tabbed {
        padding: 0;
    }

    .focus-article {
        background:#ffffff;
        margin-top:15px;
        border-top:0px;
    }

    #frontpageV2 .viewssection .image-slider .owl-nav .owl-prev {
        width: auto;
        font-size: 30px;
        padding: 10px 10px 12px;
        /* top: 50%; */
    }

    #frontpageV2 .viewssection .image-slider .owl-nav .owl-next {
        width: auto;
        font-size: 30px;
        padding: 10px 10px 12px;
        /* top: 50%; */
    }

    #frontpageV2 .energiewrapper-directorscut .energiebox .percentage {
        left: 0px;
    }




    #frontpageV2 .energiewrapper-directorscut div.bottom {
        position: absolute;
        left: 4px;
        right: 0;
        margin: auto;
        height: auto;
        transform: translateY(50%);
        bottom: 50% !important;
    }

    #frontpageV2 header .contentheader img {
        margin-bottom:0px;
        display:block;
    }

    #frontpageV2 #ed .energiebox:after {
        font-size: 16px;
    }

    #frontpageV2 #newsslider span.teaser-subhead {
        font: 400 18px/24px RWESansPS;
    }

    #frontpageV2 .overlays + section > .content-wrapper .col-left {
        width: 100%;
    }

    #frontpageV2 .overlays + section > .content-wrapper .col-right {
        width: 100%;
    }

    #frontpageV2 .overlays + section > .content-wrapper {
        flex-wrap: wrap;
    }

    #frontpageV2 .overlays + section {
        background: url(https://www.en-former.com/wp-content/themes/rweblog/assets/img/bg-u.svg) no-repeat bottom -50px right, -webkit-linear-gradient(top, #ffffff, #ffffff 10%, #e8e8e4 10%, #e8e8e4);
        background-size: 115%;
    }

    #frontpageV2 .contactbox.newsletter {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 100px;
    }

    #frontpageV2 section .mostsearched {
        padding: 30px;
        box-shadow: -1px 5px 11px rgba(0, 0, 0, 0.2);
    }

    #frontpageV2 .backgroundabsolute {
        position: absolute;
        right: 0px;
        top: 0px;
        transform: translateX(70%) translateY(0%);
    }

    #frontpageV2 #ed .zusammensetzung {
        display: none;
    }

    #frontpageV2 .energiewrapper > h2 {
        display: none;
    }

    #frontpageV2 #recent-energymix > .energymix-wrapper > div:not(.responsive-mix) {
        display: none;
    }

    #frontpageV2 #recent-energymix > .energymix-wrapper > div.responsive-mix {
        display: block;
    }

    #frontpageV2 #ed .responsive-mix h2 {
        transform: translateY(80px);
        display: block;
        text-align: center;
    }

    #frontpageV2 #recent-energymix {
        width: 420px;
        background: none;
        bottom: 50%;
        bottom: auto;
        left: auto;
        right: 6px;
        transform: translateY(50%);
    }

    #frontpageV2 #recent-energymix:after {
        content: none;
    }

    #frontpageV2 #recent-energymix > .energymix-wrapper:after {
        content: none;
    }

    #frontpageV2 .energiewrapper-directorscut div.bottom {
        position: absolute;
        right: 0;
        margin: auto;
    }

    #frontpageV2 .energiewrapper-directorscut .inner-bottom > span {
        font-size: 16px;
        color: #1d4477;
        text-align: center;
        font-weight: 400;
    }

    #frontpageV2 .energiewrapper-directorscut .inner-bottom:first-of-type > span {
        text-align: center;
        color: #3ed8c3;
    }

    #frontpageV2 .energiewrapper-directorscut div.inner-bottom:first-of-type {
        border-top:none;
    }

    #frontpageV2 .energiewrapper-directorscut .inner-bottom:first-of-type strong {
        color: #3ed8c3;
    }

    #frontpageV2 .energiewrapper-directorscut .bottom > span {
        margin-bottom: 20px;
        color: #00A19F;
    }

    #frontpageV2 .energiewrapper-directorscut div.inner-bottom {
        border-top: 1px solid #ccc;
        width: 33%;
    }

    #frontpageV2 #newsslider.recentnews article h2 a {
        font: 700 26px RWESansPS;
    }

    #frontpageV2 .active .event-article + .event-article:before {
        content: none;
    }

    #frontpageV2 .event-slider .event-article {
        padding: 30px;
    }

    #frontpageV2 .event-slider-wrapper .owl-theme > .owl-dots {
        margin-top: 10px;
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        right: 30px;
        top: 50%;
        left: auto;
        width: auto;
        transform: translateY(-50%);
    }

    #frontpageV2 .event-article-wrapper {
        padding: 0 70px 0 110px;
    }

    #frontpageV2 .monthwrapper .content-wrapper {
        background: rgba(255,255,255,0.9);
        max-width: 60% !important;
        padding: 0 30px 30px;
    }

    #frontpageV2 .monthwrapper {
        padding: 120px 0 120px;
    }

    #frontpageV2 .monthsectionwrapper img {
        width: auto;
        margin: auto;
        max-height: 165px;
    }

    #frontpageV2 .monthwrapper .content-wrapper:before {
        height: 30px;
    }

    #frontpageV2 .event-slider-wrapper .owl-nav {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .tabbed > h1 {
        font: 700 20px RWESansPS;
    }

    .tabbed .bootstrap-select button span {
        font: 700 20px RWESansPS !important;
    }

    #frontpageV2 header .contentheader img {
        width: 300px;
    }

    #frontpageV2 .monthsectionwrapper p {
        font-size: 18px;
    }

    #frontpageV2 section .mostsearched h3, #frontpage section .mostsearched h3,#frontpageV2 #ed h1 {
        font: 700 20px RWESansPS;
    }


    #frontpageV2 .energiewrapper-directorscut div.bottom {
        bottom: 49% !important;
    }

    #frontpageV2 .recentnews > article:first-of-type figcaption {
        width: 100%;
    }

    #frontpageV2 #newsslider.owl-carousel .owl-stage {
        display: block !important
    }

    #frontpageV2 #newsslider.recentnews article {
        margin-bottom: 0px;
    }

    #frontpageV2 footer .footerrelaunch .showmobile {
        display: flex;
    }

    #frontpageV2 footer .footerrelaunch .showdesktop {
        display: none;
    }

    #frontpageV2 .footerrelaunch div#eviews ~ .footersearch {
        flex: 0 0 100% !important;
        margin: 15px 0 60px;
        display: block;
    }

    #frontpageV2 .footerrelaunch .footersearch ~ div {
        flex: 0 0 50% !important;
    }


    /* #frontpageV2 .topicfocus-slider article {
         width: 480px !important;
         height: 480px;
     }*/
    /*#frontpageV2 .slick-list {
        padding: 0 10% 0 0;
    }*/

    #frontpageV2 .event-slider-wrapper {
        margin: 100px auto 100px !important;
    }

    #frontpageV2 .mostread-flex {
        margin-bottom: 20px;
    }

    #frontpageV2 .recentnews article:nth-of-type(2), #frontpageV2 .recentnews > article:nth-of-type(3) {
        width: 100%;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type > figure img {
        width: 40%;
        min-width: 40%;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type > figure {
        height: 100%;
        position: relative;
        background: #ffffff;
        font-size: 22px;
        display: flex;
        width: 100%;
        align-items: flex-start;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type figcaption {
        left: auto;
        right: auto;
        position: static !important;
        padding: 15px;
        min-height: 120px;

    }

    #frontpageV2 #newsslider.recentnews article > figure img {
        width: 40%;
        height: auto;
    }

    #frontpageV2 .energiewrapper-directorscut {
        padding-left: 0px;
    }

    #frontpageV2 #newsslider.recentnews article > figure {
        height: 100%;
        position: relative;
        background: #ffffff;
        font-size: 22px;
        display: flex;
        width: 100%;
        align-items: stretch;
    }

    #frontpageV2 #newsslider.recentnews article figcaption {
        left: auto;
        right: auto;
        position: static !important;
        padding: 15px;
        min-height: 120px;

    }

    #frontpageV2 .recentnews > article:not(:first-of-type) figcaption > a {
        position: static;
        margin-top: auto;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type > figure {
        align-items: stretch;
    }

    #frontpageV2 #newsslider.recentnews article {
        height: auto;
    }

    #frontpageV2 #newsslider.recentnews article figcaption > a {
        position: static;
    }

    #frontpageV2 .recentnews > article:first-of-type ~ article figure > figcaption {
        align-self: stretch;
        width: 60% !important;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }

    #frontpageV2 .recentnews .lesetipp {
        left: 15px;
        right: auto;
        transform: none;
    }

    #frontpageV2 #newsslider.recentnews article h2 a {
        font: 700 20px RWESansPS;
    }

    #frontpageV2 .overlays + section {
        background: url(https://www.en-former.com/wp-content/themes/rweblog/assets/img/enegiewetter768.svg) no-repeat bottom 0px left -158px, -webkit-linear-gradient(top, #ffffff, #FFFFFF 10%, #e8e8e4 10%, #e8e8e4);
        background-size: 160%;
    }

    #frontpageV2 #recent-energymix {
        width: 100%;
        background: none;
        top: auto;
        bottom: auto;
        left: 0px;
        right: auto;
        margin: 0px;
        position: relative;
        transform:none;
    }

    #frontpageV2 .energiewrapper-directorscut div.bottom {
        height: auto;
    }

    #frontpageV2 .energiewrapper-directorscut .test-circle {
        max-width: 100%;
        width: 420px;
    }

    #frontpageV2 .energiewrapper-directorscut div.bottom {
        bottom: 96px;
    }

    #frontpageV2 #event-slider-information {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
    }

    #frontpageV2 .event-slider-wrapper .event-slider {
        width: 100%;
        max-width: 100%;
    }

    #frontpageV2 .event-article-wrapper {
        padding: 0px;
    }

    #frontpageV2 .event-slider .event-article {
        border: none;
    }

    #frontpageV2 .event-slider-wrapper {
        padding-bottom: 0px;
    }

    #frontpageV2 .event-slider-wrapper .event-slider .owl-item, .event-slider .owl-stage, .event-slider .owl-stage-outer {
        height: auto;
    }


    #frontpageV2 .event-slider .event-article + .event-article {
        position: relative;
    }

    #frontpageV2 .event-slider .event-article + .event-article:before {
        content: '';
        width: 80%;
        margin: auto;
        left: 0px;
        right: 0px;
        display: block;
        background: rgba(112, 112, 112, 0.25);
        height: 2px;
        top: 0px;
    }

    #frontpageV2 .event-slider.owl-carousel .owl-stage {
        display: block;
    }


    #frontpageV2 .event-slider-wrapper {
        background: none;
    }

    #frontpageV2 .monthwrapper {
        padding: 145px 0 120px;
    }

    #frontpageV2 .monthwrapper .content-wrapper {
        background: rgba(255,255,255,0.9);
        max-width: 57% !important;
        padding: 0 30px 30px;
    }

}

@media screen and (max-width: 767px) {

    #frontpageV2 .topicfocus h2 {
        margin-bottom: 15px;
    }

    #frontpageV2 .mostread h2 {
        margin-bottom: 15px;
    }

    #frontpageV2 .topicfocus-slider article {
        height: auto;
    }

    #frontpageV2 .mostread {
        margin-bottom:30px;
    }

    #frontpageV2 .footerrelaunch .footersearch ~ div {
        flex: 0 0 100% !important;
    }

    #frontpageV2 .footerrelaunch .footersearch + div {
        order: 3;
        margin-top: 40px;
    }

    #frontpageV2 .footerrelaunch .footersearch ~ .socialmobile {
        order: 4;
    }

    #frontpageV2 footer .showmobile {
        display: flex;
    }

    #frontpageV2 footer .showdesktop {
        display: none;
    }

    #frontpageV2 .topicfocus {
        margin-top: 0;
    }

    #frontpageV2 .monthsection-owl .topicfocus {
        margin-bottom: 35px;
    }


    .recentnews > article:first-of-type {
        transform: none !important;
    }

    #frontpageV2 .overlays + section {
        margin-top: -80px;
    }

    #frontpageV2 .recentnews {
        background: none;
    }

    #frontpageV2 .recentnews > article:first-of-type ~ article figure > figcaption {
        width: 100% !important;
    }

    #frontpageV2 #newsslider.recentnews.owl-carousel .owl-item {
        padding: 0px !important;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type > figure {
        flex-wrap: wrap;
    }

    #frontpageV2 #newsslider.recentnews article:first-of-type > figure img {
        width: 100%;
    }

    .mostread .mostread-flex, .mostread h2 {
        display: block !important;
    }
}

@media screen and (max-width: 480px) {


    #frontpageV2 .footersearch form {
        flex-wrap:nowrap;
    }

    #frontpageV2 section .mostsearched > h3 > img, #frontpage section .mostsearched > h3 > img {
        display:none;
    }

    #frontpageV2 section .mostsearched > div, #frontpage section .mostsearched > div {
        padding: 0px;
    }

    #frontpageV2 #ed .responsive-mix h2 {
        transform: translateY(50px);
    }

    #frontpageV2 #topicfocus-slider .rwebutton-full {
        position: absolute;
        right: 0px;
        max-width: 50%;
        margin: auto;
        display: inline-block;
        bottom: -55px;
    }

    #frontpageV2 .monthwrapper .content-wrapper:after {
        content: '';
        position: absolute;
        left: 20px;
        top: auto;
        bottom: -15px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #ffffff;
        border-bottom: 0;
        margin-top: 0;
        margin: 0px;
    }

    #frontpageV2 .slider-wrapper > .slider-header {
        width: auto;
        top: -25px;
        left: 30px;
    }

    #frontpageV2 .monthwrapper .content-wrapper {
        background: #ffffff;
        max-width: calc(100% - 60px) !important;
        padding: 0 30px 30px;
    }

    #frontpageV2 .monthnumber {
        position: absolute;
        bottom: -15px;
        left: 0px;
        top: auto;
        transform: translateY(100%);
    }

    #frontpageV2 .monthwrapper {
        padding: 145px 0 250px;
    }

    #frontpageV2 .event-slider-wrapper {
        margin: 60px auto 60px !important;
    }

    #frontpageV2 .event-slider-wrapper .owl-theme > .owl-dots {
        right: 15px;
    }

    #frontpageV2 .mostread {
        margin-bottom: 30px;
    }

    /*#frontpageV2 .topicfocus-slider article {
        width: auto !important;
        height: auto !important;
    }*/
    #topicfocus-controls {
        margin-top: 20px;
    }


    #frontpageV2 #topicfocus-controls .rwebutton-full {
        position: absolute;
        right: 0px;
        max-width: 50%;
        margin: auto;
        display: inline-block;
        bottom: -55px;
    }

    #frontpageV2 #topicfocus-slider a.mostread-responsive {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0px;
        bottom: -55px;
    }

    #frontpageV2 .slick-list {
        padding: 0 0 0 0;
    }

    #frontpageV2 .recentnews > h2, #frontpage .recentnews > h2 {
        color: #ffffff;
        font-size: 24px !important;
        width: auto;
    }

    #frontpageV2 .backgroundabsolute {
        position: absolute;
        right: 0px;
        top: -90px;
        transform: translateX(70%) translateY(0%);
    }


    #frontpageV2 .overlays + section {
        margin-top: -95px;
    }

    #frontpageV2 #newsslider.recentnews .owl-nav {
        bottom: 25px;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    #frontpageV2 #newsslider.recentnews .owl-dots {
        margin: auto;
        text-align: center;
        width: auto;
        left: 50%;
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        display: inline-block;
        bottom: 0;
        margin-top: 25px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }

    frontpageV2 #newsslider ~ .rwebutton-full {
        margin: auto;
    }

    #frontpageV2 .energiewrapper-directorscut .test-circle {
        max-width: 100%;
        width: 300px;
    }

    #frontpageV2 #recent-energymix {
        padding: 0px;
    }

    #frontpageV2 .energiewrapper-directorscut div.bottom {
        bottom: 75px;
    }

    #frontpageV2 .energiewrapper-directorscut .inner-bottom strong {
        font-size: 20px;
    }

    #frontpageV2 .energiewrapper-directorscut .bottom > span {
        margin-bottom: 10px;
    }

    #frontpageV2 .energiewrapper-directorscut .inner-bottom > span {
        font-size: 10px;
    }

    #frontpageV2 text.svgtext {
        display: block;
        transform: translateY(-10px) translateY(10px);
        font-size: 14px;
        /* transform: translate(10px, 10px); */
    }
}

