.ps-container {
	font-family: 'Open Sans', sans-serif;
	color:#282828;
	font-size: 100%;
	position: relative;
	width: 100%;
	height: 531px;
	overflow: hidden;
	color: #555;

}
.ps-container h2 {font-size: 150%}
.ps-container > div {
	position: absolute;
	width: 50%;
}

.ps-container > div > div,
.ps-slidewrapper > nav,
.ps-slides > div {
	position: absolute;
}

.ps-header {
	top: 0px;
	left: 0px;
	height: 150px;
	z-index: 1001;
	background: #fff;
}

.ps-header h1 {
	color: #ccc;
	line-height: 150px;
	margin: 0;
	margin: 0;
	padding: 0 50px;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 10px;
}

.ps-contentwrapper {
	top:0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 1;
}
.ps-contentwrapper div{
	width: 100%
}

.ps-content {
	background: #eee none no-repeat bottom left;
	width: 100%;
	height: 100%;
	padding: 30px;
	overflow: hidden;
}

.vertical-showcase-slider-layout-year2017 .ps-content {
	background: #eee url(../../Images/Common/schneeflocken.png) no-repeat bottom left;
}
.vertical-showcase-slider-layout-year2018 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2018_weihnachtsgruss.png) no-repeat bottom left;
}
.vertical-showcase-slider-layout-year2019 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2019_weihnachtsgruss.png) no-repeat bottom left;
	background-size: contain;
}
.vertical-showcase-slider-layout-year2020 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2020_weihnachtsgruss.png?version=20201117) no-repeat bottom left;
	background-size: contain;
}
.vertical-showcase-slider-layout-year2021 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2021_weihnachtsgruss.png) no-repeat bottom left;
	background-size: contain;
}
.vertical-showcase-slider-layout-year2022 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2022_weihnachtsgruss.png) no-repeat bottom left;
	background-size: contain;
}
.vertical-showcase-slider-layout-year2023 .ps-content {
	background: #eee url(../../Images/Common/reviewOfTheYear/2023_weihnachtsgruss.png) no-repeat bottom left;
	background-size: contain;
}

.ps-content h2 {
	margin: 0 0 20px 0;
}

.ps-content p {
}

.ps-content span.ps-price {
	float: left;
	margin: 10px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #fff;
	background: #f7cfc6;
	background: rgba(247,197,185,0.8);
	font-size: 55px;
	font-weight: 200;
}

/*.ps-content a:last-child {
	font-size: 14px;
	font-weight: 700;
	color: #555;
	letter-spacing: 4px;
	float: right;
	border: 3px solid #555;
	padding: 3px;
	text-indent: 4px;
}*/
.internal-link, #main-content-column a[href^="http://"], #main-content-column a[href^="https://"], #left-content-column .csc-default a[href^="http://"], #left-content-column .csc-default a[href^="https://"] {background: none !important; padding-left: 0 !important; font-weight:normal !important}
a.internal-link {text-decoration: underline}
.internal-link img {display: none}

.no-touch .ps-content a:last-child:hover {
	color: #000;
}

.ps-slidewrapper {
	right: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.ps-slides {
	top: 0px;
	bottom: 200px;
	width: 100%;
	overflow: hidden;
}

.ps-slides > div {
	width: 100%;
	height: 100%;
	background-color: #eee
}
.ps-slides > div .titleOverlay{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	background-color: rgba(0,0,0,0.6);
	padding: 3px 10px;
	font-size: 0.7em;
}

.ps-slides .wco-image-creator {
	display: block;
}

.ps-slidewrapper > nav {
	width: 100%;
	height: 200px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
}

.ps-slidewrapper > nav > a {
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
	box-shadow: inset 0 0 0 9999px rgba(239,180,5,0.8);
	outline: none;
}

.ps-slidewrapper > nav > a:first-child {
	box-shadow: inset 0 0 0 9999px rgba(239,180,5,0.8);
}

.no-touch .ps-slidewrapper > nav > a {
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-moz-transition: box-shadow 0.4s ease-in-out;
	-ms-transition: box-shadow 0.4s ease-in-out;
	-o-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
}

.no-touch .ps-slidewrapper > nav > a:hover {
	box-shadow: inset 0 0 0 9999px rgba(173,131,6,0.1);
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
	box-shadow: inset 0 0 0 9999px rgba(173,131,6,0.1);
}

.ps-slidewrapper > nav > a:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: 10px solid #fff;
	border-top: 10px solid #fff;
}

.ps-slidewrapper > nav > a:first-child:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -80px 0 0 -50px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
}

.ps-slides > div,
.ps-slidewrapper > nav > a {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.ps-move {
	-webkit-transition: top 400ms ease-out;
	-moz-transition: top 400ms ease-out;
	-o-transition: top 400ms ease-out;
	-ms-transition: top 400ms ease-out;
	transition: top 400ms ease-out;
}


@media screen and (max-width: 1359px) {
	.ps-container {
		font-size: 85%;
	}
	.frame-indent.vertical-showcase-slider-layout-year2019 {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.ps-container h2 {
		font-size: 135%;
	}
	.ps-slidewrapper > nav > a::after {
		width: 50px;
		height: 50px;
	}
	.ps-slidewrapper > nav > a:first-child:after {
		margin: -40px 0 0 -22px;
	}
	.ps-slidewrapper > nav > a:after {
		margin: -10px 0 0 -28px;
	}
}

@media screen and (max-width: 860px) {

	.js .ps-container > div {
		width: 100%;
	}

	.js .ps-header {
		height: 50px;
	}

	.js .ps-header h1 {
		line-height: 50px;
		padding: 0px 20px;
		letter-spacing: 4px;
	}

	.js .ps-slides {
		bottom: 320px;
		top: 50px;
	}

	.js .ps-slidewrapper > nav {
		height: 100px;
	}

	.js .ps-contentwrapper {
		top: auto;
		height: 220px;
		bottom: 100px;
	}

	.js .ps-content {
		padding: 10px;
	}

	.js .ps-content h2 {
		border-right: none;
		font-size: 20px;
		margin: 10px 0;
		padding-top: 0;
	}

	.js .ps-content span.ps-price {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.js .ps-content p {
		line-height: 20px;
		border: none;
		font-size: 14px;
	}

	.js .ps-content a:last-child {
		font-size: 13px;
		margin: 10px 20px 0 0;
	}
}










