/*
Kilian
Theme for Luxo Five
Author: Marie-Luise Vorberg
Email: mlv@luxo-five.de
Created: 01.10.2024
*/
/* ::: Table of Contents
-------------------------------------------------- 
:: 1 :: Fonts
:: 2 :: Variables, Mixins, Extends
:: 3 :: HTML Elements / HTML Fallbacks
:: 4 :: Globals / Base Theme Reset
:: 5 :: Layout
:: 6 :: Navigation
:: 7 :: Components
-------------------------------------------------- 
*/
/* :::  1 ::: Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'barlow_light';
  src: url("fonts/barlow/Barlow-Light-webfont.eot");
  src: url("fonts/barlow/Barlow-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/barlow/Barlow-Light-webfont.woff") format("woff"), url("fonts/barlow/Barlow-Light-webfont.ttf") format("truetype"), url("fonts/barlow/Barlow-Light-webfont.svg#barlow_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'barlow_regular';
  src: url("fonts/barlow/Barlow-Regular-webfont.eot");
  src: url("fonts/barlow/Barlow-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/barlow/Barlow-Regular-webfont.woff") format("woff"), url("fonts/barlow/Barlow-Regular-webfont.ttf") format("truetype"), url("fonts/barlow/Barlow-Regular-webfont.svg#barlow_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'barlow_semibold';
  src: url("fonts/barlow/Barlow-SemiBold-webfont.eot");
  src: url("fonts/barlow/Barlow-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/barlow/Barlow-SemiBold-webfont.woff") format("woff"), url("fonts/barlow/Barlow-SemiBold-webfont.ttf") format("truetype"), url("fonts/barlow/Barlow-SemiBold-webfont.svg#barlow_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sansbook';
  src: url("fonts/fira/firasans-book-webfont.eot");
  src: url("fonts/fira/firasans-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fira/firasans-book-webfont.woff2") format("woff2"), url("fonts/fira/firasans-book-webfont.woff") format("woff"), url("fonts/fira/firasans-book-webfont.svg#fira_sansbook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sanslight';
  src: url("fonts/fira/firasans-light-webfont.eot");
  src: url("fonts/fira/firasans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fira/firasans-light-webfont.woff2") format("woff2"), url("fonts/fira/firasans-light-webfont.woff") format("woff"), url("fonts/fira/firasans-light-webfont.svg#fira_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fira_sansregular';
  src: url("fonts/fira/firasans-regular-webfont.eot");
  src: url("fonts/fira/firasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fira/firasans-regular-webfont.woff2") format("woff2"), url("fonts/fira/firasans-regular-webfont.woff") format("woff"), url("fonts/fira/firasans-regular-webfont.svg#fira_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

.group:after,
.clear:after {
  content: '';
  display: table;
  clear: both; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

@media screen and (max-width: 1100px) {
  h1,
  h2,
  h3,
  p,
  ul {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; } }
.sectionTitle {
  margin-bottom: 48px; }

/* :::  FIXME ::: Variables, Mixins, Extends 
-------------------------------------------------- */
.documentTeasers, .document, .gallery, .columns {
  padding-top: 96px;
  padding-bottom: 96px; }

@media screen and (min-width: 960px) {
  .documentTeasers, .document, .gallery, .columns {
    padding-top: 64px;
    padding-bottom: 64px; } }
/* :::  FIXME ::: Basic Layout
-------------------------------------------------- */
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  width: 100%;
  color: #443d38; }

body {
  font-family: "fira_sansregular", Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 16px;
  line-height: 160%; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.contentWrapper {
  flex: 1 0 auto; }

.pageFooter {
  flex-shrink: 0; }

.section .group {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px; }

@media screen and (min-width: 1272px) {
  .section .group {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; } }
.contentSection {
  margin-bottom: 72px; }
  .contentSection.styled {
    background-color: #fafafa;
    padding: 64px 0;
    margin-bottom: 0; }

.language-switcher-language-url {
  text-transform: uppercase; }
  .language-switcher-language-url li {
    display: inline; }
    .language-switcher-language-url li a {
      color: #3a3734; }
    .language-switcher-language-url li:after {
      content: '|';
      margin: 0 8px;
      color: #3a3734; }
    .language-switcher-language-url li:last-child:after {
      content: '';
      margin: 0; }
    .language-switcher-language-url li.is-active a {
      text-decoration: underline; }

.pageHeader {
  position: relative;
  padding: 72px 0 96px 0;
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .pageHeader .language-switcher-language-url {
    position: absolute;
    top: 0;
    right: 24px; }
    .pageHeader .language-switcher-language-url li a {
      color: white !important; }
    .pageHeader .language-switcher-language-url li:after {
      color: white; }
  .pageHeader .group {
    z-index: 1000; }

.logo {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  padding-top: 12px;
  z-index: 8;
  position: relative; }
  .logo svg {
    display: block;
    max-width: 100%; }

@media screen and (min-width: 960px) {
  .logo {
    float: left;
    margin: 0; } }
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 140%; }

h1,
.sectionTitle,
.page--title,
.document--title {
  text-transform: uppercase;
  font-family: "fira_sansregular", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 28px; }

.page--subtitle, .defaultText h2 {
  font-family: "fira_sansregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px; }

@media screen and (min-width: 1100px) {
  .logo {
    float: left; } }
.pageFooter {
  background-color: #3a3734;
  padding: 72px 0;
  color: white !important; }
  .pageFooter .footerColumn {
    margin-bottom: 48px; }
  .pageFooter a {
    color: white !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.6); }
    .pageFooter a:hover {
      text-decoration-thickness: 3px;
      text-underline-offset: 2px; }
  .pageFooter ul {
    margin-left: 18px; }
  .pageFooter ul li {
    list-style-type: disc;
    padding-left: 8px; }
  .pageFooter p {
    margin-bottom: 12px; }
  .pageFooter h2,
  .pageFooter h3 {
    font-size: 22px;
    margin-bottom: 18px;
    font-family: "fira_sanslight", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }

@media screen and (min-width: 960px) {
  .pageFooter .footerColumn {
    margin-bottom: 0; } }
/* :::  FIXME ::: Off Canvas
-------------------------------------------------- */
.menuToggle {
  position: fixed;
  right: 10px;
  top: 0;
  padding: 10px;
  color: white;
  z-index: 99999;
  background-color: #349d3b; }

#offCanvas .menuToggle {
  display: block; }

#offCanvas .logo {
  width: 100%;
  float: none;
  margin: 0 auto 40px auto; }
  #offCanvas .logo svg,
  #offCanvas .logo svg .cls-1 {
    fill: #3a3734; }
  #offCanvas .logo img {
    margin: 0 auto; }

#offCanvas {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 99998;
  padding: 40px;
  padding-top: 78px;
  left: -300%;
  top: 0;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  transition: 1s;
  margin: 0;
  height: 100%; }
  #offCanvas.is-open {
    transition: 1s;
    left: 0;
    -webkit-animation: slide 0.8s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.8s forwards;
    animation-delay: 2s; }
  #offCanvas .language-switcher-language-url {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 36px; }
  #offCanvas .menu {
    display: block !important;
    visibility: visible !important;
    text-align: center;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3a3734; }
    #offCanvas .menu a,
    #offCanvas .menu span {
      color: #3a3734;
      padding: 12px 6px;
      display: block !important;
      margin: 0 auto;
      text-align: center; }
    #offCanvas .menu a.is-active {
      text-decoration: underline; }
    #offCanvas .menu li {
      display: block;
      margin: 12px 0;
      text-transform: uppercase; }
    #offCanvas .menu li,
    #offCanvas .menu li:hover,
    #offCanvas .menu li.menu-item--active-trail {
      border: none; }
    #offCanvas .menu li .menu {
      position: relative !important;
      display: block !important;
      visibility: visible !important;
      border: none;
      top: 0;
      left: 0;
      padding-top: 0;
      margin-top: 0;
      padding: 0;
      margin: 0;
      font-size: 15px; }
      #offCanvas .menu li .menu li {
        text-transform: none; }

.pageHeader .language-switcher-language-url {
  display: none;
  visibility: hidden; }

@media screen and (min-width: 960px) {
  #offCanvas {
    display: none !important;
    visibility: hidden !important;
    z-index: -1 !important; }

  .menuToggle {
    display: none;
    visibility: hidden; }

  .pageHeader .language-switcher-language-url {
    display: block;
    visibility: visible; } }
/* :::  FIXME ::: Navigation
-------------------------------------------------- */
.menu {
  list-style: none; }
  .menu li {
    display: block; }
  .menu a {
    color: white;
    text-transform: uppercase;
    font-family: "fira_sanslight", Arial, Helvetica, sans-serif; }
    .menu a:hover, .menu a.is-active {
      text-decoration: underline; }

.pageHeader .menu {
  display: none;
  visibility: hidden; }

.intro {
  position: relative; }
  .intro picture {
    display: block; }

@media screen and (min-width: 960px) {
  .pageHeader .menu {
    display: block;
    float: right;
    visibility: visible;
    width: calc(100% - 360px);
    padding-top: 32px;
    padding-left: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 1180px) {
  .pageHeader .menu {
    padding-left: 128px; } }
/* Full Width Image Paragraph */
.featureImage {
  width: 100%; }
  .featureImage.section {
    padding: 0; }
  .featureImage img {
    width: 100%;
    height: auto;
    display: block; }

.intro {
  padding: 72px 0;
  text-align: center; }
  .intro--inner {
    max-width: 520px;
    margin: 0 auto; }
  .intro .button {
    margin-top: 24px; }

.page--title {
  padding-top: 18px; }

.documentTeaser--details .button,
.button {
  display: block;
  text-decoration: underline;
  text-decoration-color: #349d3b;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  color: #443d38; }
  .documentTeaser--details .button:hover,
  .button:hover {
    opacity: .8; }

.divider:before {
  content: url(images/ornament.svg);
  display: block;
  max-width: 400px;
  margin: 12px auto;
  height: auto; }

.buttonMain {
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 24px; }

/* document teaser */
.documentTeasers {
  background-color: #fafafa; }
  .documentTeasers .button {
    margin-top: 24px; }

.documentTeaser {
  margin-bottom: 72px; }
  .documentTeaser .button {
    margin-top: 24px; }
  .documentTeaser--titles {
    margin-bottom: 12px; }
    .documentTeaser--titles:before {
      content: url(images/book.svg);
      display: block;
      width: 60%;
      max-width: 96px;
      margin: 0 auto 24px auto; }
  .documentTeaser--title {
    text-transform: uppercase;
    font-size: 18px; }
    .documentTeaser--title a {
      color: #443d38; }
  .documentTeaser--subtitle {
    font-size: 16px;
    font-style: italic; }
  .documentTeaser--links a {
    color: #443d38;
    opacity: 0.7;
    text-decoration: underline; }
    .documentTeaser--links a:hover {
      opacity: 1;
      text-decoration-thickness: 3px;
      text-underline-offset: 2px; }

@media screen and (min-width: 960px) {
  .documentTeaser {
    margin-bottom: 24px; } }
.documentOverview {
  background-color: transparent; }
  .documentOverview .documentTeaser {
    display: block;
    margin-bottom: 24px; }
    .documentOverview .documentTeaser .documentTeaser--inner {
      padding: 48px;
      height: 100%;
      display: block;
      float: none;
      clear: both; }
    .documentOverview .documentTeaser:after {
      content: '';
      width: 60%;
      margin: 24px auto 0 auto;
      display: block;
      border-bottom: 1px solid #3a3734; }
  .documentOverview .documentTeaser:nth-of-type(2n) .documentTeaser--inner {
    background-color: #fafafa; }

/* document details */
.document .group {
  margin-bottom: 96px !important; }
.document .label {
  font-weight: bold; }
.document a {
  color: #443d38;
  text-decoration: underline; }
  .document a:hover {
    opacity: .8;
    text-decoration-color: #349d3b;
    text-decoration-thickness: 2px; }
.document--subtitle {
  display: block;
  text-align: center;
  font-style: italic; }
.document .article--title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 24px; }
.document--metadata {
  margin-bottom: 24px; }
.document--metadata .inner {
  background-color: #fafafa;
  padding: 24px;
  height: 100% !important; }
.document #pdf_reader {
  width: 100% !important;
  min-height: 720px;
  /* FIXME mobile */ }

@media screen and (min-width: 960px) {
  .document--metadata {
    margin-bottom: 0; } }
/* sponsor */
.sponsor {
  display: block;
  margin-bottom: 24px; }

/* defaultText */
.defaultText {
  background-color: white;
  padding: 24px; }
  .defaultText h2 {
    text-align: left;
    margin-top: 48px;
    margin-bottom: 12px; }
  .defaultText h3 {
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px; }
  .defaultText h2 + h3 {
    margin-top: 0; }
  .defaultText ul,
  .defaultText ol {
    margin-left: 24px;
    margin-top: 12px;
    margin-bottom: 12px; }
  .defaultText ul {
    list-style-type: disc; }
  .defaultText ol {
    list-style: decimal; }
  .defaultText p {
    margin-bottom: 12px; }
  .defaultText a {
    color: #3a3734;
    text-decoration: underline; }
    .defaultText a:hover {
      opacity: .8;
      text-decoration-thickness: 3px;
      text-underline-offset: 2px; }
  .defaultText--inner {
    max-width: 680px;
    margin: 0 auto; }

@media screen and (min-width: 960px) {
  .defaultText {
    padding: 64px; } }
/* BEF */
.bef-exposed-form {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .bef-exposed-form .form-submit {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-spacing: 0;
    color: #3a3734;
    font-weight: normal;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    text-align: center; }
  .bef-exposed-form label {
    font-weight: bold; }
  .bef-exposed-form ul {
    margin-bottom: 36px; }
  .bef-exposed-form li {
    display: inline;
    padding: 0 12px; }
    .bef-exposed-form li a {
      color: #3a3734; }
      .bef-exposed-form li a.bef-link--selected {
        text-decoration: underline;
        opacity: 0.8; }

/* Gallery */
.slick-track {
  display: flex !important; }

.slick-track .slick-slide {
  display: flex;
  height: auto;
  padding: 12px; }

/* columns */
.columns .column {
  margin-bottom: 72px; }
  .columns .column--inner {
    padding: 0 24px;
    text-align: center; }
  .columns .column--title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center; }
  .columns .column .button {
    margin-top: 24px; }
  .columns .column a:not(.button) {
    color: #3a3734;
    text-decoration: underline; }
    .columns .column a:not(.button):hover {
      text-decoration-thickness: 3px;
      text-underline-offset: 2px; }

@media screen and (min-width: 960px) {
  .columns .column {
    margin-bottom: 0; } }
/* login form */
.user-login-form label,
.user-pass label {
  display: block;
  color: #3a3734; }
.user-login-form .form-item,
.user-pass .form-item {
  margin-bottom: 12px; }
.user-login-form legend,
.user-pass legend {
  color: #3a3734;
  margin: 0 auto; }
.user-login-form input,
.user-pass input,
.user-login-form textarea,
.user-pass textarea {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px;
  max-width: 100%; }
.user-login-form input[type="submit"],
.user-pass input[type="submit"] {
  background-color: #349d3b;
  color: white; }
.user-login-form input[type="submit"]:hover,
.user-pass input[type="submit"]:hover {
  background-color: #349d3b; }
.user-login-form .form-required,
.user-pass .form-required {
  color: #3a3734; }
  .user-login-form .form-required:after,
  .user-pass .form-required:after {
    content: '*';
    display: inline;
    padding-left: 4px;
    color: mediumvioletred; }

.user-login-form,
.user-pass {
  margin-top: 94px; }
  .user-login-form input,
  .user-pass input {
    appearance: none; }

em {
  font-style: italic; }

/* :::  FIXME ::: Back to top
-------------------------------------------------- */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(52, 157, 59, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: black;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

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