* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #000;
}

.button {
	padding: 1em;
	background-color: #000000;
	box-shadow: 0px 3px 6px #00000029;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.buttonMitIcon {
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 1.5em;
	padding-right: 3em;
}

.buttonGhost {
	background-color: #EAEDEE;
	color: #000000;
}

p,
.textZweispaltig,
.modelluebersicht,
.fachhaendlerVorteile,
.teaserBandInfos,
h1,
h2,
h3,
h4,
h5,
h6 {
	max-width: 1500px;
}

h1 span,
h2 span,
h3 span {
	font-weight: 300;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer,
*[onclick] {
	cursor: pointer;
}

.hiddenC {
	display: none;
}

.top_wrap {
	height: 0;
	overflow: hidden;
}

/*		Header NEU	*/
#wrapper {
	/*margin-top: 12em;*/
	/*Fï¿½r den Header*/
	margin-top: calc(10em + 28px);
}

.logoEinzeilig,
.logoSmall,
header>div>.homeLink {
	display: none;
}

#newsButton {
	position: fixed;
	top: 0;
	left: 3em;
	width: 5em;
	height: 5em;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: height 0.25s;
}

header,
header * {
	box-sizing: border-box;
}

header::after,
header::before {
	content: "";
	position: absolute;
	height: 14px;
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 26px 26px;
	background-position: 50% 50%;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
}

header.headerSmall::after,
header.headerSmall::before {
	height: 0;
}

header.headerSmall {
	padding-top: 0;
	padding-bottom: 0;
}

header::before {
	top: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #000;
	/*padding: 2em 5em;*/
	padding: 14px 5em;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	display: grid;
	grid-template-areas: "nav logo headerBtns";
	grid-template-rows: 5em;
	grid-template-columns: 38% 24% 38%;
	grid-template-rows: 10em;
	background: rgba(255, 255, 255, .9);
	z-index: 100;
}

header>a {
	grid-area: logo;
	margin: auto;
}

header>div:not(#newsButton) {
	grid-area: headerBtns;
	display: flex;
	justify-content: end;
	gap: 0 2em;
	padding-bottom: 4em;
}

header.headerSmall>div:not(#newsButton) {
	padding-bottom: 0;
}

header.headerSmall nav:not(.dropdown) a {
	/*font-size: 1.125em;*/
}

header>a img {
	max-width: 220px;
	width: 100%;
	display: block;
	margin: auto;
}

header #pwabutInstall {
	/*grid-area: install;*/
	margin: auto 0;
	background: #fff url("/assets/svg/install_desktop_black_24dp.svg") no-repeat 50% 50%;
	background-size: auto 75%;
	width: 2.5em;
	height: 2.5em;
	border: 1px solid #000;
}

header #burgerBtn {
	display: none;
	cursor: pointer;
}

header #fachhaendler {
	/*grid-area: fachhaendlerBtn;*/
}

header #login {
	/*grid-area: loginBtn;*/
}

header #fachhaendler,
header #login,
header #pwabutInstall,
header #burgerBtn {
	border-radius: 2px;
	box-shadow: 0px 2px 2px #00000042;
}

header>div a:not(.homeLink) {
	padding: 0.85em 1em;
	text-decoration: none;
	background: #EAEDEE url("/assets/svg/how_to_reg-24px.svg") no-repeat 95% 50%;
	color: #000;
	line-height: 1em;
	background-size: auto 1.5em;
	display: block;
	width: 35%;
	min-width: 230px;
	margin: 0.6em;
	margin: auto 0;
}

header #login {
	background: #000 url("/assets/svg/login-24px.svg") no-repeat 95% 50%;
	color: #fff;
}

header nav:not(.dropdown) {
	padding-top: 6em;
	grid-area: nav;
	margin: auto;
	display: flex;
	gap: 0 2em;
}

header nav:not(.dropdown)>div {
	display: flex;
	gap: 0 2em;
}

header nav:not(.dropdown)>div a {
	text-decoration: none;
	color: #000;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 3.2em;
	position: relative;
	z-index: 150;
}

header nav:not(.dropdown)>div a:hover,
header nav:not(.dropdown)>div .activ {
	font-weight: 400;
}

header nav:not(.dropdown)>div a:after,
header nav:not(.dropdown)>div .activ:after {
	content: "";
	position: relative;
	padding: 0px;
	background: rgba(0, 0, 0, 0);
	display: block;
	width: 0%;
	height: 3px;
	background: #000;
	position: relative;
	transition: width 0.25s;
}

header nav:not(.dropdown)>div a:hover:after,
header nav:not(.dropdown)>div .activ:after {
	width: 100%;
}

header .dropdown {
	position: absolute;
	/*top: calc(100% - 1.5em - 2px);*/
	top: calc(10em + 14px);
	width: 100%;
	background: #fff;
	height: 0;
	overflow: hidden;
	box-shadow: 0px 3px 6px #00000029;
	border-top: 3px solid rgba(0, 0, 0, 0);
	transition: height 0.25s, border 0.25s;
}

header.headerSmall .dropdown {
	/*top: 5em;*/
	top: calc(5em - 2px);
}

header .dropdown .header {
	display: none;
}

header .dropdown.activ {
	border-top-color: rgba(0, 0, 0, 0.1);
}

header .dropdown .content {
	width: 100%;
	padding: 4.5em 1em 3em 1em;
	margin: auto;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	gap: 1em;
	max-width: 1770px;
	display: none;
	opacity: 1;
	transition: opacity 0.25s;
}

header .dropdown .content.showContent {
	display: flex;
}

header .dropdown .content.fadeout {
	opacity: 0;
}

header .dropdown .content.fadein {
	opacity: 1;
}

header .dropdown .content>.alleProdukte a {
	position: relative;
	display: block;
	max-width: 225px;
	width: 100%;
}

header .dropdown .content>.alleProdukte img {
	width: 100%;
	margin: auto;
	display: block
}

header .dropdown .content>.alleProdukte span {
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translate(-50%, 0);
	background: #EAEDEE url("/assets/svg/pfeil_rechts_schwarz.svg") no-repeat calc(100% - 0.25em) 50%;
	background-size: 1em auto;
	display: block;
	padding: 0.5em 1.5em;
	border-radius: 2px;
	box-shadow: 0px 2px 2px #00000042;
	color: #000;
	font-size: 1em;
}

header .dropdown .content ul,
header .dropdown>.content li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header .dropdown .content ul,
header .dropdown .content>.alleProdukte {
	/*flex: 1 1 16.6666666%;*/
}

header .dropdown .content li:first-child {
	display: flex;
	gap: 0.555555555555555556em;
	/*justify-content: space-between;*/
	align-items: center;
	font-weight: 500;
	/*font-size: 1.125em;*/
	height: 3.25em;
	margin-bottom: 1.5em;
}

header .dropdown .content li {
	margin: 0 0 0.6em 0;
	font-weight: 300;
	font-size: 1.125em;
}

header .dropdown .content li>a {
	color: #000;
	text-decoration: none;
	/*background: url("/assets/svg/pfeil_rechts_schwarz.svg") no-repeat 0 50%;*/
	background: url("/assets/svg/icon_pfeil_rechts.svg") no-repeat 0 50%;
	background-size: 1.7777777777778em auto;
	line-height: 1.5em;
	padding-left: 2.5em;
	display: block;
}

header .dropdown .content li:first-child img {
	display: block;
	width: 100%;
	max-width: 70px;
}

header.headerSmall {
	grid-template-areas: "nav logo headerBtns";
	grid-template-rows: 5em;
}

header.headerSmall .logoBig {
	display: none;
}

header.headerSmall .logoEinzeilig {
	display: block;
}

header.headerSmall nav {
	font-size: 1em;
	padding: 0 1em;
}

#newsButton {
	height: 5em;
	width: 5em;
	top: 0;
	left: 5em;
	position: fixed;
	overflow: hidden;
	font-weight: 500;
	cursor: pointer;
	color: #ffffff;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

#newsButton:before {
	content: '';
	position: absolute;
	left: 0;
	top: 90%;
	transform: skewY(-10deg);
	height: 50%;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 22;
	/* overflow: hidden; */
}

header.headerSmall #newsButton {
	height: 2em;
}

header.headerSmall #newsButton:before {
	transform: skewY(-5deg);
	background: rgba(255, 255, 255, 0.9);
}

header.headerSmall nav:not(.dropdown)>div a {
	line-height: 3.9em;
}

/**************************************************************/
.anzeigeGrosshaendlerWerden {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 65%;
	min-width: 320px;
	margin: 2em auto;
	justify-content: center;
	box-shadow: 0px 3px 6px #00000029;
	padding: 2em;
	background-color: white;
}

.anzeigeGrosshaendlerWerden span {
	margin: 1em 2em;
	font-size: 1.5em;
	text-align: center;
}

.buttonFachhaenderRegistrieren {
	background-image: url("/assets/svg/icon_registrieren.svg");
}

/*
.hinweisKontakt .infoFirma {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	background-image: url(/assets/img/startseite/support.jpg);
	background-size: 30em;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-right: 17em;
	padding-top: 2em;
}
*/
.hinweisKontakt .infoFirma {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	background-image: url(/assets/img/startseite/support.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-right: 17em;
	padding-top: 2em;
	margin: auto;
	width: fit-content;
	/* background-size: cover; */
}

.hinweisKontakt .infoFirma .anschrift {
	font-size: 1.375em;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1.8em;
}

.hinweisKontakt .infoFirma .button {
	background-image: url(/assets/svg/pfeil_rechts_weiss.svg);
}

.hinweisKontakt .button {
	display: inline-block;
	margin-bottom: 1.5em;
}

.dropdown.mobile .header {
	display: none;
}

/************************************************************/
@media (max-width: 1600px) {
	header {
		/*padding: 2rem 0;*/
		/*grid-template-columns: 25% 50% 3rem calc((25% - 3rem) / 2) calc((25% - 3rem) / 2);
		grid-template-columns: 30% 40% 10% 10% 10%;*/
		grid-template-columns: 1fr 16% 1fr;
	}

	header #fachhaendler,
	header #login {
		width: 2.5em;
		height: 2.5em;
		min-width: 0;
		background-position: 50% 50%;
	}

	header>div a span {
		display: none;
	}

	header.headerSmall nav:not(.dropdown) {
		gap: 1.5em;
		/*margin-left: 2rem;*/
		padding: 0;
		justify-content: center;
		margin: auto 0;
	}

	header.headerSmall nav:not(.dropdown) a {
		font-size: 16px;
	}

	header.headerSmall nav a {
		padding: 0;
	}

	header nav:not(.dropdown)>div {
		gap: 0 1em;
	}

	header nav:not(.dropdown)>div a {
		font-size: 1.0625em;
		line-height: 3.7647em;
	}

	header nav:not(.dropdown)>div {
		width: 100%;
	}

}

@media (max-width: 1100px) {
	#wrapper {
		margin-top: 12em;
	}

	header::after,
	header::before {
		height: 0.75em;
	}

	/*.dropdownContent::after, */
	.dropdownContent .header:before {
		content: "";
		position: absolute;
		height: 0.75em;
		background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
		background-size: 26px 26px;
		background-position: 50% 50%;
		width: 100%;
		margin: 0;
		left: 0;
	}

	.dropdownContent .header:before {
		border-top: 2px solid #000;
	}

	/*
	.dropdownContent::after {
		bottom: 0;
	}
	*/
	header {
		grid-template-areas: "logo"
			"headerBtns";
		grid-template-columns: 100%;
		grid-template-rows: 4em 3em;
		gap: 1em 0;
		padding: 2em 1em;
	}

	header>div:not(#newsButton) {
		justify-content: center;
	}

	header nav:not(.dropdown) {
		position: absolute;
		/*top: 192px;*/
		top: 11.25em;
		left: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-top: 0;
		display: block;
		background: #fff;
		transition: height 0.25s;
		z-index: 100;
	}

	header .dropdown {
		background: none;
	}

	header.headerSmall nav:not(.dropdown) {
		top: 6.1em;
		box-shadow: 0px 3px 6px #00000029;
		z-index: 125;
	}

	header nav:not(.dropdown)>div {
		grid-area: mobileNav;
		padding: 0 2em;
		font-size: 1.125em;
		/*justify-content: space-between;*/
		justify-content: center;
		background: #fff;
		border-top: 3px solid rgba(0, 0, 0, 0.1);
	}

	header nav:not(.dropdown)>div a {
		line-height: 1.5em;
		font-size: 1.11111111111111111111em;
		line-height: 6em;
		padding: 0 1em;
	}

	header #fachhaendler,
	header #login {
		max-width: 230px;
		width: unset;
		padding-right: 3em;
		margin: auto 0;
		background-position: 95% 50%
	}

	header>div:not(#newsButton) {
		padding-bottom: 0;
	}

	header>div #burgerBtn {
		order: 1;
	}

	header>div #fachhaendler {
		order: 2;
	}

	header>div #login {
		order: 3;
	}

	header>div #pwabutInstall {
		order: 4;
	}

	header>div a span {
		display: block;
	}

	header.headerSmall {
		grid-template-areas: "burger logo headerBtns";
		grid-template-columns: 0.8fr 1.4fr 0.8fr;
		gap: 0 1em;
	}

	header>div:not(#newsButton) {
		gap: 0 30px;
	}

	header.headerSmall>div:not(#newsButton) {
		/*gap: 0;
		justify-content: space-between;*/
		gap: 1em;
	}

	header.headerSmall #fachhaendler,
	header.headerSmall #login {
		width: 2.5em;
		height: 2.5em;
		min-width: unset;
		padding: 0;
		background-position: 50% 50%;
	}

	header.headerSmall>div a span {
		display: none;
	}

	header.headerSmall #pwabutInstall {
		display: none;
	}

	header #burgerBtn {
		display: block;
		width: 2.5em;
		height: 2.5em;
		grid-area: burger;
		position: relative;
		left: 0;
		margin: auto 0;
		border: 1px solid #000;
		background-color: #fff;
		background-image: url("/assets/svg/Menu.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 1.5em auto;
		transition: left 0.25s;
	}

	header.menuOpen #burgerBtn {
		background-image: url("/assets/svg/MenuClose.svg");
	}

	header .logoBig {
		display: none;
	}

	header .logoEinzeilig {
		display: block;
	}

	header nav.dropdown {
		/*display: none;*/
	}

	footer>p {
		font-size: 1em;
	}

	header>.homeLink {
		width: 100%;
	}

	header>.homeLink img {
		max-width: 360px;
	}

	header #newsButton {
		height: 2em;
	}

	.dropdown.mobile {
		/*padding: 1em 2em;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		*/
	}

	.dropdown.show .dropdownContent {
		position: fixed;
		top: 14px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: auto;
		z-index: 150;
	}

	.dropdown.show .header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		line-height: 1em;
		display: flex;
		background: #fff;
	}

	.dropdown.show .header span {
		flex: 0 0 100%;
		text-align: center;
		padding: calc(2em + 14px) 0 2em 0;
		border-bottom: 2px solid #f2f4f4;
		font-size: 1.25em;
		font-weight: 500;
	}

	.dropdown.show .header #closer {
		position: absolute;
		top: 1.5em;
		;
		right: 1em;
		text-align: center;
		width: 3em;
		height: 3em;
		border: 0;
		cursor: pointer;
		background: url("/assets/svg/MenuClose.svg") no-repeat 50% 50%;
		background-size: 24px auto;
		padding: 0;
	}

	header .dropdown .content {
		flex-wrap: wrap;
		gap: 1em 3em;
		max-width: 800px;
		padding: 9em 4em 3em 4em;
	}

	header .dropdown .content ul,
	header .dropdown .content>.alleProdukte {
		flex: 1 1 calc(50% - 1.5em);
	}

	header .dropdown .content ul {
		margin-bottom: 4em;
	}

	header .dropdown .content .gardine {
		margin-bottom: 0;
	}

	header .dropdown .content>.alleProdukte img {
		margin: 0;
	}
}

@media (max-width: 650px) {
	header {
		grid-template-areas: "logo"
			"headerBtns";
		grid-template-columns: 100%;

	}

	header #fachhaendler,
	header #login {
		width: 2.5em;
		height: 2.5em;
		min-width: 0;
		background-position: 50% 50%;
	}

	header>div a span {
		display: none;
	}

	header>div {
		width: max-content;
		margin: auto;
	}

	header #burgerBtn {
		order: 1;
	}

	.anzeigeGrosshaendlerWerden span {
		font-size: 1.125em;
	}

	.anzeigeGrosshaendlerWerden .buttonFachhaenderRegistrieren {
		font-size: 1em;
	}

	.hinweisKontakt .infoFirma {
		background-image: url(/assets/img/startseite/support.jpg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 50% 0%;
		padding-right: 0em;
		padding-top: 15em;
		padding: 22em 2em 2em 2em;
		margin: auto;
		width: 100%;
	}

	header>.homeLink img {
		max-width: 320px;
	}

	.anzeigeGrosshaendlerWerden {
		padding: 1em;
	}

	/**************************************/
	header nav:not(.dropdown)>div {
		flex-flow: column;
		padding: 0;
		text-align: center;

	}

	header nav:not(.dropdown)>div a {
		line-height: 3em;
		border-bottom: 2px solid #f4f4f4;
	}

	header nav:not(.dropdown)>div a:hover::after,
	header nav:not(.dropdown)>div .activ::after {
		width: 0;
	}

	header .dropdown .content ul,
	header .dropdown .content a {
		flex: 1 1 100%;
	}

	header .dropdown .content ul,
	header .dropdown .content .gardine {
		/*height: 4.75em;*/
		height: 5.2em;
		overflow: hidden;
		margin-bottom: 0.5em;
		transition: height 0.25s;
		padding: 0 1.5em 0 1.5em;
		border-bottom: 2px solid #f2f4f4;
		display: flex;
		flex-flow: column;
	}

	header .dropdown .content li:first-child {
		/*height: 4.75em;*/
		height: 4.7em;
		padding: 0.5em 0 1em 0;
		margin-bottom: 0;
	}

	header .dropdown .content li {
		padding: 0.5em 0;
	}

	header .dropdown .content li {
		margin: 0;
	}

	header #fachhaendler,
	header #login {
		padding-right: 0;
	}

	.dropdown.show .header span {
		font-size: 1.125em;
	}

	header .dropdown .content {
		padding: 6em 0;
		gap: 0;
	}

	header .dropdown .content li:first-child img {
		max-width: 60px;
	}

	.alleProdukte {
		padding: 0 1.5em;
		padding-left: calc(1.5em + 60px + 0.555555555555555556em);
	}

	/************************************/
}

@media (max-width: 500px) {

	header.headerSmall::after,
	header.headerSmall::before {
		content: none;
	}

	header.headerSmall {
		grid-template-areas: "headerBtns";
		/*grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 6em 6em 3em 3em 1fr;*/
		grid-template-columns: calc(100% - 6em);
		grid-template-rows: 3.25em;
		gap: 0.5em;
		justify-content: end;
	}

	header.headerSmall .logoEinzeilig {
		display: none;
	}

	header.headerSmall>div .homeLink,
	.logoEinzeilig,
	.logoSmall {
		display: block;
	}

	header.headerSmall #pwabutInstall {
		display: none;
	}

	header.headerSmall #burgerBtn,
	header.headerSmall #fachhaendler,
	header.headerSmall #login,
	header.headerSmall .logoSmall {
		/*width: 2.125em;
		height: 2.125em;*/
		width: 1.75em;
		height: 1.75em;
	}

	header>div:not(#newsButton) {
		gap: 0 1.875em;
	}

	header.headerSmall>div:not(#newsButton) {
		gap: 0 0.875em;
	}

	header.headerSmall>.homeLink {
		display: none;
	}

	header.headerSmall>div .homeLink {
		/*order: 2;*/
		grid-area: home;
		margin: auto;
	}

	header.headerSmall>div #burgerBtn {
		/*order: 1;*/
		grid-area: burgerBtn;
	}

	header.headerSmall>div #fachhaendler {
		/*order: 3;*/
		grid-area: fachhaendler;
	}

	header.headerSmall>div #login {
		/*order: 4;*/
		grid-area: login;
	}

	/*
	header > div #pwabutInstall {
		order: 5;
	}
	*/
	header.headerSmall>div:not(#newsButton) {
		display: grid;
		grid-template-areas: "burgerBtn home fachhaendler login";
		grid-template-columns: 1.75em 1fr 1.75em 1.75em;
		grid-template-rows: 2.75em;
		width: 100%;
		align-items: center;
	}

	header.headerSmall .dropdown {
		top: 3.25em;
	}

	header.headerSmall nav:not(.dropdown) {
		top: 3.25em;
	}

	#navBackground {
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		z-index: 75;
		background: rgba(0, 0, 0, 0);
		backdrop-filter: blur(0px);
		transition: background 0.25s, backdrop-filter 0.25s;
	}

	#navBackground.show {
		width: 100%;
		height: 100%;
		backdrop-filter: blur(30px);
		background: rgba(0, 0, 0, 0.2);
	}

	#navBackground.fadeout {
		backdrop-filter: blur(0px);
		background: rgba(0, 0, 0, 0);
	}
}

#news {
	max-width: 80%;
	margin: 2em auto;
}

#news img {
	max-width: 100%;
	display: block;
	margin: 1.5em auto;
}

#scrollTopBtn {
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 3.375em;
	height: 3.375em;
	background: url("/assets/img/toTop.svg") no-repeat 50% 50%;
	background-size: 100% auto;
	cursor: pointer;
	transform: scale(0);
	transition: transform 0.25s;
}

#scrollTopBtn.show {
	transform: scale(1);
}

@media (max-width: 600px) {
	h2 {
		font-size: 1.625em;
	}

	h3,
	h4 {
		font-size: 1.25em;
	}


	.plissee_home h1::before {
		content: url(/assets/img/icon_keintext_lysel_home.svg);
		position: absolute;
		left: -50px;
		bottom: 0px;
	}
}

@media (min-width: 601px) {
	.plissee_home h1>span {
		font-size: 0;
		content: url(/assets/img/logo-lysel-home.svg);
		display: initial;
		vertical-align: sub;
		height: 40px;
	}
}

span.button1 a {
	color: inherit;
	text-decoration: none;
}

.rolloOption {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 112px;
	height: 112px;
}

.roption,
.roption img {
	width: 100%;
	height: 100%;
}

.roption {
	overflow: hidden;
	position: absolute;
	display: inline-block;
	/* arctan(27 / 40) = 34.01935deg
   * need to skew by 90deg - 34.01935deg = 55.98065deg
  */
	transform: skewX(-45deg);
}

.roption:first-child {
	left: -0px;
	transform-origin: 100% 0;
	height: 100%;
}

.roption:last-child {
	right: 0;
	transform-origin: 0 100%;
}

/*.roption img { opacity: .75; transition: .5s; }*/
.roption img:hover {
	opacity: 1;
}

.roption img,
.roption:after {
	transform: skewX(45deg);
	transform-origin: inherit;
}

.roption img:hover,
.roption:hover:after {
	transform: unset;
	transform-origin: inherit;
}

.roption:hover {
	transform: unset;
	transform-origin: unset;
}

/*
.roption:after {
  position: absolute;
  margin: .5em 1.65em;
  color: white;
  letter-spacing: .1em;
  text-transform: uppercase;
  content: attr(data-inf);
}*/
.roption:first-child:after {
	top: 0;
	left: 0;
}

.roption:last-child:after {
	right: 0;
	bottom: 0;
}

/*
header .login {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 2.3em 0;
	gap: 2rem;
	
}
*/
/*
header .login {
	margin: auto;
}
header .login > div {
	/ *align-items: center;* /
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	grid-template-rows: 2.5rem;
	margin: auto;
	margin: auto;
	width: min-content;
}
header .login #pwainstallContainer {
	/ *padding: 0.5rem;
	border: 1px solid #000;* /
}
header .login #pwainstallContainer > img {
	width: 1.5rem;
}
header .login a:not(#pwainstallContainer) {
	padding: 0 1em;
	text-decoration: none;
	color: #fff;
	background: #EAEDEE url("/assets/svg/how_to_reg-24px.svg") no-repeat 95% 50%;
	color: #000;
	display: block;
	width: 35%;
	min-width: 230px;
	height: 2.5rem;
	line-height: 2.5rem;
}
header .login a, header .login .appInstall, header .login .burgerBtn {
	box-shadow: 0px 2px 2px #00000042;
	border-radius: 2px;
}
header .login #pwainstallContainer + a + a {
	background: #000 url("/assets/svg/login-24px.svg") no-repeat 95% 50%;
	background-size: auto 75%;
	color: #fff;
}
*/
#x {
	margin-bottom: 0;
}

#x~footer,
#x~footer::before,
#x~footer:after {
	background-image: none !important;
}

footer {
	/*
	position:relative;
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 26px;/* 1.5em;* /
	*/
	background: #000;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 3.75em 0;
	gap: 1em;
}

footer img {
	width: 3.25em;
}

footer>p {
	text-align: center;
	margin: auto;
	padding: 0;
}

footer>p a {
	color: #fff;

}

#anl_inhalt {
	display: flex;
	justify-content: stretch;
	flex-basis: auto;
	flex-flow: wrap;
	padding-bottom: 2em;
}

#anl_inhalt .box

/*.montagemodell*/
	{
	width: 100%;
	background: #fff;
	margin: 1em auto;
	float: left;
	/*flex: unset;
	align-self: self-start;*/
	display: flex;
	flex-direction: row;
	position: relative;
}

#anl_inhalt .montagemodell {
	/*height:310px;
	max-height:310px;
	overflow:hidden;
	*/
	width: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: #fff;
}

#anl_inhalt .tabbed .montagemodell {
	display: flex;
	flex-direction: row;
}

#anl_inhalt .tabbed .modellbeschreibung {
	margin: 1em auto;
}

/*#anl_inhalt .tabbed .montageart {width:200px;}*/
#anl_inhalt .montagemodell.hasFocus

/*:hover */
	{
	max-height: none;
	height: auto;
	transition: all .5s ease-in-out;
	box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.5);
}

#anl_inhalt .tabbed h3 {
	background-color: transparent !important;
	font-size: 1em !important;
	color: #000 !important;
}

#anl_inhalt .tabbed .montagearten {
	display: block;
}

#anl_inhalt .tabbed .montageart {
	display: none;
	/*border-left: 1px solid silver;
	border-right: 1px solid silver;*/
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	margin-top: -5px;
	padding: .5em;
}

#anl_inhalt .tabbed div.montageinhalt {
	display: block !important;
}

#anl_inhalt .tabbed h4 {
	display: inline-block;
	background-color: #fff;
	color: #888;
}

#anl_inhalt .tabbed h4 label {
	display: inline-block;
	background-color: #fff;
	color: #888;
}

#anl_inhalt .tabbed .tabs {
	width: 100%;
	padding: 1em;
}

#anl_inhalt .tabbed .tabs p {
	text-align: left !important;
	padding: 8px 0 !important;
	min-height: 45px;
	border-bottom: 1px solid #eee;
	/*line-height: 45px;*/
}

#anl_inhalt .tabbed .tabs p:last-child {
	border-bottom: 0;
}

#anl_inhalt .tabbed .anleitungen {
	white-space: nowrap;
	flex: 1;
	text-align: right;
}

#anl_inhalt .tabbed .tabs p:after {
	clear: both;
	display: block;
	content: "";
}

#anl_inhalt .tabbed .button1::after {
	display: none;
}

#anl_inhalt .tabbed .anleitung.montage,
#anl_inhalt .tabbed .anleitung.messen,
#anl_inhalt .tabbed .anleitung.video {
	width: 40px !important;
	height: 40px !important;
	font-size: 0;
	min-width: 0 !important;
	background-image: url(/test_sven/images/montageanleitung.svg);
	border-radius: 0;
	background-size: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;

}

.anleitung.montage:after,
.anleitung.messen:after,
.anleitung.video:after {
	display: block;
	content: "Montage";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	font-size: 9px;
	width: 100%;
	color: #444;
	text-align: center;
}

.anleitung.messen:after {
	content: "Messen";
}

.anleitung.video:after {
	content: "Video";
}

.montageart>p {
	display: flex;
	flex-direction: unset;
	align-content: center;
	align-items: center;
}

#anl_inhalt .tabbed .anleitung.messen {
	background-image: url(https://www.raumtextilienshop.de/plissee/konfigurator/icons/messanleitung.svg);
	margin-left: 10px;
}

#anl_inhalt .tabbed .anleitung.video {
	background-image: url(/test_sven/images/montagevideo.svg);
	margin-left: 10px;
}

#anl_inhalt .tabbed .tab-toggle.ZumKlemmen:checked~.montageart.ZumKlemmen,
#anl_inhalt .tabbed .tab-toggle.ZumKleben:checked~.montageart.ZumKleben,
#anl_inhalt .tabbed .tab-toggle.ZumSchrauben:checked~.montageart.ZumSchrauben {
	display: block !important;
	z-index: 2;
	position: relative;
}

.montageart p small {
	color: #1d5d9a;
	font-weight: 500;
	line-height: 12px;

}

.montageart p .infos_masse {
	/*display: none;
    max-width: 250px;*/
	/*display: inline-block;*/
	/*margin-left: 1em;*/
	/*white-space: nowrap;
    overflow: hidden;
    position: absolute;
    padding-right: 20px;*/
}

/*
.montageart p .infos_masse:hover {
    max-width: none;
    color: #fff;
    background-color: #1d5d9a;
    border-radius: 20px;
    white-space: normal;
    text-align: center;
}
.montageart p .infos_masse:hover small {
    color: #fff;
}*/
/*
#anl_inhalt .tabbed .tab-toggle.ZumKlemmen:checked ~ div.nav label.ZumKlemmen:after, #anl_inhalt .tabbed .tab-toggle.ZumSchrauben:checked ~ div.nav label.ZumSchrauben:after, #anl_inhalt .tabbed .tab-toggle.ZumKleben:checked ~ div.nav label.ZumKleben:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -1px;
}*/
#anl_inhalt .tabbed div.nav label {
	border-bottom: 0;
	margin-right: 1em;
}

#anl_inhalt .tabbed .tab-toggle.ZumKlemmen:checked~div.nav label.ZumKlemmen,
#anl_inhalt .tabbed .tab-toggle.ZumSchrauben:checked~div.nav label.ZumSchrauben,
#anl_inhalt .tabbed .tab-toggle.ZumKleben:checked~div.nav label.ZumKleben {
	background-color: white;
	color: #111;
	position: relative;
	border-bottom: 3px solid #fff;
	z-index: 4;
}

#anl_inhalt .tabbed .tab-toggle.ZumKlemmen:checked~div.nav label.ZumKlemmen:before,
#anl_inhalt .tabbed .tab-toggle.ZumSchrauben:checked~div.nav label.ZumSchrauben:before,
#anl_inhalt .tabbed .tab-toggle.ZumKleben:checked~div.nav label.ZumKleben:before {
	display: none;
}

#anl_inhalt .tabbed div.nav label:nth-child(1) {
	border-left: 1px solid silver;
}

#anl_inhalt .tabbed div.nav label:last-child {
	border-right: 1px solid silver;
}

#anl_inhalt .tabbed h4 label::after {
	display: none;
}

#anl_inhalt .tabbed div.nav label {
	/* float: left;*/
	padding: 15px 15px;
	border-top: 1px solid silver;
	/*border-right: 1px solid silver;*/
	color: #888;
	/*text-transform: uppercase;*/
	background-image: url(/test_sven/images/befestigung-klemmen.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	margin-right: 1em;
}

#anl_inhalt .tabbed div.nav label.ZumSchrauben {
	background-image: url(/test_sven/images/befestigung-schrauben.svg);
}

#anl_inhalt .tabbed div.nav label.ZumKlemmen {
	background-image: url(/test_sven/images/befestigung-klemmen.svg);
}

#anl_inhalt .tabbed div.nav label.ZumKleben {
	background-image: url(/test_sven/images/befestigung-kleben.svg);
}

#anl_inhalt .tabbed div.montageinhalt {
	border-bottom: 2px solid #eee;
}

#anl_inhalt .content-toggler:checked~h4 label:after {
	display: none;
}

#anl_inhalt .modelltyp {
	/*height: 70px;
	overflow:hidden;*/
}

.doppelrollo #anl_inhalt .modelltyp,
.rollo #anl_inhalt .modelltyp {
	padding: 1em;
}

#anl_inhalt .modellbild {
	text-align: center;
	padding: 1em;
}

#anl_inhalt .modellbild img {
	max-height: 140px;
}

#anl_inhalt .montagearten {
	background-color: #1d5d9a;
	color: #fff;
	border-radius: 15px;
	width: 96%;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0;
}

#anl_inhalt .montagearten small {
	line-height: 32px;
}

#anl_inhalt .montagearten::after {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: .8em;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#anl_inhalt .hasFocus .montagearten::after {
	display: none;
}

.hidden-cont {
	visibility: hidden;
	display: none;
}

.cont-site-info-A {
	padding: 50px 0 60px;
	/*border-top: 4px solid #eff4f6;*/
	margin-top: 1.5em;
	display: flex;
	justify-content: center;
}

h2.darkheading {
	background-color: #111;
	padding-bottom: 8px !important;
	color: #fff;
	padding: 8px;
	padding-bottom: 8px;
	width: 100%;
	text-transform: none !important;
	text-align: center;
	/*position: absolute;
	top: 30px;*/
	left: 0;
	right: 0;
	margin: auto;
	max-width: none;
}

/*.logo-partner {display:none;}*/
.anleitungen .button1,
.anleitungen .button2 {
	margin: 10px 4px 0 0;
	padding: 0.3em .3em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: .9em;
	min-width: 130px;
	width: auto;
	border-radius: 50px;
	color: #1d5d9a;
	height: 40px;
	line-height: 27px;
}

/*.button1, */
.button2 {
	margin: 0.7em auto 0;
	padding: 0.3em .3em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	min-width: 150px;
	width: auto;
	border-radius: 50px;
	color: #1d5d9a;
	height: 40px;
	line-height: 28px;
	padding-right: 25px;
}

.button1 {
	font-weight: 500;
}

/*
.button1 {
	
	background-color: #eff4f6;
	border: 1px solid #eff4f6;
	position:relative;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	
}
*/
.button1.leer {

	background-color: #fff;
	border: 0px solid #eff4f6;
	position: relative;
	box-shadow: none;

}

.button1.leer:after {

	display: none;

}

.button2 {

	background-color: #fff;
	border: 1px solid #1d5d9a;

}

/*
.button1::after {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    right: .8em;
	border: solid #1d5d9a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
*/
/*
.button1::after {
    display: block;
    content:  url(/assets/img/Icon_arrow_bl.svg);
    position: absolute;
    top: 0;
    right: 0;
  display: inline-block;
  padding: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
*/
#read-more-about-us-cont.button2 {
	margin: 1em auto;
}

.closebox:after {
	display: none;
}

.cont-site-info-B:before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #eff4f6;
	display: block;
	content: "";
	position: absolute;
	top: -15px;
}

.cont-site-info-B {
	padding: 1em 0;
	background-color: #eff4f6;
	color: #1d5d9a;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	height: 50px;
}

label[for="top"] {
	line-height: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

footer .cont-site-info-A>a {
	margin: 0 50px;
}

.cont-site-info-C {
	padding: 2em 8em;
	background-color: #EAEDEE;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.about-us-cont.impress b {
	min-width: 200px;
	display: inline-block;
}

.about-us-cont.impress {
	max-width: 500px;
	margin: 0 auto 50px auto;
	padding: 2em;
	text-align: left;
}

.impressum .second-main-container {
	padding: 20px 0;
	margin-top: 2em;
}

footer a {
	text-decoration: none;
	font-weight: 500;
	color: #000000;
	/*#1d5d9a;*/
	text-decoration: underline;
}


.cont-site-info-C p {
	font-weight: 300;
	line-height: 1.5em;
	padding: 0;
}

footer .cont-site-info-C p {
	text-align: center;
	padding: 0.5em 2em;
}

footer .cont-site-info-C p:not(footer .cont-site-info-C p:last-child) {
	border-right: 1px solid #000000;
}

#wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#wrapper.katalog {
	position: relative;
}

h1 {
	font-size: 2em;
	font-weight: 500;
	padding: 2em 0 .6em;
	position: relative;
}

h2 {
	font-size: 2em;
	font-weight: 500;
}

h3 {
	font-size: 1.75em;
	font-weight: 300;
	font-weight: 500;
}

h2+h3 {
	font-weight: 400;
}

h4 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 0.5em 0;
}


p {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: left;
}

.item-box-A figure {
	padding-top: 20%;
	text-align: center;
}

.item-box-A figure img {
	width: 120px;
}

.item-box-C figure {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	padding: 1.8em;
	align-items: center;
	justify-content: center;
}

.content-toggler:checked+label.overlay {
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 200px;
	left: calc(50% - 200px);
	background-image: url(/assets/svg/click_hold.svg);
	background-size: 200px;
	background-position: center 200px;
	background-repeat: no-repeat;
	-webkit-animation: fadein 5s;
	-moz-animation: fadein 5s;
	-ms-animation: fadein 5s;
	-o-animation: fadein 5s;
	animation: fadein 5s;
}


@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.item-box-C figure figcaption,
.brand-content.with-bg .item-box-C figure img {
	padding: 0 0.5em 1em;
	font-weight: 500;
}

.item-box-C.monti figure figcaption,
.brand-content.with-bg .item-box-C.monti figure img {
	padding: 0.5em 0 0.5em 0;
	position: relative;

}

.item-box-C.monti figure figcaption span {
	display: inline-block;
	font-size: 1em;
	color: #1C5D99;
	font-family: roboto;
	text-transform: none;
	width: 100%;
}

.item-box-C.monti.lyselhome figcaption {
	position: relative;
	display: flex;
	width: 100%;
	/*padding-left:50%;*/
	justify-content: center;
}

.item-box-C.monti.lyselhome figcaption img {
	padding-right: 0.5em;
}

.item-box-C.monti.lyselhome figure {
	position: relative;
}

.item-box-C.monti.lyselhome figure:after {
	content: "NEU";
	position: absolute;
	left: 30%;
	padding: 3px 5px;
	background-color: #C00D0D;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	bottom: 42%;
}

.item-box-CD {
	position: relative;
}

a.dreiDlink {
	width: 25px !important;
	height: 25px !important;
	background-image: url(https://window-fashion.ag/assets/svg/3d_icon.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 1em;
}

.dreiDNavtoggle {
	background-image: url(/assets/svg/menu_navi_3d.svg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 45px !important;
	display: block;
	display: none;
	line-height: 40px;
	background-size: 40px;
	text-align: right;

}

figcaption {
	/*margin-top: 1em;*/
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

.item-box-C figure .button1,
.item-box-C figure .button2 {
	width: 100%;
	border-radius: 4px;
}

.logo-wf,
.logo-partner {
	padding: 0;
	background-color: #fff;
	/*margin: 0px auto 30px;*/
	/*border-top:3px solid #080808;
	border-bottom:3px solid #080808;*/
	position: relative;
}

.logo-wf:after,
.logo-wf::before,
.logo-partner:after,
.logo-partner::before {
	position: absolute;
	content: "";
	height: 10px;
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 30px 30px;
	/*1.5em;*/
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
}

.logo-wf::before,
.logo-partner:before {
	top: 0;
	left: 0;
}

.logo-wf img,
.logo-partner img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
}

.logo-partner img {
	max-width: 240px;
}

.logo-partner small {
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -20px;
	font-weight: lighter;
}

.anl.sensuna .logo-partner.sensuna {
	display: block;
}

.anl.lysel .logo-partner.lysel {
	display: block;
}

.logo-partner.lysel img {
	max-height: 110px;
	margin-bottom: 5px;
}

.anl .logo-wf {
	display: none;
}

.content-toggler {
	/*display:none;*/
	visibility: hidden;
	height: 0;
}

label {
	cursor: pointer;
}

.closebox {
	width: 28px;
	height: 28px;
	border-radius: 100% 100%;
	padding: 0;
	min-width: unset;
	line-height: 30px;
	margin-top: 0;
	position: absolute;
	right: 0;
}

.closebox img {
	height: 20px;
	width: 20px;
}

#about-us-cont-toggle:checked~.about-us-cont #read-more-about-us-cont,
#read-less-about-us-cont,
.closebox {
	display: none
}

#about-us-cont-toggle:checked~.about-us-cont #read-less-about-us-cont,
#about-us-cont-toggle:checked~h1 .closebox,
.hasFocus .closebox {
	display: inline-block
}

.inhalt {
	background-color: #fff;
	padding: 0;
	/*background-image: url("https://window-fashion.ag/assets/img/rapport-30-light.svg");
background-size: 1.5em;*/
}

.inhalt>* {
	/*max-width:1024px;*/
	margin: auto;
	background-color: #fff;
}

.about-us-cont {
	background-image: none;
	padding: 0;
}

.dreiD .about-us-cont {
	margin-bottom: 10px
		/* !important*/
	;
}

.dreiD .about-us-cont select {
	margin: 1em auto;
	display: block;
}

.dreiD.rollo iframe {
	width: 100%;
	height: 800px;
	border: 0;
}

.dreiD.balkon iframe {
	width: 100%;
	height: 680px;
	border: 0;
	margin: 0 auto;
}

.dreiD.zubehoer iframe {
	width: 100%;
	height: 400px;
	border: 0;
	margin: 0 auto;
}

.dreiD.rollo .second-main-container,
.dreiD.balkon .second-main-container,
.dreiD.zubehoer .second-main-container {
	padding: 0 30px 40px 30px;
}

/* 
#dreiD + div {
	display: grid;
	grid-template-columns: 33.333333333333% 33.333333333333% 33.333333333333%;
}
#dreiD + div div {
	padding: 3em 0 0 3em;
	background-image: url("/assets/img/grafik_360_Maus_Bedienung.svg");
	background-position: 0 100%;
	background-size: auto 6em;
	background-repeat: no-repeat;
}
#dreiD + div #zoomen {
	background-image: url("/assets/img/grafik_zoom_Maus_Bedienung.svg");
}
#dreiD + div #bewegen {
	background-image: url("/assets/img/grafik_Maus_Bedienung.svg");
}

#dreiD + div b {
	display: block;
	color: #4575b7;
}

*/

#naviMouse {
	margin: 2em 0 3em 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#naviMouse div {
	margin: 0.5em;
	font-style: italic;
	padding: 3em 0 0 3em;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: auto 6em;
}

#naviMouse b {
	font-style: normal;
	display: block;
	color: #4575b7;
}

#drehen {
	background-image: url("/assets/img/grafik_360_Maus_Bedienung.svg");
}

#zoomen {
	background-image: url("/assets/img/grafik_zoom_Maus_Bedienung.svg");
}

#bewegen {
	background-image: url("/assets/img/grafik_Maus_Bedienung.svg");
}

.hidden {
	display: none;
}

#controllerStoff+label,
#controllerStoff+label+label,
#controllerAussen+label,
#controllerBalkon+label {
	/*width: 10em;*/
	text-align: left;
	padding: 0.7em 1em 0.6em 1em;
	margin: 0 2px 0 0;
	border: 1px solid #1f5d9a;
	color: #1f5d9a;
	color: #000;
	font-weight: 100;
}

/*
#controllerStoff + label,
#controllerStoff + label + label {
	width: 8em;
}
*/
#control3d label b {
	font-weight: 100;
	color: #1f5d9a;
}

.auswahlradio+label {
	border-width: 1px;
	font-weight: 100;
}

#controllerStoff:checked+label,
.auswahlradio:checked+label {
	border-width: 2px;
	font-weight: normal;
}

#controllerStoff:checked+label b {
	font-weight: normal;
}

#controllerStoff:checked+label+label {
	border-width: 1px;
	font-weight: 100;
}

#controllerStoff:checked+label+label b {
	font-weight: 100;
}

#controllerStoff+label+label {
	border-width: 2px;
	font-weight: normal;
}

#controllerStoff+label+label b {
	font-weight: normal;
}

#controllerAussen:checked+label,
#controllerBalkon:checked+label {
	font-weight: normal;
	border-width: 2px;
}

#controllerAussen+label b,
#controllerBalkon:checked+label b {
	font-weight: normal;
}

/****************************************************************/

.about-us-cont>span {
	position: relative;
}

#selectList {
	position: absolute;
	z-index: 50;
	width: calc(20% - 1.25em);
	right: 0;
	/*
	margin: auto;*/
	padding: 0;
	background: #fff;
	border: 2px solid #1f5d9a;
	overflow: hidden;
	height: calc(2.5em + 4px);
	transition: height 0.25s;
}

#selectList li {
	display: grid;
	grid-template-columns: auto 2em;
	cursor: pointer;
	line-height: 2em;
	padding: 0.25em 0.5em 0.25em 2em;
	background-color: rgba(0, 0, 0, 0);
	text-align: left;
	transition: background-color 0.25s;
}

#selectList li:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#selectList li.selected {
	background-color: rgba(0, 0, 0, 0.1);
}

#selectList li:nth-child(1) {
	background: url("/assets/img/pfeil-nach-unten.gif") no-repeat 0.5em 50%;
	background-size: 1em auto;
}

/*
#selectList li img {
	width: 2em;
	height: 2em;
	border-radius: 100%;
	float: right;
}
*/
#selectList li span {
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 100%;
	float: right;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.steuerelement {
	display: inline-block;
	vertical-align: middle;
	padding: 0.65em 10px;
	border: 2px solid #1c5d99;
	font-size: .8em;
}

.zubehoer .steuerelement {
	display: block;
}

.steuerelement.nopad {
	padding: 0;
	border: 0;
}

.balkon #control3d {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-gap: 0.25em;
	position: relative;
	width: 99%;
	max-width: 800px;
	margin: 1em auto;
}

.rollo #control3d {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 0.25em;
	position: relative;
	width: 99%;
	max-width: 800px;
	margin: 1em auto;
	background-color: transparent;
}

.rollo #control3d label {
	background-color: #fff;
}

/****************************************************************/









/*
.about-us-cont #controllerBalkon + label + span.steuerelement {
	margin: 0;
}
.about-us-cont #controllerStoff:checked + label {
	border-width: 2px;
}
.about-us-cont #controllerStoff + label:after {
	content: "ein";
	color: #000;
}
.about-us-cont #controllerStoff:checked + label:after {
	font-weight: bold;
}
.about-us-cont #controllerStoff + label + label:after {
	content: "aus";
	color: #000;
	font-weight: bold;
}
.about-us-cont #controllerStoff:checked + label + label:after {
	font-weight: normal;
}
*/
.about-us-cont,
h1,
.teaser {
	max-width: 75%;
	margin: 0 auto;
}

.about-us-cont {
	max-width: 75%;
	margin: 0.5em auto 3em;
}

div.ueDark {
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 26px 26px;
	padding: 0;
	margin: 1em 0;
}

div.ueDark:before,
div.ueDark:after {
	display: block;
	content: "";
	height: 13px;
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116_border_unter.svg");
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	background-position: 0 top;
	background-size: 26px 13px;
	background-repeat: repeat-x;
}

div.ueDark:before {
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116_border_oben.svg");
}

div.ueDark h2 {
	text-align: center;
	background: #000;
	color: #fff;
	max-width: none;
	padding: 1em 0;
	margin: 1.5em 0;
}

/*
.about-us-cont #controllerAussen:checked + label, .about-us-cont #controllerBalkon:checked + label {
	font-weight: bold;
}
*/
.about-us-cont div {
	/*height: 0;*/
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}

#about-us-cont-toggle:checked~.about-us-cont div {
	height: auto;
	max-height: 5000px;
}

.about-us-cont p {
	margin-bottom: 2em;
}

/*
.about-us-cont p {
	max-height:0;
	height: 0;
	overflow:hidden;
	margin-bottom:0;
	text-align: left;
	transition: max-height .5s ease-in-out, height .5s ease-in-out;
}

.about-us-cont p:first-child, #about-us-cont-toggle:checked ~ .about-us-cont p {
	height:auto!important;
	max-height:1000px;
	/ *overflow:auto;* /
	margin-bottom: 1em;
	padding: 0 1em;
}
*/
.filler {
	height: 0 !important;
}

.category-content {
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 26px 26px;
	/*1.5em;*/
	width: 100%;
	margin: 0;
	padding: 4.4em 0;
}

.with-bg {
	background-image: url("https://window-fashion.ag/assets/svg/rapport-116.svg");
	background-size: 26px 26px;
	/*1.5em;*/
	position: relative;
}



.impressum footer::after,
.impressum footer::before,
.anl footer::after,
.anl footer::before {
	display: none;
}

.impressum footer,
.anl footer {
	background-image: none;
}

.inhalt.impressum,
.inhalt.anl {
	margin-bottom: 0;
}

.main-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1024px;
	margin: 0 auto;
}

.second-main-container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.second-main-container-2 {
	background-color: #fff;
	margin: 40px 1.6em 0 1.6em;
	padding: 2em 0 0 0;
}

.second-main-container h2 {
	padding-bottom: 2em;
	text-align: center;
	text-transform: uppercase;
}

.flex-contain {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;

}

.flex-contain.dreiD {
	align-items: center;
}

.flex-contain>a,
.flex-contain>.linkersatz {
	text-decoration: none;
	color: #080808;
	padding: 0.7em 1.4em 0.7em 0em;
	min-width: 350px;
	max-width: 350px;

}

.brand-content.with-bg .flex-contain>a,
.brand-content.with-bg .flex-contain>.linkersatz {
	flex: 270 auto;
	min-width: 300px;
	max-width: 310px;
	flex-basis: auto;

}

.flex-contain-left {
	display: flex;
	flex-direction: row;
	flex-grow: 3;
	justify-content: space-around;

}

.flex-contain-left a {
	text-decoration: none;
	color: #080808;
}

.flex-contain-right {
	display: flex;
	flex-direction: column;
	flex-grow: 1;

}

.flex-contain-right a {
	text-decoration: none;
	color: #080808;
}

.item-box-A {
	background-color: #fff;
	width: 260px;
	height: 260px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 4px;
}

.item-box-B {
	min-width: 164px;
	margin: 1em 0 0 0.6em;
	padding: 0.6em;
	font-size: 1.2em;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 4px;
	display: none;
}

.item-box-B img {
	width: 32px;
}

.item-box-B figure {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.item-box-B figure figcaption {
	margin: 0;
	padding: 0.1em 0.6em 0 0.6em;
	font-weight: 300;
}

.second-main-container-2,
.montagemodell {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.item-box-C {
	/*margin: 1.5em;*/
	background-color: #fff;
	/*width: 320px;*/
	width: 100%;
	min-height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #EAEDEE;
	transition: 0.3s;
	border-radius: 2px;
	height: 100%;
}

.flex-contain.dreiD .linkersatz .item-box-C {
	box-shadow: none;
}

.flex-contain.dreiD .linkersatz .item-box-C figure:first-child,
.flex-contain.dreiD .linkersatz .item-box-C figure:last-child {
	opacity: .6;
	height: 180px;
}

.flex-contain.dreiD .linkersatz:first-child .item-box-C figure img,
.flex-contain.dreiD .linkersatz:last-child .item-box-C figure img {
	opacity: .6;
	height: 180px;
}

.linkersatz.activeani .item-box-C figure img:first-child {
	display: block;
}

.linkersatz.activeani .item-box-C figure img:nth-child(2) {
	display: none;
}

.linkersatz.activeani:hover .item-box-C figure img:first-child {
	display: none;
}

.linkersatz.activeani:hover .item-box-C figure img:nth-child(2) {
	display: block;
}

.activeani {
	position: relative;
}

.activeani:after

/*, [data-carousel-3d] [data-prev-button]:before*/
	{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	border: solid #1d5d9a;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
}

.activeani:before

/*, [data-carousel-3d] [data-next-button]:before*/
	{
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	border: solid #1d5d9a;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.with-bg .second-main-container .item-box-C::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item-box-C img {}

b {
	font-weight: bold;
	/*font-size: 1.1em;*/
}

.divListing {
	display: none;
}

.inhalt.anleitungen,
.inhalt.anl {
	/*margin-bottom:150px;*/
	margin-top: 5em;
}

#anl_inhalt {
	width: 100%;
	/*background: #fff;*/
	min-height: 300px;
}

#anl_inhalt p,
#anl_inhalt h1,
#anl_inhalt h2,
#anl_inhalt h3,
#anl_inhalt h4 {
	text-align: center;
}

#anl_inhalt p.modellbeschreibung {
	text-align: center;
	height: 260px;
	position: relative;
	vertical-align: bottom;
}

#anl_inhalt h4 a {
	text-decoration: none;
	color: #fff;
}

#anl_inhalt h4 label {
	position: relative;
	display: block;
}

#anl_inhalt h4 label {
	font-size: .75em;
}

#anl_inhalt h4 label:after {
	top: 0;
	right: 5px;
	position: absolute;
	display: block;
	content: '';
	background-image: url(/anleitung/images/arrow_bedienung_weiss.svg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 40px;
	width: 30px;
	transform: rotate(-90deg);
}

#anl_inhalt .content-toggler:checked~h3 label:after {
	top: -24px;
	right: 5px;
	position: absolute;
	display: block;
	content: '';
	background-image: url(/anleitung/images/arrow_bedienung_weiss.svg);
	background-position: right center;
	background-repeat: no-repeat;
	height: 50px;
	width: 30px;
	transform: rotate(90deg);
}

#anl_inhalt h3 {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: .5em !important;
	font-weight: normal;
}

#anl_inhalt h4 {
	background-color: #1d5d9a;
	color: #fff;
	padding: 0;
	font-weight: normal;
}

#anl_inhalt .content-toggler:checked~h4 label:after {
	display: none;
}

#anl_inhalt p img {
	display: block;
	margin: 1em auto 0 auto;
}

#anl_inhalt p {
	padding-bottom: 1em;
	padding-left: .5em;
	padding-right: .5em;
}

#anl_inhalt p.modellbeschreibung img {
	max-width: 150px;
	max-height: 150px;
}

#anl_inhalt div.montageinhalt {
	display: none;
}

#anl_inhalt div.montageinhalt>p {
	padding: 1em;
}

#anl_inhalt .content-toggler {
	visibility: hidden;
	height: 0;
}

#anl_inhalt .content-toggler:checked~div.montageinhalt,
.content-toggler

/*, span.anleitungen*/
	{
	display: none;
}

#anl_inhalt iframe {
	width: 100%;
	height: auto;
	border: 0;
	background-color: #fff;
}

.anleitungen .second-main-container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}

.anleitungfilter label {
	background-color: #1d5d9a;
	color: #fff;
	padding: .5em;
	font-weight: normal;
	display: inline-block;
	width: auto;
	border-radius: 50px;
}

#schrauben:checked~.nav .ZumSchrauben {
	color: #111;
}

#schrauben:checked~.ZumSchrauben {
	display: block;
}

#klemmen:checked~.nav .ZumKlemmen {
	color: #111;
}

#klemmen:checked~.ZumKlemmen {
	display: block;
}

#kleben:checked~.nav .ZumKleben {
	color: #111;
}

#kleben:checked~.ZumKleben {
	display: block;
}

.montageinhalt div.anleitungen {
	text-align: center;
}

/*		KONTAKT CSS		*/

#kontaktBanner {
	aspect-ratio: 1920 / 510;
	position: relative;
}

#kontaktBanner.anfrage {
	background: url("/assets/img/banner_anfrage.png") no-repeat 100% 50%;
	background-size: cover;
}

#kontaktBanner.kontakt {
	background: url("/assets/img/banner_kontakt.png") no-repeat 100% 50%;
	background-size: cover;
}

#kontaktBanner>div {
	color: #fff;
	max-width: 1500px;
	margin: 4em auto;
	max-width: none;
}

#kontaktBanner>div {
	display: flex;
	flex-flow: column;
}

#kontaktBanner .button {
	position: static;
	max-width: 460px;
	transform: none;
	margin-left: 9rem;
	box-shadow: 0px 0px 20px #FFFFFF75;
}

#kontaktBanner>div>div {
	position: relative;
	width: 55%;
	left: 6rem;
	padding: 3em;
	backdrop-filter: blur(7px);
}

#kontaktBanner>div>div h1 {
	max-width: none;
	margin: 0;
}

#kontaktBanner>div h1 {
	font-size: 2.8125em;
	color: #fff;
	padding: 0;
}

#kontaktBanner .button {
	font-size: 1.375em;
	/*position: absolute;
	top: 60%;
	left: 6rem;
	transform: translate(0%,-50%);
	*/
}

section.wrapperKontaktformular {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
}

section.wrapperKontaktformular h3 {
	margin-bottom: 0.5em;
}

section.wrapperKontaktformular adress {
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 3em;
	display: block;
}

section.wrapperKontaktformular adress span {
	font-weight: 500;
	display: block;
}

.noInfo,
.error,
.inputInfo {
	border: 1px solid transparent;
	color: transparent;
	text-align: center;
	padding: 0.5em;
	margin: 1em 0;
}

.error {
	border-color: #C01818 !important;
	color: #C01818;
}

/*
div.kontakt {
	margin: 0 auto 2em auto;
	padding: 0 0 4em 0;
}
*/
form.kontaktForm input.error,
form.kontaktForm textarea.error {
	text-align: left;
}

.inputInfo {
	border-color: green;
	color: green;
}

.inhalt_mitte {
	padding: 0;
	background: url(/bilder/layout/rapport-116.svg);
	background-size: 2em auto;
	padding-bottom: 1em;
}

/*
div.inhalt * {
	box-sizing: border-box;
}
div.inhalt {
	width: 100%;
}
*/
.kontaktSite div.teaser {
	background: transparent radial-gradient(closest-side at 50% 50%, #1C3551 0%, #03090F 100%) 0% 0% no-repeat padding-box;
	padding: 2em 0;
	width: 100%;
	max-width: none;
}

.kontaktSite div.teaser div.kontakt {
	background: transparent;
	box-shadow: none;
	width: 40%;
	min-width: 320px;
}

.kontaktSite div.teaser div.kontakt h1,
div.teaser div.kontakt h2 {
	background: #000;
	border-radius: 2px;
}

/*
.kontaktSite div.kontakt h1, div.kontakt h2 {
	padding: 0.5em 1em;
	background: #0C3057;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	border-radius: 2px;
}
*/
.kontaktSite div.teaser p {
	color: #fff;
}

/*
.kontaktSite div.kontakt {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 2px;
	width: 95%;
	max-width: 988px;
	margin: 2em auto;
	padding: 1.5em 2em 4em 2em;
}
*/
.kontaktSite div.kontakt>div {
	margin-top: 2em;
}

div.kontakt label[for="antiSpam"] {
	padding: 0 !important;
}

div.kontakt label[for="antiSpam"]+.info {
	margin-bottom: 1em;
	text-align: left;
	line-height: 2em;
}

div.kontakt label[for="antiSpam"]+.info b {
	color: #C01818;
	font-weight: bold;
}

form.kontaktForm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*padding: 1em 1em 1em 1em;*/
}

form.kontaktForm label:not(.attachmentWrapper .preview) {
	display: block;
	flex: 1 1 50%;
	padding-bottom: 1em;
	padding-right: 0.75em;
	font-weight: 500;
}

form.kontaktForm label:nth-child(even) {
	padding-right: 0;
	padding-left: 0.75em;
}

form.kontaktForm label span:not(.attachmentWrapper span) {
	font-size: 0.8em;
	padding-left: 1em;
}

form.kontaktForm input:not(.attachmentWrapper input),
form.kontaktForm textarea {
	font-size: 1em;
	line-height: 1em;
	margin: 0.25em 0 0 0;
	padding: 1em;
}

form.kontaktForm input:not(.attachmentWrapper input),
form.kontaktForm textarea {
	display: block;
	width: 100%;
	border: 1px solid;
	border-radius: 2px;
}

form.kontaktForm input:focus,
form.kontaktForm textarea:focus {
	outline: 1px solid #000;
}

/*
form.kontaktForm label::after {
	font-size: 0.7em;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1.75em;
	float: left;
}
*/
/*
form.kontaktForm label[for=firma]:after,
form.kontaktForm label[for=branche]:after,
form.kontaktForm label[for=telefon]:after,
form.kontaktForm label[for=email]:after {
	content: "_";
	visibility: hidden;
}
*/
/*
form.kontaktForm label[for=ansprechpartner]::after {
	content: "Vorname";
}
form.kontaktForm label[for=nachname]::after {
	content: "Nachname";
}
form.kontaktForm label[for=str]::after {
	content: "Straï¿½e";
}
form.kontaktForm label[for=plz_ort]::after {
	content: "PLZ, Ort";
}
*/
form.kontaktForm label[for=kundennummer],
form.kontaktForm label[for=bestellnummer],
form.kontaktForm label[for=rechnungsnummer],
form.kontaktForm label[for=sonstiges] {
	padding-right: 0.75em;
	flex: 1 1 20%;
}

form.kontaktForm label[for=kundennummer] {
	padding-left: 0em;
}

.hinweis {
	height: 10em;
	background: #EAEDEE;
	width: 100%;
}

.wrapperTop {
	width: 100%;
	margin-top: 5em;
}

.wrapperTitle,
.hinweisText {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}

.wrapperTitle {
	margin-bottom: 2em;
}

.hinweisText {
	padding-top: 2em;
}

.adresseTop {
	font-size: 1.2em;
	font-weight: 300;
}

.adresseTop adress span {
	font-weight: 500;
	display: block;
}

form.kontaktForm label[for=sonstiges] {
	padding-right: 0em;
}

form.kontaktForm label[for=rechnungsnummer] {
	padding-left: 0.75em;
}

form.kontaktForm label[for=anfrageText],
form.kontaktForm label[for=antiSpam] {
	padding-right: 0;
	flex: 1 1 100%;
}

form.kontaktForm label[for=antiSpam] input {
	width: 6.5em;
}

form.kontaktForm textarea {
	resize: vertical;
	height: 10em;
}

form.kontaktForm .formButtons {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 2em;
}

form.kontaktForm .formButtons input {
	width: 30%;
	padding: 0.5em;
	cursor: pointer;
	margin-right: 0.5em;
	border: 1px solid #0C3057;
	border-radius: 2px;
	background: #fff;
}

form.kontaktForm .formButtons input[type="submit"],
form.kontaktForm .formButtons input[type="submit"]:disabled {
	margin-right: 0;
	margin-left: 0.5em;
	background: #0C3057;
	color: #fff;
	/*opacity: 1;*/
	font-size: 1em;
	/*transition: opacity 0.25s;*/
}

.formBottom {
	width: 100%;
	max-width: 650px;
	margin: auto;
	box-sizing: border-box;
}

.formBottom #captcha {
	display: grid;
	grid-template-areas: "capPicDiv capInput"
		"btnReset btnSubmit";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 3em 1em;
	align-items: end;
	margin-top: 3em;
}

.formBottom .capPicDiv {
	display: flex;
	flex-flow: column;
	gap: 0.25em;
	grid-area: capPicDiv;
}

.formBottom .capPicDiv span {
	font-size: 1.125em;
	font-weight: 500;
}

.formBottom .capPicDiv+div {
	grid-area: capInput;
}

.formBottom #capAktBtn {
	padding-left: 3em;
	background: url('/assets/svg/refreshButton.svg') no-repeat 0% 50%;
	background-size: auto 2em;
	display: block;
}

.formBottom input[type="reset"],
.formBottom input[type="submit"] {
	box-shadow: 0px 2px 2px #00000042;
	border-radius: 2px;
	font-weight: 500;
}

.formBottom input[type="reset"] {
	grid-area: btnReset;
	background: #EAEDEE;
	color: #000;
	border: 0;
	outline: 0;
}

.formBottom input[type="submit"] {
	grid-area: btnSubmit;
	background: #000;
	color: #fff;
}

/*
div#captcha {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
}
img#capPic, div#capAktBtn, label[for="antiSpam"], form.kontaktForm label[for="antiSpam"] input {
	width: 100%;
	max-width: 272px;
}
form.kontaktForm label[for="antiSpam"] span {
	font-size: 0.75em;
	padding: 0.75em;
	display: block;
	font-weight: 100;
}
img#capPic {
	display: block;
	border: 1px solid #556F8A;
	border-radius: 2px;
}
div#capAktBtn {
	background: url('/assets/svg/refreshButton.svg') no-repeat 0% 50%;
	background-size: auto 2em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 0.25em;
	user-select: none;
	cursor: pointer;
}
*/
.appInstall,
.appInstalled,
.login .burgerBtn {
	display: block;
	/*position: absolute;
		top: 2em;
		left: 12.5em;*/
	/*padding: 1em 35px 1em 1em;*/
	background: transparent url(/assets/svg/install_desktop_black_24dp.svg) no-repeat 50% 50%;
	border-radius: 2px;
	border: 1px solid #000;
	width: 2.5em;
	height: 2.5em;
	/*font-size: 0.875em;*/
}

.login .burgerBtn {
	display: none;
}

.appInstalled {}

.appInstall button {
	display: inline-block;
	border: 0;
	padding: 0;
	appearance: none;
	-moz-appearance: none;
	background: transparent;
	padding: 0;
}

.appInstall button .buttonbeschriftung,
.appInstall button .buttonbeschriftungZusatz {
	display: none;
}

@media (max-width: 600px) {

	#newsButton {
		height: 2em;
		font-size: 0.875em;
		font-weight: 500;
	}

	#newsButton:before {
		transform: skewY(-5deg);
	}

	header .wrapperLogo {
		margin-top: 2em;
	}

	/* form.kontaktForm label, form.kontaktForm label:nth-child(even) {
		flex: 1 1 100%;
		padding-right: 0;
		padding-left: 0;
	} */
	form.kontaktForm .formButtons {
		flex-wrap: wrap;
	}

	form.kontaktForm .formButtons input[type="submit"],
	form.kontaktForm .formButtons input[type="submit"]:disabled {
		margin-top: 1em;
	}

	form.kontaktForm .formButtons input,
	form.kontaktForm .formButtons input[type="submit"],
	form.kontaktForm .formButtons input[type="submit"]:disabled {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	div#captcha {
		display: flex;
		flex-direction: column;
	}

	img#capPic {
		margin-right: 0;
	}

	div#capAktBtn {
		width: 100%;
	}

}

/*		KONTAKT CSS - ENDE	*/

@media only screen and (max-width: 1600px) {

	.tableListing th,
	.tableListing td {
		font-weight: normal !important;
		font-size: .7em;
	}

	header .login a:not(#pwainstallContainer),
	header .login #pwainstallContainer+a+a {
		width: 2.5em;
		height: 2.5em;
		min-width: 0;
		padding: 0;
		background-position: 50% 50%;
	}

	.buttonbeschriftung {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.filter {
		position: fixed !important;
		z-index: 1;
		top: 260px;
		right: 0;
		max-height: 90vH;
		overflow: auto;
		border: 3px solid #666;
		padding: 0;
		border-radius: 20px 0 20px 20px;

	}

	.headerSmall .filter {
		top: 100px;
	}

	.filter form {
		background-color: #fff;
	}

	.filter h2 {
		position: relative;
		display: inline-block;
		padding-right: 40px;
		float: right;
		background-color: #fff;
		opacity: .5;
	}

	.filter label:after {
		display: block;
		content: "";
		clear: both;
	}

	.filter label h2:before {
		display: block;
		content: "";
		position: absolute;
		top: 5px;
		right: 10px;
		border: solid #000;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 6px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.filter h3 {
		display: none;
	}

	.filter>#auswahl_filter:checked~h3 {
		display: block;
	}

	.filter>#auswahl_filter:checked~label h2:before {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		top: 12px;
	}

	.filter>h3,
	.filter>form {
		display: none;
		background: #fff;
		text-align: right;
		padding-left: 1em;
	}

	.filter>#auswahl_filter:checked~h2,
	.filter>#auswahl_filter:checked~form {
		display: flex;
	}
}

@media only screen and (max-width: 1000px) {

	h1,
	h2 {
		/*font-size: 1.75em;*/
		font-size: 1.625em;
	}

	h3 {
		font-size: 1.5em;
	}

	p {
		font-size: 0.875em;
	}

	header .buttonbeschriftungZusatz {
		display: none;
	}

	header .appInstall,
	header .appInstalled {
		left: 10.5em;
	}

	header #newsButton {
		left: 3em;
	}

	.tableListing {
		display: none;
	}

	.divListing {
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		justify-content: center;
	}

	.divListing .listingBox {
		padding: 10px;
		margin-bottom: 2em;
		min-width: 250px;
	}

	.divListing .listingBox .icon {
		float: right;
	}

	.listingBox>div {
		line-height: 25px;
	}

	.listingBox>div::after {
		display: block;
		content: "";
		clear: both;
	}

	.listingBox>div:nth-child(2n+1) {
		background-color: #eee;
	}

	.filter::before {
		left: -30px;
		opacity: .5;
	}

	.flex-contain>a,
	.flex-contain>.linkersatz {
		min-width: 300px;
	}

	#kontaktBanner {
		aspect-ratio: 830 / 350;
	}

	#kontaktBanner>div h1 {
		font-size: 1.5em;
	}

	#kontaktBanner .button {
		font-size: 1em;
		max-width: 350px;
	}

}

@media only screen and (max-width: 799px) {

	.cont-site-info-C {
		padding: 1em 1em;

	}

	.inhalt>* {
		padding-left: 1em;
		padding-right: 1em;
	}

	#anl_inhalt .tabbed .montagemodell {
		display: flex;
		flex-direction: column;
		font-size: .8em;
	}

	#anl_inhalt .tabbed div.nav label {
		height: 50px;
		font-size: 0;
		background-position: center center;
	}

	#anl_inhalt .tabbed .tab-toggle.ZumKlemmen:checked~div.nav label.ZumKlemmen,
	#anl_inhalt .tabbed .tab-toggle.ZumSchrauben:checked~div.nav label.ZumSchrauben,
	#anl_inhalt .tabbed .tab-toggle.ZumKleben:checked~div.nav label.ZumKleben {
		font-size: 1em;
		background-position: 10px center;
	}

	#dreiD+div {
		grid-template-columns: none;
		grid-template-rows: auto auto auto;
		width: 256px;
		margin: auto;
	}

	#anl_inhalt .tabbed .modellbeschreibung {
		width: 100%;
		margin: 1em;
	}

	.cont-site-info-C {
		flex-direction: column;
	}

	.cont-site-info-C p {
		width: 100%;
		text-align: center !important;
	}

	/*
	#wrapper {
		margin-top: 180px;
	}
	*/
	header .login {
		margin-bottom: 1em;
	}

	header .login>div {
		/* align-items: center; */
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 1em;
		grid-template-rows: 2.5em;
		margin: auto;
		margin: auto;
		width: min-content;
	}

	.login .burgerBtn {
		display: block;
	}

	.logo-partner nav,
	header.headerSmall .logo-partner .small {
		display: none;
	}

	header .logo-partner .logoBig {
		display: none;
	}

	header .logo-partner .logoEinzeilig {
		display: block;
		margin: 1em auto;
	}

	header>div>div:not(.wrapperLogo, .login) {
		position: absolute;
	}

	header>div>div:not(.wrapperLogo, .login) {
		position: absolute;
	}

	header .wrapperLogo {
		flex: 1 1 100%;
	}

	#newsButton {
		height: 2em;
	}

	header .login a:not(#pwainstallContainer),
	header .login #pwainstallContainer+a+a {
		background-position: 95% 50%;
		padding: 0 1em;
		width: 35%;
		min-width: 230px;
	}

	.buttonbeschriftung {
		display: block;
	}

}


@media only screen and (max-width: 700px) {

	/**/
	#wrapper {
		/*margin-top: 243px;*/
	}

	h3 {
		font-size: 1.25em;
	}

	header {
		max-height: 243px;
	}

	header .login {
		margin-bottom: 2em;
		margin-top: 0;
		flex-direction: row;
	}

	header .logo-partner img {
		max-width: 100%;
	}

	header .appInstall,
	header .appInstalled {
		left: auto;
		right: 2em;
		top: 1.5em;
	}

	header #newsButton {
		left: 1em;
	}


	header.headerSmall>div div {
		flex: 1 1 33%;
	}

	header.headerSmall .login {
		justify-content: flex-end;
	}

	header.headerSmall .login a {
		padding: 0;
		background-position: 50%;
		width: 2em;
		height: 2em;
		min-width: auto;
	}

	header.headerSmall .wrapperLogo {
		margin: 0;
	}

	header.headerSmall .logo-partner .logoBig,
	header.headerSmall .logo-partner .logoEinzeilig {
		display: none;
	}

	header.headerSmall .logo-partner .logoSmall {
		display: block;
		width: 2em;
	}

	header.headerSmall .buttonbeschriftung {
		display: none;
	}

	header.headerSmall .appInstall,
	header.headerSmall .appInstalled {
		width: 2em;
		height: 2em;
		padding: 0;
		background-position: 50%;
		top: 0.6em;
		right: auto;
		left: 7.5em;
		transform: none;
	}

	form.kontaktForm label[for=kundennummer],
	form.kontaktForm label[for=bestellnummer],
	form.kontaktForm label[for=rechnungsnummer],
	form.kontaktForm label[for=sonstiges] {
		padding-right: 0em;
		flex: 1 1 50%;
		padding-left: 0em;
	}

	form.kontaktForm label[for=rechnungsnummer],
	form.kontaktForm label[for=kundennummer] {
		padding-right: 0.75em;
	}

	.balkon #control3d,
	.rollo #control3d {
		display: block;
		/*grid-template-columns: 18% 18% 18% 18% 28%;*/
	}

	/**/

	.rollo #control3d,
	.balkon #control3d {
		/*padding-top: calc(2.25em + 4px);*/
		/*grid-template-columns: none;
		grid-template-rows: auto auto auto auto auto;
		grid-gap: 0.25em 0;*/
		grid-template-columns: 33% 33% 33%;
	}

	/**/
	.balkon #control3d,
	.rollo #control3d {
		position: absolute;
		z-index: 999;
		display: none;
	}

	/**/
	/**/
	.dreiDNavtoggle {

		display: block;
		margin-right: 45px;
	}

	#dreiDNavtoggleInput:checked+#control3d {
		display: grid;
	}

	/**/
	#selectList {
		width: 100%;
		position: relative;
		/*height: calc(5em + 4px);
		left: 0;*/
	}

	#selectList li {
		white-space: nowrap;
		/*height: calc(5em + 4px);
		left: 0;*/
	}

	header div.logo-partner div:first-child {
		display: none;
	}

	header>div {
		flex-wrap: wrap;
	}

	header>div div {
		flex: 1 1 100%;
	}

	header .logo-partner .logoEinzeilig {
		display: block;
	}

	header .logo-partner .logoBig {
		display: none;
	}

	#kontaktBanner>div {
		margin: 1em auto;
	}

	#kontaktBanner>div h1 {
		font-size: 1.25em;
	}

	p {
		font-size: 0.75em;
	}

	#kontaktBanner>div>div {
		left: 1rem;
		padding: 1em;
	}

	#kontaktBanner .button {
		font-size: 0.875em;
	}

	#kontaktBanner .button {
		margin: 0 2rem;

	}

	#kontaktBanner+section adress {
		font-size: 1.375em;
	}

	form.kontaktForm label {
		display: block;
		flex: 1 1 50%;
		padding-right: 0.75em;
	}

	form.kontaktForm label:nth-child(2n) {
		padding-left: 0;
	}

	.formBottom #captcha {
		width: 100%;
		max-width: 280px;
		margin: auto;
		grid-template-areas: "capPicDiv"
			"capInput"
			"btnReset"
			"btnSubmit";
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		gap: 1em;
		margin-top: 3em;
	}

	.formBottom #capAktBtn {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 500px) {
	header {
		max-height: 290px;
	}

	h1 {
		padding: 1em 0 0.5em 0;
	}

	h2 {
		font-size: 1.625em;
		line-height: 1.25em;
	}

	h3,
	h4 {
		font-size: 1.25em;
		line-height: 1.4em;
	}

	p {
		/*font-size: 1.25em;*/
	}

	#kontaktBanner>div>div {
		width: 75%;
		max-width: 270px;
	}

	form.kontaktForm label[for=kundennummer],
	form.kontaktForm label[for=bestellnummer],
	form.kontaktForm label[for=rechnungsnummer],
	form.kontaktForm label[for=sonstiges],
	form.kontaktForm label[for=ansprechpartner],
	form.kontaktForm label[for=nachname],
	form.kontaktForm label[for=telefon] {
		padding-right: 0em;
		flex: 1 1 100%;
		padding-left: 0em;
	}

	form.kontaktForm label[for=ansprechpartner] {
		padding-bottom: 0;
	}
}


@media only screen and (max-width: 479px) {

	footer .cont-site-info-A>a {
		margin: 0 10px;
	}

	.about-us-cont.impress b {
		min-width: 100%;
	}

}

@media only screen and (min-width: 800px) {
	#anl_inhalt .tabbed .modellbeschreibung {
		width: 50%;
	}
}