#aktuelles{
		margin-top: 30px;
		padding: 0 10%
	}
	
	#aktuelles .col-sm-6, #aktuelles .col-sm-12, #aktuelles .col-sm-4{
		border: 4px solid #EDEDED;
		padding: 50px;
		color: grey;
		background-color: white;
		padding-bottom: 10%
	}
	
	#aktuelles .col-sm-4{
		padding: 1% 1% 7% 1%
	}
	
	#aktuelles .col-sm-4 h3{
		padding: 0 15px
	}
	
	
	/*
	#aktuelles .col-sm-6:hover, #aktuelles .col-sm-12:hover, #aktuelles .col-sm-4:hover{
		background-color: #440000;
		color: white
	}
	*/
	
	#aktuelles h2, #aktuelles h3{
		padding:  0
	}
	
	footer .navbar-inverse{
		color: white;
		font-size: 110%;
		margin-top: 5%
	}
	
	#box{
		background-color: black;
		height: 1024px;
		opacity: 0.7;
		z-index: 2;
		top: 0;
		right: 0;
		position: fixed;
		display: none
	}
	
	#kreuz:hover{
		color: red;
		cursor: pointer
	}
	
	#white_box{
		background-color: white;
		height: 500px;
		z-index: 2;
		top: 10%;
		right: 12%;
		position: fixed;
		display: none;
		padding-top: 17px;
	}