/* CSS Document */

/********************************************************************************/
/*					  	          					     						*/
/*							FFW Singhofen - Website-CSS 						*/
/*					  	          Side-Einstellungen     						*/
/*					  	          					     						*/
/*					  	          					     						*/
/*		Farben: 	rot:		FF0022											*/
/*					grau:		333333				     						*/
/*					  	          					     						*/
/*		Schriftfarbe: 			333333  			     						*/
/*					  	          					     						*/
/*					  	          					     						*/
/*					  	          					     						*/
/*					  	          					     						*/
/*					  	          					     						*/
/********************************************************************************/
@media all {

	/********************************************************************************/
	/**                            Navigation  	                                    */
	.navbar-brand {
		font-size: 2.3em;
		font-weight: bold;
		margin-left: 20px;

	}

	#navBar {
		height: 80px;
		color: black;
	}

	.nav-item {
		font-size: 1.1em;
		margin-right: 5px;
	}




	/********************************************************************************/
	/**                       Seiteneinstellungen                                   */

	html,
	body {
		height: 100%;
	}

	h1 {
		font-weight: bold;
	}

	#topContainer {
		background-image: url("../grafics/Halle.jpg");
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}

	.white {
		color: white;
	}

	.form {
		padding-bottom: 20px;
	}

	.center {
		text-align: center;
	}

	button {
		margin-top: 30px;
	}

	.alert {
		margin-top: 20px;
		display: none;
	}



	/* === Footer ===*/

	.bg-black {
		background-color: #333;
	}




}