/* GENERAL SETTINGS */
body {
	/*position: absolute;*/
	background-color: #000;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("img/hintergrund_main01_test.jpg");
	background-attachment: fixed;
	font-family: Times, Times New Roman, Serif;
}

/* NAVBAR SETTINGS*/

.lnk:hover {
	/* Change the color of links on hover */
  background-color: #200;
}

.navbar{	
	background-image: url("img/navbarbackground_index_03.jpeg");
	background-position: bottom;
}

/* END NAVBAR*/

.texting {
	background: rgba(0,0,0,0.5);
	color: white;
	position: relative;
	margin-top: 10%;
	margin-left: 2.5%;
	overflow: hidden;
	padding-left: 0.2%;
	margin-right: 1.5%; 
	line-height: 110%;
	font-size: 150%;
	margin-bottom: 5%;
}
.texting_h1{
	font-size: 180%;
}


