body {
    padding-top: 0;
}
.new-position-css p {
    margin-bottom: 0;
}
.new-position-css img {
    width: 100%;
}

.logo-image > a {
  max-width: 300px;
  max-height: 110px;
}

.navbar {
  min-height: 110px;
}

.nav-bar { 
  min-height: 110px
}

.navbar-brand {
  height: 110px;
  line-height: 110px;
  padding-top:15px !important; 
  padding-bottom:15px !important; 	
}

.navbar-toggle {
  /* (110px - button height 55px) / 2 = 38px */
  margin-top: 27px;
  padding: 0px 15px !important;
}

.logo a {
background: none;
}

.navbar-nav > li > a {
  padding-top: 27px !important; 
  padding-bottom:27px !important;
}

.navbar-fixed-top {
    height: 110px; /* Whatever you want. */
}

.StartPageBanner {
  background-image: url(https://www.ib-faltermeier.de/images/website/Titelbild_Werkzeug_AdobeStock_83415415_1920x800-dark1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #545454;
}

.EveryPageBanner {
  background-image: url(https://www.ib-faltermeier.de//images/website/Titelbild_Werkzeug_AdobeStock_83415415_1920x300.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #545454;
}