@font-face {
  font-family: 'Walbaum 10 Pro';
  src: url("../assets/fonts/Walbaum10Pro.eot");
  src: url("../assets/fonts/Walbaum10Pro.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Walbaum10Pro.woff") format("woff"), url("../assets/fonts/Walbaum10Pro.ttf") format("truetype"); }
* {
  box-sizing: border-box; }

body,
html {
  min-height: 100vh; }

body {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff5eb;
  align-items: center; }
  body.home {
    height: 100vh;
    flex-direction: row;
    justify-content: center; }

.content {
  width: 100%;
  max-width: 40em;
  padding: 2rem; }

@media only screen and (max-width: 34rem) {
  .content {
    padding: 1.2rem; } }
.map {
  width: 100%;
  min-height: 20rem;
  display: flex;
  flex: 1; }

body {
  font-family: 'PT Serif', serif; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

p {
  font-family: 'PT Sans', sans-serif;
  max-width: 40em; }

.content *:first-child {
  margin-top: 0 !important; }
.content h1,
.content .posts h2 {
  font-size: 1.6rem;
  font-weight: normal;
  color: #871419;
  margin-top: 2rem;
  margin-bottom: 0.4rem; }
.content h2 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: normal;
  color: #f69146;
  margin-top: 2rem; }
.content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  margin-top: 2rem; }
.content h4 {
  font-size: inherit;
  margin-bottom: 0.4rem;
  margin-top: 2rem; }
.content h1 + *:not(h2):not(h3):not(h4),
.content h2 + *:not(h3):not(h4),
.content h3 + *:not(h4),
.content h4 + * {
  margin-top: 0.4rem; }
.content .date {
  font-size: 1.2rem;
  font-weight: normal;
  font-variant-caps: all-small-caps;
  color: #f69146; }

.header {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  align-items: center; }

.navigation {
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .navigation h1 {
    font: inherit;
    color: inherit;
    display: inherit;
    margin: inherit;
    padding: inherit; }
  .navigation ul {
    margin: 2rem;
    padding: 0;
    height: 3rem;
    display: flex;
    align-items: center; }
    .navigation ul li {
      display: inline-block;
      list-style-type: none;
      margin: 0;
      margin-right: 2em; }
      .navigation ul li:last-child {
        margin-right: 0; }
      .navigation ul li > a {
        color: #871419;
        position: relative;
        white-space: nowrap; }
        .navigation ul li > a.muted {
          color: black; }
        .navigation ul li > a:hover, .navigation ul li > a:active, .navigation ul li > a:focus, .navigation ul li > a.muted:hover, .navigation ul li > a.muted:active, .navigation ul li > a.muted:focus {
          text-decoration: none;
          color: #ffc832; }
      .navigation ul li.active > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% + 2*0.2em);
        height: 0.4em;
        margin-bottom: -0.4em;
        margin-left: -0.2em;
        border-style: solid;
        border-width: 0;
        border-bottom-width: 0.12em;
        border-color: #871419; }
      .navigation ul li.active > a:hover::after, .navigation ul li.active > a:active::after, .navigation ul li.active > a:focus::after {
        border-color: #ffc832; }
  .navigation .navigation-item--back a::after {
    font-family: 'Walbaum 10 Pro', serif;
    content: '\2190';
    font-size: 1.6rem; }
  .navigation-item--news:hover .navigation__news, .navigation-item--news:active .navigation__news, .navigation-item--news:focus .navigation__news {
    display: block; }
  .navigation__subscribe {
    margin: 2rem; }
  .navigation__news {
    position: absolute;
    padding: 2rem;
    margin-left: -2rem;
    font-size: 1rem;
    width: 24rem;
    display: none;
    background: rgba(255, 245, 235, 0.8); }
    .navigation__news:hover, .navigation__news:active, .navigation__news:focus {
      display: block; }
    .navigation__news h2 {
      font-size: inherit;
      font-weight: inherit;
      margin-top: 0;
      margin-bottom: 0.2em;
      color: #871419; }
      .navigation__news h2 .date {
        font-variant-caps: all-small-caps;
        color: #f69146;
        font-weight: normal; }
    .navigation__news h2 + p {
      margin-top: 0; }

.navigation--home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  /*
  ul {
    width: calc(100vw - 2*2rem);
  }
  */ }

@media only screen and (max-width: 60rem) {
  .navigation:not(.navigation--home) ul li:not(.navigation-item--back) {
    margin-right: 0; }
  .navigation:not(.navigation--home) ul li:not(.navigation-item--back):not(.active) {
    display: none; }
  .navigation:not(.navigation--home) ul li.navigation-item--back {
    margin-right: 1.2rem; } }
@media only screen and (max-width: 34rem) {
  .navigation ul {
    margin: 1.2rem; }
  .navigation.navigation--home ul {
    flex-direction: column;
    align-items: flex-start; }
    .navigation.navigation--home ul li {
      margin-bottom: 0.4rem; }
  .navigation:not(.navigation--home) ul {
    height: 2.4rem; }
  .navigation-item--news:hover .navigation__news, .navigation-item--news:active .navigation__news, .navigation-item--news:focus .navigation__news {
    display: none; } }
@media only screen and (max-width: 20rem) {
  .navigation:not(.navigation--home) ul li:not(.navigation-item--back) {
    display: none; } }
.logo-wrap {
  font-size: inherit;
  flex: 1;
  display: flex;
  justify-content: center; }

.logo {
  height: 3rem;
  margin: 2rem;
  font-family: serif;
  font-family: 'Walbaum 10 Pro', serif;
  font-weight: normal;
  font-size: 2rem;
  color: #871419;
  text-align: right; }
  .logo a {
    position: relative; }
    .logo a:hover, .logo a:active, .logo a:focus {
      text-decoration: none; }
      .logo a:hover::after, .logo a:active::after, .logo a:focus::after {
        content: '';
        width: 100%;
        height: 0.05em;
        background: #871419;
        position: absolute;
        bottom: 0.2em;
        left: 0; }
  .logo .navigation + .logo {
    margin-left: 0 !important; }
  .logo__plate {
    color: white;
    mix-blend-mode: multiply;
    background-color: #871419;
    padding-left: 0.225em;
    padding-right: 0.225em;
    padding-top: 0.225em;
    padding-bottom: 0.08em;
    display: inline-block; }

.logo--home {
  font-size: 5rem;
  width: 30rem;
  height: auto;
  margin: 2rem; }

@media only screen and (max-width: 44rem) {
  .logo--home {
    font-size: 3.5rem;
    width: 21rem; } }
@media only screen and (max-width: 34rem) {
  .logo {
    font-size: 1.6rem;
    height: 2.4rem;
    margin: 1.2rem; }

  .logo--home {
    font-size: 3rem;
    width: 18rem; } }
.footer {
  align-self: flex-end;
  /*width: 0;
  text-align: right;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer img {
    width: 25%;
    max-width: 100%;
    height: auto; }

@media (max-width: 767px) {
  .footer img {
    display: none; } }
.kafelink {
  text-decoration: underline; }

.kafelink:hover {
  text-decoration: none; }

.button {
  padding: 0.2rem;
  border-style: solid;
  border-width: 2px;
  border-color: #871419;
  color: #871419;
  background: transparent;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer; }

.button:hover {
  border-color: #f69146;
  color: #f69146;
  text-decoration: none; }

input {
  padding: 0.2rem;
  border-style: solid;
  border-width: 2px;
  border-color: #871419;
  color: #871419;
  background: transparent;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box; }
