body {
	padding-top: 50px;
    color: #444;
	font-family: 'Open Sans', sans-serif;
	background-color:#fefefe; 
}


.backgr{
    margin: 0 auto; 
 }

li {
	margin-left: 5px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #007e40;
	margin: 0 0 10px 0;
	}
	

b {
	color: #007e40;
}
	
.feature {
	background-color: transparent;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: #007e40;
    color: #cec8bb;
}

.footer-blurb a {
    text-decoration: none;
	font-weight: 700;
	color: #cec8bb;
}

.footer-blurb a:hover {
	outline: thin dotted;
	outline-offset: 2px;
}


    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: left;
	}
	
.space{
	height: 20px;
	background-color: 
}

.navbar-brand {
	padding: 4px 50px 4px 5px !important;
	text-align: center !important;
	font-weight: 300 !important;
	letter-spacing: -0.5px !important;
	color: #FFFFFF;
}


/******************* Bilder *******************/

.linkssh{
	float: left;
	border: none;
	margin: 0 10px 0 0;
	box-shadow: 3px 3px 3px #CCCCCC;
}

.rechtssh{
	float: right;
	border: none;
	margin: 0 0 0 10px;
	box-shadow: 3px 3px 3px #CCCCCC;
} 

.centersh{
	border: none;
	padding: 5px;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: block;
    margin: 0 auto 0 auto;
}
.rechtsimg {
	float: right;
	margin: 10px 10px 10px 20px;
} 

.centerimg {
	border: none;
	margin: 0 0 0 auto;
	margin-top: 25%;
}

.mitteimg {
	border: none;
	margin: 0 auto;
	}
.leftimg{
	float: left;
	border: none;
	margin: 10px 15px 10px 10px;
}

.rounded-circle {
  border-radius: 50% !important;
}

@media (min-width: 768px) {
.img-fly {
	float: right;
	border: none;
	position: relative;
    top: 0px;
	z-index: 999;
  }
}
@media (min-width: 992px) {
.img-fly {
	float: right;
	border: none;
	position: relative;
	top: -60px;
	z-index: 999;
  }
}
@media (min-width: 1200px) {
.img-fly {
	float: right;
	border: none;
	position: relative;
	top: -100px;
	z-index: 999;
  }
}

.cycle-slideshow {
box-shadow: 1px 1px 1px #CCCCCC;
	border-radius: 5px;
  }
	
.slideshowround {
	border-radius: 5px;
}

.tomate {
	background:#FFFFFF;
	max-width:120px;
	max-height: 100px;
	margin: 0 auto;
	padding:7px;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
}

.tomate:hover {
    transform: scale(3.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
cursor: hand;
z-index: 998;
background-color: transparent;
padding: 0px;
}

.tomaten {
	font-size: 90%;
}
/******************* Galerie *****************************/

#galerie {
padding:10px;
max-width: 95%;
margin:0 auto;
}

#galerie img {
background:#FFF;
width:120px;
max-height: 120px;
margin:5px 5px;
padding:7px;
-moz-box-shadow: 0 0 5px 2px #ccc;
-webkit-box-shadow: 0 0 5px 2px #ccc;
box-shadow: 0 0 5px 2px #ccc;
-webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
-moz-transform: rotate(-2deg);  /* FF3.5+ */
-o-transform: rotate(-2deg);  /* Opera */
transform: rotate(-2deg);
-webkit-transition: all 0.4s ease-out;	/* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;	/* FF3.5+ */
-o-transition: all 0.4s ease-out;	/* Opera */
transition: all 0.4s ease-out;
cursor: alias;
}

#galerie img:nth-child(2n) {
-webkit-transform: rotate(2deg);  /* Saf3.1+, Chrome */
-moz-transform: rotate(2deg);  /* FF3.5+ */
-o-transform: rotate(2deg);  /* Opera */
transform: rotate(2deg);
}

#galerie img:hover {
opacity:1;
padding:0;
position:relative;
z-index:1;
-moz-box-shadow: 2px 2px 5px #888;
-webkit-box-shadow: 2px 2px 5px #888;
box-shadow: 2px 2px 5px #888;
-webkit-transform: rotate(0deg) scale(3);  /* Saf3.1+, Chrome */
-moz-transform: rotate(0deg) scale(3);  /* FF3.5+ */
-o-transform: rotate(0deg) scale(3);  /* Opera */
transform: rotate(0deg) scale(3);
cursor: alias;
}
 
.move-up {
 position: fixed;
 bottom: 50px;
 right: 40px;
 z-index: 3;
 display: none;
 z-index:1000;
}

.move-up button {
  background:transparent;
  border:none;
}

.move-up button:active:hover {
  padding-right:4px !important;
  margin-right:2px;
}
 
.move-up i {
  font-size:60px;
  opacity:0.5;
  color:#BABABA;
}