/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  	color: #7c7c7c;
    background: url(../images/hr-11.png) top left repeat #fff fixed;
		
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 100;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}







/* Featurettes
------------------------- */

.inhalt {
    padding-top: 0px;
    background-color: #fff;
    
	
	
   	}

.bg-voll{
    width: 100%;
	height:100%;
    background-color: transparent !important;
	
	
}/* background:url(../images/icons8-linie-100.png) fixed bottom center no-repeat ; */

/* logo */

.logo{
    width: 100%;
    height: 100%;
    background-color:#fff;
}
/*  <hr> style */
.featurette-divider_top {
    height: 6px;
	background: url(../images/hr-11.png) repeat-x 0 0;
    border: 0;
  margin: 0px 0; 
}
/*  <hr> style */
.featurette-divider {
    height: 6px;
	background: url(../images/hr-11.png) repeat-x 0 0;
	background-color:transparent !important;
    border: 0;
  margin: 0px 0; 
}

/* thin out featurettes headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  color: aqua;
  font-size:30px !important;  
}

/* bg featurettes */
.col-md-7 {
	margin:1em;
	padding: 1em;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 4px;
	margin-bottom: 70px;    
}



/* Footer Style Starts */


	footer{
		font-size:16px;
        height: 1000px;
        width: 100%;
        background-color: transparent !important;
	}
	
	footer a{
		font-size:14px !important;
		color:#7c7c7c;
		padding-left:25px;
	}
    .footer-head {
        font-weight: 300;
        line-height: 1;
        letter-spacing: -1px;
        color: aqua;
		text-transform:uppercase;
    }
	
	.copyright{
	 	float:right;
		font-weight:100;
		line-height:1;
		letter-spacing:2px;
		padding-top:400px;
		padding-bottom:25px;
		
		}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
      border-radius: 4px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }}
  
  
  
  
  @media (max-width: 768px) {
  
  .h1,h1{
	font-size:30px;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
	letter-spacing: 0.2em;	
	/*border-bottom: 3px solid #777;
	border-top: 3px solid #777;*/	
  }
  
  .footer-head {
        font-weight: 200;
        line-height: 1;
        letter-spacing: -1px;
        color: aqua;
		text-transform:uppercase;
		font-size:24px;
    }
  
  }
    
