/* CSS Document */
/* Warum sehen Sie sich diesen Code an? -> Copyright Thomas Roder 2016 */


@import url(https://fonts.googleapis.com/css?family=Abel);
/* ALLGEMEINE DEFINITIONEN */
html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Josefin Sans', sans-serif, Tahoma, Verdana;
}
body {
	overflow-x: hidden;
}
div {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;/*border-color:#f90;
	border-width: 2px;
	border-style: solid;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif, Tahoma, Verdana;
	font-weight: 100;
}
.panel {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh; /* Sichtbare Höhe im Verhältnis zum sichtbaren Browserfenster */
}
/* Navigationselemente aktivieren */
.aktiv {
	background: #9A9898;
	color: #fff;
	padding: 8px 8px 5px 8px;
	transition: all ease-in-out 0.7s;
}
a {
	color: #7C7C7C;
	font-weight: 100;
	text-decoration: none;
	margin: 0;
	padding: 0;
	transition: all ease-in-out 0.7s;
}
img {
	width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
.box {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.clearfix {
	clear: both;
}
/* SCHLUSS ALLGEMEINE DEFINITIONEN*/

#header {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#container {
	top: 1200px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
/* PARALLAX */
.container12 {
	text-align: center;
	position: relative;
}

.position_logo img {
	margin-top: 20%;
	text-align: center;
	position: relative;
	width: 30%;
	z-index:4;
}
.position_layer1 img {
	margin-top: 10%;
	width: 100%;
	z-index:3;
}
.position_layer2 img {
	margin-top: 10%;
	width: 60%;
	z-index:3;
}
.parallax {
	position: absolute;
	z-index: -1;
}
/*PFEILE NACH UNTEN BEI INTRO*/
#double_angel {
	font-size: 4em;
	position: relative;
	text-align: center;
	animation: schweben infinite alternate 2s;
}
 @keyframes schweben { /* IE, Firefox */
 100% {
top: 30%;
}
 50% {
top: 31%;
}
 0% {
top: 30%;
}
}
 @keyframes blink {
 0% {
 color: #D9D9D9
}
 50% {
 color: #333333
}
 100% {
 color: #D9D9D9
}
}
@-webkit-keyframes blink {
 0% {
 color: #D9D9D9
}
 50% {
 color: #333333
}
 100% {
 color: #D9D9D9
}
}
.blink {
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 1s ease-in-out;
	-moz-animation: blink normal 3s infinite ease-in-out;
	/* Firefox */
	-webkit-animation: blink normal 3s infinite ease-in-out;
	/* Webkit */
	-ms-animation: blink normal 3s infinite ease-in-out;
	/* IE */
	animation: blink normal 2.5s infinite ease-in-out;/* Opera */
}
#double_angel a:link {
	color: #333;
}
#double_angel a:visited {
	color: #333;
}
#double_angel a:hover {
	color: #fafafa;
}
#double_angel a:active {
}
/* ---LOGO ICON---*/
#logo {
	margin: 10px 0px 0px 10px;
	padding: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	top: 0;
}
#logo img {
	height: 40px;
}
/* ---NAVIGATION erscheint fixed ---*/
#navigation {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	height: 60px;
	text-align: right;
	font-size:1.1em;
	position: fixed;
	padding-right: 80px;
	top: 0;
	z-index: 3;
}
#navigation ul {
	height: 100%;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#navigation ul li {
	display: inline;
	top: 300px;
}
#navigation ul li a {
	font-size: 1.125em;
	line-height: 2.5em;
	text-align: right;
	transition: background 0.5s;
	-webkit-transition: background 0.2;
	padding: 8px 8px 5px 8px;
}
#navigation ul li a:hover {
	background: #9A9898;
	color: #fff;
	padding: 8px 8px 5px 8px;
}
/* HAMBURGER BUTTON */
#hamburger {
	display: relative;
	position: fixed;
	z-index: 4;
	right: 0;
	height: auto;
}
#hamburger ul {
	list-style-type: none;
}
#hamburger ul li img {
	width: 2.5em;
	float: right;
	margin: 5px 10px 10px 10px;
}
#hamburger ul li a.hamburgerbutton {
	display: none;
}
/* GALERIE FOTOS */
#ueberschriftfoto {
	margin: 60px 0px 0px 60px;
	padding: 0px;
	position: absolute;
	z-index: 2;
}
#foto {
	display: table;
	width: 100%;
	padding: 140px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#foto ul {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
#foto li {
	display: table-cell;
}
#foto a {
}
#foto img {
	width: 100%;
	vertical-align: bottom
}
#foto a:link {
	color: #333;
}
#foto ul li a img:hover {
	opacity: 0.5;
}
#foto a:visited {
	color: #fff;
}
#foto a.aktiv {
	color: #333;
	background: #fff;
}
/* ENDE Galerie */
#background_film {
	background: url(../bilder/background/city.png) no-repeat bottom center #FFFFFF;
	background-size: 100%;
	padding: 60px 0px 0px 0px;
	position: relative;
	width: 100%;
	bottom:0;
	min-height:1200px;
	z-index: -1;
	height:100vh
}
#ueberschriftfilm {
	margin: 60px 0px 0px 60px;
	padding: 0px;
	position: absolute;
	z-index: 2;
}
#film {
	padding: 140px 0px 0px 0px;
	display: inline-table;
	width: 100%;
}
.youtube {
	display: table-cell;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 28.125%;
	border: 2px solid #fff;
}
.youtube iframe {
	float: left;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border: none;
}
#scroll-parallax {
	padding-top: 200px;
	height: 800px;
	margin-bottom: -600px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	display: none;
}
#parallax-it {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#background_ueber {
	/*border:5px dashed #f00;*/
	background: url(../bilder/background/background_thomas.png) no-repeat bottom center #FFFFFF;
	background-size: 100%;
	position: relative;
	width: 100%;
	z-index: -1;
}
#ueber {
	padding: 60px 0px 0px 0px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
#fly-it {
	background: url(../bilder/thomas_roder_freigestellt.png) no-repeat bottom right;
	position: absolute; /* vorher relative */
	bottom: 0px;
	height: 100vh;
	width: 100%;
	z-index: -1;
}
#gear {
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	width: 40%;
	background: rgba(255, 255, 255, 0.5)
}
#gear li {
	margin: 0px 0px 0px 16px;
}
#background_kontakt {
	background: url(../bilder/background/plane.png) no-repeat center center #FFFFFF;
	width: 100%;
	z-index: -1;
	position:relative;
	background-size: cover;
}
#ueberschriftkontakt {
	margin: 60px 0px 0px 60px;
	padding: 0px;
	position: absolute;
	z-index: 2;
}
#kontakt {
	/*border-color:#f90;
	border-width: 2px;
	border-style: solid;*/
	float:left;
	background: rgba(255, 255, 255, 0.5);
	padding: 120px 0px 10px 10px;
	margin-left:50px;
	z-index: 1;
	width:240px;
	box-sizing: border-box;
}
textarea {
	resize: none;
}
#angebot {
	width: 60%;
	background: rgba(255, 255, 255, 0.5);
	float: left;
	padding-left:20px;
	box-sizing: border-box;
	margin:120px 0px 0px 0px;
}
#text_anfrage {
	background:url(../bilder/background/waterfall_right.png) no-repeat center center;
	padding: 10px;
	margin: 20px;
	width:100%;
	height:100vh;
}
/*------ SOCIAL MEDIA ------*/
#socialmedia {
	min-width: 40px;
	min-height: 120px;
	position: fixed;
	top: 15px;
	right: 8px;
	z-index: 4;
}
#socialmedia a:link {
	color: #aaa;
	font-size: 2em;
}
#socialmedia a:hover {
	color: #3A7FF8;
}
/* PFEIL FÜR NACH OBEN */
#top {
	background-color: #9A9898;
	border-radius: 2px;
	color: #fff;
	padding: 5px;
	position: fixed;
	margin: 20px;
	bottom: 0px;
	right: 0px;
	font-size: 1.5em;
	z-index: 4;
}
#top a:link {
	color: #fff;
}
#top a:visited {
	color: #fff;
}
#top a:hover {
	color: #3A7FF8;
}
#top a:active {
	color: #000;
}

/* MOBILE STYLE */
@media screen and (max-width:800px) {
.box {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#foto li {
	display: block;
	width: 100%;
}
#background_film {
	min-height:500px;
}
#ueberschriftkontakt {
	margin-left: 60px;
	padding: 0px;
	font-size: 15px;
}
#kontakt {
	margin:250px 0px 0px 50px;
	padding: 0px 0px 0px 10px;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
#angebot {
	/*border-color:#f90;
	border-width: 2px;
	border-style: solid;*/
	position:absolute;
	width: 70%;
	top:0;
	background: rgba(255, 255, 255, 0.5);
	float: left;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
	margin:110px 0px 0px 50px;
}
}

@media screen and (max-width:550px) {
.box {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
#container {
	/*border:5px dashed #f00;*/
	top: 600px;
}
#navigation {
	display: none !important;
}
#socialmedia {
	display: none !important;
}
#scroll-parallax {
	display: none;
}
#hamburger ul li a.hamburgerbutton {
	display: block;
}
#navigation_mobile {
	height: 200px;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	position: fixed;
	padding-right: 80px;
	top: 0;
	z-index: 3;
	text-align: right;
}
#navigation_mobile ul {
	display: block;
	height: auto;
}
#navigation_mobile ul li {
	display: block;
	margin: 0.3em 0em 0.3em 0em;
}
#navigation_mobile ul li a {
	font-size: 1.125em;
	line-height: 2.5em;
	transition: background 0.5s;
	-webkit-transition: background 0.2;
}
#foto {
	/*border:5px dashed #f00;*/
	margin: 0;
}
#foto li {
	display: block;
	width: 100%;
}
#background_film {
	min-height:800px;
}

.film {
	display: block;
}
.youtube {
	display: block;
	float: none;
	width: 100%;
	padding-bottom: 56.25%;
}
#fly-it {
	display: none;
}
#ichklein {
	/*border:5px dashed #f00;*/
	background: url(../bilder/klein_thomas_roder_freigestellt.png) no-repeat bottom right;
	position: absolute;
	bottom: 20px;
	height: 100vh;
	width: 100%;
	z-index: -1;
}
#ueberschriftfoto {
	margin-left: 20px;
	padding: 0px;
	font-size: 15px;
}
#ueberschriftfilm {
	margin-left: 20px;
	padding: 0px;
	font-size: 15px;
}
#gear {
	/*border-color:#f90;
	border-width: 2px;
	border-style: solid;*/
	margin-left: 20px;
	padding: 0px;
	font-size: 15px;
	width: 90%;
	background: rgba(255, 255, 255, 0.5)
}
#background_kontakt {
	min-height:700px;
}
#ueberschriftkontakt {
	margin-left: 20px;
	font-size: 15px;
}
#angebot {
	position:absolute;
	width: 90%;
	top:0;
	background: rgba(255, 255, 255, 0.5);
	float: left;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
	margin:110px 0px 0px 10px;
}
#kontakt {
	margin:300px 0px 0px 10px;
	padding: 0px 0px 4px 10px;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
}
