.carousel-indicators .active {
    background-color: rgba(41,69,143,1.0);
    border:2px solid #FFF;
}
.carousel-indicators li {
    border:2px solid #FFF;
}
.c-wrapper{
    width: 100%;
    margin: auto;
}

.t-wrapper{
  height:160px;
  padding: 0px 15px 0px 15px;
}

.logo_point_s{
  float:left;
  height: 78px;
  width: 262px;
  background-image: url("../pics/logo_point_s.jpg");
  max-width:100%;
  max-height:100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0px 30px 0px;
}

.logo_kuzka{
  float: right;
  height: 97px;
  width: 608px;
  background-image: url("../pics/logo_kuzka.jpg");
  max-width:100%;
  max-height:100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0px 30px 0px;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}

.kachel{
  height:300px;
  /*border:1px solid #000;*/
  overflow:hidden;
  padding: 0px 15px 0px 15px;
  margin: 15px 0px 15px 0px;
}

.kachel-hoch{
  height:630px;
  /*border:1px solid #000;*/
  overflow:hidden;
  padding: 0px 15px 0px 15px;
  margin: 15px 0px 15px 0px;
}

.kachel_inner{
  height:100%;
  width:100%;
  position:relative;
  max-width:100%;
  max-height:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pannendienst{
  height:195px;
  width:100%;
  position:relative;
  max-width:100%;
  max-height:195px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../pics/pannendienst.jpg");
}


#meppen{
  background-image: url("../pics/meppen.jpg");
}

#lingen{
  background-image: url("../pics/lingen.jpg");
}

#haselunne{
  background-image: url("../pics/haselunne.jpg");
}

#gutersloh{
  background-image: url("../pics/gutersloh2.jpg");
}

#papenburg{
  background-image: url("../pics/papenburg.jpg");
}

#performance{
  background-image: url("../pics/performance.jpg");
}

#terminbuchung{
  background-image: url("../pics/terminbuchung.jpg");
}

#pannendienst{
  background-image: url("../pics/pannendienst.jpg");
}

#felgenkonfigurator{
  background-image: url("../pics/felgenkonfigurator.jpg");
}

.teaser{
  color: rgba(41,69,143,1.0);
  padding: 30px 0px 0px 15px;
}

.teaser .headline{
  font-size: 3.2em;
}

.subheadline{
    color: rgba(41,69,143,1.0);
    margin-top:20px;
}

.boxTile{
  background-color: rgba(41,69,143,0.8);
  text-decoration:none;
  color: #fff;
  position:absolute;
  width:100%;
  height:65px;
  bottom:0;
  text-align:center;
  line-height: 90%;
  display: table;
  width: 100%;
}

.info{
  font-family: Arial,Helvetica,sans-serif;
  /*margin-top:15px;*/
  
}

.partner{
  display: table;
}

.partner span{
  padding: 10px 0px 0px 0px;
  vertical-align: middle;
  display: table-cell;
}

.boxTile span{
  padding: 10px 0px 0px 0px;
  vertical-align: middle;
  display: table-cell;
}

.boxTile .title{
 font-size:1.7em;
}

.boxTile .sub{
  font-size:1.1em;
}

.footer{
  height:200px;
  width: 100%;
  margin: auto;
  background-color: rgba(41,69,143,1.0);
  padding: 40px 0px 0px 0px;
}

.footer a{
  text-decoration:none;
  color:white;
}
.footer a:before{
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  color: white;
  font-size:1em;
}

a{
  cursor: pointer;
}

.modal-header{
  background-color: rgba(41,69,143,1.0);
  color: rgba(255,255,255,1.0);
}

.modal-body{
  background-color: rgba(255,255,255,1.0);
}
.modal-footer{
  background-color: rgba(255,255,255,1.0);
}

.service{
  padding:5px;
  height: 68px;
  /*border: 1px solid #F00;*/
}

.service-inner{
  background-color: rgba(41,69,143,1.0);
  padding: 5px;
  color: rgba(255,255,255,1.0);
  /*border: 1px solid #0F0;*/
  height: 58px;
}

#service-text{
  font-size: 1.3em;
  line-height:1.1em;
  padding-left: 10px;
}

.close {
    color: #fff; 
    opacity: 1;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: rgba(41,69,143,1.0);
}