/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 03.10.2016, 17:45:38
    Author     : Kevin Ditscheid <kevinditscheid@gmail.com>
*/

.swiper-button-next,
.swiper-button-prev{
	visibility: hidden;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #fff;
	text-indent: -999999px;
	opacity: 1;
	height: 13px;
	width: 13px;

}
.swiper-pagination-bullet-active{
	background: #fff;
}
/*for pagination bullets top*/
.top {
	position: absolute;
}
.praxis-slider .ce-bodytext {
	padding-bottom: 60px;
}
.top > .swiper-pagination-bullet {
	height: 18px;
	width: 18px;
	border-color: #000;
}
.top > .swiper-pagination-bullet-active {
	background-color: #000;
}
/*for pagination bullets left*/
.left {
	position: absolute;
    top: 275px;
    text-align: left;
    margin-left: 105px;
}
/* TOP SLIDER */
.slider-top{
	background: #8bc5d2;
	overflow: hidden;
	position: relative;
}
.slider-top .container{
	padding: 0;
	max-width: 100%;
}
.left-slider.full-height{
	height: 440px;
}
.background{
	position: absolute;
	right: 0;
	z-index: 0;
	height: 100%;
	overflow: hidden;
}
.background img{
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	position:absolute;
	right: 0;
	max-width: 1260px;
}
.swiper-slide .ce-textpic{
    min-height: 250px;
}
.left-slider .background{
	display: none;
}
.overflow{
	overflow: visible;
}
.full-height{
	height: 100%;
}
.link-bottom{
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.link-bottom a{
	padding: 10px 15px 5px 20px;
}
.link-bottom .link-background{
	display: block;
	position: absolute;
	width: 999999px;
	right: 100%;
	top: 0;
	height: 100%;
}
.right-slider{
	position: absolute;
	z-index: 2;
	top: 20px;
	width: 100%;
	height: auto;
}
.right-slider .swiper-slider{
	position: relative;
	z-index: 1;
}
.right-slider .swiper-slide img{
	max-width: 60%;
	height: auto;
}
@keyframes cloudmovement{
	0% { background-position: 0 0; }
	50% { background-position: 15px 0px; }
	100% { background-position: 0 0; }

}
.clouds{
	height: 100%;
	width: 999999px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	margin-top: 40px;
	background-image: url(../Images/Icons/wolken.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 530px 200px;

	animation-name: cloudmovement;
	animation-duration: 11s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.right-slider .swiper-slide{
	text-align: center;
}
.swiper-container figcaption {
	display: none;
}
@media screen and (min-width: 440px){
	.left-slider.full-height{
		height: 550px;
	}
}
@media screen and (min-width: 900px){
	.slider-top{
		height: 550px;
	}
	.left-slider{
		min-height: 1px;
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.left-slider .background{
		display: block;
	}
	.right-slider{
		width: 25%;
		position: absolute;
		height: 100%;
		background: #8bc5d2;
		top: 0;
		right: 0;
	}
	.right-slider .swiper-slide{
		text-align: left;
	}
	.right-slider .swiper-pagination{
		text-align: left;
		padding-left: 5px;
	}
	.link-bottom a{
		padding-left: 0;
	}
	.right-slider .swiper-slide img{
		padding: 35px 20px;
		max-width: calc(100% - 40px);
	}
}
@media screen and (min-width: 940px){
	.left-slider{
		width: 75%;
		float: left;
	}
	.right-slider{
		width: 25%;
		float: left;
		position: relative;
		right: auto;
	}
	.right-slider .swiper-slide img{
		padding: 35px 20px;
		max-width: calc(100% - 40px);
	}
}
@media screen and (min-width: 1260px){
	.left-slider{
		width: 60%;
	}
	.right-slider{
		width: 40%;
	}
	.right-slider .swiper-slide img{
		margin: 35px 100px;
		padding: 0;
		max-width: 100%;
	}
	.left-slider .background img{
		transition-timing-function: linear;
		transition-property: transform;
		transition-duration: 6s;
	}
	.left-slider .background img.zoom{
		transform: scale(1.1);
	}
}