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

body {
  padding-bottom: 40px;
  color: #fff;
 background: rgba(93, 88, 84, 0.15);
}
.bg {
 padding-bottom: 40px;
  color: #fff;
  background: #000 url(../images/hintergrund.jpg) 0 0px no-repeat; background-attachment:fixed; background-size: 100% 98%;	
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse {
    
	background: rgba(0, 0, 0, 0.75);
    background-repeat: repeat-x;
    
	color: #fff;
}
.navbar-inverse .navbar-inner {
   background: rgba(93, 88, 84, 0.15);
    background-repeat: repeat-x;
    border-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse {
    
	background: rgba(0, 0, 0, 0.75);
    background-repeat: repeat-x;
    
	color: #fff;
}
.navbar .nav {
    position: relative;
    display: block;
    float: right;
    margin: 0 10px 0 0;
}
.navbar-inverse .navbar-brand {
	
	font-size: 2em;
    color: #8A9B47;
	 -webkit-box-shadow: 1px 1px 3px rgba(255,255,255,0.7);
    -moz-box-shadow: 1px 1px 3px rgba(255,255,255,0.7);
    box-shadow: 1px 1px 3px rgba(255,255,255,0.7);
	text-shadow: 0.5px 1px #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #8A9B47;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px; 
}
.carousel-caption {
    position: absolute;
    right: 0;
    top: 600px;
	height: 20%;
    left: 0;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
    padding: 15px;
    background: #333333;
    background: rgba(101, 92,78 , 0.55);
}

.carousel-inner {
    position: relative;
    height: 100%;
	
    overflow: hidden;
	
}

.carousel img {
	
	
	height: 100%;
	overflow: hidden;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image:transparent;
}




 
	




.abstand {
    padding-top: 15%;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    background: rgba(101, 92,78 , 0.85);
    border-radius: 0px;
}

.hero-unit h2 {
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	
}

.img-thumbnail {
	
	

  border: 10px solid #fff;  
  float: left;
 
 
  overflow: hidden;
  
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}

.dreh {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.dreh:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
