.berghall-newsletter-img, .berghall-header-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
  font-family: "dancingscript-bold";
  font-display: auto;
  src: url("../schriften/DancingScript-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "dancingscript-regular";
  font-display: auto;
  src: url("../schriften/DancingScript-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "sintony-bold";
  font-display: auto;
  src: url("../schriften/Sintony-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "sintony-regular";
  font-display: auto;
  src: url("../schriften/Sintony-Regular.ttf") format("opentype");
}
.berghall-dancingscript-bold {
  font-family: "dancingscript-bold";
}

.berghall-dancingscript-regular {
  font-family: "dancingscript-regular";
}

.berghall-sintony-bold {
  font-family: "sintony-bold";
}

.berghall-sintony-regular {
  font-family: "sintony-regular";
}

.berghall-navigation {
  min-height: 5rem;
  background-color: rgba(200, 200, 200, 0.8);
}

.berghall-header-img {
  background-image: url("../images/hoehle.jpg");
}

.berghall-newsletter-img {
  background-image: url("../images/crowd.jpg");
}

h1.berghall-header-h1 {
  font-family: sintony-bold;
  font-size: calc(8vw + 2rem);
  line-height: 1;
}

h2.berghall-newsletter-h2 {
  font-family: sintony-bold;
  font-size: calc(3vw + 2rem);
  line-height: 1;
}

.berghall-secondary-font {
  font-family: "dancingscript-bold";
  color: #dab498;
}

.berghall-content-background {
  background-color: #fbf7ed;
}

.berghall-content {
/*  min-height: 70vh;*/
}

.berghall-button {
  font-family: "sintony-regular";
  color: #dab498;
  background-color: #181414;
  border: none;
}

.berghall-button:hover {
  font-family: "sintony-regular";
  color: #181414;
  background-color: #dab498;
  border: none;
}

.berghall-footer {
  background-color: #181414;
  min-height: 30vh;
}

.berghall-icons {
  width: 4rem;
}

.berghall-header-filter-black {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
}

.berghall-newsletter-filter-black {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 50vh;
}

body .berghall-form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .berghall-form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .berghall-form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .berghall-form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

body .berghall-form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

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