@charset "UTF-8";
/* CSS Document */

/* Modal - INDIVIDUELLES STYLING
_____________________________*/

.wanderung1-header{
	background-color:rgba(51,153,0,0.3);
	border-bottom:5px solid rgba(51,153,0,1);	
}

.wanderung1-body p {
	color:rgba(51,153,0,1);
}

.wander-nummer-1 {
	
	background-color:rgba(51,153,0,1);
	
}


.wanderung2-header{
	background-color:rgba(153,102,0,0.3);
	border-bottom:5px solid rgba(153,102,0,1);	
}

.wanderung2-body p {
	color:rgba(153,102,0,1);
}

.wander-nummer-2 {
	
	background-color:rgba(153,102,0,1);
	
}


.wanderung3-header{
	background-color:rgba(51,153,153,0.3);
	border-bottom:5px solid rgba(51,153,153,1);	
}

.wanderung3-body p {
	color:rgba(51,153,153,1);
}

.wander-nummer-3 {
	
	background-color:rgba(51,153,153,1);
	
}


/* Modal - INDIVIDUELLES STYLING
ENDE _____________________________*/







/* Teaser-Boxen - INDIVIDUELLES STYLING
_____________________________*/

.box-wanderung-1 {
 	border-bottom:5px solid rgba(51,153,0,1);
	background-color:rgba(51,153,0,0.3);
}

.box-wanderung-2 {
 	background-color:rgba(153,102,0,0.3);
	border-bottom:5px solid rgba(153,102,0,1);
}

.box-wanderung-3 {
 	background-color:rgba(51,153,153,0.3);
	border-bottom:5px solid rgba(51,153,153,1);
}

/* Teaser-Boxen - INDIVIDUELLES STYLING
ENDE _____________________________*/
