html{
   /* background:url('img/bg.jpg') no-repeat center center;
    min-height:100%;
    background-size:cover; */
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('img/bg1.jpg') no-repeat center center;
  background-size:cover;
  min-height:100%;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
}
 
.container{

background-color: hsla(0, 0%, 100%, 0.6);
/* box-shadow: 0 0 5px 5px #013566; */ /*THIS does not work as expected*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}


	
/* Custom page header */
.header {
  /* border-bottom: 1px solid #e5e5e5; */
}
.header img{
	max-width: 95%;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  
}

.glyphicon{
	margin: 0 15px 0 0;
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  margin-left: 19px;
  color: #777;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0 3px 3px #ddd;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.jumbotron img{
	max-width: 90%;
}

.jumbotron h2{
	color: #0060a1;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.impressum{
	padding-top: 1em;
}

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  
  .header {
    margin-bottom: 30px;
  }
  
  .jumbotron {
    border-bottom: 0;
  }
  
 .services .fa-circle:before{
	color: #a01919;
 }
 .services i{
	color:#a01919;
	font-style:normal;
	margin-right: .5em;
}
  .services h3{
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .services h3:before {
    color: #a01919;
    content: url(img/b.png);
	margin-right:0.5em;
}

.fa-fw{
  margin-right:.5em;
}

.impressum a{
text-decoration:none;
color:#000;
}

.footer a{
text-decoration:none;
color:#777;
}

/* Large desktop */
@media (min-width: 1200px) { 
	.container{margin-top: 3em;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.container{margin-top: 1em;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.container{margin-top: 0em;}
}

