@font-face {
    font-family: crmsn;
    src: url("CrimsonText-Italic.ttf");
}



html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

html,
body {
	height: 100%;
	
}




body {
	color: white;
	background: rgb(65,75,80);
	background: -moz-linear-gradient(top,  rgb(65,75,80) 30%, rgb(15,15,20) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgb(65,75,80)), color-stop(100%,rgb(15,15,20)));
	background: -webkit-linear-gradient(top,  rgb(65,75,80) 30%,rgb(15,15,20) 100%);
	background: -o-linear-gradient(top,  rgb(65,75,80) 30%,rgb(15,15,20) 100%);
	background: -ms-linear-gradient(top,  rgb(65,75,80) 30%,rgb(15,15,20) 100%);
	background: linear-gradient(to bottom,  rgb(65,75,80) 30%,rgb(15,15,20) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414b50', endColorstr='#0f0f14',GradientType=0 );
	background-attachment: fixed;
}

body.case {
	color: white;
	background: rgb(25,25,28);
	background: -moz-linear-gradient(top,  rgb(30,33,36) 30%, rgb(5,5,8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgb(30,33,36)), color-stop(100%,rgb(5,5,8)));
	background: -webkit-linear-gradient(top,  rgb(30,33,36) 30%,rgb(5,5,8) 100%);
	background: -o-linear-gradient(top,  rgb(30,33,36) 30%,rgb(5,5,8) 100%);
	background: -ms-linear-gradient(top,  rgb(30,33,36) 30%,rgb(5,5,8) 100%);
	background: linear-gradient(to bottom,  rgb(30,33,36) 30%,rgb(5,5,8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2124', endColorstr='#050508',GradientType=0 );
	background-attachment: fixed;
}


img{
 border: none;
}

a {
	text-decoration: none;
	color: #999999;
	height: auto;
}

#dielichtung {
	margin: 0px auto;
	width: 70%;
	max-width: 1200px;
	min-width: 700px;
	text-align: center;
    z-index: 2;
    padding-bottom: 34px;
}


#header {
	width: 97.5%;
	margin: auto;
}


#content{
	width: 97.5%;
	text-align: center;
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}



iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1{
    font-family: 'crmsn', serif;
    font-size: 34px;
    letter-spacing: 1px;	
}

h3{
    font-family: 'crmsn', serif;
    font-size: 24px;
    letter-spacing: 1px;	
}

#logo{
	margin: 40px auto;
	width: 280px;
}

ul#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#nav li {
    display: inline;
    padding: 0 25px;
}

ul#nav li a{
	font-family: Roboto;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
	-webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: color 0.5s;
}

body#starter ul#nav li a{
    //font-weight: bold;
}

ul#nav li a:hover{
    color: #999999;
}



body#videos_1 a#nav_stage,
body#videos_2 a#nav_music,
body#videos_3 a#nav_brand,
body#profile a#nav_profile,
body#contact a#nav_contact{
	    color: #999999;
}



.welcome{
    font-family: 'crmsn', serif;
    font-size: 32px;
    margin: 100px auto;
    padding: 0px 11%;
    line-height: 1.3;
    letter-spacing: 1px;
}

.works, .contact{
	margin: 30px auto;
}

.texts{
	margin: 55px auto;
}

.texts p{
    font-family: 'crmsn', serif;
    font-size: 24px;
    padding: 0px 11%;
    
}

p.copy {
    font-family: Roboto;
    font-size: 14px;
	padding: 0px 11%;
	letter-spacing: 1px;
	line-height: 1.4;
}



.thumbs {
	padding: 0px;
	margin: 30px auto;
	width: 100%;
	height: 100%;
}

.thumbs li {
	position: relative;
	float: left;
	list-style: none;
    padding: 0px;
    width: 30.833333333333%;
	line-height: 0px;
	margin: 0px 1.25% 2.5% 1.25%;
}

.thumbnail {
	width: 100%;
	height: auto;
}



.over
{
    background: rgba(0,0,0,0.7);
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
    font-family: Roboto;
    font-size: 12px;
    opacity: 0;
	-webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s;

}

.over:hover,
.over:focus,
.over:active
{
    opacity: 1;

}

h2.mid {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
    font-weight:normal;
    width: 100%;
}



img.halblinks {
	margin: 0px 2.5% 2.5% 0px;
    width: 48.75%;
    padding: 0px;
	float: left;
}

img.halbrechts {
	margin: 0px 0px 2.5% 0px;
    width: 48.75%;
    padding: 0px;
	float: right;
}

img.vollbreit {
	margin: 0px 0px 2.5% 0px;
	width: 100%;
	float: left;
}

.bilderrahmen{
	position: relative;
	margin-bottom: 20px;
}

.photocredit{
	display: inline;
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: 5px;
	font-family: Roboto;
    font-size: 11px;
}

img#rio{
	width: 100%;
}

hr {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    width: 80%;
}

hr.middle{
    margin: 25px auto;
}

hr.hightop{
    margin: 140px auto  25px;
}

hr.longline{
    margin: 30px auto;
    width: 100%;
}

hr.video{
    margin: 45px auto 30px;
    width: 100%;
}

hr.longline_high{
    margin: 40px auto 25px;
    width: 100%;
}

.icons{
	height: 22px;
	padding-left: 7px;

}


}








// FULLSCREEN VIDEO STUFF //

.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;
  }
}


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




h1{
    font-family: 'crmsn', serif;
    font-size: 20px;	
}

h3{
    font-family: 'crmsn', serif;
	color: #fff;
    font-size: 18px;	
}

#logo{
	margin: 24px auto;
	width: 180px;
}



ul#nav li {
    display: inline;
    padding: 0 25px;
}

ul#nav li a{
    font-size: 16px;

}



.welcome{
    font-family: 'crmsn', serif;
    font-size: 25px;
    margin: 66px auto;
}

.works, .contact{
	margin: 18px auto;
}

.texts{
	margin: 34px auto;
}

.texts p{
    font-family: 'crmsn', serif;
    font-size: 18px;
    
}

p.copy {
    font-family: Roboto;
    font-size: 12px;
}

.icons{
	height: 16px;
	padding-left: 7px;

}


hr.hightop{
    margin: 70px auto  25px;
}

hr.video{
    margin: 30px auto;
    width: 100%;
}


h2.mid {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: Roboto;
    font-size: 12px;
    line-height: 14px;    
    font-weight:normal;
    width: 100%;
}



}




input#menue{
	display: none;
}

input[type=checkbox]:checked ~ #nav {
display: block;
}



@media screen and (min-width: 760px) {

	label.menuelabel{
		display: none;
	}
	
	#nav {
	display: block;
}

}

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

#dielichtung {
	margin: 0px auto;
	width: 95%;
	min-width: 200px;
	text-align: center;
    z-index: 2;
    padding-bottom: 34px;
}

#header {
	width: 95%;
	margin: auto;
}

#logo{
	margin: 24px 0px 0px -30px;
}

#nav {
	display: none;
}


ul#nav {
 	padding: 0px;
 	margin: 0px;
 	width: 100%;
}
 
ul#nav li {
	list-style: none;
	padding: 5px 0px;
	display: block;
	text-align: left;
}


label.menuelabel {
	padding-top: 25px;
	float: left;
	width: 25px;
	height: 25px;
}

#burger {
	width: 40px;
	height: 33px;
}

#content{
	width: 95%;
	text-align: center;
}

.over
{
    background: rgba(0,0,0,0.3);
    opacity: 1;
}



.welcome{
    font-family: 'crmsn', serif;
    font-size: 18px;
    margin: 66px auto;
    padding: 0px 10px;
}


.thumbs {
	padding: 0px;
	margin: 18px auto;
	width: 100%;
	height: 100%;
}

.thumbs li {
	position: relative;
	float: left;
	list-style: none;
    padding: 0px;
    width: 45%;
	line-height: 0px;
	margin: 0px 2.5% 5% 2.5%;
}

img.halblinks {
	margin: 0px 5% 5% 0px;
    width: 47.5%;
    padding: 0px;
	float: left;
}

img.halbrechts {
	margin: 0px 0px 5% 0px;
    width: 47.5%;
    padding: 0px;
	float: right;
}

img.vollbreit {
	margin: 0px 0px 5% 0px;
	width: 100%;
	float: left;
}

.texts p{
    padding: 0px 10px;
    
}

p.copy {

	padding: 0px 10px;
}


.bilderrahmen{
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
	overflow: hidden;
}

.photocredit{
	display: inline;
	position:absolute;
	z-index: 100;
	right: 10px;
	bottom: 5px;
	font-family: Roboto;
    font-size: 11px;
}

img#rio{
	position: absolute;
	width: 1000px;
	right: -275px;
}

.related li:nth-child(3) {  
  display: none;
}

}

