/* blau #336699 */
/* hellblau #419ed3 */
/* mittelblau #477baf */


.mittelblau{
  background-color: #477baf;
}

.bblau{
  background-color:#336699;
} 
.blau{
  color:#336699;
} 
.hblau{
  color:#419ed3;
} 
.mblau{
  color:#477baf;
} 

.bgrau{
  background-color:#e1e1e1;
} 

.schwarz{
  color:#000;
} 

.weiss{
  color:#fff;
} 

.padding_o_u{
  padding:20px 0 10px 0;
}

.no-margin-top{margin-top:0px;}

.maxw{max-width:1024px;}

.txt-left{
  text-align:left;
}

p a {text-decoration: underline; color:#000}
p a:hover {text-decoration: none; color:#666;}


.btn {
    border-radius: 0px;
    text-transform: uppercase;
  }

  .img-circle {
    border-radius: 5px;
  }

  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #ccc;
    color: #222;
    background-color: #ccc;
  }

  header {
    min-height: 38vw;
  }

  header .header-content .header-content-inner h1 {
    font-size: 3.5em;
    color:#333;
    font-weight: 500;
  }

  .navbar {
 
    min-height: 50px;
    margin-bottom:20px;
}

  .navbar-default {
    border-color: rgba(255,255,255,.3);
    background-color: #fff;
  }

  .navbar-default .nav > li > a {
    color: #666;
  }

  .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover  {
    color: #fff;
    background-color: #419ed3;
  }

  .kieschewski-logo{
    margin-top:0px;
    height:50px;
  }

  .navbar-default .nav > li.active > a {
    color: #fff;
    background-color: #419ed3;

  }

  .item-1 {
 
    background-repeat: no-repeat;
    background-position: 97% 8%; 
    background-color: #419ed3;
    background-size: 60px;
    }
    
  .item-2 {
 
    background-repeat: no-repeat;
    background-position: 97% 8%; 
    background-color: #477baf;
    background-size: 60px;
    }
    
  .item-3 {
 
    background-repeat: no-repeat;
    background-position: 97% 8%; 
    background-color: #419ed3;
    background-size: 60px;
    }

    .promo-item-l {
      height: 200px;
    
      text-align: left;
      padding:20px 75px 20px 30px;
    }

.promo-hl{
  font-size:24px;
 
}

    .promo-item:hover {
      line-height: 180px;
    }

    .footer-item {
      display: inline-block;
      font-size:12px;
      line-height: 120px;
vertical-align: middle;
    margin: 0px;
    padding:0px;
      }

    .max99{
      max-width:99vw;
    }

    .page-footer .small-print {
      padding: 30px 0 60px;
      font-weight: 300;
    }

    .line-top{border-top:2px solid #336699}

    .content-aktuell {
      padding: 20px 0;
      background-color: #e1e1e1;
    }

    .txt-cent{
      text-align:center;
      vertical-align: middle;
    }

    .lead {
      margin-bottom: 0px;
  color: #336699;

    }

    .leist_ul{
      text-align: left;
      color:#222;
      list-style-image:url(images/plus.png);
    }

    .promo  {
 
      text-decoration: none;
    }

    .promo-txt{
      font-size:14px;
    }

   .svg {width:60px}

   .svg075 {width:40px}

   .lead {
    font-size:19px;
   }

   .intro{
padding-bottom:25px;
padding-top:40px;
   }

   .btn-lg {
    padding: 6px 20px;
    font-size: 14px;
  }