/*----------------------------------------------------------------
                          HOMEPAGE FLOH                         
------------------------------------------------------------------

					letzte Änderung 2023-11-08
	
------------------------------------------------------------------      	      			
- - - - - - - - - - - - - - - C S S - - - - - - - - - - - - - 
----------------------------------------------------------------*/

  body {
   max-width: 1100px;
	margin:auto;
   font-size: 17pt;
   font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
   color: gray;
   line-height: 18pt;
	padding-left:30px;
	padding-right:30px;	
 }
 

#bodygalerie {
	overflow: hidden;	
 }

 header {
	position:fixed;
	top:0;
	height:100px;
	background-color:transparent;
	
	z-index:2;
 }
 
 #header1000 {
	position:fixed;
	top:50;
	height:100px;
	background-color:transparent;
	
	z-index:2;
 }



  
 footer {
	position:fixed;
	font-size: 9pt;
	font-style: italic;
	line-height: 12pt;
	max-width: 990px;
	bottom: 0;
 }																														 
 
 img#start {
   position: relative;
	top: 90px;
	//left: -15px0;
	width: 90%;
}	

 #unterStartBild {
	position:relative;
	top:100px;
	left:40px;
	font-size: 11pt;
	z-index:2;
	}


  /*-  -  -  -  -  -  -   -  -  -  -  -  -  -  -  -  -  -  -  -  */
 .startseite {background-color:white;}
 /*-  -  -  -  -  -  -   -  -  -  -  -  -  -  -  -  -  -  -  -   */
 .galerieseite {background-color:lightgray; }
 /*-  -  -  -  -  -  -   -  -  -  -  -  -  -  -  -  -  -  -  -   */

	
 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

 h1 {
	font: 56px  Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .86em;  
	line-height: 5pt;
	cursor:pointer;

 }
	h2 {	
	font: 17pt  Arial, Helvetica, sans-serif;
	font-weight: 500; 
	letter-spacing: .27em;    
	line-height: 0pt;
	color:gray;	
 } 
 h3 {	
	font: 6pt  Arial, Helvetica, sans-serif;
	font-weight: 200; 
	line-height: 10pt;
	//color:lightgray;
	color:gray;	
 }
 .schriftweiss {color:white; }
 
 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 nav {
	position:relative; 
	top:-20px;
	left:615px;
	font: 10pt  Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:lightgray;
	//color: #616161;  
	letter-spacing: .30em;     
	line-height: 10pt;
 }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 a {
	 text-decoration: none;
	 color:gray;
 }

 a:link, a:visited {color: gray;}

 a:hover, a:active {
	//color: #FF9933;
	color: red;
	cursor:pointer;
	background-color: yellow;
	font-weight: bold;
 }

/*---------------------------------------------------------------*/
/*- - - - - - - - - - - -Galerieseite - - - - - - - - - - - - - */ 
/*---------------------------------------------------------------*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1);
    cursor: pointer;
	 z-index:2;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

 div#containerBilder {
	display:none;
 }


 #btnli, #btnre {
	position:relative;
   cursor: pointer;	
	top:480px;
	left:5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	border-style: none;
	font: 17pt  Arial, Helvetica, sans-serif;
	font-weight: 100; 
	color:white;
	background-color:transparent;
	z-index:0;
 }

 #btnre {
	left:915px;
 }

 #btnli:hover, #btnre:hover {
	color: gray;
	background-color: white;
	box-shadow: 1px 1px 1px grey; 
 } 

  #btnli:active, #btnre:active {
	color: white;
	background-color: yellow;
	box-shadow: 10px 20px 30px grey;																														 
 }


#contaktBild {
	position:relative;
	overflow: hidden;
	z-index:2;
	display:none;	

//background-color:yellow;	
	
	}

#AktuellesBild {
	box-shadow: 3px 3px 3px grey;	
  }

#unteraktBild {
	position:
	relative;
	width: 450px;
	font-size: 11pt;
	z-index:2;
	display:
	none;
	//background-color:yellow;
	}


/*-  -  -  -  -  -  -   -  -  -  -  -  -  -  -  -  -  -  -  -  */
/*- - - - --  - - - - - - -Übersicht - - - - - - - - - - - - - */ 
/*-  -  -  -  -  -  -   -  -  -  -  -  -  -  -  -  -  -  -  -  */

 div#imgThumbs {
	position:relative; 
	top:60px;
	left:0px;
	width: 1100px;
	//width:990;
	//background-color:transparent;
	z-index:1;	
	display:none;
 }

 img.querfo {
	position:relative;
	//top:-15px;
	width: 100px;
	height: 66px;
	margin-left:10px;
	//margin-bottom:15px;
 }
 
  img.hochfo {
	width: 66px;
	height: 100px;
	margin-left:10px;
  }
 
  img.quadfo {
	width: 70px;
	height: 70px;
	margin-left:10px;
  }



 
 img.GBild:hover {
	box-shadow: 2px 2px 2px 2px gray;		
 }
 
 .werkjahr {font: 12pt Arial;}
 
 .werkjahrplus {
	 font: 12pt Arial;
	 color: transparent;
	 }
 /*- - - - - - - - - - -Punktanzeige - - - - - - - - - - - - -  


 #punktanzeige {
	position:absolute;
	top:730px;
	//left:-80px;
	width:990px;
	text-align:center;
	z-index:5;
 }
 
 .dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  color:white;
  border-style:solid;
  border-width:1px;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {

  background-color: white;
}
 
*/

/*---------------------------------------------------------------*/
/*- - - - - - - - - - -Daten / Kontakt - - - - - - - - - - - - - */ 
/*---------------------------------------------------------------*/

 section#datenkontakt {
 	position: relative;
	top: 160px;
	width: 990px;
	height:550px;
  // background-color: lightgreen;	
  }
 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

 #bildAS {
	position: relative;
	//top: 100px;
	left:25px;
  }

 
 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
  #vita {
 	position: relative;
	float: right;
	top: 160px;
	width: 760px;
   line-height: 35pt;
   //background-color: green;
 }
  
   
 #statement {
 	position: relative;
	float: left;
	top: 45px;
	width: 990px;	
	//background-color: blue;
 }
 
 #mitglied {
 	position: relative;
	float: left;
	top: 70px;
	width: 600px;
  	font-size: 12pt;
   line-height: 15pt;
   //background-color: red	
 } 

 #verlinkt {
 	position: relative;
	float: right;
	top: 80px;
	width: 350px;
   //background-color: yellow;
 }

 #mail {
 	position: relative;
	float: left;
	top: 100px;
	width: 450px;
  	font-size: 10pt;
	
   //background-color: magenta;
 }
 
 #telatelier {
	position: relative;
//	float: left;
	top: 100px;
	width: 450px;
  	font-size: 10pt;	 
 }

 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 /*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

  #bildAS1000 {
	position: relative;
	top: -20px;
	left:5px;
  }
 
   
  #vita1000 {
 	position: relative;
	float: right;
	top: -40px;
	width: 800px;
	height:580px;
   line-height: 35pt;
   //background-color: green;
 }  
  


 #mitglied1000 {
 	position: relative;
	float: left;
	top: 0px;
	left:-200px;
	width: 600px;
  	font-size: 12pt;
   line-height: 15pt;
   //background-color: red	
 } 

 #verlinkt1000 {
 	position: relative;
	float: right;
	top: -80px;
	width: 350px;
  	font-size: 14pt;
   line-height: 20pt;	
   //background-color: yellow;
 }

 #mail1000 {
 	position: relative;
	float: left;
	top: 0px;
	left:-200px;	
	width: 450px;
  	font-size: 10pt;
   //background-color: magenta;
 }

#telatelier1000 {
 	position: relative;
	float: left;
	top: 0px;
	left:-200px;	
	width: 450px;
  	font-size: 10pt;	
	
}

 
  div#BildStreifen {
 	position: relative;  
 	top: 250px; 
  }
  
  #bildPanorama {
  
  width:990px;
  
  } 
 
 
 
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

 .linkma {text-decoration-line:underline;}
 
 a.linkma:link, a.linkma:visited {color: gray;}

 a.linkma:hover, a.linkma:active {background-color: white;}
 
 
 

 