	/* Slider */
	
	.slick-loading .slick-list {
			background: #fff url('slick-slider-ajax-loader.gif') center center no-repeat;
	}
	
	/* Arrows */
	
	.slick-prev,
	.slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		z-index: 2;
		top: 50%;
		display: block;
		width: auto;
		height: auto;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
	}
 
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
			color: transparent;
			outline: none;
			background: transparent;
	}

	.slick-prev:hover:before,
	.slick-next:hover:before {
			opacity: 1;
			color: #fff;
	}

	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
			opacity: .25;
	}
	
	.slick-prev:before,
	.slick-next:before {
		font-family: FontAwesome;
		font-weight: 900;
		font-size: 28px;
		line-height: 1;
		opacity: .75;
		color: #980000;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2);
	}
	
	.slick-prev {
			left: 12px;
	}
	
	[dir='rtl'] .slick-prev {
			right: -25px;
			left: auto;
	}

	.slick-prev:before {
			content: '\f053';
	}
	
	[dir='rtl'] .slick-prev:before {
			content: '\f054';
	}
	
	.slick-next {
			right: 12px;
	}

	[dir='rtl'] .slick-next {
			right: auto;
			left: -25px;
	}
	.slick-next:before {
			content: '\f054';
	}

	[dir='rtl'] .slick-next:before {
			content: '\f053';
	}
	
	/* Dots */
	
	.slick-dotted.slick-slider {

	}
	
	.slick-dots {
			display: block;
			width: 100%;
			padding: 0;
			margin: 30px 0 0 0;
			list-style: none;
			text-align: center;
	}
	
	.slick-dots li {
			position: relative;
			display: inline-block;
			width: 20px;
			height: 20px;
			margin: 0 5px;
			padding: 0;
			cursor: pointer;
	}
	
	.slick-dots li button {
			font-size: 0;
			line-height: 0;
			display: block;
			width: 20px;
			height: 20px;
			padding: 5px;
			cursor: pointer;
			color: transparent;
			border: 0;
			outline: none;
			background: transparent;
	}
	
	.slick-dots li button:hover,
	.slick-dots li button:focus {
			outline: none;
	}

	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
			opacity: 1;
	}

	.slick-dots li button:before {
			font-family: FontAwesome;
		font-weight: 900;
			font-size: 48px;
			line-height: 20px;
			position: absolute;
			top: 0;
			left: 0;
			width: 20px;
			height: 20px;
			content: '•';
			text-align: center;
			opacity: .25;
			color: black;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
	}

	.slick-dots li.slick-active button:before {
			opacity: .75;
			color: black;
	}

	/* (en) News und Products Configuration */
	/* (de) Neuigkeiten und Produkte Konfiguration */
	/*------------------------------------------------------------------------------------------------------*/

	.news-wrapper {
		padding: 0 0 80px 0;
	}
	
	.news {
		padding: 0 60px;
	}

	.products-slsl-wrapper,
	.basic-slsl-wrapper {
		background: #f2f2ef;
		padding: 24px 0;
		margin: 0 0 24px 0;
	}

	.customers-slsl-wrapper {
		background: #fff;
		border: 4px solid #d8d8d8;
		margin: 0 0 24px 0;
		overflow: hidden;
	}

	.products-slsl-nav {
		padding: 0 48px 12px 48px;
		margin: 0;
	}

	.products-slsl-nav:after,
	.products-slsl-nav:before {
		content: '';
		display: table;
		width: 100%;
	}

	.products-slsl-nav li {
		margin: 0 24px 12px 0;
		padding: 0;
		text-align: center;
		/*width: 20%;
		min-width: 150px;*/
		float: left;
	}

	.products-slsl-nav li .products-slsl-nav {
		display: inline-block;
		color: #fff;
		padding: 4px 12px;
		background-color: #707070;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		cursor: pointer;
		border-radius: 0px;
	}

	.products-slsl-nav li span:hover {
		color: #fff;
		background: #ff6600;
	}

	.products-slsl-nav li span.active,
	.products-slsl-nav li span.active:hover {
		cursor: text;
		color: #fff;
		background: #4074d5;
	}

	.products-slsl,
	.basic-slsl {
		padding: 0 48px;
	}

	.products-slsl .slick-list,
	.basic-slsl .slick-list {
		margin: 0 -12px;
		overflow: hidden;
	}

	.products-slsl .slick-slide,
	.basic-slsl .slick-slide{
		margin: 0 12px;
	}
	
	.slick-slide img {
		display: inline-block;
	}
	
	.product-slide-text-wrapper {
		position: absolute;
			bottom: 0;
			left: 0;
		width: 100%;
		text-align: left;
	}
	
	.product-slide {
		background: #fff;
		text-align: center;
		/*height: 255px;*/
		height: 300px;
		position: relative;
	}
	
	.product-slide-text {
		padding: 15px;
	}
	
	.product-slide-text h5 {
		color: #00a4a4;
	}

	.customers-slsl .slick-list{
		margin: 0 0 0 -4px;
		overflow: hidden;
	}

	.customers-slsl .slick-slide {
		margin: 0;
		overflow: hidden;
	}

	.customers-slsl .slick-slide a {
		display: block;
		margin: 0;
		text-align: center;
		border-left: 4px solid #d8d8d8;
	}

	.slick-slide img {
		display: inline-block;
	}

	.product-slide-text-wrapper {
		/*position: absolute;
		bottom: 0;
		left: 0;*/
		width: 100%;
		text-align: left;
	}

	.product-slide {
		background: #fff;
		text-align: center;
		/*height: 255px;*/
    height: 340px;
		position: relative;
	}

	.product-slide img {
		padding: 15px 0;
		max-height: 280px;
	}

	.product-slide-text {
		padding: 15px;
	}

	.product-slide-text h5 {
		color: #707070;
	}
	
 	/*------------------------------------------------------------------------------------------------------*/
	/* (en) Media Query 560 */
	/* (de) Media Query 560 */
	/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 560px) {

	.products-slsl-nav li {
		float: none;
		width: 100%;
	}

	.slick-next {
			right: 12px;
	}

	.slick-prev {
			left: 12px;
	}	

	.news-wrapper .slick-next,
	.news-wrapper .slick-prev {
		top: 90px;
	}	

	.products-slsl {
		padding: 0 10px;
	}

	.news .ym-g33 .pdefault {
		text-align: center;
	}

}