html {
	height: 100%;
	border: 0px solid green;
	margin: 0;
	padding: 0;
}


body {
	border: 0px solid red;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
	background-color: #000; 
	overflow: scroll;
}

.respon { display: none; }

.megaDiv {
	position: absolute;
	width: 100%;
	min-height: 100%;
	border: 0px solid yellow;
	overflow: visible;
	text-align: center;
	margin: 0 auto;
}

h1 {
    font-size: 140%;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.3);
}

a {
	text-decoration: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

p	{
	font-weight: 400;
    font-size: 120%;
    line-height: 150%;
}



p a:link, a:visited, a:active	{ 
	color:#F77d00; 
	text-decoration: none; 
	outline: none;
}

p a:hover {  color: #fff; }


/***************************
Content Definitions
***************************/

#background {
	background-size: cover;
	opacity: .5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
	display: inher;
}

.logo {
	position: absolute;
	border: 0px solid red;
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center; 
	z-index: 100;
	opacity: 1; 
}

.logo img {
	width: 420px;
	height: auto;
}

.start { position: absolute; }

.textDiv {
	border: 0px solid green;
	text-align: center;
	width: 100%;
	margin-top: 0px;
}


.textcontent-infofenster	{
	max-width: 100%;
	color: #000;
	background-color: #fff;
	padding: 10px 25px 10px 25px;
	outline: 2px solid red;
	border-radius: 5px;
	text-align: left;
	text-align: justify;
	-webkit-hyphens: auto;
  	   -moz-hyphens: auto;
       		hyphens: auto;
    text-shadow: none;       		
}


.textcontent	{ 
	color: #fff;
	width: 416px;
	padding: 30px 0 5% 0%;
	outline: 0px solid blue;
	text-align: left;
	margin: 0 auto;
	margin-top: 250px;	
	text-align: justify;
	-webkit-hyphens: auto;
  	   -moz-hyphens: auto;
       		hyphens: auto;
    text-shadow: 0 1px 5px rgba(0,0,0,.6);
}

.work	{
	text-align: center;
	border: 0px solid red;
	padding-top: 20px;
}

.work img {
	width: 340px;
	height: auto;
	border: none;
}

.text-workimg	{
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 50px;
	border-bottom: 2px dotted rgba(255,255,255,.2);
}

.textimpressum	{
	border: 0px solid blue; 
	padding: 20px 0;
	font-size: 90%;
}

ul.impressumlist { margin-left: 0; margin-bottom: 0; margin-top: 0; padding-left: 0;  outline: 0px solid red; }
ul.impressumlist li { list-style-type: circle; 	text-align: left;}

.visitenkarte	{
	position: absolute;
	margin: 0 auto;
	margin-top: 300px;	
	width: 100%;
	border: 0px solid green;
	background: url('../bilder/hintergrund-streifen.png') center center no-repeat;	
}

.visitenkarte a img	{
	border: 0px solid yellow;
	max-width: 500px;	
	height: auto;
	-webkit-transform: rotate(-2deg); /* Safari */
    	-ms-transform: rotate(-2deg); /* IE 9 */
    		transform: rotate(-2deg);	
    		
}

.portraitphoto	{
	text-align: center;
	margin-bottom: 40px;
}

.portraitphoto img {
	border: 2px solid #ff7d00;
	width: 190px;
	height: auto;
	border-radius: 50%;
	box-shadow: 0 2px 25px rgba(0,0,0,.6);
}


/***************************
INTRO FILM
************************
.intro {
	position: fixed;
	top: 0;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    height: auto;
	height: 100%;
    background-color: #000;
    border: 0px solid green;
    z-index: 0;
}

.videoDiv	{ 
	width: 100%; 
	height: 100%;
	z-index: 1000; 
	position: absolute; 
	z-index: 0; 
	left: 0;
	background-color: #fff;
	border: 0px solid red;
}

.gridoverlay	{
	border: 0px solid red; 
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: rgba(0,0,0,.4) url('../bilder/grid.png');
}
****/

/* ==========================================================================
Navigation
========================================================================== */

.nav-wrapper {
	position: fixed;
	border: 0px solid red;
	top: 0;
	right: 0;
	opacity: .9; 
	width: 100%;
	z-index: 300;
	text-align: right;
}

.navicon {
    position: relative;
    height: 28px;
    margin: 40px 40px 0 0;
    border: 0px solid blue;
}

.nav-toggle {
	border: 0px solid green;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}



/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(148,10,10,.95); 
    border: 0px solid red;
    z-index: 200;
}

/* Menu style */
.overlay nav {
	border: 0px solid white;
    position: relative;
    top: 50%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay .row { 
	border: 0px solid blue; 
	width: 500px; 
	margin: 0 auto;
}

.overlay ul {
    border: 0px solid white; 
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px;
    margin-bottom: 5px;
}
.overlay ul li i {
    display: block;
    margin-bottom: 12px;
    padding: 0;
    font-size: 40px;
    border: 0px solid black;
}
.overlay ul li a {
    display: block;
    padding: 40px 0;
    min-width: 150px;
    border: 2px solid #ff7d00;
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.overlay ul li a.impressum {
	padding-bottom: 32px;
}

.overlay ul li a img {
    display: block;
	width: auto;
	height: 45px;
	border: 0px solid red;
	margin: 0 auto;
	margin-top: -5px;
}

.overlay ul li a:hover, .overlay ul li a:focus {
    color: #fff;
    background-color: rgba(0,0,0,.5); 
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul:nth-child(3) li:first-child {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.overlay-boxify.open nav ul:nth-child(3) li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.3s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*************************
Select 
*************************/

.landauswahl {
	position: absolute;
	border: 0px solid green;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	margin-top: 140px;
	z-index: 100;
}

select {
	border: 1px solid transparent;
	width: 270px;
	padding: 10px;
	font-size: 15px;
	color: #666;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
		    border-radius: 3px;
		    
	-webkit-appearance: none;
	   -moz-appearance: none;

	-webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
	cursor: pointer;
	background: #fff url('../bilder/select-dreieck.png') right center no-repeat;
	background-size: 30px;
}

select:active, select:focus{ outline: 0;}

select:hover {
	color: #000;
	background-color: #eee;
}



/********************* 
Modalboxes and see modalconfig.js
**********************/
#modalbox	{
	border: 0px solid yellow;
	overflow: hidden;
}

#modalboxopenvideo {
	position: absolute;
	padding:0;
    margin:0;
	width: 100%;
	height: 100%;
	z-index: 999;
	border: 0px solid white;
}

/*	padding-bottom: 56.25%;  Default for 1600x900 videos 16:9 ratio 
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
*/

#modalboxopenvideo iframe	{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px solid red;
}

#closebutton { 
	border: 0px solid yellow; 
	z-index: 20000;
	position: fixed;
	top: 28px;
	right: 32px;
}

#closebutton a	{
 	border: 0px solid blue; 
	display: block;
	font-size: 400%;
	line-height: 70%;
	font-weight: 700;
	text-align: center;
	color: #f87e01;
	height: 50px;
	width: 50px;
	text-decoration: none;
	cursor: pointer;
		    
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;		    
}

a.closebuttonvideo	{
	display: block;
	position: absolute;
	z-index: 1000;
	color: rgba(255,255,255,.5);
	text-shadow: 0 0 3px rgba(0,0,0,0);
	top: 28px;
	right: 32px;
	font-size: 400%;
	line-height: 70%;
	font-weight: 700;
	text-align: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
	border: 0px solid rgba(255,255,255,.8);
	border-radius: 10px;
	background-color: rgba(0,0,0,.7);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;		    
}

#closebutton a:hover, a.closebuttonvideo:hover	{
	color: #fff;
}

