body {
	margin:0 0 0 0;
	overflow-y:scroll;
	
}
scrollbar[orient="vertical"] 
{ -moz-appearance: none ! important;
border: none !important; 
min-width: 0px !important; 
max-width: 0px !important;}


span.italic {
	font-style:italic;
	-moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
}
span.bold {
	font-weight:bold;
}
@font-face { font-family: 'NotoSerif-Regular';
             src: url('font/NotoSerif-Regular.ttf') format('truetype'); }
@font-face { font-family: 'NotoSerif-Bold';
             src: url('font/NotoSerif-Bold.ttf') format('truetype'); }	
@font-face { font-family: 'NotoSerif-Italic';
             src: url('font/NotoSerif-Italic.ttf') format('truetype'); }
@font-face { font-family: 'Roboto-Regular';
             src: url('font/Roboto-Regular.ttf') format('truetype'); }		
@font-face { font-family: 'Roboto-Bold';
             src: url('font/Roboto-Bold.ttf') format('truetype'); }				 
 h1{
	font-size:22px;
	font-weight:normal;
	color:#323232;
	font-family:Roboto-Bold;
	margin: 12px 0 40px 0px;
	border-bottom:none;
	text-align:center;
	text-decoration:none;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#323232;
	font-family:NotoSerif-Regular;
	line-height:1px;
}
h3{
	font-size:14px;
	color:#323232;
	font-family:Roboto-Regular;
	line-height:18px;
	margin:0 0 0 0;
	text-align:center;
}
 h4 {
	font-family:NotoSerif-italic;
	font-size:10px;
	font-weight:normal;
	color:#323232;
	text-align:right;
	line-height:1px;

}
 p {
	font-family:NotoSerif-Regular;
	font-size:14px;
	font-weight:normal;

	color:#323232;
	-moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
	margin:0 0 0 0;
}


/*---------------------------------startscreen------------------------------------*/
#startseite {
	width:750px;
	margin:50px 0 0 -375px;
	left:50%;
}
#startseite img{
	width:750px;
	height:750px;
}
/*---------------------------------Menue------------------------------------*/
#menu {
     position: absolute;
     width: 750px;
	 height:65px;
     margin: 0px 0 0 -375px; 
	 font-family:times new roman;
	 font-size:20px;
	 color:#B4B4B4;
	 z-index:100;
	 left:50%;
	 text-align:center;
	 
	 border-bottom-style:solid;
	 border-bottom-color:#B4B4B4;
	 border-bottom-width:1px;
	 transition: all .5s ease-in-out;
	
	 position:fixed;
	 background-color:white;	
	box-sizing:border-box;
	padding:20px 0 0 0; 
	opacity:1;
}

#menu:hover {
	border-bottom-color:#323232;
}
 
#menu ul {
     position: absolute;
     margin: 0 0 0 0;
     list-style: none;
	 padding: 0 0 0 0;
	
}
 
#menu ul li {
     float: left;
     margin: 0 0 0 0;
	 height:50px;
	 width:250px;
}

#menu ul li a {
     color:#B4B4B4;
     text-decoration: none;

     transition: all .5s ease-in-out;
}
 

#menu ul ul {
     position: absolute;
     top: 20px;
     padding: 0;
     margin: 0 0 0 0px;
	 font-size:14px;
	 
	 
	 opacity:0;
     transition: opacity 0.5s linear;
	 
}
 
#menu ul li:hover ul{
	opacity:1;
}
 
   
#menu ul ul li {
     float: left;
     margin: 5px 0 0 0 ;
	 width:50px;
	 height:25px;
	 	

     transition: all .15s ease-in-out;
}

#menu ul li a:hover {
	color:#323232;
}




/*---------------------------------Panel------------------------------------*/
::-webkit-scrollbar { 
    display: none; 
}
.panel{
    width: 800px;
    height: auto;
    overflow-y:visible;
    overflow-x: hidden;
	left:50%;
    margin: -700% 0 0 -400px;
	padding:95px 0 0 0;
    position: absolute;
    background: grey;

    z-index: 1;
	
	opacity:0;
	
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.panel:target{
	margin:0 0 0 -400px;
    opacity:1;
    background-color:white;
}

#homepanel{
background-color:white;
}
#arbeitenpanel{
background-color:white;
}
#impressumpanel{
background-color:white;
}


/*---------------------------------Bilder slider------------------------------------*/

#k1 {
	height:260px;
	width:225px;
	position:relative;
	margin:0px 8px 0 25px;
	transition: all 1s ease-in-out;
	opacity:0.60;
	display: inline-block;
	overflow-x:hidden;
}

#k1 img {
		position:relative;
		height:225px;
		min-width:225px;
		margin:0 auto 0 auto;
}
	
#k1 span.italic {
	font-style:italic;
}
	
#k2 {
	height:30px;
	width:225px;
	opacity:0;
	position:absolute;
	background-color:white;
	transition: opacity 1s ease-in-out;
	
	z-index:1;	
	margin: 5px 0 0 0;
	padding: 0px 0 0 0; 
	
	font-family:times new roman;
	font-size:14px;
	color:#323232;
	
	border-top-color:#323232;
	border-top-width:1px;
	border-top-style:solid;
	display:none;
}
	
	
	
	
#k3 {
	height:30px;
	width:225px;
	opacity:0;
	position:absolute;
	background-color:white;
	transition: opacity 1s ease-in-out;
	
	z-index:1;	
	margin: 5px 0 0 0;
	padding: 0px 0 0 0; 
	
	font-family:times new roman;
	font-size:14px;
	color:#323232;
	
	border-top-color:#323232;
	border-top-width:1px;
	border-top-style:solid;
	
}

#k3 p {
	margin:0 0 0 0 ;
	}

#k1:hover #k3 {
	opacity:1;
	}

#k1:hover {
	opacity:1;
	cursor:pointer;
}
#leerbox {
	width:750;
	height:20px;
	position:relative;
}
/*---------------------------------Home------------------------------------*/

#homepanel{
	width:750px;
	left:50%;
	margin: 0 0 0 -375px;
}

.teaser {
	width:750px;
	height:50px;
	margin:25px 0 0 0;
	overflow:hidden;
	opacity:1;
	transition: all 1s ease-in-out;
	position:relative;
	}
.teaser img{
	width:750px;
	margin:-140px 0 0 0;
	position:absolute;
	z-index:1000;
	transition: all 1s ease-in-out;
}

.teaser img:hover {
	opacity:0;
}

.teaserklappe{
	width:750px;
	height:50px;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	text-align:center;
	background-color:white;
	position:absolute;
	z-index:1;
}

.kontaktteaser{	
	width:750px;
	height:50px;
	margin:25px 0 0 0;
	overflow:hidden;
	opacity:1;
	transition: all 1s ease-in-out;
	position:relative;
	font-style:none;
	text-decoration:none;
}
.kontaktteaser a{	
	text-decoration:none;
}
.kontaktteaserklappe{	
	width:750px;
	height:50px;
	margin:0px 0 0 0;
	overflow:hidden;
	opacity:1;
	background-color:black;
	transition: all 0.25s ease-in-out;
	position:absolute;
}
.kontaktteaser:hover .kontaktteaserklappe{
	margin:-50px 0 0 0;
}

#trenner{
	height:10px;
	width:50px;
	border-bottom:1px solid;
	margin: 20px auto 25px auto;
}

#spassbox {
	width:100px;
	height:100px;
	background-color:red;
}

/*---------------------------------Leightbox------------------------------------*/

#lb1 {
	height:auto;
	width:750px;
	position:relative;
	margin:0px 8px 0 25px;
	transition: all 1s ease-in-out;
	opacity:1;
	display: inline-block;
	overflow-x:hidden;
}


#lb1 img {
		position:relative;
		height:auto;
		width:750px;
		margin:0 auto 0 0px;
}
	
#lb1 span.italic {
	font-style:italic;
}
	
#lb2 {
	height:30px;
	width:750px;
	position:relative;
	background-color:white;
	transition: opacity 1s ease-in-out;
	
	z-index:1;	
	margin: 5px 0 0 0px;
	padding: 0px 0 0 0; 
	
	font-family:times new roman;
	font-size:14px;
	color:#323232;
	
	border-top-color:#323232;
	border-top-width:1px;
	border-top-style:solid;
}
#lb2 p {
	margin:0 0 0 0 ;
	color:#323232;
	}
#lb2 a {
	text-decoration:none;
	color:#B4B4B4;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	
}
#lb2 a:hover {
	color:#323232;
}


#lb2 span.letztes{
	
	text-align:center;
	margin:0 0 0 0px;
}
#lb2 span.naechstes{
	
	
	margin:0 0 0 0px;
	

}
#lb2 span.zurueck{
	margin:0 0 0 144px;
	text-align:right;
	float:right;
	
}

/*---------------------------------impressumpanel------------------------------------*/
#impressumpanel p {
	width:225px;
	height:auto;
	margin: 0px 0 10px 290px;
	font-family:NotoSerif-Regular;
	font-size:14px;
	font-weight:normal;
	text-align:center;	
	color:#323232;
	-moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;

}
#impressumpanel h3{
	text-align:center;
}

#portrait{
	width:225px;
	height:225px;
	margin:8px 0 5px 290px;
	overflow:hidden;
}

#portrait img{
	width:238px;
	margin:-90px 0 0 -0px;
}