@charset "UTF-8";
.tabulator {
    width: 1.8em;
    display: block;
    float: left;
}



body {
  padding-top: 70px;
  padding-bottom: 20px;
}

h2{
    color:#d91111;
    font-size:1.5em;
}
.jumbotron{
	background-color:#666;
	min-height:300px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
}

.jumbotron img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index:-1;
}

.jumbotron .container{
	background-color:#fff;
  padding:2px 10px 2px 10px;
  background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
  background: rgba(255, 255, 255, .9);
  height:300px;
  max-width:650px;
  border-radius:4px;
}
.brand-red{
	color:#d91111;
}
.blue-bg{
  background-color:#00aeef;
  padding:2px 10px 2px 10px;
  background: rgb(0, 156, 221); /* Fall-back for browsers that don't
                                    support rgba */
  background: rgba(0, 156, 221, .8);
}

.green-bg{
  background-color:#8dc63f;
  padding:2px 10px 2px 10px;
  background: rgb(162, 189, 48); /* Fall-back for browsers that don't
                                    support rgba */
  background: rgba(162, 189, 48, .8);
}

.uppercase{
  text-transform:uppercase;
}

.blue{
  color:#00aeef;
  color: rgb(0, 156, 221);
}

.green, .green a:active{
  color:#8dc63f;
  color:rgb(162, 189, 48);
}

.purple{
  color:#7f3f98;
  color:rgb(112, 57, 134);
}

.companyheading{
  font-size:2em;
  font-weight:100;
}

.jumbotron h1{
    font-size:2em;
}

.leistungen{
    padding-left:1.2em;
}

#thanks{
    margin-top:2em;
}

@media only screen and (max-width: 767px) {
    .spacer{
        min-height:inherit;
    }
    
    .featurette-divider{
        display:none;
        visibility:hidden;
    }
    
}

@media only screen and (max-width: 479px) {
    .jumbotron p{
	font-size:1.2em;
    }
    
    .jumbotron h1{
	margin-bottom:1em;
    }
}




