body {
  min-height: 500px;
  padding-top: 70px;
}

#logo-round {
	border-radius: 5px;
}

#hierentsteht-rand {
	border-radius: 20px;
}

.white {
	color: #ffffff;
}

.centerfy img{
        	
	margin: 0 auto;
}

.centerfy{

	text-align: center;
        
}

.jumbotron {
	background-color: #E4F1BB;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #E4F1BB 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #E4F1BB 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E4F1BB));
  background-image:         linear-gradient(to bottom, #fff 0%, #E4F1BB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffE4F1BB', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #63A235;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 3px;
  padding-right:20px;
  width: auto;
}

.panel-primary {
    border-color: #63A235;
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #8BB422 0%, #63A235 100%);
  background-image:      -o-linear-gradient(top, #8BB422 0%, #63A235 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8BB422), to(#63A235));
  background-image:         linear-gradient(to bottom, #8BB422 0%, #63A235 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8BB422', endColorstr='#ff63A235', GradientType=0);
  background-repeat: repeat-x;
	
  color: #fff;
  background-color: #63A235;
  border-color: #63A235;
}

.btn-block-panel-heading {
    display: block;
    width: 80%;
}

.item img {
    width: 100%;
}
.carousel-indicators li {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #c0c0c0;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 36px;
    height: 36px;
    margin: 5px;
    background-color: #71B146;
}

.footer {
	

	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #cccccc;
	background-color: #2a2831;

	/* Set the fixed height of the footer here */
	min-height: 260px;
	background-color: #888888;
}

.footerlink {
	
	color: #cccccc;
	text-decoration: underline;
}