@charset "utf-8";
/* CSS Winterschmied */

* {
  margin: 0;
  padding: 0;
}

body {

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}	


.content {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin: 40px auto;
	background: rgba(22,22,22, 0.5);
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
	padding-bottom: 32px;
}

h1 {
	min-height: 120px;
	width: 90%;
	max-width: 700px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
}

p {
	width: 90%;
	max-width: 700px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 32px;
}

.site-overlay {
    display: none;
}

	/*
#project-intro .project-intro-bg {
    background: rgba(126, 236, 232, 0.6) none repeat scroll 0% 0%;
}
	*/

#project-intro .project-intro-bg {
    background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform-style: preserve-3d;
}

/* COVERR Video */

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background: url('coverr/City-Nights/Snapshots/City-Nights.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
	
	-webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stopfade { 
   opacity: .5;
}

















.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

/* COVERR Video ENDE */