.navbar-default {
  background-color: #fff;
  border-bottom: 5px solid #0464b4;
}
.navbar-brand {
  padding: 4px 15px;
}

.navbar {
  min-height: 45px;
}

footer {
  min-height:25px;    
}

footer .container {
  /*width:100%;*/
  color: white;
  min-height:25px;    
  background-color: #0464b4;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#edp > .container {
    min-height: calc(100% - 28px);
}

a.footer:active, a.footer:visited, a.footer:hover, a.footer:default, a.footer {
  color: white;
}

a.footer.left {
  float:left;
}

#bankfachwirt {
  /*background-image: url('../images/Bild_BC-Bankfachwirt_1024x683.jpg');*/
}
.tab-pane {
  position: relative;
}

ul.nav-tabs>li>a {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #0464b4 !important;
  color: white !important;
}

.tab-content {
  margin-bottom: 50px;
}



/*767*/
@media (min-width: 767px) {
  /*.navbar {
    height: 50px;
  } */ 

  a img.header-icon {
    height: 40px;
    width: auto;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.9;
    top:20%;
    left:20px;
    width: 35%;
    position: absolute;
    padding: 20px;
  }

 /* .nav>li {
    position: relative;
    display: inline-block;
  } 
*/	
	.container:after {
	    clear: none;
	}

}