h3 {
	line-height: 1.25em;
	margin-bottom: 1em;
}
b {
	font-weight: 500;
}
p {
	padding: 0.5em 0;
	font-size: 1.125rem;
}
.banner {
	 position: relative;
	 margin-bottom: 5em;
}

.background{
	width:100%;
}
.background2{
	width:100%;
	display: none;
}
.background3{
	width:100%;
	display: none;
}
h3 > span {
	font-weight: 200;
}
.ueberschrift{
	text-align: left;
    font: normal normal medium Roboto;
    letter-spacing: 1.13px;
    color: #FFFFFF;
    font-size: 2.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.blur{
    backdrop-filter: blur(8px);
    background-color: rgba(0,0,0,0.2);
}
.button{
	background-image: url(/assets/svg/icon_registrieren.svg);
	background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em;
	cursor: pointer;
	background-color: #000000;
    box-shadow: 0px 3px 6px #00000029;
    color: #FFFFFF;
    text-decoration: none;
	box-sizing: border-box;
	padding-right: 3em;
}
.mainText{
	margin: 5em auto 0 auto;
	padding-bottom: 5em;
    width: 80%;
	max-width: 1500px;
}
.mainText h4 {
	margin-bottom: 0;
	line-height: 1.5em;
}
.mainText a {
	color: black;
	font-weight: 500;
}
.mainText p {
	padding-top: 0;
	padding-bottom: 0.625rem;
}
.mainText b {
	font-weight: 500;
}
.textZweispaltig {
	display: flex;
	/*justify-content: space-between;*/
	margin: 3em auto;
	align-items: center;
	gap:3em;
}
.textZweispaltig > div {
	flex: 1 1 75%;
}
	.textZweispaltig h3 {
		margin: 1em 0;
	}
	.textZweispaltig p {
		font-size: 1.125rem;
		line-height: 1.5em;
		width: 100%;
		/* max-width: 840px; */
	}
	.textZweispaltig img, .textZweispaltig > a {
		flex: 1 1 25%;
		max-width: 450px;
		min-width: 250px;
	}
	.textZweispaltig > a img {
		width: 100%;
	}
	.textZweispaltig > *:first-child{
		/*margin-right: 5em;*/
	}

	.textZweispaltig .wrapperUeberschriftMitIcon{
		display: flex;
		align-items: center;
	}
		.textZweispaltig .wrapperUeberschriftMitIcon img {
			max-width: 2em;
			margin-right: 0.5em;		
		}

.fachhaendler {
	background: url("/assets/svg/rapport-116.svg") repeat 50% 50%;
	background-size: 2rem 2rem;
	margin: 5rem 0;
}
.fachhaendler > div {
	margin: 3rem auto;
	width: 90%;
	max-width: 1160px;
	background: #fff;
	font-size: 1.5rem;
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
	flex-wrap: wrap;
}
.fachhaendler > div p {
	text-align: center;
}
.fachhaendler > div a {
	font-size: 1rem;
}
th, td {
	font-size: 1em;
}
th {
	font-weight: 500;
}
td {
	font-weight: 400;
}
td b {
	font-weight: 700;
}
/*
div.swipeInfo::before, div.swipeInfo::after {
	content: "Wischen um Tabelle zu sehen";
	text-align: center;
	background: url("/assets/svg/icon_swipe_info.svg") no-repeat 0% 50%;
	background-size: auto 100%;
	padding: 0.5em 0 0.5em 2.5em;
	font-weight: 300;
	font-size: 0.875em;
	font-style: italic;
}
*/
/**************************************************************/
table, th, td {
        border-right: 1px solid #ADB0B6;
    }
    table {
        border-collapse: collapse;
        color: #1C3551;
        font-size: 0.8em;
        width: 100%;
    }
	table .txtBold {
		font-weight: 500;
	}
    tr:nth-child(even) {
        background-color: #EAEDEE;
    }
    th, td {
        padding: 1em;
        width: 11em;
        vertical-align: top;
        /* text-align: center; */
    }
	/*
    th:first-child, td:first-child {
        width: 1em;
        writing-mode: vertical-rl;
        vertical-align: middle;
		font-size: 1rem;
		padding: 0.8125em;
		font-weight: 600;
    }
	*/
    tr:first-child th {
        border-bottom: 1px solid #ADB0B6;
        font-weight: 500;
		vertical-align: middle;
    }
    td {
        font-weight: 300;
    }
        td:last-child, td > span {
            font-weight: 300;
        }
        td:nth-child(2) {
            text-align: center;
        }
	table b {
		font-weight: 500;
	}
	table img {
		width: 100%;
		max-width: 150px;
	}
	th:first-child img {
		width: 2em;
	}
/**************************************************************/
.swipeInfo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	display: grid;
	grid-template-areas: "span1 txt span2"
						 "span3 txt span4";
	grid-template-rows: 1em 1em;
	grid-template-columns: 3em 19em 3em;
	align-items: center;
	font-size: 0.875em;
	line-height: 1em;
	opacity: 0;
	transition: opacity 0.25s;
}
.swipeInfo span:first-child {
	grid-area: span1;
}
.swipeInfo span:first-child + span {
	grid-area: span2;
}
.swipeInfo span:last-child {
	grid-area: span4;
	border-top: 1px solid;
}
.swipeInfo .txt {
	grid-area: txt;
	display: block;
	width: 100%;
	/*padding: 0 2em;
	background: url("/assets/svg/icon_swipe_info.svg") no-repeat 0% 50%;
	background-size: auto 80%;
	padding-left: 2.5em;
	padding: 1em 1em 1em 2.5em;
	font-style: italic;*/
}
.swipeInfo .txt span:before {
	content: "";
	padding: 1em 0 1em 2em;
	background: url("/assets/svg/icon_swipe_info.svg") no-repeat 0% 50%;
	background-size: auto 100%;
}
.swipeInfo .txt span {
	display: flex;
	align-items: center;
	gap: 0.25em;
	font-style: italic;
	padding: 0 1em 0 0.5em;
	border: 0;
	justify-content: center;
	width: 100%;
}
.swipeInfo .txt + span {
	grid-area: span3;
	border-top: 1px solid;
}
.tableContent {
	position: relative;
	padding-top: 3em;
	margin-top: 2em;
	width: 100%;
}
.tableContent.show .swipeInfo {
	opacity: 1;
	/*top: 0;
	margin: 0;*/
}
.tableContent .swipeInfo + div {
	width: 100%;
	overflow: auto;
}
.tableContent table {
	font-size: 0.8125em;
}
.tableContent tr:first-child th:first-child img {
	padding: 0 0.25em;
}
.erklaerung-konfigurator {
	display: flex;
	/*width: 100%;*/
	gap: 2.5rem;
	padding-bottom: 5em;
}
	.erklaerung-konfigurator > div {
		flex: 1 1 20%;
		/*padding-right: 2em;
		width: calc((100% - 6em) / 4);*/
	}
	.erklaerung-konfigurator > div:last-child {
		padding-right: 0;
	}
	.erklaerung-konfigurator > div > p {
		font-size: 0.875rem;
		font-weight: 500;
	}
	.erklaerung-konfigurator > div > .erklaerung-konfigurator-img {
		width: 100%;
		position: relative;
	}
		.erklaerung-konfigurator > div > .erklaerung-konfigurator-img > img {
			width: 100%;
		}
		.erklaerung-konfigurator > div > .erklaerung-konfigurator-img > .icon {
			position: absolute;
			top: 4%;
			right: 4%;
			width: 15%;
			background-color: #00000052;
			border-radius: 100%;
		}
.bgIcon {
	background-image: url(/assets/svg/icon_feuchtraum.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: auto 90%;
	padding-left: 1.25em;
}
.objekt {
	background-image: url(/assets/svg/icon_objekt_geeignet.svg);
}

.blendschutz {
	background-image: url(/assets/svg/icon_blendschutz.svg);
}

.verdunkelung {
	background-image: url(/assets/svg/icon_verdunkelung.svg);
}

.waermeschutz {
	background-image: url(/assets/svg/icon_waermeschutz.svg);
}
.marke_lysel_home, .marke_window_fashion {
	text-transform: none;
	font-weight: 300;
	background: url("/assets/svg/icon_design_lyselhome.svg") no-repeat 0% 50%;
	background-size: auto 1em;
	padding-left: 1.25em;
	margin-left: 0.25em;
}
.marke_window_fashion {
	background: url("/assets/svg/icon_window_fashion_premium.svg") no-repeat 0% 50%;
	background-size: auto 1em;
}
@media (max-width: 1000px) {
    .textZweispaltig {
        flex-direction: column;
    }
    .textZweispaltig > div {
		order: 1;
		padding-bottom: 2em;
    }
    .textZweispaltig > a, .textZweispaltig > img {
        order: 2;
        text-align: center;
    }
    .textZweispaltig:nth-child(even) {
        justify-content: start;
    }
    .textZweispaltig img, .textZweispaltig > a {
		max-width: 700px;
	}
    .textZweispaltig > *:first-child{
		margin-right: 0;
	}
	.ueberschrift{
		font-size: 1.5em;
	}
	.background{
		width:100%;
		display: none;
	}
	.background2{
		width:100%;
		display: block;
	}
	.button{
		font-size: 1em;
	}
	.mainText {
		width: 100%;
		padding: 0 3em 5em 3em;
	}
	.tableContent table {
		font-size: 0.75em;
		width: max-content;
		min-width: 100%;
	}
	.erklaerung-konfigurator {
		flex-wrap: wrap;
	}
	.erklaerung-konfigurator > div {
		/*width: calc((100% - 6em) / 2);*/
		flex-wrap: wrap;
		flex: 1 1 calc((100% - 2.5rem) / 2);
	}
}
@media (max-width: 600px) {
	.textZweispaltig{
		margin: 1em auto;
	}	
		.textZweispaltig img{
			max-width: 100%;
		}
		.textZweispaltig p{
			margin-top: 1em;
		}
	.background{
		display: none;
	}	
	.background2{
		display: none;
	}
	.background3{
		display: block;
	}
	.ueberschrift{
		font-size: 1.25em;
	}
	.button{
		font-size: 0.875em;
	}
	.mainText {
		width: 100%;
		padding: 0 1.75em 5em 1.75em;
	}
	.banner {
		 position: relative;
		 margin-bottom: 0;
	}
}
@media only screen and (max-width: 500px){
	p {
		font-size: 1em;
	}
	.swipeInfo {
		display: block;
	}
	.swipeInfo {
		display: block;
		width: 100%;
	}
	.swipeInfo > span:not(.txt) {
		display: none;
	}
	.swipeInfo > .txt span {
		padding: 0;
	}
	.erklaerung-konfigurator > div {
		padding-right: 0;
		margin: 0 auto;
		flex: 1 1 100%;
	}
}
/*
.buttonNew{
	Width: 35%;
	Min-width: 200px;
    margin: 0.5em 0;
    padding: 1em 2em;
    / *font-size: 0.75em;* /
	font-size: 1em;
	background-color: #EAEDEE;
    color: #000000;
	background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 1.5em;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	line-height: 1.15;
    -webkit-text-size-adjust: 100%;
	box-shadow: 0px 2px 2px #00000042;
	cursor: pointer;
	border-radius: 2px;
	border-width: 0em;
	margin-left: 1em;
}
*/
.buttonNew {
	width: 35%;
	min-width: 260px;
	margin: 0;
	font-size: 1em;
	line-height: 2.5em;
	background-color: #EAEDEE;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	box-shadow: 0px 2px 2px #00000042;
	cursor: pointer;
	border-radius: 2px;
	border-width: 0em;
	padding: 0;
}
.allButtons{
	margin-top: 1em;
	text-align: center;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 1em;
}
