.navbar-default {
  background-color: #ffffff;
  border: 0px;
}
@media (min-width: 992px) {
  .navi-container-styling {
    border-bottom: 1px solid #eaeff2;
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    max-height: 120px;
    background-color: white
;
  }
}
.telefon {
  font-size: 34px;
  font-weight: bold;
}
.navbar-default .navbar-brand {
  font-size: 35px;
  font-weight: bolder;
  color: #d0103a;
  padding-right: 25px;
}
.footer {
  background-color: #37424a;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100vh;
}
.abstand-25-25 {
  margin-top: 25px;
  margin-bottom: 35px;
}
.border-top-bottom-padding-25 {
  padding: 25px;
  border-top: 1px solid #eaeff2;
  border-bottom: 1px solid #eaeff2;
}
.bilderrahmen {
  border: 2px solid #eaeff2;
  padding-top: 0px;
  margin-bottom: 25px;
}
.altLinkFarbe {
  color: #d0103a;
  background-color: #eaeff2;
  padding: 10px;
}
.bestellwege {
  color: #37424a;
}
.serviceBoxesStylesHeadlines {
  font-size: 45px;
  color: #37424a;
}
.serviceBoxesStylesParagraphs {
  font-size: 22px;
  color: #818a8f;
}
.bestellwege-section {
  background-color: #eaeff2;
  padding: 55px 0px 55px 0px;
  background-image: url('images/kontakt-background-cover.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
}
.headlines-div {
  color: #ffffff;
  padding: 15px 0px 15px 33px;
  background-color: #818a8f;
  height: 120px;
}
.panel-innenabstand {
  padding-left: 20px;
  padding-right: 20px
;
}
@media (min-width: 992px) {
  .margin01 {
    margin-top: 170px;
  }
}
.bestellwege-panel-div {
  color: #ffffff;
  padding: 15px 0px 15px 33px;
  background-color: #818a8f;
}
.download-section {
  background-color: lightgray;
  padding-top: 55px;
  padding-bottom: 50px;
  height: 100vh;
}
.background-cover {
  background-image: url('images/cover-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .bestellwege-section {
    background-image: url('none');
    background-color: #37424a;
    height: auto;
  }
}
@media (max-width: 767px) {
  .headlines-div {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .headline {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .download-section {
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer {
    height: auto;
  }
}
.btn-success {
  background-color: #818a8f;
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #d0103a;
  border-color: none;
}
