body{
	font-family: 'Signika', sans-serif;
}
.services-wrap img{
  width: 81px;
}
.services-wrap{
  min-height: 350px;
}
.refresh{
	/*float: right;*/
}

#front{
	min-height: 100vh;
	padding-top: 100px;
}

.flip-back{
	/*display: inline-block;*/
	position: relative;
	padding-top: 10%;
	height: 20px;
	top: -100%;
}
.flip{
	min-height: 200px;
}
.flip-front img{
	max-height: 100%;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.flip-front .logo{
	max-width: 40%;
}
.flip-front{
	min-height: 33vh !important;
	padding:10px;
	
}
.flip-front{
	position: absolute !important;
}
.fix{

}
.owl-carousel{
	/*min-height: 80vh;*/
}
.grid__img {

}
.grid__item{
	width: 100%;
}

#referenz{
	/*margin-top: 200px;
	overflow: hidden;*/
}
.logo-mobile{
	width: 60px;
	height: auto;
    margin: 0 auto;
    display: block;
}
.owl-item .thumbnail{
	background-color: rgba(253, 250, 250, 0.5);
	min-height: 70vh;
	max-height: 70vh;

}
section{
	min-height: 100vh;
}
.owl-controls{
	margin-top: 5%;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /*-webkit-transform: translate3d(0px, 0px, 0px);*/
    max-height: 70vh;
}

.owl-prev, .owl-next{
	/*border: 2px solid;*/
	padding: 10px;
	border-radius: 20%;
	font-size: 16px;
	font-weight: 500;
	background: #777;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*line-height: 40px;*/
    color: #fff;
}
.footer .logo{
	padding: 0;
	/*margin-left: 30px;*/
	margin: 30px, 0 ,0
}
.isolayer--scroll1{
	/*top: 100px !important;*/
}


.wrapper {
	margin: 0 auto 100px auto;
	max-width: 960px;
}

.stage {
	list-style: none;
	padding: 0;
}
.grid__img{

}
/*************************************
Build the scene and rotate on hover
**************************************/

.scene {
	width: 260px;
	height: 400px;
	margin: 30px;
	float: left;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.movie {
	width: 260px;
	height: 400px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-130px);
	-moz-transform: translateZ(-130px);
	transform: translateZ(-130px);
	-webkit-transition: -webkit-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	transition: transform 350ms;
}

.movie:hover {
	-webkit-transform: rotateY(-78deg) translateZ(20px);
	-moz-transform: rotateY(-78deg) translateZ(20px);
	transform: rotateY(-78deg) translateZ(20px);
}

/*************************************
Transform and style the two planes
**************************************/

.movie .poster, 
.movie .info {
	position: absolute;
	width: 260px;
	height: 400px;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.movie .poster  {
	-webkit-transform: translateZ(130px);
	-moz-transform: translateZ(130px);
	transform: translateZ(130px);
	background-size: cover;
	background-repeat: no-repeat;
}

.movie .info {
	-webkit-transform: rotateY(90deg) translateZ(130px);
	-moz-transform: rotateY(90deg) translateZ(130px);
	transform: rotateY(90deg) translateZ(130px);
	border: 1px solid #B8B5B5;
	font-size: 0.75em;
}

/*************************************
Shadow beneath the 3D object
**************************************/

.csstransforms3d .movie::after {
	content: '';
	width: 260px;
	height: 260px;
	position: absolute;
	bottom: 0;
	box-shadow: 0 30px 50px rgba(0,0,0,0.3);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotateX(90deg) translateY(130px);
	-moz-transform: rotateX(90deg) translateY(130px);
	transform: rotateX(90deg) translateY(130px);
	-webkit-transition: box-shadow 350ms;
	-moz-transition: box-shadow 350ms;
	transition: box-shadow 350ms;
}

.csstransforms3d .movie:hover::after {
	box-shadow: 20px -5px 50px rgba(0,0,0,0.3);
}
.inline-block{
	display: inline;
	width: 100%;
	min-width: 100%;
}
/*************************************
Movie information
**************************************/

.info header {
	color: #FFF;
	padding: 7px 10px;
	font-weight: bold;
	height: 195px;
	background-size: contain;
	background-repeat: no-repeat;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.info header h1 {
	margin: 0 0 2px;
	font-size: 1.4em;
}

.info header .rating {
	border: 1px solid #FFF;
	padding: 0px 3px;
}

.info p {
	padding: 1.2em 1.4em;
	margin: 2px 0 0;
	font-weight: 700;
	color: #666;
	line-height: 1.4em;
	border-top: 10px solid #555;
}

/*************************************
Generate "lighting" using box shadows
**************************************/

.movie .poster,
.movie .info,
.movie .info header {
	-webkit-transition: box-shadow 350ms;
	-moz-transition: box-shadow 350ms;
	transition: box-shadow 350ms;
}

.csstransforms3d .movie .poster {
	box-shadow: inset 0px 0px 40px rgba(255,255,255,0);
}

.csstransforms3d .movie:hover .poster {
	box-shadow: inset 300px 0px 40px rgba(255,255,255,0.8);
}

.csstransforms3d .movie .info, 
.csstransforms3d .movie .info header {
	box-shadow: inset -300px 0px 40px rgba(0,0,0,0.5);
}

.csstransforms3d .movie:hover .info, 
.csstransforms3d .movie:hover .info header {
	box-shadow: inset 0px 0px 40px rgba(0,0,0,0);
}

/*************************************
Posters and still images
**************************************/

.scene:nth-child(1) .movie .poster {
  background-image: url(../img/poster01.jpg);
}

.scene:nth-child(2) .poster {
  background-image: url(../img/poster02.jpg);
}

.scene:nth-child(3) .poster {
  background-image: url(../img/poster03.jpg);
}

.scene:nth-child(1) .info header {
	background-image: url(../img/still01.jpg);
}

.scene:nth-child(2) .info header {
	background-image: url(../img/still02.jpg);
}

.scene:nth-child(3) .info header {
	background-image: url(../img/still03.jpg);
}

/*************************************
Fallback
**************************************/
.no-csstransforms3d .movie .poster, 
.no-csstransforms3d .movie .info {
	position: relative;
}

/*************************************
Media Queries
**************************************/
@media screen and (max-width: 60.75em){
	.scene {
		float: none;
		margin: 30px auto 60px;
	}
}



.cs-text {
	width: 100%;
	cursor: default;
	margin-bottom: 100px;
}

.cs-text > span {
	display: block;
	-webkit-backface-visibility: hidden;
}

.cs-text-cut {
	width: 100%;
	height: 22.5px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cs-text-cut:first-child {
	border-top: 1px solid rgba(255,255,255,0.5);
}

.cs-text-cut:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.cs-text-cut span {
	display: block;
	line-height: 45px;
	color: rgba(0,0,0,1);
	font-size: 45px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
	font-family: 'Sancreek', cursive;
	text-shadow: 3.5px 1px 0 rgba(255,255,255,0.3);
}

.cs-text-cut:last-child span {
	margin-top: -21px;
}

.cs-text-mid {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12.5px;
	letter-spacing: 12.5px;
	line-height: 12.5px;
	text-indent: 5px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -6.25px;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 0 rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.cs-text:hover .cs-text-cut:first-child {
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	opacity: 0.5;
}

.cs-text:hover .cs-text-cut:last-child {
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	opacity: 0.5;
}

.cs-text:hover .cs-text-mid {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.footer-block{
	    text-indent: 30px;
	    margin-bottom: 20px;
}
.footer .logo{
	max-width: 40px;
}
.owl-carousel{
	position: relative;
	top: 30%;
}
.owl-item{
	min-height: 50vh;
}
.owl-item img{
	height: 100%;
	width: auto;
}

.slider{
	padding-top: 20px;
}

.fix {
	transform-style: none;
}

.flip:hover .fix {
    z-index: 5;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.owl-item{
	min-height: 90vh;
}
.owl-prev{
	float: left;
}

.owl-next{
	float: right;
}

@media (max-width: 767px) {
	#front{
		padding: 0;
	}
	.thumbnail img{
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-height: 400px) {
	.owl-item .thumbnail img{
		width: 200px;
		height: auto;
		max-width: 40%;
		min-height: 60vh;
		max-height: 100%;
		display: block;
		height: auto;
		float: left;
	}
	.caption{
		height: 100%;
		width: 50%;
		float: right;

	}
}
.refresh{
	margin: 0 auto;
width: 200px;
display: block;
margin-top: 20px;
}
.logo-wrapper .logo-wrapper figure{
	width: 100%;
}
.logo-wrapper .logo{
	width: 70%;
	margin: 0 auto;
	display: block;
	padding-top: 60px;
}
#referenzen .thumbnail{
	min-height: 140px;
}