@import url("https://fonts.googleapis.com/css2?family=Imprima&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body .mm-page {
  background-color: #222;
  color: #fff;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.layout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  text-align: center;
  padding: 40px 0;
}
.header img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.quote {
  text-align: center;
  padding: 40px 0;
  font-size: 1.5rem;
  font-style: italic;
}

.news {
  padding: 40px 0;
}
.news .news-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 5px;
}
.news .news-item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.news .news-item h3 {
  margin-top: 15px;
  font-size: 1.3rem;
}
.news .news-item p {
  margin-top: 10px;
  font-size: 1rem;
}

.contact {
  text-align: center;
  padding: 40px 0;
}
.contact p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .nav {
    flex-direction: column;
    align-items: center;
  }
  .quote {
    font-size: 1.2rem;
  }
}
div[id$=theme-local-tasks] {
  padding: 1em 0;
}
div[id$=theme-local-tasks] ul {
  display: flex;
}
div[id$=theme-local-tasks] ul a {
  border: 1px solid white;
  color: white;
  background: black;
  padding: 0.5em 1em;
}
div[id$=theme-local-tasks] ul a:hover {
  background: white;
  color: black;
}

header > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
header > div a {
  color: white;
  text-decoration: none;
  text-underline-offset: 0.3em;
}
header > div a.is-active {
  text-decoration: underline;
}

#block-tomhannes-theme-branding {
  font-size: 1.3em;
  flex: 0 0 auto;
}

#block-tomhannes-theme-main-menu {
  font-size: 1em;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 799px) {
  #block-tomhannes-theme-main-menu {
    display: none;
  }
}

#block-tomhannes-theme-languageswitcher ul.links {
  display: flex;
}
#block-tomhannes-theme-languageswitcher ul.links li {
  margin-left: 1em;
}

.views_slideshow_cycle_main {
  width: 100vw;
  position: relative;
  left: 0;
  margin-left: calc(-50vw + 50%);
  padding: 0 15px;
  box-sizing: border-box;
}
.views_slideshow_cycle_main img {
  width: 100vw;
}
.views_slideshow_cycle_main .node--slide--teaser {
  width: 100vw;
}
.views_slideshow_cycle_main .node--slide--teaser > div {
  display: flex;
  justify-content: flex-end; /* Aligns children to the right */
  width: 100%;
  /* Style for .layout--onecol */
}
.views_slideshow_cycle_main .node--slide--teaser > div .layout--onecol {
  width: 50%; /* Takes up half the width */
  display: flex;
  align-items: center; /* Vertically centers content */
  padding: 1em;
  box-sizing: border-box;
  min-height: 500px;
  height: 50vh;
}
.views_slideshow_cycle_main .node--slide--teaser > div .layout--onecol .layout__region--content {
  text-align: left;
  font-size: 2em;
  width: 100%;
}

#block-tomhannes-theme-page-title {
  margin-top: 1em;
}

.layout__region--second {
  padding-left: 1em;
}

time {
  font-style: italic;
}
/*# sourceMappingURL=theme.css.map */
