@charset "UTF-8";
/*
luxo8euregio
Theme for euregio-history.net
Author: BOK+ Gätner
Created: 03/02/2021
*/
/* ::: 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: "Work Sans";
  src: url("fonts/worksans-medium-webfont.eot");
  src: url("fonts/worksans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/worksans-medium-webfont.woff2") format("woff2"), url("fonts/worksans-medium-webfont.woff") format("woff"), url("fonts/worksans-medium-webfont.ttf") format("truetype"), url("fonts/worksans-medium-webfont.svg#work_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "work_sanssemibold";
  src: url("fonts/worksans-semibold-webfont.eot");
  src: url("fonts/worksans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/worksans-semibold-webfont.woff2") format("woff2"), url("fonts/worksans-semibold-webfont.woff") format("woff"), url("fonts/worksans-semibold-webfont.ttf") format("truetype"), url("fonts/worksans-semibold-webfont.svg#work_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* work-sans-100 - latin */


/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/work-sans/work-sans-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/work-sans/work-sans-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/work-sans/work-sans-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/work-sans/work-sans-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* work-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/work-sans/work-sans-v23-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* work-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/work-sans/work-sans-v23-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* :::  2 ::: Variables, Mixins, Extends
-------------------------------------------------- */
.popupGallery, .download-link:after, .story-meta-details:after, .article-meta-details:after, .storyTags:after, .clear:after {
  content: "";
  display: table;
  clear: both;
}

.copyText p, .textBox-content p, .sectionWrapper-footer p {
  margin-bottom: 24px;
}
.copyText ul, .textBox-content ul, .sectionWrapper-footer ul {
  margin: 24px 0;
  margin-left: 32px;
}
.copyText ul li, .textBox-content ul li, .sectionWrapper-footer ul li {
  list-style: disc;
}
.copyText a, .textBox-content a, .sectionWrapper-footer a {
  text-decoration: underline;
}
.copyText a:hover, .textBox-content a:hover, .sectionWrapper-footer a:hover {
  color: #45ad65;
}
.copyText h2, .textBox-content h2, .sectionWrapper-footer h2, .copyText h3, .textBox-content h3, .sectionWrapper-footer h3, .copyText h4, .textBox-content h4, .sectionWrapper-footer h4 {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}
.copyText h3, .textBox-content h3, .sectionWrapper-footer h3 {
  line-height: 1.5rem;
}

.actionButton-wrapper .actionButton, .siteTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* ——— Basics ——— */
picture {
  width: 100%;
}
picture img {
  display: block;
  width: 100% !important;
}

.user-login-form label,
.user-register-form label {
  display: block;
}
.user-login-form .form-item,
.user-register-form .form-item {
  margin-bottom: 12px;
}
.user-login-form legend,
.user-register-form legend {
  margin: 0 auto;
}
.user-login-form .description,
.user-register-form .description {
  color: rgba(0, 0, 0, 0.4);
}
.user-login-form input,
.user-register-form input, .user-login-form textarea,
.user-register-form textarea {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 12px;
  width: 100%;
}
.user-login-form button,
.user-register-form button,
.user-login-form input[type=submit],
.user-register-form input[type=submit] {
  width: auto;
}
.user-login-form details,
.user-register-form details {
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 24px;
  margin: 24px 0;
}
.user-login-form details label,
.user-register-form details label {
  margin-top: 24px;
}
.user-login-form a,
.user-register-form a {
  text-decoration: underline;
}
.user-login-form a:hover,
.user-register-form a:hover {
  color: #45ad65;
}
.user-login-form select,
.user-register-form select,
.user-login-form .nice-select,
.user-register-form .nice-select {
  float: none;
}
.user-login-form .form-required,
.user-register-form .form-required {
  color: black;
}
.user-login-form .form-required:after,
.user-register-form .form-required:after {
  content: "*";
  display: inline;
  padding-left: 4px;
  color: #ff774d;
}

.story-downloads-title:after {
  content: "";
  display: block;
  clear: both;
}

/* :::  3 ::: HTML Elements / HTML Fallbacks
-------------------------------------------------- */
html *,
body *,
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

body {
  width: 100%;
  font-size: 16px;
  min-height: 100% !important;
  line-height: 160%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
  font-family: "Work Sans", Arial, sans-serif;
}

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

h1,
h2,
h3,
.h2,
.h3,
h4,
h5 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-weight: normal;
}

.h2, .h3 {
  display: block;
}

h2:first-child,
h3:first-child {
  margin-top: 0;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* :::  4 ::: Globals / Base Theme Reset
-------------------------------------------------- */
.group {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

a {
  color: black;
}

/* :::  5 ::: Layout
-------------------------------------------------- */
.sectionWrapper {
  padding: 24px;
}

.sectionWrapper-intro {
  margin-bottom: 42px;
}

@media screen and (min-width: 960px) {
  .sectionWrapper-intro {
    margin-bottom: 120px;
  }
}
.sectionWrapper-header {
  padding: 24px 22px 22px 22px;
}

.additionalContent:before {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin: 0 auto 60px auto;
  background-color: black;
}
.additionalContent .sectionTitle {
  margin-bottom: 82px;
}

.formTitle,
.sectionTitle {
  text-align: center;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 3.25rem;
  line-height: 52px;
  margin-bottom: 44px;
}

.formTitle {
  text-align: left;
  margin-bottom: 24px;
}

/* header */
.headerGroup {
  position: relative;
}
.headerGroup .headerImage {
  position: relative;
}

.siteTitle {
  position: absolute;
  height: 92%;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.siteTitle h1, .siteTitle h2 {
  max-width: 50%;
  margin: 0 auto;
}
.siteTitle #mainTitle {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 28px;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-weight: 500;
}
.siteTitle .subTitle {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

@media screen and (min-width: 460px) {
  .siteTitle h1, .siteTitle h2 {
    max-width: 360px;
    margin: 0 auto;
  }
  .siteTitle #mainTitle {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 28px;
  }
  .siteTitle .subTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 630px) {
  .siteTitle #mainTitle {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 54px;
    line-height: 3.375rem;
    margin-bottom: 28px;
  }
  .siteTitle .subTitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media screen and (min-width: 930px) and (max-width: 1300px) {
  .siteTitle #mainTitle {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
    line-height: 2.75rem;
    margin-bottom: 28px;
  }
  .siteTitle .subTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* footer */
.sectionWrapper-footer {
  color: black;
  margin-top: 120px;
  background-color: #ede8e2;
  padding-top: 47px;
  font-size: 18px;
  font-size: 1.125rem;
}
.sectionWrapper-footer .group {
  margin-bottom: 72px;
}
.sectionWrapper-footer a {
  color: black;
  text-decoration: underline;
}
.sectionWrapper-footer a:hover {
  color: #45ad65;
}
.sectionWrapper-footer .footerColumn {
  margin-bottom: 48px;
}

/* :::  6 ::: Navigation
-------------------------------------------------- */
.menuToggle {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 88888;
  padding: 6px 10px;
  opacity: 1;
  background-color: #56D87e;
  color: white;
}
.menuToggle:hover {
  background-color: #45ad65;
}

@media screen and (min-width: 1200px) {
  #offCanvas {
    display: none !important;
    visibility: hidden !important;
    z-index: -1 !important;
  }
  .menuToggle {
    display: none;
    visibility: hidden;
  }
  .sectionWrapper--head .mainMenu {
    display: block;
    visibility: visible;
  }
}
#offCanvas {
  position: absolute;
  background-color: white;
  z-index: 99999;
  padding: 40px;
  padding-top: 78px;
  left: -300%;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  transition: 1s;
  margin: 0;
}
#offCanvas .mainMenu-menu {
  display: block;
}
#offCanvas .mainMenu {
  display: block !important;
  visibility: visible !important;
  text-align: center;
  padding: 0;
  margin: 0;
}
#offCanvas .mainMenu a,
#offCanvas .mainMenu span {
  padding: 12px 6px;
  display: block !important;
}
#offCanvas .mainMenu li {
  display: block;
  margin: 12px 0;
  text-transform: uppercase;
}
#offCanvas .mainMenu li,
#offCanvas .mainMenu li:hover,
#offCanvas .mainMenu li.menu-item--active-trail {
  border: none;
}
#offCanvas .mainMenu li ul {
  position: relative !important;
  display: block !important;
  border: none;
  top: 0;
  left: 0;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  visibility: visible;
  min-width: 40px;
}
#offCanvas .mainMenu li ul li {
  text-transform: none;
  padding: 0;
  margin: 0;
}
#offCanvas .mainMenu li ul li a {
  text-align: center;
  border-bottom: 5px solid transparent;
}
#offCanvas .mainMenu li ul li a:hover {
  border-bottom: 5px solid black;
}

#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;
}

@media screen and (min-width: 1200px) {
  #offCanvas {
    display: none !important;
    visibility: hidden !important;
    z-index: -1 !important;
  }
}
@media screen and (max-width: 1200px) {
  .mainMenu {
    display: none;
    visibility: hidden;
  }
}
.mainMenu {
  padding-left: 40px;
  text-align: right;
}
.mainMenu a, .mainMenu span {
  color: black;
  padding-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 5px solid transparent;
}
.mainMenu a:hover, .mainMenu a.is-active, .mainMenu span:hover, .mainMenu span.is-active {
  border-bottom: 5px solid black;
}
.mainMenu .fa {
  font-family: "FontAwesome";
  font-size: 32px;
  font-size: 2rem;
}
.mainMenu li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.mainMenu li:last-child {
  padding-right: 0;
}
.mainMenu li .menu,
.mainMenu li ul {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 26px;
  left: -12px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 280px;
  z-index: 88888;
  float: none;
  text-align: left;
}
.mainMenu li .menu a,
.mainMenu li ul a {
  text-align: left;
  padding: 6px 0;
}
.mainMenu li .menu a:hover, .mainMenu li .menu a.is-active,
.mainMenu li ul a:hover,
.mainMenu li ul a.is-active {
  border: none;
}
.mainMenu li .menu a:after,
.mainMenu li ul a:after {
  display: none;
}
.mainMenu li:hover .menu, .mainMenu li:hover ul {
  display: block;
  visibility: visible;
}
.mainMenu li:last-child .menu {
  left: auto;
  right: 0;
}
.mainMenu li:last-child .menu a {
  text-align: right;
}
.mainMenu .menu a,
.mainMenu .menu .mainMenu-menu-item--active-trail a {
  text-align: left;
}
.mainMenu .menu a:after,
.mainMenu .menu .mainMenu-menu-item--active-trail a:after {
  display: none;
}
.mainMenu .menu a.is-active,
.mainMenu .menu .mainMenu-menu-item--active-trail a.is-active {
  color: black;
  border-bottom: 1px solid black;
}

/* :::  7 ::: Components
-------------------------------------------------- */
/* ——— search Snippets ——— */
.searchSnippet {
  margin-top: 42px;
}
.searchSnippet-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
.searchSnippet-title:hover {
  color: #45ad65;
}
.searchSnippet .readMore {
  margin-top: 12px;
}

/* ——— search Box ——— */
.searchLink {
  position: relative;
  overflow: visible;
}

.searchBox {
  position: absolute;
  right: 0;
  top: 36px;
  padding: 0;
  z-index: 666;
  background-color: white;
  padding: 8px;
  display: none;
  visibility: hidden;
  /*

    .form-item-search-api-fulltext::before {
    font-family: 'FontAwesome';
    content: '\f002';
    float: none;
    position: absolute;
    right: 12px;
    top: 12px;
    height: 36px;
    width: 36px;
    color: $euregioGreen;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border: none;
    padding: 0;
    margin: 0;
  }

    [id^="edit-submit-euregio-site-search--"] {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    font-size: 0px;
    border-radius: 0;
    z-index: 89999;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: none!important;
  }
    */
}
.searchBox.is-open {
  display: block;
  visibility: visible;
}
.searchBox form label {
  display: none;
  visibility: hidden;
}
.searchBox [id^=edit-search-api-fulltext--] {
  border: none;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.searchBox #edit-submit-euregio-site-search--2 {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 3px solid black;
  background: transparent;
  padding: 0;
  padding-bottom: 8px;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}
.searchBox #edit-submit-euregio-site-search--2:hover {
  color: #45ad65;
  border-bottom: 3px solid #45ad65;
}

/* ——— Logo ——— */
.logo {
  position: relative;
  max-width: 200px;
  float: left;
  z-index: 444;
  display: block;
}
.logo--simple {
  float: none;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
  .logo {
    max-width: 318px;
  }
}
/* ——— Read More ——— */
.readMore {
  display: block;
  margin-top: 22px;
  text-decoration: underline;
  color: black;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
.readMore:hover {
  color: #45ad65;
}

/* ——— Tag Style ——— */
.storyTags a {
  float: left;
  display: block;
}

.sectionWrapper-filterOptions .facet-summary-item--facet a .facet-item__value,
.storyTags a {
  background-color: #ede8e2;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 6px;
  color: black;
  margin-right: 8px;
  text-decoration: none !important;
}
.sectionWrapper-filterOptions .facet-summary-item--facet a .facet-item__value:hover,
.storyTags a:hover {
  background-color: #d0cac2;
}

.mapHelper:after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin: 60px auto 0 auto;
  background-color: black;
}

.leaflet-interactive {
  cursor: inherit;
}

.leaflet-marker-icon {
  cursor: pointer;
}

/* ——— Action Button ——— */
.actionButton-wrapper {
  position: relative;
  margin: 40px auto 70px auto;
}
.actionButton-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 165px;
  background-color: #ede8e2;
  position: absolute;
  top: 58px;
  z-index: 2;
}
.actionButton-wrapper.styled:before {
  background-image: url(../images/buttonBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.actionButton-wrapper .actionButton {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #56D87e;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 6px solid black;
  z-index: 9999;
}
.actionButton-wrapper .actionButton:hover {
  background-color: #45ad65;
}
.actionButton-wrapper .actionButton-discover:before, .actionButton-wrapper .actionButton-discover:after {
  display: block;
  position: absolute;
  content: "";
  height: 190px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
}
.actionButton-wrapper .actionButton-discover:before {
  left: -220px;
  background-image: url(../images/euregio-button-decoration-left.svg);
}
.actionButton-wrapper .actionButton-discover:after {
  right: -220px;
  background-image: url(../images/euregio-button-decoration-right.svg);
}
.actionButton-wrapper .actionButton-content {
  display: block;
  text-align: center;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-spacing: 100vw;
  color: black;
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .actionButton-wrapper {
    margin: 100px auto 170px auto;
  }
}
/* ——— Page Title ——— */
.pageTitle {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 52px;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 60px;
}
.pageTitle:after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin: 36px auto 0 auto;
  background-color: black;
}

/* ——— Textbox ——— */
.textBox-title {
  padding-right: 20px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 3.25rem;
  margin-bottom: 24px;
}
.textBox-content {
  line-height: 140%;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .textBox .item1of3,
  .textBox .item2of3 {
    width: 100% !important;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .textBox-content {
    font-size: 20px;

    margin-bottom: 40px;
  }
}
#gallery-mainImage {
  overflow: hidden;
}

/* ——— Story, Article ——— */
.story .article-title, .article .article-title {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.story-gallery, .article-gallery {
  margin-bottom: 16px;
}
.story-mainImage .gallery-trigger, .article-mainImage .gallery-trigger {
  display: block;
  max-height: 100%;
}
.story-mainImage .gallery-trigger img, .article-mainImage .gallery-trigger img {
  display: block;
  width: auto;
}
.story-images, .article-images {
  margin-bottom: 65px;
}
.story-meta, .article-meta {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-size: 1rem;
  font-size: 16px;
  padding-right: 60px;
}
.story-meta--additional, .article-meta--additional {
  margin: 100px 0;
}
.story-meta-details, .article-meta-details {
  margin-top: 24px;
}
.story-meta-details .label,
.story-meta-details .value, .article-meta-details .label,
.article-meta-details .value {
  display: block;
}
.story-meta-details .label, .article-meta-details .label {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}
.story-meta-details li, .article-meta-details li {
  margin-bottom: 42px;
}
.story .titleGroup, .article .titleGroup {
  height: 100%;
  position: relative;
}
.story .titleGroup-alternative, .article .titleGroup-alternative {
  margin-bottom: 60px;
}
.story .titles, .article .titles {
  position: absolute;
  bottom: 0;
}
.story-title, .article-title {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin: 0;
  padding: 0;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 24px;
}
.story-subtitle, .article-subtitle {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  padding-bottom: 8px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.story-date, .article-date {
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}

.story-description, .article-description {
  font-size: 18px;
  /*
  font-size: 1.625rem;
  line-height: 38px;
  line-height: 2.375rem;
	*/
}

.story .article-description, .article .article-description {
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .story .story-meta,
  .story .story-description,
  .story .story-titles,
  .story .story-gallery,
  .story .titles,
  .story .story-images, .article .story-meta,
  .article .story-description,
  .article .story-titles,
  .article .story-gallery,
  .article .titles,
  .article .story-images {
    width: 100% !important;
    position: relative !important;
  }
  .story .story-meta, .article .story-meta {
    margin-bottom: 100px;
  }
  .popupGallery.story-mainImage {
    height: auto !important;
  }
}
@media screen and (min-width: 960px) {
  .story-meta-details li, .article-meta-details li {
    width: 25%;
    float: left;
  }
  .story-meta-details li:last-child, .article-meta-details li:last-child {
    width: 50%;
  }
  .story-mainImage .gallery-trigger img, .article-mainImage .gallery-trigger img {
    height: 100%;
  }
}
.article-titles {
  display: block;
}
.article-title {
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 0;
  padding: 0;
  padding-top: 0;
}

@media screen and (min-width: 660px) {
  .story-images {
    float: right !important;
  }
}
/* ——— Story Downloads ——— */
.story-downloads-title {
  border: 2px solid black;
  cursor: pointer;
  position: relative;
  padding: 12px 70px 10px 12px;
  line-height: 1;
  font-size: 18px;
}
.story-downloads-title:after {
  background-color: #56D87e;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f0d7";
  text-align: center;
  line-height: 44px;
}
.story-downloads-title:hover:after {
  background-color: #45ad65;
}
.story-downloads-title.open:after {
  content: "\f0d8";
}
.story-downloads-files {
  border: 2px solid black;
  border-top: transparent;
  display: none;
}

.download {
  font-size: 16px;
  font-size: 1rem;
}
.download-thumb {
  display: block;
  width: 42px;
  margin-right: 12px;
  float: left;
  padding-top: 7px;
}
.download-thumb .fa {
  font-size: 24px;
  display: block;
  margin-top: 0px;
}
.download-thumb img {
  display: block;
  height: 24px;
  width: auto;
}
.download-title {
  display: block;
  width: calc(70% - 54px);
  float: left;
}
.download-size {
  width: 30%;
  float: right;
  text-align: right;
}
.download-link {
  text-decoration: none;
  padding: 12px;
  display: block;
}
.download-link:hover {
  background-color: #ede8e2;
}

/* ——— Popup Gallery——— */
.popupGallery {
  width: 100%;
  margin-top: 24px;
}
.popupGallery-image {
  display: block;
  width: calc(33.33333% - 20px);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.popupGallery-image:nth-child(3n) {
  margin-right: 0;
}

/* ——— Facet Filter ——— */
.toggleFilters-button {
  display: block;
  background-color: #ede8e2;
  padding: 20px 20px 16px 20px;
  border: 5px solid black;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.toggleFilters-button:hover {
  background-color: #d0cac2;
}
.toggleFilters-button .toggleFilters-title {
  display: inline-block;
  color: black;
  font-size: 16px;
  font-size: 1em;
}
.toggleFilters-button .toggleFilters-title:after {
  content: "";
  display: inline-block;
  background-image: url(../images/filter.svg);
  height: 16px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: -2px;
  margin-left: 10px;
}

@media screen and (min-width: 800px) {
  .toggleFilters-button .toggleFilters-title {
    display: inline-block;
    color: black;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .toggleFilters-button .toggleFilters-title:after {
    height: 20px;
    width: 30px;
    margin-bottom: -2px;
    margin-left: 20px;
  }
}
.filterWrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  max-width: 420px;
  top: 0;
  left: -600px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99999;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  transition: 1s;
}
.filterWrapper .group {
  padding-bottom: 120px;
}
.filterWrapper .button {
  font-family: "Work Sans", Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background: #56D87e;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 22px;
  margin-top: 12px;
  color: black;
}
.filterWrapper .button:hover {
  background: #45ad65;
}
.filterWrapper .simpleActionLink {
  display: block;
  color: black;
  margin-bottom: 48px;
}
.filterWrapper .simpleActionLink:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1rem;
  content: "\f00d";
  padding-left: 8px;
}
.filterWrapper h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.filterWrapper label,
.filterWrapper input[type=text] {
  display: block;
}
.filterWrapper label {
  margin-top: 24px;
}
.filterWrapper input[type=text] {
  border: none;
  padding: 12px;
  border-bottom: 3px solid black;
}
.filterWrapper.is-open {
  left: 0;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  transition: 1s;
}

.facets-widget-links {
  margin-top: 72px;
}
.facets-widget-links .facet-item {
  margin-bottom: 12px;
}
.facets-widget-links .facet-item__count {
  color: rgba(0, 0, 0, 0.4);
}
.facets-widget-links .facet-summary-item--facet .facet-item__status.js-facet-deactivate,
.facets-widget-links .facet-item:not(.facets-reset) .facet-item__status.js-facet-deactivate {
  display: none;
  visibility: hidden;
}
.facets-widget-links .facet-summary-item--facet a,
.facets-widget-links .facet-item:not(.facets-reset) a {
  display: block;
  color: black;
  padding-left: 40px;
}
.facets-widget-links .facet-summary-item--facet a:hover,
.facets-widget-links .facet-item:not(.facets-reset) a:hover {
  color: #45ad65;
}
.facets-widget-links .facet-summary-item--facet a:before,
.facets-widget-links .facet-item:not(.facets-reset) a:before {
  display: block;
  float: left;
  height: 28px;
  width: 28px;
  content: "";
  margin-right: 3px;
  background-image: url(../images/facet-check.svg);
  background-repeat: no-repeat;
  margin-bottom: -8px;
  margin-left: -40px;
}
.facets-widget-links .facet-summary-item--facet a:hover:before, .facets-widget-links .facet-summary-item--facet a.is-active:before,
.facets-widget-links .facet-item:not(.facets-reset) a:hover:before,
.facets-widget-links .facet-item:not(.facets-reset) a.is-active:before {
  background-image: url(../images/facet-uncheck.svg);
}
.facets-widget-links .facet-summary-item--facet a:after,
.facets-widget-links .facet-item:not(.facets-reset) a:after {
  display: table;
  content: "";
  clear: both;
}

.facets-soft-limit-link {
  color: black;
  text-decoration: underline;
  margin-top: 24px;
}
.facets-soft-limit-link:hover {
  color: #45ad65;
}

.sectionWrapper-filterOptions ul {
  text-align: center;
}
.sectionWrapper-filterOptions ul li {
  display: inline;
}
.sectionWrapper-filterOptions .facet-summary-item--facet {
  padding: 0 12px;
}
.sectionWrapper-filterOptions .facet-summary-item--facet .facet-item__status.js-facet-deactivate {
  display: none;
}
.sectionWrapper-filterOptions .facet-summary-item--facet a {
  color: black;
}
.sectionWrapper-filterOptions .facet-summary-item--facet a:after {
  display: inline-block;
  height: 20px;
  width: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/close.svg);
  margin-bottom: -6px;
}
.sectionWrapper-filterOptions .facet-summary-item--clear,
.sectionWrapper-filterOptions .facets-reset {
  margin: 12px 0;
}
/* ——— Simple Buttons ——— */
.user-login-form button,
.user-register-form button,
.user-login-form input[type=submit],
.user-register-form input[type=submit] {
  font-family: "Work Sans", Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background: #56D87e;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 22px;
  margin-top: 12px;
  color: white;
}
.user-login-form button:hover,
.user-register-form button:hover,
.user-login-form input[type=submit]:hover,
.user-register-form input[type=submit]:hover {
  background: #45ad65;
}

/* ——— Pager ——— */
.pager__items {
  text-align: center;
  margin: 24px 0;
}

.pager__item {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 4px;
}

.pager__item.pager__item--first a,
.pager__item.pager__item--last a,
.pager__item.pager__item--next a,
.pager__item.pager__item--previous a {
  line-height: 24px;
}

.pager__item {
  color: black;
  width: 38px;
  height: 38px;
  border: 2px solid #56D87e;
  border-radius: 50%;
  position: relative;
  padding: 0;
  display: inline-block;
}
.pager__item a, .pager__item span {
  display: inline-block;
  color: black;
  line-height: 36px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 1px;
  left: 1px;
  text-align: center;
}
.pager__item span {
  top: -1px;
  left: -1px;
}
.pager__item:hover {
  border: 2px solid #45ad65;
}
.pager__item.is-active {
  background-color: #56D87e;
}

/* :::  11 ::: Cookie Consent
-------------------------------------------------- */
#cconsent-bar {
  background-color: #45ad65 !important;
  z-index: 99999 !important;
  padding: 0 !important;
}
#cconsent-bar a:hover {
  color: black !important;
}
#cconsent-bar button {
  color: black !important;
}
#cconsent-bar button:hover {
  background-color: black;
  color: white !important;
}

.ccb__wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 12px 36px !important;
  display: block !important;
}

.nav-link.ccb__edit {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: black;
  padding: 4px 20px;
  color: white;
}
.nav-link.ccb__edit:hover {
  background-color: #45ad65;
}

/* ——— Masonry Grid ——— */
.grid-sizer,
.grid-item {
  width: 100%;
}

@media screen and (min-width: 580px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 800px) {
  .grid-sizer,
  .grid-item {
    width: calc(33.33333% - 20px);
  }
}
/* ——— Partner Logos ——— */
.partnerLogo {
  margin-top: 12px;
  padding: 6px;
  background-color: white;
  /* FIXME: Transparente Logos? */
}

/* ——— Story & News Teasers ——— */
.storyTeaser {
  margin-bottom: 92px;
}
.storyTeaser-image {
  margin-bottom: 28px;
}
.storyTeaser-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.storyTeaser-link:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.storyTeaser-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  margin-bottom: 18px;
  /* FIXME: Font Mixins */
}
.storyTeaser-title a {
  color: black;
}
.storyTeaser-title a:hover {
  color: #45ad65;
}
.storyTeaser-subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 22px;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}

.newsTeaser {
  margin-bottom: 92px;
}
.newsTeaser-image {
  margin-bottom: 28px;
}
.newsTeaser-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.newsTeaser-link:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.newsTeaser-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
  margin-bottom: 18px;
  /* FIXME: Font Mixins */
}
.newsTeaser-title a {
  color: black;
}
.newsTeaser-title a:hover {
  color: #45ad65;
}
.newsTeaser-subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 22px;
  font-family: "Work Sans", Arial, sans-serif; font-weight: 600;
}

/* ——— Shariff ——— */
.shariff .shariff-button {
  display: inline-block;
  margin: 0;
  width: auto;
}
.shariff li a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  background-color: black;
}
.shariff span {
  display: block;
  position: absolute;
  top: 0;
}
.shariff .fa {
  background-color: black;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.shariff .fa:hover {
  background-color: #45ad65;
}
.shariff .fa:before {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.shariff .share_text {
  display: none;
  visibility: hidden;
}

/* ——— Remote Video ——— */
iframe {
  display: block;
  width: 100%;
  height: 414px;
}

.cookie-content-blocker__message {
  font-size: 14px;
  font-size: 0.85rem;
}

#cconsent-modal .ccm__footer #ccm__footer__consent-modal-submit,
#cconsent-modal .ccm__footer .consent-give,
.cookie-content-blocker__button {
  border: none;
  font-family: "Work Sans", Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background: #56D87e;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 22px;
  margin-top: 12px;
  color: white;
}
#cconsent-modal .ccm__footer #ccm__footer__consent-modal-submit:hover,
#cconsent-modal .ccm__footer .consent-give:hover,
.cookie-content-blocker__button:hover {
  background: #45ad65;
}

/* ——— Social Media Icons ——— */
.socialLink {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 8px;
}

/* ——— Cookie Consent ——— */
#sliding-popup .popup-content {
  margin: 0 auto;
  padding: 12px 0;
}

#sliding-popup .popup-content #popup-text h2 {
  font-size: 20px;
  font-weight: normal;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 15px;
  font-weight: normal;
}

#sliding-popup .popup-content #popup-buttons button {
  border: none;
  box-shadow: none;
  background-color: white;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding: 12px;
  border-bottom: 2px solid white;
  font-size: 15px;
  background-image: none;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  opacity: 0.9;
}

#sliding-popup .popup-content #popup-buttons .agree-button {
  border-bottom: 2px solid darkgreen;
  color: darkgreen;
}

#sliding-popup .popup-content #popup-buttons .find-more-button {
  border-bottom: 2px solid deeppink;
}

#sliding-popup.sliding-popup-bottom {
  background-color: rgba(0, 0, 0, 0.4) !important;
}


.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	justify-content: space-between;
}
.footer-col{
	padding-left: 20px;
	padding-right: 20px;
}

.footer-bottom .paragraph--type--footer-text {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.footer-bottom .paragraph--type--footer-text p{
	padding-left: 10px;
	padding-right: 10px;
}




.node-form details summary{
	background-color: #EEE;
	padding: 10px;
}
.node-form details{
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.node-form details > *{
	padding: 10px;
}
.node-form label{
	display: block;
	color: #000;
	font-weight: bold;
}
.node-form input[type="text"]{
	padding: 10px;
	font-size: 18px;
}
.node-form input[type="submit"]{
	padding: 10px;
	font-size: 18px;
	border: 2px solid #56D87e;
	background-color: #56D87e;
	transition: background 0.3s ease, border 0.3s ease;
}
.node-form input[type="submit"]:hover{
	border: 2px solid rgb(255, 119, 77);
	background-color: rgb(255, 119, 77);
}

.node-form input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.45em;
  height: 1.45em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  position: relative;
}


.node-form input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #56D87e;
  background: #56D87e;
}

.node-form input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.node-form input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.node-form input[type="checkbox"]:disabled {
  -;

  color: #CCC;
  cursor: not-allowed;
}




.node-form .js-form-type-checkbox{
	display: flex;
	margin-bottom: 5px;
}
.node-form .js-form-type-checkbox label{
	padding-left: 5px;
	margin-top: -2px;
}




.menu-item a.menu-item-add{
	color: #45ad65;
	font-weight: bold;
}


