@charset "utf-8";
/* CSS Document */

body {
	padding-top: 70px;
}

.mein_style {
	text-align:center; margin-top:30px;
}

.stil {
	margin-top:20px;
}

.logo {
	text-align:center;
	margin-top:40px;
}

.spacer {
	margin-top: 30px;
}

.guetesiegel {
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top:10px;
	border-top:1px solid #cccccc;
}

.guetesiegel img {
	width:75px;
}

.right {
	text-align: right;
}

.no-margin-top {
	margin-top: 0;
	padding-top: 0;
}



.workshop {
	margin-bottom:30px;
}

.workshop-caption {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: white;
	font-size: 20px;
	z-index: 999;
}

.workshop-caption a,
.workshop-caption a:hover {
	color:white;
	opacity: 0.5;
	text-decoration: none;
}

.spacer_one{
	margin-left: 55px;
}

.ankuendigung{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:28px;
	color:white;

	}
	
	.ankuendigung_text1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:white;
	}


.ankuendiung_text{
	font-size:14px;
	color:white;
	}
	
div.banner {
	margin-top: -70px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(153,0,0, 1)
}

.spacer_ankuendigung{
	margin-top:6px;
	}
	

	
.nav-iib{
	background-color:#06C; 

}

.nav-weltladen {
	background-color:#900;

}

.nav-iew {
	background-color:#FC3;

}

.navbar-default {
	border-color:#CCC;
	}
	

.nav-iew .navbar-nav>li>a:hover,
.nav-iew .navbar-nav>.active>a:hover {
	background-color:#FF3;
	color:#666;
}
.nav-iew .navbar-nav>.active>a {
	background-color:#CC0;
	color:#666;
}


.nav-iib .navbar-nav>li>a:hover,
.nav-iib .navbar-nav>.active>a:hover {
	background-color:#06F;
}
.nav-iib .navbar-nav>.active>a {
	background-color:#009;
}


.nav-weltladen .navbar-nav>li>a:hover,
.nav-weltladen .navbar-nav>.active>a:hover {
	background-color:#F33;
}
.nav-weltladen .navbar-nav>.active>a {
	background-color:#C00;
}

