@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	width: 100%;
}
a:link {text-decoration: none; color: rgba(204,204,0,1);}
a:visited {	text-decoration: none;color: rgba(204,204,0,1);}
a:hover {text-decoration: none;color: rgba(204,204,0,1);}
a:active {text-decoration: none;}
#LayoutDiv1 {
	background: #CCCC00;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navigation {
	width: 100%;
	margin-left: 0%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 1000;
	text-align: center;
	
}
.innernav {
	width:80%;
}
.jump{
	width: 30px;
	height: 20px;
	right: 1em;
	top:95%;
	
	z-index: 1000;
	position: fixed;
}
.place {
	width:100%;
}
#main {
	margin-top: 10%;
	width: 80%;
	margin-left: 10%;
	box-shadow: 0px 1px 2px rgba(102,102,102,1);
	background: rgba(255,255,255,0.9);
	display: block;
	border-radius: 0px 20px 0px 0px;
}
h1{
	margin-top: 10%;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	color: rgba(153,51,0,1);
	
}
h2{
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	color: rgba(153,51,0,1);
}
.logo2{
	float: right;
	
	width: 51%;
}
.logo3{
	float: right;
	
	width: 51%;
	
	color: rgba(153,51,0,1);
}
.logo{
	width: 30%;
	margin-left: 5%;
	margin-top:3%;
	z-index: 10;
	position: absolute;
}
.zitat {
	width: 60%;
	margin-top: 3%;
	margin-left: 40%;
	padding-bottom: 4%;
	font-family: 'Italianno', cursive;
	font-size: 1.2em;
	text-align: justify;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px -1px rgba(51,51,51,1);
}
.zitat1 {
	font-size: 1em;
	text-align: right;
	padding-top: 4%;
}
.inner01 {
	width: 100%;
	height: auto;
	display: block;
}
.inner02 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.border {
	width: 100%;
	margin-top: 5%;
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	color: rgba(153,51,0,1);
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1);
	font-style: italic;
}
.inner03 {
	width: 90%;
	padding-top:5%;
	padding-left: 5%;
	padding-right: 5%;
	display: inline-block;
	clear: both;
	
}
.ininner {
	width: 50%;
	margin-left: 0%;
	margin-top: 3%;
	float: left;
}
.innerpix {
	width: 90%;
	margin-left:5%;
	float: left;
}
.typoname {
	width: 100%;
	margin-top: 5%;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	float: left;
	text-align: center;
}
.text01 {
	width: 80%;
	margin-left: 10%;
	padding-top: 5%;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	display: block;
	text-align: justify;
}
.pixbox {
	width: 25%;
	margin-left:5%;
	float: right;
}
.pixbox2 {
	width: 45%;
	float: right;
}
.innerpress {
	width: 90%;
	margin-left:5%;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	clear: both;
}
.press {
	width: 32%;
	margin-left: 1%;
	margin-top: 3%;
	float: left;
}
.pressbox {
	width: 100%;
	float: left;
}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 90%;
	margin-top: 5%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.zitat2 {
	width: 100%;
	margin-left: 0%;
	margin-right: %;
	padding-bottom: 4%;
	font-family: 'Italianno', cursive;
	font-size: 1.8em;
	text-align: center;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px -1px rgba(51,51,51,1);
}
.zitat1 {
	font-size: 0.7em;
	text-align: right;
	padding-top: 4%;
}
#footer {
	width: 80%;
	margin-left: 10%;
	
	display: inline-block;	
}
.kontaktbox{
	width: 100%;
	float:left;
}
.kontaktpix{
	
	margin-left: ;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	color: rgba(255,255,255,1);
}
.logobox{
	margin-top:5%;
	width: 100%;
	float: left;
	text-align: center;
}
.logopix{
	width:50%;
	margin-left:25%;
	
}

.footerbar{
	width: 100%;
	margin-left: 0%;
	padding-top: 5px;
	padding-bottom:5px;
	background-color: rgba(51,51,51,1);
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: rgba(255,255,255,1);
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	
}
#LayoutDiv1 {
	background: #CCCC00;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navigation {
	width: 80%;
	margin-left: 10%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 1000;
	text-align: center;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	}
	a:link {text-decoration: none; color: rgba(204,204,0,1);}
a:visited {	text-decoration: none;color: rgba(204,204,0,1);}
a:hover {text-decoration: none;color: rgba(204,204,0,1);}
a:active {text-decoration: none;}
h1{
	margin: 0%;
	font-size: 2.5vw;
	font-family: 'Raleway', sans-serif;
	color: rgba(153,51,0,1);
	font-weight: lighter;	
}
h2{
	font-family: 'Raleway', sans-serif;
	font-size: 3.9vw;
	color: rgba(153,51,0,1);
	font-weight: lighter;	
}
#LayoutDiv1 {
	background: #CCCC00;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	
}
nav {
	z-index: 1000;
	position: fixed;
	top:0;
	right:0;
	left:0;
	transition:transform .25s .1s ease-in-out;
}

.down nav {
	transform:translate3d(0, -100px, 0);
}
#navigation {
	width: 100%;
	margin-left: 0%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	text-align: center;
	
}
.jump{
	width: 40px;
	height: 30px;
	right: 3%;
	top:95%;
	
	z-index: 1000;
	position: fixed;
}
.place {
	width:100%;
}
#main {
	margin-top: 3%;
	width: 80%;
	margin-left: 10%;
	box-shadow: 0px 1px 2px rgba(102,102,102,1);
	background: rgba(255,255,255,0.9);
	display: block;
	border-radius: 0px 20px 0px 0px;
}
.zitat {
	width: 42%;
	margin-top: 3%;
	margin-left: 49%;
	margin-right: 7%;
	padding-bottom: 4%;
	font-family: 'Italianno', cursive;
	font-size: 2.2vw;
	text-align: left;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px -1px rgba(51,51,51,1);
}
.inner01 {
	width: 100%;
	height: auto;
	display: block;
	background-color: rgba(255,0,102,1);
}
.logo2{
	float: right;
	padding-top: 3%;
	width: 51%;
	
}
.logo3{
	float: right;
	padding-top: 1%;
	padding-bottom: 3%;
	width: 51%;
}	
.logo{
	width: 20%;
	margin-left: 5%;
	margin-top:3%;
	z-index: 10;
	position: absolute;
}
.inner02 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.border {
	width: 100%;
	margin-top: 5%;
	font-family: 'Raleway', sans-serif;
	font-size: 2vw;
	color: rgba(153,51,0,1);
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1);
	font-weight: 100;
	font-style: italic;
}
.inner03 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	display: inline-block;
	clear: both;
}
.ininner {
	width: 40%;
	
	margin-left: 10%;
	margin-top: 3%;
	float: left;
	
}
.innerpix {
	width: 65%;
	margin:0px;
	float: left;

	border-radius: 50%;
	
}
.typoname {
	width: 35%;
	margin-top:25%;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5vw;
	float: left;
}
.inner04 {
	width: 100%;
	text-align: center;
	display: block;
	
}
.inner05 {
	margin-left:25%;
	margin-right:
	margin-top: 10%;
	padding-bottom: 10%;
	text-align: center;
	display: block;
}
.inner06 {
	width: 100%;
	text-align: center;
	display: block;
	background-color: #cccc00;
}
.text01 {
	width: 80%;
	margin-left: 10%;
	padding-top: 5%;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2vw;
	display: block;
}
.pixbox {
	width: 20%;
	padding-left:5%;
	float: right;
}
.pixbox2 {
	width: 35%;
	float: right;
}
.innerpress {
	width: 90%;
	margin-left:5%;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	clear: both;
}
.press {
	width: 30%;
	margin-left: 0;
	margin-top: 3%;
	float: left;
}
.pressbox {
	width: 75%;
	float: left;
	margin-left:25%;
}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	max-height: 90%;
	margin-top: 5%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
.zitat2 {
	width: 60%;
	margin-top: 5%;
	margin-left: 20%;
	margin-right: 5%;
	padding-bottom: 4%;
	font-family: 'Italianno', cursive;
	font-size: 3vw;
	text-align: left;
	color: rgba(255,255,255,0.5);
	text-shadow: 0px -1px rgba(51,51,51,1);
}
.zitat1 {
	font-size: 2vw;
	text-align: right;
	padding-top: 4%;
}
#footer {
	width: 80%;
	margin-left: 10%;
	float: left;
	padding: 5% 0 5% 0;
	
	background-color: #cccc00;
}
.logobox{
	margin:0;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.logopix{
	width:50%;
}
.kontaktbox{
	display: inline-block;
	width: 50%;
}
.kontaktpix{
	width: auto;
	margin-left: 40%;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4vw;
	color: rgba(255,255,255,1);
}
.footerbar{
	width: 100%;
	
	
	background-color: rgba(51,51,51,1);
	font-family: 'Raleway', sans-serif;
	font-size: 1.1vw;
	text-align: center;
	color: rgba(255,255,255,1);
}

}
