/*

Verfügbare Platzhalter: 
rgb(255, 255, 255)
rgb(29, 37, 119)
#f0f1f2
rgb(28, 28, 28)
rgb(140, 187, 19)
rgb(153, 153, 153)
rgb(68, 68, 68)
rgb(29, 37, 119)

*/

/*###########################  Styles für die Start-Contentseite #################*/


.Hintergrundbild section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
}

.headermenuleiste {
	margin-top: 20px;
}


@media (max-width: 991px){
	#Navi_226 {
		background-color: rgba(137, 137, 137, 0.6); 
		color: rgb(68, 68, 68);
	}
	#Navi_311 {
		background-color: rgba(140, 187, 19, 0.6); 
		color: rgb(68, 68, 68);
	}
}

@media (min-width: 992px){
	#Navi_226 {
		background-color: rgba(137, 137, 137, 0.6); 
		color: rgb(68, 68, 68);
		padding-left: 15px;
	}
	#Navi_311 {
		background-color: rgba(140, 187, 19, 0.6);
		color: rgb(68, 68, 68);
		padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px;
	}	
}