@font-face {
  font-family: '18th_century_kurrent_textRg';
  src: url('/typo3conf/ext/pfarrhaus_prosigk/Resources/Public/Fonts/18thctrkurtxt-webfont.woff2') format('woff2'), url('/typo3conf/ext/pfarrhaus_prosigk/Resources/Public/Fonts/18thctrkurtxt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '18th_century_kurrent_startRg';
  src: url('/typo3conf/ext/pfarrhaus_prosigk/Resources/Public/Fonts/18thctrkurstart-webfont.woff2') format('woff2'), url('/typo3conf/ext/pfarrhaus_prosigk/Resources/Public/Fonts/18thctrkurstart-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "corundum-text", serif;
  font-size: 16px;
  color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/typo3conf/ext/pfarrhaus_prosigk/Resources/Public/Images/Prosigk_Pfarrhaus.jpg) no-repeat center center;
  background-size: cover;
  filter: sepia(0.8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "corundum-text-sc", serif;
}
main {
  position: relative;
  padding: 20px 0;
  margin: 0 20px;
}
main > .container {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #000;
}
main h1 > a {
  text-decoration: none;
  color: #000;
}
main .btn {
  filter: sepia(0.5);
}
main div.frame-layout-1 {
  border: 5px double #000;
  border-radius: 20px;
  padding: 20px;
}
main div.frame-layout-1 header h1 {
  text-align: left;
  margin: 0;
  font-family: '18th_century_kurrent_textRg', Arial, serif;
  font-size: 5rem;
}
main div.frame-layout-1 header h1::first-letter {
  font-family: '18th_century_kurrent_startRg', Arial, serif;
  font-size: 7rem;
}
main div.frame-layout-1 header h1 + h2 {
  text-align: right;
  margin: 0;
  font-family: '18th_century_kurrent_textRg', Arial, serif;
  font-size: 5rem;
}
main div.frame-layout-1 header h1 + h2::first-letter {
  font-family: '18th_century_kurrent_startRg', Arial, serif;
  font-size: 7rem;
}
/*# sourceMappingURL=layout.css.map */