@charset "UTF-8";
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fonts/Fira_Sans/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fonts/Fira_Sans/FiraSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fonts/Fira_Sans/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fonts/Fira_Sans/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../assets/fonts/Fira_Sans/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.text-style-1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #704A73;
}

.text-style-2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #704A73;
}

.text-style-3, h3 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: #704A73;
}

.text-style-4, h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #707070;
}

.text-style-5 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #707070;
}

.text-style-6, h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  color: #707070;
}

.text-style-7 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  color: #707070;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
  display: flex;
  align-items: center;
  transition: height 0.3s ease, padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 120px;
    border-top: 12px solid #D8CAE1;
    border-bottom: 12px solid #D8CAE1;
    padding: 0 36px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1607843137);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-header {
    height: 200px;
    border-top: 29px solid #D8CAE1;
    border-bottom: 29px solid #D8CAE1;
    padding: 0 72px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  }
}
@media screen and (min-width: 1200px) {
  .site-header {
    height: 250px;
    border-top: 29px solid #D8CAE1;
    border-bottom: 29px solid #D8CAE1;
    padding: 0 72px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .site-header.scrolled {
    height: 200px;
  }
}
.site-header .site-title {
  margin: 0;
}
.site-header .site-title a {
  color: #704A73;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-header .site-title a {
    gap: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-header .site-title a {
    gap: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .site-title a {
    gap: 4px;
  }
}
@media (hover: hover) {
  .site-header .site-title a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.site-header .site-title .title-line {
  display: block;
  transition: font-size 0.3s ease, line-height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-header .site-title .title-line {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-header .site-title .title-line {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .site-title .title-line {
    font-size: 30px;
    line-height: 42px;
  }
}
.site-header .site-title .title-line-1,
.site-header .site-title .title-line-2 {
  font-weight: bold;
}
.site-header .site-title .title-line-3 {
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .site-header.scrolled .site-title .title-line {
    font-size: 22px;
    line-height: 34px;
  }
}
.site-header .main-navigation .menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation .menu {
    flex-direction: column;
    gap: 1rem;
  }
}
.site-header .main-navigation .menu li {
  margin: 0;
}
.site-header .main-navigation .menu a {
  color: #704A73;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .site-header .main-navigation .menu a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

body {
  transition: padding-top 0.3s ease;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    padding-top: 171px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 221px;
  }
  body.header-scrolled {
    padding-top: 171px;
  }
}

.text-block .text-content {
  position: relative;
}

.close-button {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .close-button {
    display: block;
    width: 16px;
    height: 16px;
    right: -30px;
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .close-button {
    display: block;
    width: 27px;
    height: 27px;
    top: 7px;
  }
}
@media (hover: hover) {
  .close-button:hover {
    opacity: 0.7;
  }
}
.close-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 12px solid #CCE5D9;
  border-bottom: 12px solid #CCE5D9;
}
@media screen and (min-width: 1200px) {
  .banner {
    border-top: 29px solid #CCE5D9;
    border-bottom: 29px solid #CCE5D9;
  }
}
.banner.banner-high {
  height: 60vh;
}
@media screen and (max-width: 767px) {
  .banner.banner-high {
    height: 251px;
  }
}
.banner.banner-normal {
  height: 60vh;
}
@media screen and (max-width: 767px) {
  .banner.banner-normal {
    height: 251px;
  }
}

.banner-image-wrapper {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 180%;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-sizing: border-box;
}

.banner-content-inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-content-inner {
    padding: 0 36px;
  }
}
@media screen and (min-width: 768px) {
  .banner-content-inner {
    padding: 0 72px;
    max-width: 1232px;
  }
}
.banner-content-inner {
  width: 100%;
}

.banner-quote {
  font-style: italic;
  margin: 0;
  padding: 0;
  color: #704A73;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .banner-quote {
    font-size: 55px;
    line-height: 72px;
    font-weight: 500;
  }
}
.banner-quote::before {
  content: "„";
  margin-right: 0.08em;
}
.banner-quote::after {
  content: "“";
  margin-left: 0.08em;
}

.text-block {
  border-bottom: 4px solid #CCE5D9;
}
@media screen and (max-width: 767px) {
  .text-block {
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  .text-block {
    padding: 108px 0;
  }
}
.text-block:has(+ .banner) {
  border-bottom: none;
}
.text-block .container {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .text-block .container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 768px) {
  .text-block .container {
    padding: 0 72px;
    max-width: 1232px;
  }
}
@media screen and (min-width: 768px) {
  .text-block .container:has(.text-block__image) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
  }
}
.text-block__image {
  margin: 0 0 1.5em 0;
}
@media screen and (max-width: 767px) {
  .text-block__image {
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 768px) {
  .text-block__image {
    margin: 0;
    grid-column: 1;
  }
}
.text-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.text-block .text-content {
  padding-top: 0;
  color: #704A73;
}
@media screen and (min-width: 768px) {
  .text-block .text-content {
    grid-column: 2;
  }
}
.text-block .text-content * {
  color: #704A73;
}
.text-block .text-content h2 {
  font-weight: bold;
  padding-bottom: 1.2em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .text-block .text-content h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .text-block .text-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.text-block .text-content p {
  margin: 0 0 1em 0;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .text-block .text-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .text-block .text-content p {
    font-size: 22px;
    line-height: 34px;
  }
}
.text-block .text-content p:last-child {
  margin-bottom: 0;
}
.text-block .text-content ul, .text-block .text-content ol {
  margin: 0 0 1em 0;
  padding: 5px 0 5px 1em;
  list-style-position: outside;
  color: #704A73;
}
@media screen and (max-width: 767px) {
  .text-block .text-content ul, .text-block .text-content ol {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .text-block .text-content ul, .text-block .text-content ol {
    font-size: 22px;
    line-height: 34px;
  }
}
.text-block .text-content ul:last-child, .text-block .text-content ol:last-child {
  margin-bottom: 0;
}
.text-block .text-content li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  color: #704A73;
}
@media screen and (max-width: 767px) {
  .text-block .text-content li {
    margin-bottom: 2em;
  }
}
.text-block .text-content li:last-child {
  margin-bottom: 0;
}
.text-block .text-content a {
  color: #704A73;
  text-decoration: underline;
}
@media (hover: hover) {
  .text-block .text-content a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 1.5em 36px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 2em 72px;
  }
}

.footer-navigation {
  text-align: left;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.footer-menu li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer-menu li:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
  color: #704A73;
}
.footer-menu li a {
  color: #704A73;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-menu li a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu li a {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (hover: hover) {
  .footer-menu li a:hover {
    text-decoration: underline;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #704A73;
  font-weight: normal;
}

a {
  color: #704A73;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 72px;
  }
}

.site-main {
  min-height: 70vh;
}
@media screen and (max-width: 767px) {
  .site-main {
    margin-top: -12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site-main {
    margin-top: -29px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main {
    margin-top: -29px;
  }
}

body:not(.home) .site-main {
  margin-top: 0;
}

.posts article {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #D8CAE1;
}
@media screen and (max-width: 767px) {
  .posts article {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.posts article:last-child {
  border-bottom: none;
}

.entry-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.5rem;
  }
}
.entry-title a {
  color: #704A73;
}
.entry-title a:hover {
  color: #704A73;
}

.entry-meta {
  color: #707070;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.entry-content {
  margin-bottom: 2rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entry-content p {
  margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.entry-thumbnail {
  margin-bottom: 2rem;
}

.read-more {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #704A73;
  color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .read-more:hover {
    background: #707070;
    text-decoration: none;
  }
}

.pagination {
  margin-top: 4rem;
}
.pagination .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    flex-wrap: wrap;
  }
}
.pagination a, .pagination span {
  padding: 0.5rem 1rem;
  border: 1px solid #D8CAE1;
}
.pagination a.current, .pagination span.current {
  background: #704A73;
  color: white;
}

.post-navigation {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #D8CAE1;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

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