
body #page{
		max-width: none;
		padding: 0;
		margin: 0 auto;
}
header, .rslides_container, .text_columns{
		max-width: 1600px;
		margin: 0 auto 3.75em auto;
}

h1, h2, h3, .button_zebraShades, .button_rollerShades{
		text-transform: uppercase;
}
h1 {
	margin-bottom: 1.85em !important;
}
h2 {
	margin-bottom: 0.625em !important;
}
.onlyMobi{
	display: none;
}
.slideshow_element{
		background-size: cover; 
		background-position: 50%;
}

.buyNowLink{
	border-bottom: solid 1px #000;
	font-weight: bold;
	transition-duration: 0.2s;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 4px;
	margin-right: 20px;
}

.buyNowLink:hover{
	padding: 0 10px 4px 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.slideAnimationLink {
	display: flex;
	justify-content: space-around;
}

.slideAnimationLink > a img {
	width: 8px;
	height: 12px;
	transition-duration: 0.5s;
}

.slideAnimationLink > a img:nth-child(1) {
	opacity: 1;
}

.slideAnimationLink > a img:nth-child(2) {
	opacity: 0;
	transform: scaleY(0) translateX(-7px);
}

.slideAnimationLink > a:hover img:nth-child(1) {
	opacity: 0;
}

.slideAnimationLink > a:hover img:nth-child(2) {
	opacity: 1;
	transform: scaleY(1) translateX(0);
}

.slideAnimationLink > a > div {
	display: flex;
	margin-left: 30px;
}

.slideAnimationLink > a {
	text-decoration: none;
	width: 230px;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: solid 3px #ddd2d2;
	transition-duration: 0.5s;
	padding-bottom:0.7em;
    justify-content: space-between;
}

.slideAnimationLink > a:hover {
	text-decoration: underline;
}

.slideAnimationLink > a:hover::after {
	transform: scale(1);
}

.slideAnimationLink > a::after {
	content: "";
	height: 3px;
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0;
	background: #000;
	transform: scale(0);
	transform-origin:left;
	transition-duration: 0.5s;
}

a {
	color: #000;
	font-weight: 400;
}
.vorhang {
		transform: translate(-50%, 0);
		left: 50%;
		top: 0;
		width: 260px;
		height: 275px;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
}
		.vorhang_headline {
				position: absolute;
				width: 100%;
				top: 22%;
				color: #ffffff;
				text-align: center;
				font-size: 30px;
				font-style: italic;
				font-weight: lighter;
		}
		.shop-button {
				color: #ffffff;
				background-color: #000000;
				text-decoration: none;
				font-size: 14px;
				box-shadow: 0 0 4px #000000;
				width: 85px;
				height: 85px;
				border-radius: 40px;
				display: inline-flex;
				align-items: center;
				text-align: center;
				justify-content: center;

				position: absolute;
				left: calc(50% - 42.5px);
		}
				.shop-button img {
						width: 2em;
				}
				
		.vorhang .shop-button {
				bottom: 15%;
		}
		.imgbox .shop-button {
				top: calc(50% - 42.5px);
		}
.vorhang.right {
	left: 56%;
}
.vorhangRabattaktionen{
	left: 15%;
	top: 0;
	width: 260px;
	height: 275px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-family: Courier Prime;
}
.vorhangRabattaktionen > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.vorhangRabattaktionen .date{
	font-size: 30px;
	text-transform: uppercase;
}
.vorhangRabattaktionen .rabbat{
	background: #000;
	border-radius: 100%;
	height: 145px;
	width: 145px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 5px;
}
.vorhangRabattaktionen .rabbat .prozent{
	font-size: 57px;
	font-weight: bold;
}
.vorhangRabattaktionen .rabbat .off{
	font-size: 30px;
	font-weight: bold;
}


.lightTxt {
	font-weight: 300;
}
.regularTxt {
	font-weight: 400;
}
.mediumTxt {
	font-weight: 500;
}
.semiBoldTxt {
	font-weight: 600;
}
.boldTxt {
	font-weight: 700;
}
.extraBoldTxt {
	font-weight: 800;
}
#page {
	max-width: 1920px;
	padding: 0;
	margin: 0 auto;
}
h1 {
	text-align: center;
}
div.row {
	width: 100%;
	margin-bottom: 10em;
	padding: 0 3em;
	box-sizing: border-box;
}
div.row.einleitung {
	margin-bottom: 2em;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-3em);
}
div.row.contentBg {
	margin-bottom: 0;
	margin-top: -5em;
}
div.row.bg {
	background: #F6F3F3;
	margin-top: 2em;
}
div.row.bg:last-child {
	margin: 0;
}
div.row .rowContent {
	/*width: 95%;*/
	max-width: 1510px;
	margin: auto;
}
div.row div[class*="cols"] img {
	width: 100%;
}
div.row .rowContent p {
	font-size: 1.375em;
	line-height: 1.5em;
	margin: 0.45em 0;
}
div.row .rowContent.cols2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div.row .rowContent.cols2.cen {
	justify-content: center;
}
div.row .rowContent.cols2 > div {
	width: calc(50% - 1em);
	max-width: 685px;
	box-sizing: border-box;
}
div.row .rowContent.cols2.pic > div:first-child {
	margin-top: -3.5em;
}
div.row .rowContent.cols2.pic > div:last-child {
	/* margin-top: 14em; */
}
div.row .rowContent.cols2.pic2 > div:first-child {
	padding-top: 3em;
}
div.row .rowContent.teaser {
	display: grid;
	grid-gap: 0 8.5em;
	grid-template-areas: "teaserLinkLeft teaserLinkRight"
						 "teaserTxtLeft teaserTxtRight"
						 "teaserBtnLeft teaserBtnRight";
}

div.row .rowContent.cols2.grid > div:not(.new){
	width: 100%;
}
div.row .rowContent.cols2.grid .primaryButton.pfeil{
	margin-bottom: 0;
}

div.row .rowContent.cols2.grid .rightDown{
	grid-column: 2;
	max-width: 100%;
}

div.row .rowContent.cols2 img.tablet{
	display: none;
}
div.row .rowContent.cols2.grid .gridFullHalf img{
	width: 94%;
	float: right;
}
div.row .rowContent.cols2.grid .gridFullHalf{
	grid-row: 1/3;
}

div.row .rowContent.cols2.grid {
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-gap: 5%;
	position: relative;
}

div.row .rowContent.cols2.grid .new{
    position: absolute;
    top: -24px;
    left: 42%;
    transform: skew(-7deg);
    background: #000;
    height: 54px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

div.row .rowContent.cols2.grid .new > span{
    transform: skew(7deg);
}

a.teaserLinkLeft {
	grid-area: teaserLinkLeft;
}
a.teaserLinkRight {
	grid-area: teaserLinkRight;
}

div.teaserTxtLeft, div.teaserTxtRight {
	/*text-align: center;*/
	width: 100%;
	max-width: 685px;
}

div.teaserTxtLeft {
	grid-area: teaserTxtLeft;
}
div.teaserTxtRight {
	grid-area: teaserTxtRight;
}

a.teaserBtnLeft {
	grid-area: teaserBtnLeft;
}
a.teaserBtnRight {
	grid-area: teaserBtnRight;
}

.rowContent .teaserLink {
	text-decoration: none;
	display: block;
	width: 100%;
	max-width: 685px;
	margin: 0 auto 1.85em auto;
	font-size: 1.5em;
	color: #000;
	position: relative;
}
.rowContent .teaserLink span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86px;
	height: 86px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.5833333333333333em;
	text-align: center;
	line-height: 1.357em;
	transform: translate(-50%, calc(-50% + 1.56em));
}
.rowContent .teaserLink img {
	display: block;
	margin-top: 0.41em;
}
.rowContent .teaserLink ~ h2,
.rowContent .teaserLink ~ p {
	/*max-width: 600px;*/
	margin: 1em auto;
	text-align: center;
}
.rowContent .teaserLink ~ p {
	min-height: 3em;
}
/*
.rowContent.contentBg2 > div:last-child {
	padding: 5em 0 1em 0;
}
.rowContent.contentBg2 p {
	font-size: 1.5em;
}
*/
div.row .rowContent.contact {
	/*
	background: url("../home/service.png") no-repeat 11% 17%;
	background-size: 27% auto;
	*/
	padding: 6em 0 4em 0;
	max-width: 1070px;
	display: grid;
	grid-template-areas: "contactPic contactData"
						 "contactTxt contactTxt";
}
.rowContent.contact img {
	grid-area: contactPic;
	width: 65%;
	max-width: 285px;
	min-width: 100px;
	display: block;
	margin: -3em auto 2em auto;
	padding-left: 8em;
}
.rowContent.contact img + div {
	  padding-left: 1em;
}
.rowContent.contact div {
	grid-area: contactData;
}
.rowContent.contact div h2 {
	padding-left: 2em;
}
.rowContent.contact div p {
	  padding-left: 2.9em;
}
.rowContent.contact div p:last-child {
	background: url(../img/telephone.svg) no-repeat 5% 50%;
	background-size: 1em auto;
}
div.row .rowContent.contact p {
	font-size: 1.375em;
}
.rowContent.contact p {
	grid-area: contactTxt;
}
/*
.rowContent.cols2.contentBg1 > div:first-child {
	background: url(../home/Guarantee.png) no-repeat 0 0;
	background-size: 35.5vw auto;
	height: 5.75vw;
}
.rowContent.cols2.contentBg2 > div:first-child {
	background: url(../home/Guarantee.png) no-repeat 0 -5.75vw;
	background-size: 35.5vw auto;
}
*/
a.button {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	padding: 1em 2em;
	margin: 2em auto;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	background-color: #DDD2D2;
	color: #000000;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0), 0.25em 0 0.25em rgba(0, 0, 0, 0), 0 -0.25em 0.25em rgba(0, 0, 0, 0), -0.25em 0 0.25em rgba(0, 0, 0, 0);
	transition: box-shadow 0s;
}
a.button span {
	border-bottom: 1px solid transparent;
}
a.button:hover {
	color: #fff;
	background-color: #000;
	box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1), 0 -0.25em 0.25em rgba(0, 0, 0, 0.1), -0.25em 0 0.25em rgba(0, 0, 0, 0.1);
	transition-delay: 0.5s;
}
a.button:hover span {
	border-color: #fff;
}
a.konfi {
	box-sizing: border-box;
	/*width: 8em;*/
	padding: 1em 2em 1em 3em;
	margin: 2em auto 3em auto;
	font-size: 1.375em;
	background-image: url("../img/zahnrad_schwarz.svg");
	background-repeat: no-repeat;
	background-position: 1em 50%;
	background-size: 1.5em auto;
	text-transform: uppercase;
}
a.konfi:hover {
	background-image: url("../img/zahnrad_weiss.svg");
}
a.guarantee {
	background-image: url("../img/next_black.svg");
	background-position: 92% 50%;
	padding: 1em 3em 1em 2em;
}
a.guarantee:hover {
	background-image: url("../img/next_white.svg");
}
div.logos {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 6em;
}
div.logos > div {
	width: 45%;
	max-width: 250px;
}



div.row .rowContent.cols2 > div.zweidrittelbild_Pic {
	display: flex;
	align-items: center;
	width:calc(66% - 1em);
	max-width: 100%;
}

div.row .rowContent.cols2 > div.zweidrittelbild_Txt{
	width:calc(33% - 1em);
}
.img-H3 {
	position: absolute;
	top: 40px;
	right: 45px; 
	text-align: right;
	color: #fff; 
	text-transform: none;
}

.img-H3 .thin-Span {
	font-weight: 100;
	font-size: 53px;
}

.img-H3 .bold-Span {
	font-size: 46px;
}

.middleSmalTxt {
	width:calc(55% - 1em) !important;
	max-width: 100% !important;
}
/*
div.row div[class*="cols"] div.logos img {
	width: calc(50% - 2em);
}
*/

	
	h2 {
		font-size: 22px !important;
	}
	
	div.row .rowContent p{
		font-size: 16px;
		line-height: 20px;
	}
@media only screen and (max-width: 1350px) {
	.slideAnimationLink > a > div {
		display: flex;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 1200px) {
	
	div.row .rowContent.cols2.grid .new{
		top: -17px;
		left: 43%;
		width: 60px;
		height: 33px;
		font-size: 18px;
	}
	
	div.row .rowContent.cols2.grid .gridFullHalf img{
		width: 100%;
	}
}

@media only screen and (max-width: 1099px) {

	.img-H3 .thin-Span {
		font-weight: 100;
		font-size: 30px;
	}

	.img-H3 .bold-Span {
		font-size: 26px;
	}
	
	div.row .rowContent.cols2 > div {
	  width: calc(50% - 1em);
	}
	div.row .rowContent.teaser {
		grid-gap: 1em;
	}
	a.konfi {
		/*width: 8em;*/
	}

	div.row .rowContent.cols2.grid{
		margin-bottom: 20px;
	}
	
	div.row .rowContent.cols2.grid .rightDown{
		grid-column: 1/3;
		width: 100%;
	}
	
	div.row .rowContent.cols2.grid .gridFullHalf{
		grid-row: 1;
	}
	
	div.row .rowContent.cols2 img.tablet{
		display: block;
	}
	
	div.row .rowContent.cols2 img.full{
		display: none;
	}
}
@media only screen and (max-width: 834px) {
	
	
		.onlyDesc{
			display: none;
		}
		.onlyMobi{
			display: block;
		}
	
		.flex-colrev{
			flex-direction: column-reverse;
		}
		.flex-col{
			flex-direction: column;
		}
		.flex-col > div, .flex-colrev > div{
			width: 100% !important;
			margin-bottom: 3em;
		}
		.flex-col > div img, .flex-colrev > div > img{
			width: 80% !important;
			margin-left: auto;
			margin-right: auto;
		}
	
		div.row.einleitung {
			padding-left: 3.75em;
			padding-right: 3.75em;
		}
	
	
		.vorhang.right {
			width: 200px;
			height: 330px;
			left: 5%;
			transform: translate(0, 0);
		}

	

		.zweidrittelbild_Pic {
			width: auto;
		}

		.zweidrittelbild_Txt{
			width: auto;
		}
		
		.img-H3 {
			position: absolute;
			top: 10px;
			right: 15px; 
			text-align: right;
			color: #fff; 
			text-transform: none;
		}

		.img-H3 .thin-Span {
			font-size: 21px;
		}

		.img-H3 .bold-Span {
			font-size: 18px;
		}
		.vorhangRabattaktionen{
			width: 200px;
			height: 330px;
			left: 5%;
		}
	
		div.row .rowContent.cols2.grid .new{
			left: 3.5em;
			top: -40px;
		}
	
		div.row .rowContent.cols2.grid > div{
			grid-column: 1/3;
			grid-row: 2;
		}
		
		div.row .rowContent.cols2.grid .gridFullHalf{
			grid-row: 3;
			width: 100%;
		}
	
		div.row .rowContent.cols2 img.tablet{
			display: none;
		}
		
		div.row .rowContent.cols2 img.full{
			display: block;
			width: 100%;
		}
		
		div.row .rowContent.cols2.grid {
			margin-bottom: 35% !important;
			margin-top: 70px;
		}
		
		h1 {
			max-width: 16em;
			margin-left: auto !important;
			margin-right: auto !important;
		}
		h2 {
			margin-bottom: 1em !important;
		}
		header, .rslides_container, .text_columns {
			margin-bottom: 2em;
		}
		div.row {
			padding: 0;
		}
		.slideshow_element {
			height: 50vw;
		}
		a.konfi {
			font-size: 1em;
		}
		.rowContent .teaserLink span:last-child {
			font-size: 0.875em;
		}
		div.row .rowContent.teaser {
			grid-gap: 0 3.75em;
			padding-left: 3.75em;
			padding-right: 3.75em;
			box-sizing: border-box;
		}
		.rowContent .teaserLink {
			font-size: 1em;
		}
		div.row {
			margin-bottom: 0em;
		}
		div.row .rowContent p, div.row .rowContent.contact p {
			font-size: 1.125em;
			line-height: 1.33333333333333em;
		}
		div.row .rowContent.cols2 {
			padding-left: 3.75em;
			padding-right: 3.75em;
		}
		div.row .rowContent.cols2 > div:first-child, div.row .rowContent.cols2 > div:last-child {
			width: calc(50% - 1.875em);
		}
		div.row .rowContent.cols2.pic > div:first-child {
			margin-top: 2.25em;
		}
		div.row .rowContent.cols2.pic > div:last-child {
			margin-top: 1em;
			text-align: center;
		}
		div.row .rowContent.cols2.pic > div:last-child * {
			text-align: left;
		}
		div.row .rowContent.cols2.pic2 > div:first-child {
			padding-top: 0;
		}
		div.logos {
			margin-top: 1em;
			margin-bottom: 3.75em;
		}
		div.row .rowContent.contact {
			padding-left: 3.75em;
			padding-right: 3.75em;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
		.rowContent.contact img {
			padding-left: 0;
			margin-top: 0;
			max-width: 220px;
		}
		.rowContent .teaserLink span:last-child {
			transform: translate(-50%, calc(-50% + 1em));
		}
	
		h2 {
			font-size: 20px !important;
		}
		
		div.row .rowContent p{
			font-size: 14px;
			line-height: 18px;
		}
		
		.logo {
			position: absolute;
			bottom: 5%;
			left: 5%;
			width: 260px;
			height: 275px;
		}
		
		.vorhang ,.vorhang.right{
				left: 5%;
				transform: translate(0, 0);
		}
		
}
@media only screen and (max-width: 639px) {
	
	
	.flex-col > div img, .flex-colrev > div > img{
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.row.einleitung{
		transform: translate(0);
	}
	

	.middleSmalTxt {
		width:calc(100% - 80px - 1em) !important;
	}

	.img-H3 {
		top: 40px;
		right: 45px; 
	}
	.img-H3 .thin-Span {
		font-weight: 100;
		font-size: 30px;
	}
	.img-H3 .bold-Span {
		font-size: 26px;
	}
	
	
	div.row .rowContent.cols2.grid .new {
		left: 2.6em;
	}
	
	.vorhangRabattaktionen{
		left: 7%;
		width: 140px;
		height: 166px;
	}
	.vorhangRabattaktionen .rabbat{
		height: 90px;
		width: 90px;
	}
	.vorhangRabattaktionen .date{
		font-size: 22px;
	}
	.vorhangRabattaktionen .rabbat .prozent{
		font-size: 36px;
	}
	.vorhangRabattaktionen .rabbat .off{
		font-size: 22px;
	}
	
	.slideAnimationLink {
		grid-template-columns: auto;
		grid-template-rows: 61px 61px 61px;
		grid-gap: 20px;
	}
	
	.slideAnimationLink > a{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	h1, h2, h3 {
		/*text-align: center;*/
	}
	h1 {
		margin-bottom: 1em !important;
	}
	.vorhang ,.vorhang.right{
			width: 140px;
			height: 145px;
			left: 7%;
			transform: translate(0, 0);
	}
		.shop-button {
				font-size: 8px;
				width: 45px;
				height: 45px;
				left: calc(50% - 22.5px);
		}
		.vorhang_headline {
				font-size: unset;
		}
	div.row {
		padding: 0;
	}
	div.row .rowContent.teaser {
		grid-gap: 0;
		grid-template-areas: "teaserLinkLeft"
							 "teaserTxtLeft"
							 "teaserBtnLeft"
							 "teaserLinkRight"
							 "teaserTxtRight"
							 "teaserBtnRight";
	}
	div.row .rowContent.teaser, div.row .rowContent.cols2, div.row .rowContent.contact {
		padding-left: 2.8125em;
		padding-right: 2.8125em;
	}
	div.row .rowContent.cols2 > div:first-child, div.row .rowContent.cols2 > div:last-child {
		width: 100%;
	}
	a.button {
		width: 100%;
		max-width: 244px;
		font-size: 0.875em;
		line-height: 1.357em;
	}
	div.row .rowContent p {
		font-size: 0.875em;
		line-height: 1.357em;
	}
	div.row .rowContent .lightTxt a {
		text-transform: uppercase;
	}
	div.row .rowContent.cols2 {
		flex-wrap: wrap;
	}
	div.row .rowContent.cols2 > div {
		width: 100%;
	}
	div.logos {
		margin-bottom: 3em;
	}
	div.row .rowContent.contact {
		/*padding: 5em 0;*/
	}
	div.row .rowContent.contact {
		/*grid-template-areas: "contactPic" "contactData" "contactTxt";*/
	}
	.rowContent.contact img {
		margin-top: 0;
		padding-left: 0;
	}
	.rowContent.contact div p, .rowContent.contact div h2 {
		padding-left: 0;
		padding-right: 0;
	}
	.rowContent.contact div {
		/*padding-top: 2em;*/
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	div.row .rowContent.contact p {
		font-size: 1em;
	}
	.rowContent.contact img + div {
		padding-left: 0;
	}
	.rowContent .teaserLink > span {
		/*margin-left: 1em;*/
	}
	.rowContent.contact div p:last-child {
		background-position: 0 50%;
		padding-left: 1.5em;
	}
	
	div.row .rowContent.cols2.pic2 {
		margin-bottom: 2.8125em;
	}
	.rowContent .teaserLink span:last-child {
		width: 80px;
		height: 80px;
	}
	.rowContent .teaserLink {
		font-size: .875em;
	}
	.rowContent.contact div p:last-child {
		padding-top: 3.25em;
		padding-left: 0;
		background: url(../img/telephone.svg) no-repeat 50% 2%;
		background-size: 2em auto;
	}
	
	div.row .rowContent.cols2 img.tablet{
		display: block;
	}
	
	div.row .rowContent.cols2 img.full{
		display: none;
	}
	
}

@media only screen and (max-width: 400px) {
		
	.img-H3 {
		top: 10px;
		right: 15px; 
	}

	.img-H3 .thin-Span {
		font-size: 21px;
	}

	.img-H3 .bold-Span {
		font-size: 18px;
	}
	.slideAnimationLink > a{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}