@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Gotham, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;

}

a {
	text-decoration: none;
	color: #000;	
}

a:hover {
	opacity: 0.8;	
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.8em;	
}

/*p {
	font-size: 1.5em;
	line-height: 1.5em;
}*/

div#header {
	background: #000;
	height: 13%;
	width: 100%;
	position: fixed;
	opacity: 0.7;
	text-align: center;	
}

div#logo img {
	float: left;
	width: 17%;
	height: auto;
	z-index: 5;
	opacity: 1;
	margin-top: 0.6%;
	margin-left: 15%;
}

/*----------------------------------------------------------------------------------------*/
/*Navi*/
div#nav {
	padding-top: 1.9%;
	padding-left: 25%;
}

div#nav li {
	display: inline;
	margin: 2%;	
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 8%;
	opacity: none;
}

div#nav li a {
	color:#FFF;
	text-decoration: none;
	padding-bottom: 2.5%;
}

div#nav li:hover {
	border-bottom: #2a5b83 solid thick;
}

div#nav li a:visited {
	color: #BDBDBD;	
}

div#nav li.Selected {
	border-bottom: #2a5b83 solid thick;
} 

/*----------------------------------------------------------------------------------------*/
/*section*/
.section {
	height: 100vh;
}

section {
	margin: 0 auto;
	padding: 9% 12% 0 15%;	
}

section#home {
	background:url(../img/bg/bg-1.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100vh;
}

section#about {
	background:url(../img/bg/bg-3.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100vh;
}

div#galerie {
	background:url(../img/bg/bg-2.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100%;
}

section#medien {
	background:url(../img/bg/bg-4.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100vh;
}

section#kontakt {
	background:url(../img/bg/bg-5.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 100vh;
}

/*----------------------------------------------------------------------------------------*/
/*footer*/

footer {
	position: fixed;
	bottom: 0;
	width: 100%;

	background: #000;
	opacity: 0.7; 
	text-align: center;
}

footer li {
	display: inline;
}

footer img {
	margin: 0.8% 0 0.4% 2%;
	width: 25px;
}

footer a:hover {
	opacity: 0.5;
}


/*----------------------------------------------------------------------------------------*/
/*Inhalte*/
/*----------------------------------------------------------------------------------------*/
/*über Mich*/
section#about div#spalte1 {
	width: 55%;
	line-height: 1.5em;
	float:left;
	font-size: 1em;
}

section#about div#spalte1 p span{
	color: #2a5b83;
	/*font-size: 1.2em;*/
	font-weight: bold;
}	

section#about div#spalte1 p#spruch {
	text-align: center;
	font-size: 	2em;
	color: #2a5b83;
	line-height: 1em;
}

section#about table {
	padding-left: 10%;
}

section#about div table tr td {
	vertical-align: top;
	border: none;
}	

section#about div table tr td b {
	margin-right: 15%;
}



/*----------------------------------------------------------------------------------------*/
/*Galerie*/
div#spalte1 {
	float: left;
	margin-right: 5%;
	width: 40%;
}	

section#galerie div#spalte2 {
	width: 40%;
	float: right;
}	

section#galerie div img {
	width: 100%;
}	

        .next { position: absolute; top: 0; left: 0; opacity: 0; filter:alpha(opacity=0); }
        #meinFader { position: relative;
		height: 10%; }

div.inhalt {
	margin-left: 15%;
	padding-top: 8%;
	padding-bottom: 4%;
}

iframe {
	margin-bottom: 5%;
}

/*----------------------------------------------------------------------------------------*/
/*Medien*/



/*----------------------------------------------------------------------------------------*/
/*Kontakt*/
section#kontakt #inhalt div#kform {
	float: left;
	width: 100%;	
}

section#kontakt ul#aufzaelung li {
	list-style-position: inside;	
} 

section#kontakt input .buttons {
	clear: both;
}

















@media screen and (min-width: 550px) and (max-width: 850px) {
	
	body {
	font-family: Helvetica, Gotham, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	overflow: visible;
}
	
/*-----------------------------------------------------------------*/
/*header*/
/*-----------------------------------------------------------------*/

div#header {
	background: #000;
	height: 50px;
	width: 100%;
	position: fixed;
	opacity: 0.7;
	text-align: center;	
}

div#logo img {
	float: left;
	width: 150px;
	z-index: 5;
	opacity: 1;
	margin-top: 0.6%;
	margin-left: 2%;
}


/*-----------------------------------------------------------------*/
/*Navi*/
/*-----------------------------------------------------------------*/
div#nav {
	padding-top: 1.9%;
	padding-left: 25%;
}

div#nav li {
	display: inline;
	margin: 2%;	
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 8%;
	opacity: none;
}

div#nav li a {
	color:#FFF;
	text-decoration: none;
	padding-bottom: 2.5%;
}

div#nav li:hover {
	border-bottom: #2a5b83 solid thick;
}

div#nav li a:visited {
	color: #BDBDBD;	
}

div#nav li.Selected {
	border-bottom: #2a5b83 solid thick;
} 
	
	
/*-----------------------------------------------------------------*/
/*sections*/
/*-----------------------------------------------------------------*/
section {
	margin: 0 auto;
	padding: 50px 10px 0 15px;	
}

section#about div#spalte1 {
	width: 50%;	
	
}



section#galerie div#spalte1,
section#galerie div#spalte2 {
	margin-left: 0px;
}

section#galerie div#spalte2 {
	margin-left: -10px;	
}


	
	
section#kontakt div#kontaktformular {
	display: none;	
}	


/*-----------------------------------------------------------------*/
/*footer*/
/*-----------------------------------------------------------------*/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;

	background: #000;
	opacity: 0.7; 
	text-align: center;
}

footer li {
	display: inline;
}

footer img {
	margin: 0.8% 0 0.4% 2%;
	width: 25px;
}

footer a:hover {
	opacity: 0.5;
}	
	
}















/*handy*/
@media screen and (max-width: 550px) {
	
	body {
	font-family: Helvetica, Gotham, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	overflow: visible;
}
	
/*-----------------------------------------------------------------*/
/*header*/
/*-----------------------------------------------------------------*/

div#header {
	background: #000;
	height: 40px;
	width: 100%;
	position: fixed;
	opacity: 0.7;
	text-align: center;	
}

div#logo img {
	float: left;
	width: 130px;
	z-index: 5;
	opacity: 1;
	margin-top: 0.6%;
	margin-left: 10px;
}


/*-----------------------------------------------------------------*/
/*Navi*/
/*-----------------------------------------------------------------*/
div#nav {
	padding-top: 1.9%;
	padding-left: 25%;
}

div#nav li {
	display: inline;
	margin: 2%;	
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 8%;
	opacity: none;
}

div#nav li a {
	color:#FFF;
	text-decoration: none;
	padding-bottom: 2.5%;
}

div#nav li:hover {
	border-bottom: #2a5b83 solid thick;
}

div#nav li a:visited {
	color: #BDBDBD;	
}

div#nav li.Selected {
	border-bottom: #2a5b83 solid thick;
} 
	
	
/*-----------------------------------------------------------------*/
/*sections*/
/*-----------------------------------------------------------------*/
section {
	margin: 0 auto;
	padding: 50px 10px 0 15px;	
}

section#about div#spalte1 {
	float: none;
	width: 100%;	
	
}


section#galerie div#spalte1,
section#galerie div#spalte2 {
	float: none;
	width: 90%;	
}


section#medien dl {
	float: none;	
}

section#medien dl {
	margin-bottom: 5px;
	width: 100%;	
}
	
	
section#kontakt div#kontaktformular {
	display: none;	
}	


/*-----------------------------------------------------------------*/
/*footer*/
/*-----------------------------------------------------------------*/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;

	background: #000;
	opacity: 0.7; 
	text-align: center;
}

footer li {
	display: inline;
}

footer img {
	margin: 0.8% 0 0.4% 2%;
	width: 15px;
}

footer a:hover {
	opacity: 0.5;
}	
	
}













/*ul.iconpdf {
	list-style-image:url(../img/iconpdf.jpg);
}*/
