/*----------------*/
/*---- GLOBAL ----*/
/*----------------*/

.news-date {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}



/*------------------------*/
/*---- NEWSLISTE NEWS ----*/
/*------------------------*/

/* LAYOUT */
.newslist.news:not(.newslist-swiper) .newslist-list {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newslist.news:not(.newslist-swiper) .newslist-item {
    width: calc((100% / 3) - 2.5rem);
    margin: 1.25rem;
}

/* IMG */
.newslist.news .newslist-item-img-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 62%;
}
.newslist.news .newslist-item-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: center center;
}

/* CONTENT */
.newslist.news .newslist-item-content {
    position: relative;
    padding-top: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

/* TEXT */
.newslist.news .newslist-item-date {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.newslist.news .newslist-item-headline h4 {
    color: var(--primary-color-100);
}
.newslist.news .newslist-item-subtext {
    color: var(--root-color-60);
    margin-bottom: 2rem;
}

/* BUTTON */
.newslist.news .newslist-item-link-link {
    padding: 0;
}

/* ITEM 1 */
@media only screen and (min-width:768px) {
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) {
        width: 100%;
        margin: 0 1.25rem 14rem;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) .newslist-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) .newslist-item-img-wrapper {
        width: calc(100% - 32rem);
        min-height: 50vw;
        min-height: clamp(30rem, 50vw, 55rem);
        padding: 0;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) .newslist-item-content {
        width: 40rem;
        margin-left: -8rem;
        margin-top: 4.5rem;
        padding: 4rem 3rem;
        box-sizing: border-box;
        background-color: var(--website-bg-color);
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) .newslist-item-subtext {
        color: var(--root-color-80);
    }
}
/* ITEMS 2 & 3 */
@media only screen and (min-width:1025px) {
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(2),
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(3) {
        width: calc(50% - 7.75rem);
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(2) {
        margin-right: 6.5rem;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(3) {
        margin-left: 6.5rem;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(2) .newslist-item-img-wrapper,
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(3) .newslist-item-img-wrapper {
        padding-top: 59%;
    }
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(2) .newslist-item-content,
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(3) .newslist-item-content {
        margin-left: 4rem;
        margin-top: -8rem;
        padding: 3rem;
        box-sizing: border-box;
        background-color: var(--website-bg-color);
    }
}
    

@media only screen and (max-width:1024px) {
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(n+2) {
        width: calc(50% - 2.5rem);
        margin: 1.25rem;
    }
}
@media only screen and (max-width:767px) {
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(1) {
        width: 100%;
        margin: 1.25rem;
    }
}
@media only screen and (max-width:600px) {
    .newslist.news:not(.newslist-swiper) .newslist-item:nth-child(n+2) {
        width: 100%;
        margin: 1.25rem;
    }
}

/*--------------------------*/
/*---- NEWS SWIPER NEWS ----*/
/*--------------------------*/

.newslist-swiper.news .bh-swiper {
    
}
.newslist-swiper.news .bh-swiper .swiper-pagination {
    bottom: 0px;
}
.newslist-swiper.news .bh-swiper  .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	width: auto !important;
}
.newslist-swiper.news .bh-swiper  .swiper-pagination-bullet {
	background: var(--root-color-10);
	border-radius: 0px;
}
.newslist-swiper.news .bh-swiper .swiper-pagination-bullet-active {
	background: var(--primary-color-100);
}
.newslist-swiper.news .newslist-item-content {
    padding-bottom: 4rem;
}
.newslist-swiper.news .bh-swiper:not(.no-swiping-slides) .swiper-container {
    padding-bottom: 8rem;
}
.newslist-swiper.news .bh-swiper .swiper-button-next,
.newslist-swiper.news .bh-swiper .swiper-button-prev {
    background-color: var(--primary-color-100);
    top: auto;
    bottom: 2.5rem;
    transform: translate(0,0);
    left: calc(50% - 4.9rem);
}
.newslist-swiper.news .bh-swiper .swiper-button-next {
    left: auto;
    right: calc(50% - 4.9rem);
}

/*-----------------------------*/
/*---- NEWSLIST KRAFTWERKE ----*/
/*-----------------------------*/

/* LAYOUT */
.newslist.kraftwerke .newslist-list {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-top: -2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newslist.kraftwerke .newslist-item {
    width: calc((100% / 3) - 2.5rem);
    margin: 2.2rem 1.25rem 4rem;
    transition: ease-in transform 0.3s;
}
.newslist.kraftwerke .newslist-item:hover {
    transform: translateY(-0.6rem);
    transition: ease-out transform 0.3s;
}
/* IMG */
.newslist.kraftwerke .newslist-item-img-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 62%;
}
.newslist.kraftwerke .newslist-item-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: center center;
}

/* CONTENT */
.newslist.kraftwerke .newslist-item-content {
    position: relative;
    padding-top: 1rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

/* TEXT */
.newslist.kraftwerke .newslist-item-headline h4 {
    color: var(--root-color-100);
    margin-bottom: 1rem;
}
.newslist.kraftwerke .newslist-item-subtext {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: var(--primary-color-100);
}

/* BUTTON */
.newslist.kraftwerke .newslist-item-link-link {
    padding: 0;
}

@media only screen and (max-width:900px) {
    .newslist.kraftwerke .newslist-item {
        width: calc(50% - 2.5rem);
    }
}
@media only screen and (max-width:600px) {
    .newslist.kraftwerke .newslist-item {
        width: 100%;
    }
}

/*---------------------*/
/*---- NEWS DETAIL ----*/
/*---------------------*/

/*---- HEADER ----*/

.news-type-news-header,
.news-type-kraftwerke-header {
	position: relative;
	height: auto;
	width: 100%;
	box-sizing: border-box;
}
.news-type-news-header .news-header-inner,
.news-type-kraftwerke-header .news-header-inner {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.news-type-news-header .news-header-img,
.news-type-kraftwerke-header .news-header-img {
    margin-bottom: 3.5rem;
}
.news-type-news-header .news-header-img-height,
.news-type-kraftwerke-header .news-header-img-height {
	width: 100%;
	height: auto;
	padding-top: 55%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 75%, rgba(0,0,0,0.45) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 75%,rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 75%,rgba(0,0,0,0.45) 100%);

}
.news-type-news-header .news-header-img .bh-image-background,
.news-type-kraftwerke-header .news-header-img .bh-image-background {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-type-news-header .news-header-buttons,
.news-type-kraftwerke-header .news-header-buttons {
	position: absolute;
	width: 13.5rem;
	height: auto;
	bottom: 0px;
	left: -13.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-type-news-header .news-header-buttons .newsButton,
.news-type-kraftwerke-header .news-header-buttons .newsButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-type-news-header .news-header-buttons .newsButtonIcon,
.news-type-kraftwerke-header .news-header-buttons .newsButtonIcon {
	font-size: 24px;
	color: var(--primary-color-100);
	cursor: pointer;
	margin-right: 1rem;
}
.news-type-news-header .news-header-buttons .newsButtonText,
.news-type-kraftwerke-header .news-header-buttons .newsButtonText {
	font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
	color: var(--primary-color-100);
}
.news-type-news-header .news-header-buttons .backButton,
.news-type-kraftwerke-header .news-header-buttons .backButton {
    cursor: pointer;
}


@media only screen and (max-width:1200px) {
	.news-type-news-header,
    .news-type-kraftwerke-header {
		padding: 0;
	}
	.news-type-news-header .news-header-inner,
    .news-type-kraftwerke-header .news-header-inner {
		max-width: none;
	}
	.news-type-news-header .news-header-buttons,
    .news-type-kraftwerke-header .news-header-buttons {
		width: 12rem;
		left: 0rem;
		bottom: 2rem;
	}
	.news-type-news-header .news-header-buttons .newsButtonText,
    .news-type-news-header .news-header-buttons .newsButtonIcon,
    .news-type-kraftwerke-header .news-header-buttons .newsButtonText,
    .news-type-kraftwerke-header .news-header-buttons .newsButtonIcon {
		color: white;
	}
}

/*---- HEADER-CONTENT ----*/

.news-type-news-header .news-header-content,
.news-type-kraftwerke-header .news-header-content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 5rem;
}
.news-type-news-header .news-header-content-inner,
.news-type-kraftwerke-header .news-header-content-inner {
	position: relative;
	width: 100%;
}
.news-type-news-header .news-header-date {
    margin-bottom: 3rem;
}
.news-type-news-header .news-header-headline h2,
.news-type-kraftwerke-header .news-header-headline h2 {
	color: var(--primary-color-100);
	margin-bottom: 0px;
}
.news-type-news-header .news-header-headline,
.news-type-kraftwerke-header .news-header-headline {
    max-width: 80rem;
	margin-bottom: 4rem;
}
.news-type-news-header .news-header-subtext {
	color: var(--root-color-80);
    font-size: 1.9rem;
    max-width: 60rem;
}

@media only screen and (min-width:1201px) {
    .news-type-news-header .news-header-content,
    .news-type-kraftwerke-header .news-header-content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width:1200px) {
	.news-type-news-header .news-header-content-inner,
    .news-type-kraftwerke-header .news-header-content-inner {
		max-width: 960px;
        margin-left: auto;
        margin-right: auto;
	}
}
@media only screen and (max-width: 1024px) {
	.news-type-news-header .news-header-headline h1,
    .news-type-kraftwerke-header .news-header-headline h1 {
		/* font-size: 5.5rem; */
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}
@media only screen and (max-width:960px) {
	/* .news-type-news-header .news-header-content {
		padding-left: 12rem;
	} */
}
@media only screen and (max-width:768px) {
	/* .news-type-news-header .news-header-content {
		padding: 0;
	}
	.news-type-news-header .news-header-content-inner {
		margin-top: 0;
		padding: 5rem 4rem 0;
		z-index: inherit;
	} */
}


/*---------------------------*/
/*---- NEWSLIST PRODUKTE ----*/
/*---------------------------*/

/*---- SWIPER ----*/

.newslist.strom .bh-swiper,
.newslist.charging .bh-swiper,
.newslist.gas .bh-swiper,
.newslist.mobil .bh-swiper {
    max-width: 1060px;
    margin: 0 auto;
}
.newslist.strom .bh-swiper .swiper-container-autoheight .swiper-wrapper,
.newslist.charging .bh-swiper .swiper-container-autoheight .swiper-wrapper,
.newslist.gas .bh-swiper .swiper-container-autoheight .swiper-wrapper,
.newslist.mobil .bh-swiper .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto !important;
    padding-top: 20px;
}
.newslist.strom .bh-swiper .swiper-container,
.newslist.charging .bh-swiper .swiper-container,
.newslist.gas .bh-swiper .swiper-container,
.newslist.mobil .bh-swiper .swiper-container {
    box-sizing: border-box;
    padding-bottom: 70px;
}

.newslist .bh-swiper .swiper-button-prev,
.newslist .bh-swiper .swiper-button-next {
    background: none;
    height: 4.5rem;
    width: 4.5rem;
    margin-top: -4.75rem;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newslist .bh-swiper .swiper-button-prev:after,
.newslist .bh-swiper .swiper-button-next:after {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 4.5rem;
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.newslist .bh-swiper .swiper-button-prev:after {
    content: "\e901";
}
.newslist .bh-swiper .swiper-button-next:after {
    content: "\e902";
}
.newslist .bh-swiper .swiper-button-prev {
    left: -10rem;
}
.newslist .bh-swiper .swiper-button-next {
    right: -10rem;
}
.newslist .bh-swiper .swiper-button-prev.swiper-button-disabled,
.newslist .bh-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.newslist .bh-swiper .swiper-button-prev.swiper-button-lock,
.newslist .bh-swiper .swiper-button-next.swiper-button-lock {
    opacity: 0;
}

@media only screen and (max-width:1300px) {
    .newslist .bh-swiper .swiper-button-prev {
        left: -5rem;
    }
    .newslist .bh-swiper .swiper-button-next {
        right: -5rem;
    }
}
@media only screen and (max-width:1024px) {
    .newslist.strom .bh-swiper,
    .newslist.charging .bh-swiper,
    .newslist.gas .bh-swiper,
    .newslist.mobil .bh-swiper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .newslist .bh-swiper .swiper-button-prev {
        left: -2rem;
    }
    .newslist .bh-swiper .swiper-button-next {
        right: -2rem;
    }
}
@media only screen and (max-width:500px) {
    .newslist .bh-swiper .swiper-button-prev {
        left: -1rem;
    }
    .newslist .bh-swiper .swiper-button-next {
        right: -1rem;
    }
}

/*---- PRODUCT-BOX ----*/

/* WRAPPER */
.product-box-wrapper {
    position: relative;
    height: 100%;
    background-color: white;
    border: 1px solid var(--primary-color-15);
    padding-bottom: 2.7rem;
    box-sizing: border-box;
    transition: ease-in background-color 0.3s;
}
/* .product-box-wrapper:hover {
    background-color: var(--primary-color-07);
    transition: ease-in background-color 0.3s;
} */
.product-box-inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 1.8rem;
    box-sizing: border-box;
}
/* GLOBAL TEXT */
.product-box-headline {
    min-height: 9.5rem;
}
.product-box-headline h3 {
    color: var(--primary-color-100);
    margin-bottom: 0;
}
.product-box-subtext {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--root-color-100);
    margin-bottom: 3rem;
}
.product-box-image {
    margin-bottom: 2rem;
}
.product-box-image .bh-image-background {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 66%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-box-text {
    margin-bottom: 2rem;
}
.product-box-text ul {
    padding-left: 2rem;
    list-style-type: none;
    margin-bottom: 0;
}
.product-box-text li {
    position: relative;
    color: var(--root-color-100);
}
.product-box-text p {
    color: var(--root-color-100);
}
.product-box-text li:before {
    content: "\e90f";
    position: absolute;
    left: -2rem;
    top: 0.6rem;
    height: 1.2rem;
    width: 1.2rem;
    color: var(--secondary-color-100);
    font-size: 1.2rem;
    font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-box-link-link.button-link {
    padding-left: 0;
    padding-top: 0;
}
.product-box-link {
    margin-bottom: 2rem;
}
/* BUTTON */
.product-box-button {
    position: absolute;
    left: 50%;
    bottom: -2.7rem;
    transform: translateX(-50%);
}
.product-box-button-custom .button-text {
    white-space: nowrap;
}

/* BADGES */

.newslist-item .newslist-item-highlight {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 94px;
    height: 98px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.newslist-item .newslist-item-highlight.highlight-tipp {
    background-image: url('/fileadmin/images/unser-tipp.svg');
}
.newslist-item .newslist-item-highlight.highlight-online-rabatt {
    background-image: url('/fileadmin/images/online-rabatt.svg');
}
.newslist-item .newslist-item-highlight.highlight-bestseller {
    background-image: url('/fileadmin/images/bestseller.svg');
}
.newslist-item.highlight-1 .product-box-headline,
.newslist-item.highlight-2 .product-box-headline,
.newslist-item.highlight-3 .product-box-headline {
    padding-right: 60px;
}

/* PRICE-ITEM */
.product-box-price-item {
    padding: 1.5rem 0;
}
.product-box-price-item:not(:last-child) {
    border-bottom: 1px solid var(--primary-color-15);
}
.product-box-price-item-headline {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color-100);
    margin-bottom: 1.5rem;
}
.product-box-accordion-toggler {
    cursor: pointer;
}

.product-box-price-item.charging-product .product-box-price-item-headline {
    max-width: 22rem;
}
.product-box-price-item .price-item-icon {
    font-size: 24px;
    margin-right: 1.3rem;
}
.product-box-accordion-toggler-icon {
     font-size: 24px;
     margin-right: 1.3rem;  
     position: absolute;
     right: 4px;
     transform: rotate(180deg);
     transition: 0.3s ease transform;
}
.active .product-box-accordion-toggler-icon {
    transform: rotate(0deg);
}

.product-box-price-item .price-item-text {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.product-box-price-item-price {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Rockwell', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.product-box-price-item-price .price-item-price {
    margin-right: 0.4rem;
}
.product-box-price-item-price .price-item-price,
.price-item-unit-black {
    color: var(--root-color-100);
}
.price-item-unit-grey {
    margin-left: -5px;
    color: var(--root-color-30);
}
.product-box-price-item-footnote {
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--root-color-100);
}

/*---- nur 1 Item ----*/

.newslist.strom.newslist-one-item .newslist-list,
.newslist.gas.newslist-one-item .newslist-list {
    padding-bottom: 2.7rem;
}
.newslist.strom.newslist-one-item .newslist-item,
.newslist.gas.newslist-one-item .newslist-item {
    max-width: 30rem;
    margin: 0 auto;
}

/*-----------------------------*/
/*---- NEWSDETAIL PRODUKTE ----*/
/*-----------------------------*/

.news-content-top-content {
    margin-bottom: 15rem;
}
.news-data-content {
    border-top: 4px solid var(--primary-color-100);
    background-color: var(--primary-color-07);
    padding-bottom: 7rem;
    margin-bottom: 9rem;
}
.news-data-content-cols {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 7rem;
}
.bh-femode .news-data-content-cols.no-margin-bottom {
    margin-bottom: 0;
}
.news-data-content-col-1 {
    width: calc(100% - 40rem);
    padding-top: 12rem;
    margin-right: 6rem;
}
.news-data-content-col-2 {
    position: relative;
    width: 34rem;
    margin-top: -9rem;
    z-index: 1;
}
.news-data-box {
    box-shadow: var(--root-box-shadow-bold);
    margin-bottom: 7rem;
}
.product-box-mobility-item .product-box-mobility-item-price {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}
.product-box-mobility-item:nth-child(odd){
    background: #eaf6fb;
}
.product-box-mobility-item-category-with-footnote {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-box-mobility-item-category-right {
    align-items: flex-end;
}
.product-box-mobility-item .product-box-mobility-item-price,
a .product-box-mobility-item .product-box-mobility-item-price {
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 140%;
    line-height: 28px;
    color: var(--root-color-100);
}
.product-box-mobility-item-price-footnote,
a .product-box-mobility-item-price-footnote,
.product-box-mobility-item-info-footnote {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: var(--root-color-60);
}
.product-box-mobility-item-info-footnote {
    text-align: left;
    margin-top: -0.5rem;
}
.footnote-color-red {
    color: var(--template-color-red);
}
.product-box-mobility-item .product-item-text-grey,
a .product-box-mobility-item .product-item-text-grey {
    color: #c6c6c6 !important;
}

.product-box-accordion-tab {
    padding-bottom: 0px;
    overflow: hidden;
    max-height: 0px;
    transition: 0.4s ease max-height, 0.2s ease padding-bottom;
}

.product-box-accordion-tab.active {
    max-height: 200px;
}
.product-box-mobility-item:last-child {
    margin-bottom: 20px;
}

.product-box-accordion-tab.active:not(:last-child) {

}


@media only screen and (max-width:850px) {
    .news-data-content-cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news-data-content-col-1 {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 6rem;
    }
    .news-data-content-col-2 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width:350px) {
    .product-box-mobility-item-category-text {
        font-size: 1.6rem;
    }
}

/*-------------------------*/
/*---- NEWSLIST EVENTS ----*/
/*-------------------------*/

.newslist.events .newslist-list {
    width: calc(100% + 3.6rem);
    margin-left: -1.8rem;
    margin-top: -1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newslist.events .newslist-item {
    display: block;
    width: calc(50% - 3.6rem);
    margin: 1.8rem;
}
.newslist.events .newslist-item-content {
    padding-top: clamp(1.2rem, 3.5vw, 2rem);
}
.newslist.events .newslist-item-img {
    width: 100%;
    height: clamp(145px, 35vw, 270px);
    object-fit: cover;
}
.news-event-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--primary-color-100);
}
.newslist-item-date {
    margin-bottom: 1.2rem;
}
.news-event-date-icon {
    font-size: 24px;
    margin-right: 2rem;
}
.news-event-date-text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}
.news-event-headline h4 {
    color: var(--root-color-100);
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
@media only screen and (max-width:650px) {
    .newslist.events .newslist-list {
        width: 100%;
        margin: 0;
        display: block;
    }
    .newslist.events .newslist-item {
        width: 100%;
        margin: 0 0 2.4rem;
    }
}

/*---------------------------*/
/*---- NEWSDETAIL EVENTS ----*/
/*---------------------------*/

/*---- NEWSDETAIL ----*/

.newsdetail-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: clamp(5rem, 8vw, 7rem);
}
.newsdetail-events .newsdetail-back-button-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newsdetail-events .newsButton.backButton {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.newsdetail-events .newsButtonIcon {
    font-size: 24px;
    color: var(--primary-color-100);
    cursor: pointer;
    margin-right: 1rem;
}
.newsdetail-events .newsButtonText {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--primary-color-100);
}
.newsdetail-events .newsdetail-content-left,
.newsdetail-events .newsdetail-content-right {
    position: relative;
    width: 50%;
    box-sizing: border-box;
}
.newsdetail-events .newsdetail-content-left {
    padding-right: var(--website-padding-50);
}
.newsdetail-events .newsdetail-info-display {
    padding: 2rem 0;
}
.newsdetail-events .newsdetail-headline {
    margin-bottom: clamp(2.3rem, 8.5vw, 8.3rem);
}
.newsdetail-events .newsdetail-subtext {
    font-size: 1.9rem;
    margin-bottom: 2rem;
}
.newsdetail-subtext-mobile {
    display: none;
}
.newsdetail-events .newsdetail-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.newsdetail-events .newsdetail-buttons > .template-button-primary.withIcon {
    margin-bottom: 0;
}
.el-newsdetail button.template-button-primary {
    width: auto;
}
.el-newsdetail .template-button-primary.withIcon .template-button-primary-text {
    margin-right: 0;
}
.el-newsdetail .template-button-primary.withIcon .template-button-primary-icon {
    font-size: 2.4rem;
    margin-right: 2rem;
}
.newsdetail-events .newslist-item-data {
    margin-bottom: 3rem;
}
.newsdetail-events .newslist-item-data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--root-color-60);
    margin-bottom: 0.5rem;
}
.newsdetail-events .newslist-item-data-item-icon {
    color: var(--primary-color-100);
    font-size: 2.4rem;
    margin-right: 1.5rem;
}
.newsdetail-events .newslist-item-data-item-text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 0.4rem;
}
.newsdetail-events .newsdetail-buttons .newsdetail-fav {
    width: 5.3rem;
    height: 5.3rem;
    border: 1px solid var(--primary-color-100);
    background-color: var(--primary-color-100);
    background-image: url('/fileadmin/images/project/star.svg');
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.newsdetail-events.fav .newsdetail-buttons .newsdetail-fav {
    background-image: url('/fileadmin/images/project/star-filled.svg');
}

.newsdetail-events .newsdetail-pictures {
    margin-bottom: 1rem;
}
.newsdetail-events .newsdetail-img {
    width: 100%;
    aspect-ratio: 1.37;
    object-fit: cover;
    object-position: center center;
}

.newsdetail-content-events {
    margin-bottom: clamp(4rem, 8vw, 8rem);
}
.newsdetail-content-events-inner {
    padding-top: 3.5rem;
    border-top: 1px solid var(--primary-color-15);
}

/* SWIPER PAGINATION */

.newsdetail-events  .swiper-pagination {
    transition: ease-in-out all 0.5s;
}
.newsdetail-events  .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid white;
    background: transparent;
    opacity: 1 !important;
    margin: 0 0.25rem !important;
    transition: ease-in-out all 0.5s;
}
.newsdetail-events .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}
.newsdetail-events .swiper-pagination.swiper-pagination-lock {
    display: none;
}

@supports not (aspect-ratio: 1 / 1) {
    .newsdetail-events .newsdetail-img {
        height: 380px;
    }
}

@media only screen and (max-width:1200px) {
    .newsdetail-events {
        padding-top: 5rem;
    }
}
@media only screen and (max-width:1023px) {
    .newsdetail-events .newsdetail-content-left,
    .newsdetail-events .newsdetail-content-right {
        width: 100%;
    }
    .newsdetail-subtext-mobile {
        display: block;
        padding-top: clamp(1.5rem, 3vw, 3rem);
    }
    .newsdetail-subtext-desktop {
        display: none;
    }
}