.header-top_contacts a:hover span {
  color: #C19D60;
}

.logo-holder {
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.font-brand {
  font-family: "Montserrat-Alt1";
  background: #685642;
  background: linear-gradient(to right, #685642 0%, #98918a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.font-brand.font-brand-top {
  font-size: 36px;
  letter-spacing: 5px;
}
.font-brand.font-brand-bottom {
  font-size: 18px;
  letter-spacing: 5px;
}

/* Hero Element */
.hero-title .hero-top {
  color: #C19D60;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.hero-title .hero-bottom {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.mousey {
  display: none;
}

.hero-title-wrap {
  top: 65%;
}

.scroll-down-wrap,
.custom-scroll-link {
  display: none;
}

@media only screen and (max-width: 1064px) {
  .hero-title-wrap {
    bottom: 0;
    padding-bottom: 5%;
    top: auto;
    position: absolute;
  }
}
.about-wrap .row {
  margin-bottom: 30px;
}

section.parallax-section .bg {
  background-size: cover;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 33%;
  padding: 0px 15px;
  margin-bottom: 50px;
}

.flex-container > div.no-margin {
  margin-bottom: 0;
}

.flex-container > div > .img-container {
  position: relative;
}

.flex-container > div > .img-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.flex-container > div:hover > .img-container .overlay {
  opacity: 0.5;
}

.flex-container > div > div:before {
  top: 20px;
  left: 20px;
  border-left: 1px dotted;
  border-top: 1px dotted;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 20;
  border-color: #C19D60;
}

.flex-container > div > div:after {
  bottom: 20px;
  right: 20px;
  border-right: 1px dotted;
  border-bottom: 1px dotted;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 20;
  border-color: #C19D60;
}

.flex-container > div > .header-container {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: #303030;
  border: 1px solid #eee;
  border-color: rgba(255, 255, 255, 0.08);
}

.flex-container > div > .header-container > h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 20px 0px;
}
.flex-container > div > .header-container > h3 a {
  color: #fff;
}

@media (max-width: 1064px) {
  .flex-container > div {
    width: 100%;
  }
}
/* Detail page */
.detail-page-bg {
  opacity: 0.75;
  filter: blur(3px);
}

.detail-page h1 {
  color: #C19D60;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.detail-page h2 {
  color: #fff;
  font-size: 38px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.detail-page h2.smaller {
  font-size: 24px !important;
}
.detail-page h3, .detail-page h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #C19D60;
}
.detail-page .detail-page-link-back {
  color: #C19D60;
}
.detail-page .text-block a {
  color: #fff;
}

/* Contact page */
.contact-hero {
  background-size: cover;
  transform: translateZ(0px) translateY(0%);
}
@media (max-width: 1064px) {
  .contact-hero #singleMap {
    height: 350px;
  }
}

/* Footer */
.footer-widget.legal-links a {
  display: block;
  color: #fff;
}
.footer-widget .footer-widget-title {
  font-family: "Montserrat", sans-serif;
}

/* Legal Seiten */
.legal-textblock h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #C19D60;
}
.legal-textblock h3 {
  margin-top: 10px !important;
}
.legal-textblock ul {
  padding-left: 20px;
}
.legal-textblock ul li {
  list-style: disc;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.ausbildung {
  font-size: 22px;
  margin-top: 10px;
  font-weight: 500;
}

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