/* Style Sheet */

/* Festlegung der Hintergrundeigenschaften Farbe und Text body-Bereich */
body{color: rgb(0, 0, 0);								/* Schriftfarbe schwarz */
		width:100%; margin: 0px 0px; height:100%;	
		/* background-color: transparent; */ 			/* weisser Hintergund */
		background-color: rgb(0, 0, 0);  			/* weisser Hintergund */
		font-weight:200; 
		font-family: 'Raleway', sans-serif;  			/* raleway ist ein google-font */
		font-size:16px; 
		text-shadow:black 0px 0px 0px;
		text-align: center;							/* zentriert */
		letter-spacing:0.0em;
		/*background-image:url("images/IMG_BKG_2025.png");
		  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% *;*/
		}
		
#background_wrap {
z-index: -1;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: 100%;
background-image: url('images/IMG_BKG_2025.png');
background-attachment: fixed;
/*background-repeat: no-repeat;*/
background-position: top center;}

/* Festlegung Tabellen */
table{	/*text-align: center;*/
		border: 0px solid;
		width: 100%;
		height: 100%;
		}		

/* Festlegung der Ueberschrift GROSS */		
h1 {font-weight:200; 
		font-family: 'Raleway', sans-serif; 
		font-size:64px;
		color:rgb(250, 250, 250);
	}

/* Festlegung der Ueberschrift MEDIUM */	
h2 {font-weight:bold;
		font-family: 'Raleway', sans-serif;
		letter-spacing:0.4em;
		color:rgb(250, 250, 250);		
		font-size:24px;
	}
	
/* Festlegung der Ueberschrift VVK */	
h3 {font-weight:200;
		font-family: 'Raleway', sans-serif;
		letter-spacing:0.1em;
		color:rgb(250, 250, 250);		
		font-size:24px;
	}
	
h3_so {font-weight:200;
		font-family: 'Raleway', sans-serif;
		letter-spacing:0.1em;
		color:rgb(250,0, 0);		
		font-size:42px;
	}
	
standard_text {font-weight:200; 
		font-family: 'Raleway', sans-serif; 
		font-size:20px;
		color:rgb(250, 250, 250);
		letter-spacing:0.1em;
	}
	
persotext {font-weight:200; 
		font-family: 'Crafty Girls', cursive;
		font-size:20px;
		color:rgb(250, 250, 250);
		letter-spacing:0.1em;
		margin: 20px 20px;
	}

copyright_text {font-weight:200; 
		font-family: 'Raleway', sans-serif; 
		font-size:8px;
		color:rgb(250, 250, 250);
		letter-spacing:0.1em;
	}

/* Festlegung der Eigenschaften Link */
a:link { text-decoration:none;
		/* text-shadow:gray 1px 1px 0px; */
		font-weight:bold; 
		color:rgb(150, 150, 150); 
		font-family: 'Raleway', sans-serif;
		letter-spacing:0.1em;
		font-size:10px;}		/* unbesucht */
		
a:visited { text-decoration:none; 
			/* text-shadow:gray 1px 1px 0px; */
			font-weight:bold; 
			color:rgb(150, 150, 150); 
			font-family: 'Raleway', sans-serif;
			letter-spacing:0.1em;
			font-size:10px;}	/* besucht */
			
a:hover { text-decoration:none; 
			/* text-shadow:black 1px 1px 0px; */
			font-weight:bold; 
			color:rgb(150, 150, 150);
			background-color: transparent;
			font-family: 'Raleway', sans-serif;
			letter-spacing:0.1em;
			font-size:10px;}	/* besucht */

}

.zoom {
  transition: transform .1s;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}