.navigation--list.container.js--menu-scroller--list {
	text-align: left !important;
}


.navigation-main.hover-typ-1 .navigation--list .navigation--entry .navigation--link:after, .navigation-main.hover-typ-3 .navigation--list .navigation--entry .navigation--link:after, .navigation-main.hover-typ-4 .navigation--list .navigation--entry .navigation--link:after {
    height: 0px;
	
}

.custom-page--tab-headline {
    font-size: 45px !important;
    margin-bottom: 2rem;
    /*color: red !important;*/
}

.navigation--list.container.js--menu-scroller--list>li:first-child span[itemprop="name"] {
	color: rgb(201,7,10);
	font-weight: 700;
	font-size: 16px;
	
}


.navigation--list.container.js--menu-scroller--list ul {
	
	padding-top: 10px;

}
.navigation--list.container.js--menu-scroller--list>li:last-child span[itemprop="name"] {
	background-color: rgb(201,7,10);
	color: white;
	font-size: 16px;
	padding: 10px;
	border-radius: 3px;
	
}


/* Menü - Submenüs */

.is--ctl-index.is--act-index .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(1) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

/* veraltet nach SW und Theme-Update 15.09.2021 gg.
.is--act-heizoel .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(1) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.is--act-pellets .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(2) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}



.is--act-brennholz .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(3) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

.is--act-holzbriketts .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(4) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}



.is--ctl-forms.is--act-index .js--menu-scroller .navigation--list-wrapper:nth-child(2) li.navigation--entry.js--menu-scroller--item:nth-child(5) .navigation--link{
	color: rgb(201,7,10) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
*/



.is--ctl-checkout.is--act-finish .logo[role="banner"],
.is--ctl-checkout.is--act-shippingpayment .logo[role="banner"],
.is--ctl-register.is--target-checkout .logo[role="banner"],
.is--ctl-checkout.is--act-confirm .logo[role="banner"]	
 {
	margin-top: 2px !important;
	margin-left: 10px !important;
    width: 200px !important;
	min-width: 200px !important;
	max-width: 150% !important; 
    height: auto !important;	
}

.is--ctl-checkout.is--act-finish .logo[role="banner"] img,
.is--ctl-checkout.is--act-shippingpayment .logo[role="banner"] img,
.is--ctl-register.is--target-checkout .logo[role="banner"] img,
.is--ctl-checkout.is--act-confirm .logo[role="banner"] img {
    width: 100% !important;
    height: auto !important;
}

.schrepfercontainer .ce_gallery {
	display: none;
}
.schrepfercontainer figure {
	margin: 0;
}
.schrepferwrapper {
    position: relative;
	overflow: hidden;
}
.schrepferwrapper .schrepfercw {
    width: 100%;
    position: relative;
    z-index: 9;
	padding-bottom: 75px;
}
.schrepferwrapper .schrepfert {
    position: absolute;
	width: 50%;
	left: 0;
    top: 0;
    padding: 0 40px;
	height: 100%;
	margin-top: 30px;
	background: #c9070a;
}
.schrepferwrapper .schrepfert h2 {
	margin: 0px;
	color: #fff;
	padding-top: 20px;
	font-size: 1.5em;
}
.schrepferwrapper .schrepferc {
    width: calc(50% - 40px);
	margin-left: 50%;
    padding: 40px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #c2c2c2;
}
.schrepferwrapper .schrepferc h3 {
	margin-bottom: 0;
	clear: both;
	display: block;
	padding-top: 15px;
	font-size: 1em;
}
.schrepferwrapper .schrepferc p {
	margin-top: 0;
}
.schrepferwrapper .schrepferc p:last-child {
	margin-bottom: 0;
}
.schrepferwrapper .schrepferc p span {
	width: 75px;
    display: inline-block;
}
.schrepferwrapper .schrepferc img {
	max-width: 350px;
	width: 75%;
}
.schrepferwrapper .ce_image.bgimg {
    padding-top: 50px;
	position: absolute;
	width: 100%;
	bottom: 0;
	vertical-align: bottom;
	line-height: 0;
}
@media (max-width: 767px) {
	.schrepfercontainer {
		margin-bottom: 75px;
	}
	.schrepferwrapper .schrepfert {
		position: static;
		padding: 0 20px;
		margin-top: 0px;
		width: 100%;
	}
	.schrepferwrapper .schrepfert h2 {
		padding: 15px 0;
		font-weight: bold;
		font-size: 1.2em;
		text-transform: none;
	}
	.schrepferwrapper .ce_image.bgimg {
		padding-top: 0px;
		position: static;
		width: 100%;
	}
	.schrepferwrapper .schrepfercw {
		position: static;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.schrepferwrapper .schrepferc {
		width: 100%;
		margin-left: 0px;
		padding: 20px;
		clear:both;
	}
	.schrepfercontainer .ce_gallery {
		margin: 0px 20px 10px 20px;
	}
	.schrepfercontainer .ce_gallery .swiper-wrapper {
		margin-top: 0;
	}
}

/* Rechner-Form*/
#pelletsrechnerform,
#heizoelrechnerform {
	border-color: transparent;
	margin-bottom: 1rem;
}

#pelletsrechner {
	background: rgb(247,247,247);
	margin-top: 0;
	padding: 10px 40px 20px 40px;
	margin-bottom: 40px;
}

#pelletsrechnerform td,
#heizoelrechnerform td{
	background-color: transparent;
	border-color: transparent;
    border: 0;
    padding-left: 0;
}
input#plz {
	border: 1px solid #444;
}

.anfrageform {
	display: none;
}

.anfrageform.heizoel .content-main.container.block-group,
.anfrageform.pellets .content-main.container.block-group {
	padding: 0 !important;
}
.anfrageform.heizoel .forms--content .panel--title,
.anfrageform.pellets .forms--content .panel--title,
.anfrageform.heizoel .forms--content .forms--title,
.anfrageform.pellets .forms--content .forms--title {
	display: none;
}

/* Inhalte von Energiehof */
.sccontainer.ce_sccc{
    border: 1px solid #ccc;
    padding: 2%;
}
.sccontainer .ce_image.attribute.image, .sccontainer .image_container.FlipIT {
	width: 34.1% !important;
	float: left;
}
.sccontainer .image_container.FlipIT { 
	position: relative;
}
.sccontainer .flip1 .ce_image.attribute.image {
	width: 100% !important;
}
.sccontainer .ce_image.attribute.image .image_container {
}
.sccontainer.ce_sccc .image_container .image_container, .sccontainer.ce_sccc .flipper .ce_image.attribute.image {
	width: 100% !important;
}
.sccontainer.ce_sccc .image_container .caption {
	display: none !important;
}
.sccontainer .image_container {
	margin: 0px !important;
}
.sccontainer .text {
	width: 65.9%;
	float: right;
	padding-left: 4%;
}
.sccontainer .text h2 {
	margin-top: 0;
	height: 40px;
	height: 2.5rem;
	margin: 0px 0px 5px 0px;
	margin: 0rem 0rem .3125rem 0rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	display: block;
	width: 100%;
	color: #3b3b3b;
	font-weight: 700;
}
.sccontainer .text p, .sccontainer .text p span, .sccontainer .ce_table table td {
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
}
.sccontainer .text .txtwrap a.button {
	display: none;
}
.sccontainer .text a.dubutton {
	display: inline-block;
	background: #c9070a;
	color: #efefef;
	padding: 0 25px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #b00609;
	margin: 11px -11px -11px -11px;
	font-weight: 300;
	float: right;
}
.sccontainer  {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.sccontainer .ce_table {
	display: table;
}
.sccontainer .ce_table table {
	width: 100%;
	border: 1px solid #f5f5f5;
}
.sccontainer .ce_table table td {
	border: 0;
}
.sccontainer .confwrap {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 15px;
}
.sccontainer .confwrap p {
	margin-bottom: 0;
}
.image_container.FlipIT div.flip1 {
	position: absolute;
	z-index: 2;
	opacity: 1;
	transition: all 0.75s ease 0s;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-ms-ttransition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
}
.image_container.FlipIT:hover div.flip1 {
	opacity: 0;
	transition: all 0.75s ease 0s;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-ms-ttransition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
}
.image_container.FlipIT div.flipper {
	
}
p.infotextPROD {
	clear: both;
	padding-top: 30px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 18px;
	line-height: 1.125rem;
}

@media (max-width: 599px) {
	.sccontainer .text {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.sccontainer .ce_image.attribute.image, .sccontainer .image_container.FlipIT {
		width: 100% !important;
		max-width: 250px;
		margin: 0 auto !important;
		float: none;
		display: table;
	}
	.sccontainer .text h2 {
		margin-top: 20px;
	}
}

/* Social Media */
.mod_socials {
    
    overflow: hidden;
    float: right;
    margin-left: 1px;
    padding-left: 20px;
    position: relative;
}

.mod_socials a i {
    width: 30px;
    line-height: 50px;
	padding: 0;
	margin: 0;
	text-align: center;
}


.mod_socials:before {
    content: '';
    border-left: 1px solid rgb(0,0,0);
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 30%;
    opacity: 0.2;
}

nav.content--breadcrumb {
    display: none;
}	


/* nach Update auf SW 5.7.3 */
nav.content--breadcrumb {
    display: none;
}

nav.navigation-main {
	line-height: 1.8rem;
	height: 6.5rem;
}
/*
nav.navigation-main.hide-kategorie-button.hover-typ-0 {
	height: 9.5rem;
}
*/
.advanced-menu .menu--level-0.columns--4 {
    -webkit-column-count: unset;
    column-count: unset;
}

.headtyp-3 .header-main .headbar .advanced-menu {
	position: relative !important;
	top: calc(35px - 36px) !important;
}


.advanced-menu {
	left: 0;
	line-height: 1.8rem;
	height: 3.2rem;
    box-shadow: unset !important; */

}

.headtyp-3 .header-main .headbar .advanced-menu {
	border-top: solid 1px #ddd !important;
}

.advanced-menu ul,
.advanced-menu li {
	padding-top: 6px !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	margin: 0;
}

#pelletsrechner {
	margin-bottom: 0;
}

.t2gg-listing--wrapper {
	padding-top: 40px;
}


.is--act-heizoel  .advanced-menu ul li.navigation--entry.js--menu-scroller--item:nth-child(1) .navigation--link {
    color: rgb(201,7,10) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.is--act-pellets .advanced-menu ul li.navigation--entry.js--menu-scroller--item:nth-child(2) .navigation--link {
    color: rgb(201,7,10) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.is--act-brennholz .advanced-menu ul li.navigation--entry.js--menu-scroller--item:nth-child(3) .navigation--link {
    color: rgb(201,7,10) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.is--act-holzbriketts .advanced-menu ul li.navigation--entry.js--menu-scroller--item:nth-child(4) .navigation--link {
    color: rgb(201,7,10) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.is--ctl-forms .advanced-menu ul li.navigation--entry.js--menu-scroller--item:nth-child(5) .navigation--link {
    color: rgb(201,7,10) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
