body {
	
	/* padding-top: 50px; */
  padding-bottom: 20px;
  font: 14px "FiraSans" /*"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif */;
   color: #444;
	
  }

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: 0.05em;
		}
 
 hr {
	border-top: 1px solid #E1E1E1;	 
	 }
q { quotes:"\201E" "\201C" "\201A" "\2018"; }

 a  {
	color: #09F;
	text-decoration: none;
}
a:hover{
	
color:#09F;
	}
a:hover, a:focus, a:active {
  outline: none;
}

.anav {color: #000;
	}
	
/* .active {
	  color:#09F;

}
*/

 .transnav{
	text-align: center;
	margin-top: 50px;
	font-size: 21px;
}

.transcolor{
		color: #999;

}
	
.frame{box-shadow: 5px 5px 5px grey;
	
}
	
.kursiv{
	outline: 0;
	font-style: italic;
	text-decoration: none;
	}
	
.dezent	{
	color: #777;
}


.navbar-brand{padding:0px; 
}


.nav li a:hover, .nav li a:focus
{
	background-color: #FFF;
} 

.breadcrumb {
	background-color: #FFF;}
	
.img-projekt{
	margin-bottom: 5%;
	}
	
a.thumbnail
{
	text-align: center;
	font-size: 14px;
	color: #000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.thumbnail > img, .thumbnail a > img
{
  margin-bottom: 10px;
 
}

.carousel-indicators
{
  bottom: 1px;
}



@media (min-width: 768px) {  
a.thumbnail
{
	color: #ddd;
	text-align: center;	
	font-size: 14px;
	background-color: #ddd;

}
}
	
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active
{
	color: #000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #fff;
}

.schatten {box-shadow: 0px 0px 5px #888;}


		 /* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: 'FiraSans';
	    src: url('../fonts/firasans-regular-webfont.eot');
	    src: url('../fonts/firasans-regular-webfont.eot?iefix') format('eot'),
	         url('../fonts/firasans-regular-webfont.woff') format('woff'),
	         url('../fonts/firasans-regular-webfont.ttf') format('truetype'),
	         url('../fonts/firasans-regular-webfont.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal;
		}

@font-face {
	    font-family: 'FiraSans';
	    src: url('../fonts/firasans-italic-webfont.eot');
	    src: url('../fonts/firasans-italic-webfont.eot?iefix') format('eot'),
	         url('../fonts/firasans-italic-webfont.woff') format('woff'),
	         url('../fonts/firasans-italic-webfont.ttf') format('truetype'),
	         url('../fonts/firasans-italic-webfont.svg#webfontZam02nTh') format('svg');
	    
		font-style: italic;}
		
		@font-face {
	    font-family: 'FiraSans';
	    src: url('../fonts/firasans-bold-webfont.eot');
	    src: url('../fonts/firasans-bold-webfont.eot?iefix') format('eot'),
	         url('../fonts/firasans-bold-webfont.woff') format('woff'),
	         url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
	         url('../fonts/firasans-bold-webfont.svg#webfontZam02nTh') format('svg');
	    
		font-weight: bold;}