.flex-abmessung-spalte.container-breite .flex-item {
    justify-content: center;
}

.flex-abmessung-spalte.container-hoehe .flex-item {
    justify-content: center;
}

.materialcontainer-konfigurator .flex-abmessung .flex-abmessung-turen {
	flex-wrap: wrap;
}

.materialcontainer-konfigurator .flex-abmessung .flex-abmessung-turen .flex-item {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.materialcontainer-konfigurator .flex-item.img-header .flex-img-header-lackierung .img-header-lackierung.lackierung-signalgelb {
	background: #ffda00;
}

.materialcontainer-konfigurator .flex-item.img-header .flex-img-header-lackierung .img-header-lackierung.lackierung-feuerrot {
	background: #a02029;
}

.materialcontainer-konfigurator .flex-item.img-header .flex-img-header-lackierung .img-header-lackierung.lackierung-lichtgrau {
	background: #c2c2c2;
}

.materialcontainer-konfigurator .elektropaket_anschlusse {
	background: #fff;
	padding: 10px 20px;
	gap: 30px;
	font-size: 15px;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	display: flex;
	align-items: center;
	position: relative;
    min-height: 60px;
}

.materialcontainer-konfigurator .elektropaket_anschlusse .icon {
	font-size: 30px;
	background: #94c53c;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	height: 100%;
	width: 60px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.materialcontainer-konfigurator .elektropaket_anschlusse.hinweis .icon {
	background: #ff9b19;
}

.materialcontainer-konfigurator .elektropaket_anschlusse .info-text {
	margin-left: 80px;
}

.materialcontainer-konfigurator .showpricelist .finalprice .pricenettorabatt {
	font-size: 16px;
	text-decoration: line-through;
}

.materialcontainer-konfigurator .showpricelist .finalprice .pricerabatt {
	background: #e3342e;
	color: #fff;
	padding: 2px 10px;
	font-size: 17px;
	margin: 3px 0px;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item {
	width: 100% !important;
	align-items: start !important;
	flex: 1;
	display: block !important;
}

.catalog-category-view .product-info-beschreibung .fa-ul .fa-li {
	margin-top: -2px !important;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item p,
.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item {
	font-size: 14px !important;
	font-weight: normal !important;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .seo-table-flex {
	display: flex;
	flex-direction: column;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .seo-table-flex .flex {
	display: flex;
	gap: 30px;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .seo-table-flex .flex .flex-item {
	flex: 1;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .dachaufbau-ul {
	margin-left: 30px !important;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .dachaufbau-ul li {
	margin-bottom: 25px;
}

.block-sandwich-paneelen .pagebuilder-column-line {
	gap: 50px;
}

.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .elektroinstallationen-ul li::marker {
	color: #94c53c;
}


@media(max-width: 768px) {
	.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile .flex-vorteile-item .dachaufbau-ul li {
		margin-bottom: 15px;
	}
	.product-tech-beschreibung.product-tech-vorteile .product-info-beschreibung.product-beschreibung-flex .flex-vorteile {
		flex-direction: column;
	}
	.materialcontainer-konfigurator.lagercontainer #container-step-1 .flex-abmessung .flex-abmessung-spalte .flex-item {
		display: flex;
	}
	.materialcontainer-konfigurator.lagercontainer #container-step-1 .flex-abmessung-spalte.container-laenge .flex-item {
		display: none !important;
	}
	.materialcontainer-konfigurator.lagercontainer #container-step-1 .flex-abmessung-spalte.container-laenge .flex-item.first-item {
		display: flex !important;
	}
	.materialcontainer-konfigurator.lagercontainer #container-step-1 .flex-abmessung .flex-abmessung-spalte .flex-item.mobile-view {
		display: flex !important;
	}
	.materialcontainer-konfigurator.lagercontainer .flex-abmessung-turen.container-tueren .flex-item {
		width: 100%;
	}
}

@media(max-width: 500px) {
	.materialcontainer-konfigurator .steps-wrapper.vorteile-price-wrapper .sale {
		flex-direction: column;
	}
}
