/*
	COMMON
*/

body {
    font-family: 'Raleway', sans-serif;
}

a {
	color: #e12209;
	text-decoration: none;
}

a:hover, a:focus {
	color: #e12209;
}

/*
	NAVIGATION	
*/

.navbar-inverse {
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	border: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-brand {
	font-size: 21px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav>li:hover,
.navbar-inverse .navbar-nav>li a.active {
	background-color: #e12209;
}

/*
	IMAGES
*/

#home {
	background: url('/img/IMG_3604_STARTSEITE.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#uebermich {
	background: url('/img/IMG_3621_UEBER_MICH.jpg') no-repeat top left fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#galerie {
	background: url('/img/IMG_3555_GALERIE.jpg') no-repeat top right fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#showreel {
	background: url('/img/IMG_3366_SHOWREEL.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#links, #impressum {
	background: url('/img/IMG_3115_IMPRESSUM_LINKS.jpg') no-repeat top left fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
	CONTENT
*/

.headline-wrapper {
	display: table;
	width: 100%;
}

.fullheight {
	height: 100%;
}

.pattern {
	background: url('/img/pattern.png') repeat left top;
	min-height: 100%;
}

.headline {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.headline h1 {
	display: block;
	max-width: 66%;
	margin: 0 auto;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	color: #e12209;
	font-size: 5em;
	font-weight: 100;
}

.headline .lead {
	display: block;
	max-width: 66%;
	margin: 0 auto;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	color: #000;
	font-size: 2em;
}

.welcome {
	padding-top: 20%;
	text-align: center;
}

.welcome h1 {
	color: #e12209;
	font-size: 5em;
	font-weight: 100;
}

.welcome h3 {
	color: #fff;
	font-size: 2em;
	font-weight: 100;
}

.welcome .social {
	margin-top: 30px;
}

.social a img {
	padding: 0 5px;
	opacity: 0.66;
	-webkit-transition: opacity .15s ease-in-out; /* Firefox */
	-moz-transition: opacity .15s ease-in-out; /* WebKit */
	-o-transition: opacity .15s ease-in-out; /* Opera */
	transition: opacity .15s ease-in-out; /* Standard */
}

.social a img:hover {
	opacity: 1.0;
	-webkit-transition: opacity .25s ease-in-out; /* Firefox */
	-moz-transition: opacity .25s ease-in-out; /* WebKit */
	-o-transition: opacity .25s ease-in-out; /* Opera */
	transition: opacity .25s ease-in-out; /* Standard */
}

.contents {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contents h1 {
	margin-top: 0;
	display: block;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	color: #e12209;
	font-size: 3em;
	font-weight: 100;
	padding: 0 10px;
	line-height: 1.5em;
	margin-bottom: 0;
}

div.main {
	padding: 10px;
	display: block;
	width: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	color: #000;
	font-size: 16px;
}

.fotos img {
	width: 100%;
	margin-bottom: 10px;
}

.fotos {
	padding-bottom: 0 !important;
}

/*
	FOOTER
*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer .navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
}

.footer .navbar-nav>li {
	float: left !important;
}

.footer .navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
}

.footer .navbar-right {
	float: right!important;
}

/*
	RESPONSIVE
*/

@media all and (min-width: 992px) {
	.showreel-frame {
		margin-top: 10% !important;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.showreel-frame {
		margin-top: 40% !important;
	}
}

@media all and (min-width: 768px) {
	.navbar-inverse .navbar-brand.active {
		background-color: #e12209;
	}
}

@media all and (max-width: 767px) {
	.welcome h1 {
		font-size: 3.5em;
	}
	.welcome h3 {
		font-size: 1.5em;
	}
	
}

@media all and (min-width: 321px) and (max-width: 767px) {
	.showreel-frame {
		margin-top: 40% !important;
	}
}

@media all and (max-width: 320px) {
	.welcome h1 {
		font-size: 3em;
	}
	.showreel-frame {
		margin-top: 30% !important;
	}
}

@media all and (max-height: 480px) and (max-width: 767px) {
	.welcome {
		padding-top: 40px;
	}
}