/* SCHRIFTEN */

/* roboto-serif-regular - latin */
@font-face {
  font-family: "Roboto Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""),
    url("../fonts/roboto-serif-v5-latin-regular.woff2") format("woff2"),
    url("../fonts/roboto-serif-v5-latin-regular.woff") format("woff");
}

body {
  background-color: #708090;
}

a {
  color: #b8251e;
}

a:hover {
  color: #193449;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

.page-margins {
  background-color: #f1f2f4;
  box-shadow: 0 0px 20px 0px #434d56;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}

.hero {
  position: relative;
  background: #008b8b;
  height: 100vh;
}

.hero-img-container {
  position: relative;
  height: auto;
}

.hero-slogan {
  font-family: "Roboto Serif";
  position: absolute;
  background-color: rgba(67, 77, 86, 0.5);
  color: #fff;
  border-radius: 10px;
  font-size: calc(1rem + 0.75vw);
  line-height: 1.2;
  text-align: center;
  width: 300px;
  left: calc(50% - 150px);
  bottom: 1.5rem;
  padding: 0.5rem 0.5rem 0.25rem;
}

.hero-text-container {
  text-align: center;
  color: #fff;
  padding: 3rem 1rem 1rem;
}

.preis {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}

.bg-white {
  background-color: #fff;
}

.leadcontainer {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}

.leadtext {
  position: relative;
  font-family: "Roboto Serif";
  font-size: 1.25rem;
  text-align: center;
}

.leadtext::before, .leadtext::after {
  position: absolute;
  display: block;
  height: 1px;
  width: 200px;
  left: calc(50% - 100px);
  content: "";
  background-color: #b8251e;
}

.leadtext::before {
  top: -30px;
}

.leadtext::after {
  bottom: -30px;
}

.galerie {
  background: linear-gradient(to top, #193449 50%, #006666 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.galerie img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.galerie a img {
  cursor: zoom-in;
}

.galerie a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

#baguetteBox-overlay {
  background-color: rgb(26, 26, 26) !important;
}

.emu-footer {
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.line {
  border-top: 1px solid #b8251e;
  width: 200px;
  margin: 2rem auto;
}

.emu-copyright {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media (min-width: 400px) {

  .hero {
    height: auto;
  }

  .hero-text-container {
    padding: 2rem 1rem;
  }

}

@media (min-width: 768px) {

  .hero-slogan {
    width: 400px;
    left: calc(50% - 200px);
  }

  .leadcontainer {
    margin-top: 7rem;
    margin-bottom: 5.5rem;
  }

  .leadtext::before, .leadtext::after {
    width: 300px;
    left: calc(50% - 150px);
  }

  .leadtext::before {
    top: -42px;
  }
  
  .leadtext::after {
    bottom: -42px;
  }

  .galerie {
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }

  .line {
    width: 300px;
  }

}

@media (min-width: 992px) {

  .hero-slogan {
    width: 600px;
    left: calc(50% - 300px);
    bottom: 1rem;
  }

  .preis {
    font-size: 1rem;
    font-weight: bold;
    line-height: inherit;
  }

  .galerie {
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
  }

}

@media (min-width: 1200px) {

  .leadtext::before, .leadtext::after {
    width: 360px;
    left: calc(50% - 180px);
  }

  .galerie {
    padding-top: 5.25rem;
    padding-bottom: 5rem;
  }

  .line {
    width: 360px;
  }

}