body {
  font-family: Calibri, "Segoe UI", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #000
}

a {
  color: #000
}

.bg-sarah {
  background-color: #fff !important
}

a:hover {
  color: #6e6e6d !important;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.kmh-special {
  font-family: "Calibri Light", Calibri, "Segoe UI", sans-serif
}

.kmh-special {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 72px;
  color: #8a2b57;
  font-family: "Calibri Light", Calibri, "Segoe UI", sans-serif
}
.kmh-special-color {
 
  color: #8a2b57;
  
}

  .list-kmh-special li::first-letter {
    color: #8a2b57; 
    /* Falls nur der rote Buchstabe fett sein soll: */
    font-weight: bold; 
    /* Falls der Buchstabe etwas größer sein soll: */
    font-size: 1.2em;
  }

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #c4c4c4;
  color: #fff;
  transition: all .4s
}

.back-to-top i:hover {
  background: #6e6e6d;
  color: #fff
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #c4c4c4;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

#header {
  transition: all .5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: .5px;
  font-family: "Calibri Light", Calibri, "Segoe UI", sans-serif
}

#header .logo a {
  color: #16507b
}

#header .logo img {
  max-height: 60px
}

@media (max-width:992px) {
  #header .logo {
    font-size: 28px
  }
}

#hero {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  position: relative
}

.hero_img {
  padding: 10px;
  max-width: 310px
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, .8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

#hero h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 72px;
  color: black;
  font-family: "Calibri Light", Calibri, "Segoe UI", sans-serif
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px
}

@media (min-width:1024px) {
  #hero {
    background-attachment: fixed
  }
}

@media (max-width:992px),
(max-height:500) {
  #hero {
    height: auto
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px
  }
  .kmh-special 
  {
   font-size: 28px;
    line-height: 36px
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px
  }
}

section {
  padding: 0 0 50px 0
}

.section-bg {
  background-color: #faf1f0
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #6e6e6d
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px
}

.about .content ul {
  list-style: none;
  padding: 0
}

.about .content ul li {
  padding-left: 28px;
  position: relative
}

.about .content ul li+li {
  margin-top: 10px
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #c4c4c4;
  line-height: 1
}

.about .content p:last-child {
  margin-bottom: 0
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

.contact .info {
  width: 100%;
  background: #fff
}

.contact .info i {
  font-size: 20px;
  color: #6e6e6d;
  float: left;
  width: 44px;
  height: 44px;
  background: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all .3s ease-in-out
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #6e6e6d
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

.contact .info .address,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
  background: #6e6e6d;
  color: #fff
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#footer {
  color: #444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0 2px 15px rgba(18, 66, 101, .08)
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Calibri Light", Calibri, "Segoe UI", sans-serif;
  color: #777
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #6e6e6d;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links {
  margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #c4c4c4;
  font-size: 18px;
  line-height: 1
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul a {
  color: #777;
  transition: .3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #c4c4c4
}

.responsive-divider {
  border: 0;
  border-top: 2px solid #dee2e6;
  opacity: 1
}

@media (min-width:768px) {
  .responsive-divider {
    border-top-width: 2px
  }
}

@media (min-width:1200px) {
  .responsive-divider {
    border-top-width: 2px
  }
}