.owl-nav button {
  font-weight: 100 !important;
  opacity: 0.7 !important;
  background-color: rgba(204, 204, 204, 0.8) !important;
  margin: 0 !important;
  padding: 5px 13px !important;
  border-radius: 0px !important;
  border: 0 !important;
  position: absolute;
  font-size: 17px !important;
  -webkit-transform: scale(1, 2);
  /* Safari and Chrome */
  -moz-transform: scale(1, 2);
  /* Firefox */
  -ms-transform: scale(1, 2);
  /* IE 9 */
  -o-transform: scale(1, 2);
  /* Opera */
  transform: scale(1, 2);
  /* W3C */
  top: 45%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  padding: 5px 13px !important;
  opacity: 1 !important;
  background-color: #006699 !important;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  padding: 5px 13px !important;
  opacity: 1 !important;
  background-color: #006699 !important;
  color: #fff;
}

body {
  color: #777;
  font-size: 14px;
}

.block {
  display: block !important;
}

.inline {
  display: inline-block;
}

button:focus {
  outline: none;
}

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0 !important;
}

.list-group-item {
  cursor: pointer;
  border: 0;
}

.list-group-item.active {
  background-color: #006699;
  border: none;
}

.justify-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 990px) {
  .wide-screen-content {
    display: none !important;
  }
}

.tab-content {
  background-color: #fff;
  padding: 20px;
}
.tab-content .tab-pane ul {
  margin-bottom: 0;
}

.section {
  padding: 0;
}

.heading {
  text-transform: uppercase;
  font-size: 18px;
  background-color: #f0f0f0;
  color: #777;
  font-weight: 100;
  padding: 30px 50px;
  margin: 0 auto !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  margin: 10px auto;
  text-align: center;
}

.shad {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.pad0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mar0 {
  margin: 0;
}

.bg-cust-nav {
  background-color: #006699;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.tel {
  padding: 0;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 40%;
}

@media (max-width: 991px) {
  .lg {
    display: none;
  }
}
section.section h1.section-title {
  background-color: #f0f0f0;
  padding: 10px 15px;
  color: #777;
  text-transform: uppercase;
}

#section-leistungen {
  font-weight: 100;
  font-size: 15px;
  color: #000;
}
#section-leistungen .row {
  display: flex;
}
#section-leistungen .row div {
  background-color: #fff;
}
#section-leistungen button.active .fa {
  color: #fff;
}
#section-leistungen .fa {
  font-size: 40px;
  color: #006699;
  vertical-align: middle;
  margin-right: 10px;
}

#section-preview {
  background-color: #f0f0f0;
  padding: 0;
}
#section-preview .heading {
  display: block;
  text-align: center;
  box-shadow: none;
  background-color: #f0f0f0;
}
@media (min-width: 991px) {
  #section-preview .inline {
    flex: 1;
    padding: 0;
  }
}
#section-contact h1 {
  background-color: #006699;
  padding: 10px 20px;
  color: #fff;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
}
#section-contact .section-content {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}
#section-contact .section-content .d-inline-block {
  float: left;
}
#section-contact .section-content .d-inline-block h3 {
  font-weight: 100;
}
#section-contact #contact-info table tr td:first-child {
  color: #006699;
  background-color: #ccc;
  text-align: center;
}
#section-contact #contact-info p {
  text-align: center;
}
#section-contact #contact-form-wrap form input, #section-contact #contact-form-wrap form textarea, #section-contact #contact-form-wrap form .input-group-addon {
  background-color: #fff;
  color: #006699;
}
#section-contact #contact-form-wrap form input::-webkit-input-placeholder, #section-contact #contact-form-wrap form textarea::-webkit-input-placeholder, #section-contact #contact-form-wrap form .input-group-addon::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
#section-contact #contact-form-wrap form input:-moz-placeholder, #section-contact #contact-form-wrap form textarea:-moz-placeholder, #section-contact #contact-form-wrap form .input-group-addon:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
#section-contact #contact-form-wrap form input::-moz-placeholder, #section-contact #contact-form-wrap form textarea::-moz-placeholder, #section-contact #contact-form-wrap form .input-group-addon::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
#section-contact #contact-form-wrap form input:-ms-input-placeholder, #section-contact #contact-form-wrap form textarea:-ms-input-placeholder, #section-contact #contact-form-wrap form .input-group-addon:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
#section-contact #contact-form-wrap form input::-ms-input-placeholder, #section-contact #contact-form-wrap form textarea::-ms-input-placeholder, #section-contact #contact-form-wrap form .input-group-addon::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}
#section-contact #contact-form-wrap form input::placeholder, #section-contact #contact-form-wrap form textarea::placeholder, #section-contact #contact-form-wrap form .input-group-addon::placeholder {
  /* Most modern browsers support this now. */
  color: #333;
}
#section-contact #contact-form-wrap form textarea {
  padding: 7px;
}
#section-contact #contact-form-wrap form .btn-submit {
  background-color: #006699;
  color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
#section-contact #contact-form-wrap form .contact-form-status {
  text-align: center;
  color: #391C3D;
  font-weight: 500;
}

#section-partner {
  font-weight: 100;
}
#section-partner .heading {
  text-transform: uppercase;
  background-color: #f0f0f0;
  color: #777;
  display: table;
}
#section-partner .img-wrapper {
  background-color: #fff;
  padding: 30px 0;
}
#section-partner .img-wrapper img {
  margin: 5px;
}

#section-offer {
  font-weight: 100;
  font-size: 15px;
}
#section-offer h3, #section-offer h5 {
  font-weight: 100;
}
#section-offer i.fa {
  position: relative;
  top: -10px;
  transform: rotate(-15deg);
  color: #006699;
}

.footer-default {
  background-color: #006699 !important;
  color: #fff !important;
}

/*# sourceMappingURL=custom1.css.map */
