@charset "UTF-8";
/* 68px */
/* 48px */
/* 36px */
/* 39px */
/* 79px */
.is-grey-light {
  background-color: #ededed; }

/* wrap long words to fit their container and add hyphens where supported */
/* cut overly long words to fit their container and add an ellipsis */
/* common declarations for the popup and preview close buttons */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.25;
  /* 2 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  font-size: 100%;
  line-height: 1.25;
  margin: 0;
  letter-spacing: .02em;
  color: var(--enzian--text); }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Headings are always 'just a bit bigger' than body copy.
 * See: http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
  margin: 0 0 1rem; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */ }
  a:active, a:hover {
    outline-width: 0; }

p {
  margin: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: 0;
  /* 1 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* fixed navbar */
/* Use fixed since sticky is not well supported: https://caniuse.com/#search=sticky */
nav.navbar {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0; }

/* Override bulma overrides */
.navbar > .container > .navbar-brand, .navbar > .container .navbar-menu, .container > .navbar .navbar-menu {
  margin-left: 0; }

@media screen and (max-width: 1023px) {
  /* Limit logo height for small screens and add margin-left to be in line with menu items when placed in navbar-menu or have some room to burger if placed in branding */
  .navbar figure img {
    height: 2.6rem;
    margin-left: 1rem; }
  .navbar figure {
    padding: .2em; }
  /* Navbar burger must be last element in branding block according to docs, but we want it to appear as first element on the left */
  .navbar-burger {
    position: fixed; }
  /* Reserve space for burger if placed in navbar-brand region */
  .navbar .navbar-brand figure {
    margin-left: 3rem; } }

@media screen and (min-width: 1024px) {
  .navbar figure img {
    height: 3.2rem; }
  .navbar figure {
    padding: 0.4rem 1rem; }
  /* We only need to reserve space for navbar on desktops */
  body {
    padding-top: 4.25rem; }
  /* sticky navbar below fixed toolbar needs to know when to stick */
  body.toolbar-vertical.toolbar-fixed.toolbar-tray-open, body.toolbar-vertical.toolbar-fixed, body.toolbar-horizontal.toolbar-fixed {
    margin-top: 4.25rem; }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open {
    margin-top: 4.25rem; }
  /* sticky navbar below fixed toolbar needs to know when to stick */
  body.toolbar-horizontal.toolbar-fixed nav.navbar, body.toolbar-vertical.toolbar-fixed nav.navbar {
    top: 2.4375rem; }
  body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open nav.navbar {
    top: 4.9375rem; }
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed nav.navbar {
    margin-left: 15rem; } }

.toolbar-oriented .toolbar-bar,
.toolbar .toolbar-tray {
  z-index: 1004; }

.navbar-item {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  -ms-flex-item-align: center;
  align-self: center; }
  .navbar-item svg, .navbar-item .fa {
    margin-right: .5rem; }

/* override bulma */
nav.navbar .block:not(:last-child) {
  margin-bottom: unset; }

.navbar,
.navbar.is-primary {
  color: #fff;
  background-color: var(--enzian--primary-bg); }
  .navbar .navbar-start > a.navbar-item:hover,
  .navbar .navbar-start > a.navbar-item.is-active,
  .navbar .navbar-start .navbar-link:hover,
  .navbar .navbar-start .navbar-link.is-active,
  .navbar .navbar-end > a.navbar-item:hover,
  .navbar .navbar-end > a.navbar-item.is-active,
  .navbar .navbar-end .navbar-link:hover,
  .navbar .navbar-end .navbar-link.is-active,
  .navbar.is-primary .navbar-start > a.navbar-item:hover,
  .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: var(--enzian--primary-bg-dark); }

.navbar a.navbar-item:hover,
.navbar a.navbar-item.is-active,
.navbar .navbar-link:hover,
.navbar .navbar-link.is-active {
  color: #fff;
  background: var(--enzian--primary-bg-dark); }

.navbar-link {
  color: #fff;
  background: var(--enzian--primary-bg) !important; }

.navbar-link:hover {
  background: var(--enzian--primary-bg-dark) !important;
  border-radius: 3px; }

a.navbar-link:after {
  border-color: #fff; }

span.navbar-link {
  padding-right: .75rem; }

span.navbar-link:after {
  border-color: transparent; }

.navbar-dropdown {
  border: 0; }

/*MOBILE*/
@media only screen and (max-width: 1023px) {
  nav .navbar-brand .navbar-item {
    display: none; }
  #js-navbar-menu {
    width: 100vw; }
  .navbar-menu,
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active {
    background-color: var(--enzian--primary-bg); }
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active,
  .navbar-burger:hover,
  .navbar-burger.is-active {
    opacity: .5; }
  /*a.navbar-item.is-active:hover, a.navbar-link.is-active:hover,*/
  .navbar-burger.is-active:hover {
    opacity: 1; }
  a.navbar-item,
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active {
    color: #fff; } }

/* Use #block-contact for fixed navbar on organisation node form line for campaign on line 1502, rename into more generic after testing with crowdinvest */
#block-contact.fixed {
  position: fixed;
  max-height: calc(100vh - 70.8167px) !important;
  overflow-y: auto;
  width: 100%;
  top: 70.8167px;
  /* Overriden with actual header height by fixed-elements.js */
  left: 0;
  z-index: 500;
  background-color: #fff; }

/* Adjust top value of form navbar */
body.toolbar-horizontal.toolbar-fixed #block-contact.fixed {
  top: 6.6875rem; }

body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open #block-contact.fixed {
  top: 9.1875rem; }

.navbar {
  background-color: var(--enzian--primary-bg); }

/* Remove this because we apply navbar-start/end correcty after #211098, this resets bulma default */
@media screen and (min-width: 1024px) {
  .navbar-end {
    margin-left: unset; } }

/* Push Anchor Links down a bit to accomodate for fixed navigation
*  https://css-tricks.com/hash-tag-links-padding/
 */
h2.eva::before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
  pointer-events: none; }

/* from _temp.css - still waiting to be refactored */
/* not sure why this is necessary nor what it does */
a.navbar-item:hover, a.navbar-item.is-active, a.navbar-link:hover, a.navbar-link.is-active, .navbar-burger:hover, .navbar-burger.is-active {
  opacity: inherit !important; }

/* MENU FOOTER */
.menu-list a,
.menu-list a:hover {
  color: #fff;
  background: var(--enzian--primary-bg); }

.menu-list a:hover,
.menu-list a.is-active {
  background-color: var(--enzian--primary-bg-dark); }

/*MOBILE*/
@media only screen and (max-width: 1023px) {
  .navbar-menu,
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active {
    background-color: var(--enzian--primary-bg); }
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active,
  .navbar-burger:hover,
  .navbar-burger.is-active {
    opacity: .5; }
  /*a.navbar-item.is-active:hover, a.navbar-link.is-active:hover,*/
  .navbar-burger.is-active:hover {
    opacity: 1; }
  a.navbar-item,
  a.navbar-item:hover,
  a.navbar-item.is-active,
  a.navbar-link:hover,
  a.navbar-link.is-active {
    color: #fff; }
  .navbar-menu {
    overflow-y: auto; }
  body {
    padding-top: 3rem; }
  nav.navbar {
    width: 100%;
    height: 3rem;
    background: var(--enzian--primary-bg); }
  .navbar-burger {
    width: 3rem;
    height: 3rem;
    background: var(--enzian--primary-bg-dark); }
  nav.navbar,
  .navbar-brand,
  .navbar-tabs {
    min-height: 3rem; } }

@media only screen and (max-width: 500px) {
  #js-navbar-menu {
    width: 100vw; } }

@media only screen and (min-width: 500px) {
  #js-navbar-menu {
    width: 50vw; } }

/* Bulma somehow sets overflow-y: scroll, so scrollbar is visible all the time (i.e. on the map), despite rarely needed */
html {
  overflow-y: auto; }

h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  color: var(--enzian--primary-color); }

h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
  color: var(--enzian--primary-color); }

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  color: var(--enzian--primary-color); }

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--enzian--primary-color); }

/* overriding normalized _base.scss ourselves, as Bulma's override doesn't apply, https://gitlab.com/geeks4change/hubs4change/enzian/merge_requests/46 */
.main-content li {
  list-style: disc outside; }

/* then overriding list-style for menu lists and h4c-info lists (orga full) again, as we can't rely on .content li */
.menu-list li,
.vertical-tabs li,
.horizontal-tabs li,
.help li,
.ui-menu li,
li.facet-item,
li.pager__item,
.main-content .h4c-info-markup li {
  list-style: none; }

/**
 * we currently do not override bulma.css with color module, so we do it here
 * see gitlab.com/geeks4change/hubs4change/enzian/issues/156
 * using button tag to be stronger then bulma.css
 **/
.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: var(--enzian--primary-color-dark); }

.button.is-primary {
  background-color: var(--enzian--primary-bg); }

.has-text-primary {
  color: var(--enzian--primary-color) !important; }

/* Mark required fields as such */
.form-required::after {
  content: '*';
  color: red; }

.node--view-mode-full .title,
.node--view-mode-media .title,
.node--view-mode-preview .title,
.h4c-inline-content .title {
  margin-bottom: .25rem; }

.h4c-inline-content *:not(.title) {
  margin-bottom: 0 !important; }

.node--view-mode-media h3,
.node--view-mode-media h5,
.node--view-mode-preview h3,
.node--view-mode-preview h5 {
  margin-bottom: 0; }

/* Fix background of dropdown in navbar, overriding Bulma */
.navbar-dropdown {
  background-color: var(--enzian--primary-bg); }

/* not sure what this is needed for? Hover is covered by main a:hover;? RH */
.h4c-inline-content:hover .title a,
.h4c-inline-content:hover .h4c-subtitle a {
  opacity: .75;
  color: var(--enzian--primary-bg-dark); }

.h4c-inline-pseudo > div::before,
.h4c-inline-pseudo > div::after,
.h4c-inline-pseudo > div > div {
  display: inline-block; }

/* end RH */
.h4c-subtitle {
  margin-top: -.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: bold; }

.authors .author, .organisations .organisation {
  display: inline-block; }

/* Add color and font-size to inline list icons used on organisation full, see #191 */
.h4c-info-markup .fa-ul .fa-li {
  color: var(--enzian--primary-color);
  font-size: 130%; }

.h4c-info-markup .fa-ul li {
  line-height: 150%;
  padding-bottom: .2rem; }

.h4c-opening-hours-group .office-hours-status {
  font-weight: 600;
  color: var(--enzian--primary-bg); }

.h4c-info-markup > div {
  line-height: 150%; }

.h4c-info-markup .h4c-event-date {
  font-weight: 600;
  color: var(--enzian--primary-color);
  font-size: 1.5rem; }

.h4c-info-markup > div:last-child {
  margin-bottom: 1rem; }

.material-icons {
  vertical-align: bottom; }

.label {
  font-size: inherit;
  font-weight: inherit; }

.is-black {
  color: black; }

/* overrides Bulma */
/* Unset bulma figure margin applied to embedded entities */
.content figure {
  margin-left: unset;
  margin-right: unset; }

.section {
  padding: 0 1.5rem 3rem; }

/* overrides Bulma, needed because we don't use images as expected from Bulma, so they get sometimes too big */
.image img {
  width: unset; }

main {
  letter-spacing: 0; }
  main:not(.is-fullscreen) > .columns {
    margin-top: .75rem; }
  main a {
    font-weight: bold;
    color: var(--enzian--primary-color); }
    main a:hover {
      opacity: .75;
      color: var(--enzian--primary-color-dark); }

/* less horizontal padding for mobile accordion content items */
.ui-accordion .ui-accordion-content {
  padding: 1em; }

@media screen and (min-width: 1025px) {
  .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em; } }

/* Remove margin-bottom from Paragraphs in Accordions */
.ui-accordion-content .paragraph {
  margin-bottom: 0; }

.hero-body {
  padding: 0;
  background-color: var(--enzian--primary-bg); }
  .hero-body .block:not(:last-child) {
    margin-bottom: 0;
    /* We do not want any margin-bottom between blocks here by default */ }
  .hero-body .container {
    width: 100%;
    max-width: 100%; }
  .hero-body .title {
    text-align: center;
    margin: .5rem; }

.hero-footer {
  background-color: var(--enzian--primary-bg); }

/* Article styles */
.h4c-summary {
  font-size: 120%; }

.page-node-type-article .h4c-subtitle {
  margin-bottom: .3rem; }

.page-node-type-article .h4c-publishing-data {
  padding-bottom: 1rem;
  opacity: .9;
  font-style: italic; }

.tags .tags:not(:last-child) {
  margin-right: 0.5rem; }

/* Modal Dialog Lists need to overflow their container, but still needs to be scrollable, see #227 and #215 */
.ui-dialog .ui-dialog-content {
  overflow: auto;
  position: static; }

.ui-dialog-content .form-actions {
  padding: 1rem 0 .5rem; }

.footer,
.primary-footer {
  padding: 0; }

.primary-footer {
  background-color: var(--enzian--primary-bg); }

.footer-menu a {
  color: #fff; }

ul.menu-list.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* MENU FOOTER */
.menu-list a,
.menu-list .menu-list a:hover {
  color: #fff; }

.menu-list a:hover,
.menu-list .menu-list a.is-active {
  background-color: var(--enzian--primary-bg-dark); }

.menu-list a {
  background-color: var(--enzian--primary-bg); }

/* fixed footer */
footer .primary-footer {
  position: fixed;
  z-index: 502;
  /* higher than .sidebar-first */
  right: 0;
  bottom: 0;
  left: 0; }

/* body padding for fixed footer */
body {
  padding-bottom: 2.25rem; }

@media only screen and (max-width: 769px) {
  .fixed.sidebar-first {
    height: 48px;
    min-height: 48px; } }

@media only screen and (max-width: 610px) {
  nav.navbar .navbar-menu {
    z-index: 1003 !important; } }

@media only screen and (min-width: 610px) and (max-width: 767px) {
  body.toolbar-fixed #block-h4cviewtoggle {
    top: calc(39px + 15px) !important; } }

/** 
* =======================================================
* ENZIAN - LEFLET FULLSCREEN
* =======================================================
*
*/
.main-content.column.leaflet-fullscreen {
  background: var(--enzian--primary-bg); }

.leaflet-fullscreen {
  /* positioning Leaflet control elements above the fixed footer */
  /* Height of the map adjusted for all toolbar cases */
  /* minus navbar & footer */ }
  .leaflet-fullscreen .leaflet-top,
  .leaflet-fullscreen .leaflet-bottom {
    padding-right: 1rem; }
  .leaflet-fullscreen .leaflet-top.leaflet-left {
    top: unset;
    right: 0;
    bottom: 3.45rem;
    left: unset;
    position: fixed; }
  .leaflet-fullscreen .leaflet-bottom.leaflet-right {
    bottom: 2.25rem;
    position: fixed;
    z-index: 500;
    /* under popup, over map */ }
  .leaflet-fullscreen.main-content.column {
    background: var(--enzian--primary-bg); }
  .leaflet-fullscreen [id^="leaflet-map"] {
    height: calc(100vh - 4.25rem - 2.25rem) !important; }

/* minus navbar & footer & big horizontal toolbar */
body.toolbar-horizontal.toolbar-fixed .leaflet-fullscreen [id^="leaflet-map"] {
  height: calc(100vh - 4.25rem - 4.9375rem - 2.25rem) !important; }

/* minus navbar & footer & small horizontal toolbar */
body.toolbar-vertical.toolbar-fixed .leaflet-fullscreen [id^="leaflet-map"] {
  height: calc(100vh - 4.25rem - 2.4375rem - 2.25rem) !important; }

@media only screen and (max-width: 1024px) {
  /* minus navbar-mobile  & footer */
  .leaflet-fullscreen [id^="leaflet-map"] {
    height: calc(100vh - 3rem - 2.25rem) !important; }
  /* minus navbar-mobile  & footer & small horizontal toolbar */
  body.toolbar-vertical.toolbar-fixed .leaflet-fullscreen [id^="leaflet-map"] {
    height: calc(100vh - 3rem - 2.4375rem - 2.25rem) !important; } }

/* End Map Height */
/* Messages need to be absolutely positioned in order to be show over leaflet map (Refactored RH) */
main.is-fullscreen .message {
  right: 50px;
  left: 50px;
  overflow: hidden;
  height: 40px;
  margin-left: 0 !important;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  text-align: center;
  position: absolute;
  z-index: 1000;
  /* z-index higher than popup */
  margin-left: 50%;
  /*centering after absoulte*/
  -webkit-transform: transitionX(-50%);
  -ms-transform: transitionX(-50%);
  transform: transitionX(-50%); }

main.is-fullscreen .message-body {
  width: calc(100% - 25px);
  padding-bottom: 5px; }

main.is-fullscreen .message-body::after,
main.is-fullscreen .message::after {
  font-family: FontAwesome;
  position: absolute;
  z-index: 1001;
  right: 10px;
  cursor: pointer; }

main.is-fullscreen .message-body::after {
  top: 15px;
  content: "\f13a"; }

main.is-fullscreen .message.active {
  overflow: auto;
  height: 50vh; }

/* End Refactoring Message */
/* Make leaflet popup fixed geeks4change/drutopiadev/issues/227 */
.fixed-popup .leaflet-popup-tip {
  display: none; }

.fixed-popup .leaflet-popup {
  position: relative;
  width: 250px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  /* needed to override leaflet js */
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0;
  text-align: left; }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    .fixed-popup .leaflet-popup {
      width: calc(250px + 1rem); } }

/* need to overwrite leaflet custom behaviour */
.leaflet-container a {
  color: var(--enzian--primary-bg); }

.fixed-popup .leaflet-popup-content {
  margin: 0; }

.leaflet-popup-pane,
.leaflet-popup-content-wrapper {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Titillium Web", sans-serif; }

.leaflet-popup a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font: bold 1.25rem/1 "Titillium Web", sans-serif;
  /* to overwrite some hardcoded leaflet + bulma code */
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  pointer-events: all;
  color: #fff;
  z-index: 1002;
  padding: 0.45rem 0.75rem; }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    .leaflet-popup a.leaflet-popup-close-button {
      padding-top: 1.4rem; } }
  .leaflet-popup a.leaflet-popup-close-button:hover {
    opacity: 1;
    /* for consistency's sake we get rid of the hover-effect here too */
    color: #fff; }

#block-h4cfacets {
  border: unset;
  padding: 0 12px; }
  #block-h4cfacets > h2 {
    position: relative;
    cursor: pointer; }
  #block-h4cfacets > h2:after {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 20px;
    /*content: '\f078';*/
    content: "\f107"; }
  #block-h4cfacets.block--expanded {
    border: #ccc solid 2px;
    padding: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    /* needed for IE11 only */ }
  #block-h4cfacets.block--expanded > h2:after {
    /*content: '\f077';*/
    content: "\f106"; }
  #block-h4cfacets.block--animate > h2:after {
    -webkit-animation-name: rotate180to0;
    animation-name: rotate180to0;
    -webkit-animation-duration: .4s;
    animation-duration: .4s; }
  #block-h4cfacets.block--animate.block--expanded > h2:after {
    -webkit-animation-name: rotate0to180;
    animation-name: rotate0to180; }
  #block-h4cfacets .views-exposed-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #block-h4cfacets .views-exposed-form input.form-text {
    border-radius: 9px 0 0 9px; }
  #block-h4cfacets .views-exposed-form input.form-text:placeholder {
    color: #808080; }
  #block-h4cfacets .views-exposed-form .form-submit span {
    display: none; }
  #block-h4cfacets .views-exposed-form .form-submit {
    color: #fff;
    border-radius: 0 9px 9px 0;
    background-color: var(--enzian--primary-bg); }
  #block-h4cfacets .views-exposed-form .form-submit:before {
    font-family: FontAwesome;
    content: "\f002"; }
  #block-h4cfacets h2.subtitle {
    margin-bottom: -.5rem; }
  #block-h4cfacets.block--expanded h2.subtitle {
    margin-bottom: .5rem; }
  #block-h4cfacets .block-facets {
    margin-bottom: 0;
    margin-top: .5rem; }

.facets-widget-checkbox input[type=checkbox]:hover, .facets-widget-checkbox input[type=checkbox]:after {
  background-color: var(--enzian--primary-bg); }

/* // Desktop
@media only screen and (min-width: $tablet) {
  #block-h4cfacets > div {
    display: inherit;
  }
}*/
@media only screen and (max-width: 769px) {
  #block-h4cfacets > h2:after,
  #block-h4cfacets > div {
    display: none; } }

@-webkit-keyframes rotate0to180 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate0to180 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate180to0 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate180to0 {
  from {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.facets-widget-checkbox li,
.facets-widget-checkbox input[type="checkbox"],
.facets-widget-checkbox label {
  cursor: pointer; }

.facets-widget-checkbox .facet-item:not(.facet-item--selected) > div {
  display: none; }

.facets-widget-checkbox > ul > li > .facets-checkbox {
  display: inline-block;
  float: left; }
  .facets-widget-checkbox > ul > li > .facets-checkbox + label {
    display: inline-block;
    width: calc(100% - 25px);
    margin-left: 5px; }

.facets-widget-checkbox .facet-item--has-sub-items {
  position: relative;
  width: calc(100% - 25px); }
  .facets-widget-checkbox .facet-item--has-sub-items ul li {
    margin-bottom: 2px;
    margin-left: 17px; }

/* JSRELATED
 * facet filter toggles usw
 * close icon
 *
 * wie sinnig das ist, ist mir nicht klar...weil js abhängig sind wir eh. aber so wäre es evtl übersichtlicher.
 */
.facets-widget-checkbox .facet-item--has-sub-items {
  /*löschen*/ }
  .facets-widget-checkbox .facet-item--has-sub-items:after {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    z-index: 505;
    top: -2.5px;
    right: -15px;
    /*content: '\f078';*/
    content: "\f107"; }
  .facets-widget-checkbox .facet-item--has-sub-items.facet-item--expanded:after {
    /*content: '\f077';*/
    content: "\f106"; }
  .facets-widget-checkbox .facet-item--has-sub-items.facet-item--expanded:after {
    -webkit-animation-name: rotate0to180;
    animation-name: rotate0to180; }
  .facets-widget-checkbox .facet-item--has-sub-items.facet-item--animate:after {
    -webkit-animation-name: rotate180to0;
    animation-name: rotate180to0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s; }
  .facets-widget-checkbox .facet-item--has-sub-items:before {
    content: unset !important; }

.block-facet-blockh4c-map-content-type,
.block-facet-blockh4c-map-organisation-types,
.block-facet-blockh4c-organisations-organisation-types {
  display: none !important; }

/* from _temp.css - still waiting to be refactored */
/* Repair SumoSelect in Facet Filter Box */
.CaptionCont.SelectBox label {
  display: block;
  /* Do not hide dropdown symbol */ }

.facets-widget-dropdown .SumoSelect,
.facets-widget-dropdown select {
  width: 100%;
  /* Fit width to facet box */
  min-height: 2rem;
  /* to prevent collapsing on mobile */
  max-width: 100%; }

/* Views margin for facet filter sidebar and organisations list popup */
.main-content.column.is-10-widescreen.has-filter-sidebar {
  width: 100% !important; }

.has-filter-sidebar aside.sidebar-first {
  width: 250px !important;
  z-index: 1001;
  /* stronger than leaflet popup */ }

.has-filter-sidebar .sidebar-first.fixed .block:not(:last-child) {
  margin-bottom: 0; }

.facets-widget-checkbox .facet-item--has-sub-items.facet-item--animate,
.facets-widget-checkbox .facet-item--has-sub-items.facet-item--expanded {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: none;
  animation-duration: none; }

/*TOGGLE*/
#block-h4cviewtoggle a:not(.is-active):not(:hover) {
  opacity: .5; }

#block-h4cviewtoggle a.is-active:hover {
  opacity: 1; }

#block-h4cviewtoggle {
  padding: .75rem; }

#block-h4cviewtoggle a {
  padding: .5rem 1rem; }

/* das dunkelgrün löschen */
#block-h4cviewtoggle a.is-active {
  background-color: inherit; }

@media only screen and (max-width: 769px) {
  .main-content.column.leaflet-fullscreen {
    background: var(--enzian--primary-bg); } }

@media only screen and (min-width: 769px) {
  .main-content.has-filter-sidebar .views-element-container {
    /* DANGER!!! wirkt sich auch auf Popup/Preview aus */
    margin-right: 235px; } }

@media only screen and (max-width: 769px) {
  #block-h4cfacets h2.subtitle {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: .8rem !important;
    margin: 0 !important; }
  body.toolbar-fixed #block-h4cfacets h2.subtitle {
    top: 39px; } }

@media only screen and (max-width: 1024px) {
  #block-h4cfacets,
  .navbar-menu {
    max-height: calc(100vh - 48px - 36px); }
  body.toolbar-vertical #block-h4cfacets,
  body.toolbar-vertical .navbar-menu {
    max-height: calc(100vh - 48px - 39px - 36px); }
  #block-h4cfacets {
    border: unset; } }

@media only screen and (min-width: 600px) {
  .main-content.has-fixed-popup .views-element-container {
    /* DANGER!!! wirkt sich auch auf Popup/Preview aus */
    margin-left: 235px; } }

@media only screen and (min-width: 610px) and (max-width: 769px) {
  body.toolbar-fixed #block-h4cfacets h2.subtitle {
    top: calc(39px + .75rem); } }

@media only screen and (min-width: 610px) and (max-width: 769px) {
  body.toolbar-fixed #block-h4cfacets h2.subtitle {
    top: calc(39px + .75rem); } }

/*
 * Bulma Checkradio: Nur das CSS rausgezogen was wir gerade für Zürich brauchen
 *
 * Quelle: https://wikiki.github.io/form/checkradio/
 *
 * Die Pseudoklasse label:before wird für den weißen Rand benutzt (immer weiß), label:after für den farbigen Punkt in der Mitte. In dieser Datei werden die default Werte festgelegt, in der view/h4c_term_color_css_block die dynamischen term colors.
 *
 * Achtung: Wir benutzen die Radiobuttons aus der bulma extension als Checkboxen! Was hier checkbox ist, ist in der Bulma Extension radio!
 *
 * Todo: Als SCSS in theme einbauen / Fallback Farbe mit Color Theme fülen (Checkbox Color wird von h4c_term_color überschrieben falls vorhanden)
 *
*/
/* Make a bit more space, from /enzian/assets/css/global.css:870*/
.facets-widget-checkbox > ul > li > .facets-checkbox + label {
  margin-left: 0px; }

/* Opacitiy für Labels und Checkboxen */
.facets-widget-checkbox input + label {
  opacity: .7; }

.facets-widget-checkbox .facet-item--active-trail input + label, .facets-widget-checkbox input[checked=checked] + label {
  opacity: 1; }

/* Set default color to make it work without view */
.facets-widget-checkbox input[type=checkbox]:checked + label:after {
  background: var(--enzian--primary-bg);
  display: inline-block;
  opacity: 1; }

/* Stuff from Bulma Extension */
.facets-widget-checkbox input[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }

.facets-widget-checkbox input[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: .3em 0;
  padding: 0;
  border-radius: 4px; }

.facets-widget-checkbox input[type=checkbox] + label:hover:before {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hover-color;
  animation-name: hover-color; }

/* unchecked items */
.facets-widget-checkbox input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border: .35rem solid white;
  border-radius: 50%; }

/* unchecked child items */
.facets-widget-checkbox li li input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: .1rem;
  content: '';
  border: .3rem solid white; }

.facets-widget-checkbox input[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: '';
  top: 0; }

.facets-widget-checkbox input[type=checkbox]:focus + label:before {
  outline: 1px dotted #b5b5b5; }

/* checked item border */
.facets-widget-checkbox li li input[type=checkbox]:checked + label:before {
  border: .35rem solid #fff; }

.facets-widget-checkbox input[type=checkbox]:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none; }

/* hover color border*/
.facets-widget-checkbox input[type=checkbox]:hover:not([disabled]) + label:before {
  background: var(--enzian--primary-bg); }

/* Checked item settings, tranform for size */
.facets-widget-checkbox input[type=checkbox] + label:after {
  border-radius: 50%;
  background: var(--enzian--primary-bg);
  display: inline-block;
  left: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: .6; }

.facets-widget-checkbox li li input[type=checkbox] + label:after {
  border-radius: 50%;
  background: var(--enzian--primary-bg);
  display: inline-block;
  top: .1rem;
  left: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: .6; }

.facets-widget-checkbox input[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem; }

.facets-widget-checkbox input[type=checkbox] + label:after,
.facets-widget-checkbox input[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem; }

.facets-widget-checkbox li li input[type=checkbox] + label:after,
.facets-widget-checkbox li li input[type=checkbox] + label:before {
  width: 1.2rem;
  height: 1.2rem; }

.facets-widget-checkbox input[type=checkbox][disabled] {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox][disabled] + label {
  opacity: .5;
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox][disabled] + label:after,
.facets-widget-checkbox input[type=checkbox][disabled] + label:before,
.facets-widget-checkbox input[type=checkbox][disabled] + label:hover {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox][disabled]:hover {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox][disabled]:hover:before {
  -webkit-animation-name: none;
  animation-name: none; }

.facets-widget-checkbox input[type=checkbox][disabled]:before {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox][disabled]:after {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox]:checked[disabled] {
  cursor: not-allowed; }

.facets-widget-checkbox input[type=checkbox]:checked[disabled] + label {
  opacity: .5; }

/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"), url("/themes/contrib/enzian/assets/css/../fonts/titillium-web-v8-latin-regular.woff2") format("woff2"), url("/themes/contrib/enzian/assets/css/../fonts/titillium-web-v8-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

.node--type-location.node--view-mode-micro .title,
.node--type-location.node--view-mode-address div {
  font-size: inherit !important;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
  color: var(--enzian--primary-color);
  display: inline; }

.node--type-location.node--view-mode-micro .title::after {
  font-weight: 500;
  content: "|";
  content: "@";
  color: #000; }

.h4c-inline-content > div {
  display: inline-block; }

.h4c-inline-pseudo > div::before,
.h4c-inline-pseudo > div::after,
.h4c-inline-pseudo > div > div {
  display: inline-block; }

#block-h4cviewtoggle a {
  padding: 5px 15px;
  color: #fff;
  border-radius: 3px; }
  #block-h4cviewtoggle a.is-active {
    background-color: var(--enzian--primary-color-dark); }

#block-h4cviewtoggle .toggle {
  padding: .5rem; }

#block-h4cfacets h2::before {
  font-family: FontAwesome;
  margin-right: .5rem;
  content: "\f0b0"; }

#block-h4cfacets h2.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: .5rem; }

#block-h4cfacets h2.subtitle {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  margin: -12px;
  padding: .5rem;
  text-align: center;
  color: #fff;
  border-radius: 9px 9px 0 0;
  background-color: var(--enzian--primary-bg); }

.sidebar-first {
  z-index: 501; }
  .sidebar-first.fixed .block:not(:last-child) {
    margin-bottom: 0; }

@media only screen and (min-width: 769px) {
  .sidebar-first.is-2 {
    position: fixed;
    top: 5.25rem;
    right: 1%;
    overflow: hidden;
    width: 250px;
    max-height: calc(100vh - 4.25rem - 2.25rem - 4.9375rem - 1rem );
    height: 100%;
    /* needed for IE11 only */
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #block-h4cviewtoggle {
    text-align: center;
    border-radius: 9px;
    background-color: var(--enzian--primary-bg); }
  #block-h4cfacets {
    padding: 12px;
    border: #ccc solid 2px;
    border-radius: 9px;
    background: #e3e3e3; } }

@media only screen and (min-width: 500px) {
  .sidebar-first.is-2 {
    width: 250px; } }

@media only screen and (max-width: 500px) {
  #block-h4cfacets {
    right: 1%;
    width: 100vw; } }

@media only screen and (max-width: 769px) {
  #block-h4cfacets > div {
    display: none; }
  #block-h4cviewtoggle {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  body.toolbar-horizontal #block-h4cviewtoggle, body.toolbar-horizontal
  #block-h4cfacets {
    top: 4.9375rem; }
  body.toolbar-vertical #block-h4cviewtoggle, body.toolbar-vertical
  #block-h4cfacets {
    top: 2.4375rem; }
  #block-h4c-organisationsmaplisttoggle,
  #block-h4c-eventsmaplisttoggle {
    padding: .8rem 0; }
  #block-h4cfacets {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    margin-top: 3rem;
    background: #e3e3e3; }
  .sidebar-first.is-2 {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    left: 3rem;
    width: 100vw;
    height: 3rem; } }

@media only screen and (max-width: 1024px) {
  body.toolbar-vertical #block-h4cviewtoggle,
  body.toolbar-vertical #block-h4cfacets h2.subtitle {
    top: 2.4375rem; } }

.has-filter-sidebar .sidebar-first.column {
  padding: 0; }

a.tag,
a.tag:hover,
.tags a,
.tags a:hover {
  color: #fff; }

a.tag:hover,
.tags a:hover {
  opacity: .75; }

a.topic,
.tags.topics a {
  background-color: var(--enzian--primary-color); }

a.sustainability,
.tags.sustainability a {
  background-color: var(--enzian--primary-color); }

a.business-type,
.tags.business-types a {
  background-color: var(--enzian--primary-color-dark); }

.tags:not(:last-child) {
  margin-bottom: 0; }

/* from _temp.css - still waiting to be refactored */
.tags a:not(body) {
  font-size: .75rem;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2em;
  padding-right: .75em;
  padding-left: .75em;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff;
  background-color: var(--enzian--primary-bg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tags a:not(:last-child) {
  margin-right: .5rem; }

.tags a:hover {
  text-decoration: underline; }

.tags a {
  margin-bottom: .5rem; }

.tags .label {
  margin-right: 1rem; }

div:not(.active) > .views-field.preview {
  display: none; }

.active > .views-field.media {
  background-color: #e3e3e3; }

.organisation-list-logo {
  -ms-flex-item-align: center;
  align-self: center; }

.organisation-list-desc-item {
  height: 175px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.organisations {
  /* With the two div:not it would be disabled on hover on active. but it is a little bit strange
  (for me if i hover and color changes, and after click color change undone)
  if we would have a border around the active media all the time it would be ok. */
  /*div:not(.active)*/
  /***
   * Styling the preview popup
   *
   * Better we should use drutopias bulma media stuff here
   * maybe it is not working as we are using fields
   * stlly we can take the css from there.
   */ }
  .organisations .media:hover {
    background-color: #e3e3e3; }
  .organisations .node--view-mode-preview {
    display: none; }
  .organisations .active .node--view-mode-preview {
    display: inherit; }
  .organisations .node--view-mode-media:hover,
  .organisations .active .node--view-mode-media {
    background-color: #e3e3e3; }
  .organisations .node--view-mode-media:hover {
    cursor: pointer; }
  .organisations .node--view-mode-media {
    /* Deactivate the links in the media view mode that should only lead to preview .*/ }
    .organisations .node--view-mode-media .tags a,
    .organisations .node--view-mode-media .title a,
    .organisations .node--view-mode-media .h4c-subtitle a,
    .organisations .node--view-mode-media .h4c-image a {
      pointer-events: none; }
  @media only screen and (min-width: 769px) {
    .organisations .node--view-mode-media {
      float: left;
      width: 50%; } }

.node--view-mode-media .columns:last-child {
  margin-top: 0;
  margin-bottom: 0; }

.node--type-organisation.node--view-mode-media .media-left {
  position: absolute; }

.node--type-organisation.node--view-mode-media .media-content {
  margin-left: 115px; }

/* From _temp.css - still waiting to be refactored. */
/* Organisation media */
/*
 * We need columns is-multiline (?)
 * and column is-flex-column is-12-tablet is-half-desktop is-half-widescreen (?)
*/
.organisations.fixed-popup .columns .column {
  padding: 0; }

.node--type-organisation.node--view-mode-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: unset !important;
  width: unset !important;
  padding: .5rem;
  margin: .5rem 0; }

/* Organisation List */
/* Override styles from global.css:1378 */
.node--type-organisation.node--view-mode-media .media-left {
  position: relative; }

/* Overide bulma.css:4102 */
.organisations .media.media--blazy.media--switch.media--switch--content.media--image {
  padding-top: 0; }

/* Override styles from global.css:1381 */
.node--type-organisation.node--view-mode-media .media-content {
  margin-left: 0;
  overflow: hidden; }

/* Style h4c-subtitle in media view-mode */
.node--type-organisation.node--view-mode-media .media-content .h4c-subtitle {
  display: block;
  font-size: 1rem;
  margin-top: 0;
  font-weight: normal; }

.node--type-organisation.node--view-mode-media .media-content .h4c-subtitle div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 300px; }

.organisations .media-left {
  margin-right: .5rem; }

/* Organisation full */
@media only screen and (min-width: 768px) {
  .node--type-organisation.node--view-mode-full .h4c-image,
  .node--type-organisation.node--view-mode-full .h4c-info,
  .node--type-organisation.node--view-mode-full .location {
    float: left; }
  .node--type-organisation.node--view-mode-full .location {
    min-width: 40%; }
  .node--type-organisation.node--view-mode-full .h4c-image,
  .node--type-organisation.node--view-mode-full .h4c-info {
    min-width: 30%;
    padding-right: .5rem; }
  /* not flexible. would be great if it is fixed at 30% if all three exists and 50% it two and nothing if one
   * or a common container with display flex / inline-block
  */
  .node--type-organisation.node--view-mode-full .h4c-image,
  .node--type-organisation.node--view-mode-full .h4c-info {
    width: 30%; } }

.node--type-organisation.node--view-mode-full .h4c-summary,
.node--type-organisation.node--view-mode-full .h4c-body-paragraph,
.node--type-organisation.node--view-mode-full .views-element-container,
.h4c-website,
.h4c-opening-hours-group {
  clear: left; }

.node--type-organisation.node--view-mode-full .views-element-container {
  /* DANGER!!! zu unspezifisch */
  float: left; }

.node--view-mode-full > .h4c-inline-content > .h4c-subtitle,
.node--view-mode-full > div > .h4c-inline-content > .h4c-subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 21px;
  color: var(--enzian--primary-bg); }

/* should  not visible when hovering the label */
.node--type-organisation.node--view-mode-full .tags:hover .label.visually-hidden {
  font-weight: 600;
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  display: inherit;
  overflow: unset;
  clip: unset;
  width: unset;
  height: unset;
  padding: .125rem;
  word-wrap: unset;
  border-radius: 6px;
  background: white; }

/* We will use icons instead of labels (see below) */
.node--type-organisation.node--view-mode-preview .info-group .label,
.node--type-organisation.node--view-mode-full .h4c-info > div:not(.organisations) .label {
  display: none; }

/* but show label on hover */
.node--type-organisation.node--view-mode-full .h4c-info > div:hover:not(.organisations) .label {
  font-weight: 600;
  position: absolute;
  top: -1.5rem;
  left: 0rem;
  display: inherit;
  padding: .125rem;
  -webkit-transition: opacity 1.5s, top 1.5s, height 1s, padding 1s;
  -o-transition: opacity 1.5s, top 1.5s, height 1s, padding 1s;
  transition: opacity 1.5s, top 1.5s, height 1s, padding 1s;
  border-radius: 6px;
  background: lightgray; }

/* For absolute label. */
.node--type-organisation.node--view-mode-full .h4c-info > div {
  position: relative; }

/* Hide labels on hover so one can easier access the field behind them. */
.node--type-organisation.node--view-mode-full .h4c-info > div:not(.organisations) .label:hover {
  top: 0;
  padding: 0;
  opacity: 0; }

/* Let's wrap long urls even without empty spaces. */
.h4c-website a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-chars: 6 3 3; }

/* needed in order for the second line of the location address to fall in line with the first one */
.node--type-organisation.node--view-mode-full .h4c-inline-content {
  display: inline-block; }

/* FontAwesome Icons  */
/* We always want to mirror link and phone, once we use this somewhere else as well this should move to general or such */
.fa-link, .fa-phone {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* Add icons using ::before, try to avoid and use approach from #191 */
.h4c-inner-popup .location::before, .h4c-inner-popup .h4c-opening-hours-group::before, .h4c-inner-popup .h4c-email::before, .h4c-inner-popup .h4c-website a::before {
  font-family: FontAwesome;
  font-size: 140%;
  float: left;
  width: 1.5rem;
  /* to keep content in line */
  color: var(--enzian--primary-color); }

.h4c-inner-popup .location::before {
  content: "\f041";
  /*"\f3c5"*/ }

.h4c-inner-popup .h4c-opening-hours-group::before {
  content: "\f017";
  /*"\f017"*/ }

.h4c-inner-popup .h4c-email::before {
  content: "\f0e0";
  /*"\f0e0"*/ }

.h4c-inner-popup .h4c-website a::before {
  content: "\f0c1";
  /*\f0ac*/
  /*"\f57c \f0c1"*/ }

/* With the two div:not it would be disabled on hover on active. but it is a little bit strange
(for me if i hover and color changes, and after click color change undone)
if we would have a border around the active media all the time it would be ok. */
.organisations > .column:hover,
.organisations > div > .column:hover,
.organisations .active .node--view-mode-media {
  background-color: #e3e3e3; }

.organisations .node--view-mode-media:hover {
  cursor: pointer; }

.message {
  clear: both;
  /* we need this to prevent overlapping, until we switched to grid/flex layout */ }

.events .preview {
  /* Statt preview mit node--view-mode-preview arbeiten - klasse in views für die reihe statt fürs item verwenden, eher auch gleich event-preview*/
  /*
    .media-left {
        float:left;
        margin-right: 1rem;
    }
    .h4c-content {
        float: left;
    }
    .media-content,
    .h4c-content{
        overflow: hidden;
    }
    .media-content > div,
    .h4c-content > div{
        clear: left;
    }

    .tags:not(:last-child) {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
    .content,
    details > div:last-child {
        margin-bottom: .5rem;
    }
    */ }
  .events .preview .media-left {
    float: left;
    margin-right: 1rem; }
  .events .preview .h4c-content {
    float: left; }
  .events .preview .media-content,
  .events .preview .h4c-content {
    overflow: hidden; }
  .events .preview .media-content > div,
  .events .preview .h4c-content > div {
    clear: left; }
  .events .preview .h4c-date-location {
    margin-bottom: 0; }
  .events .preview .tags:not(:last-child) {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .events .preview .content,
  .events .preview details > div:last-child {
    margin-bottom: .5rem; }
  .events .preview .h4c-image .image img {
    width: 220px; }
  .events .preview .title:not(:last-child),
  .events .preview .subtitle:not(:last-child) {
    margin-bottom: 0; }
  .events .preview .media-content,
  .events .preview details > div:last-child {
    margin: .5rem 0; }
  .events .preview details summary {
    cursor: pointer; }
  .events .preview .h4c-date-location .location::before {
    content: "@" !important; }
  .events .preview .h4c-date-location > div:last-child::before {
    content: unset; }

/*/
/* hide subtitle in content teasers in preview popup (like events / articles in org preview)
/* could also be placed as mouse over over the title ...
/*/
.node--view-mode-preview .node--view-mode-micro .h4c-subtitle {
  display: none; }

/* hiding n+3 events in preview - to have them visibile in full */
/* toolbar edit divs for logged in users ... */
.node--view-mode-preview .events-group > div > div > div:nth-child(n+3),
body.toolbar-horizontal .node--view-mode-preview .events-group > div > div > div:nth-child(n+4),
body.toolbar-vertical .node--view-mode-preview .events-group > div > div > div:nth-child(n+4) {
  display: none; }

body.toolbar-horizontal .node--view-mode-preview .events-group > div > div > div:nth-child(3),
body.toolbar-vertical .node--view-mode-preview .events-group > div > div > div:nth-child(3) {
  display: inherit; }

.node--type-event.node--view-mode-full h3,
.node--type-event.node--view-mode-full h2,
.node--type-event.node--view-mode-full .h4c-event-date {
  margin-bottom: .25rem; }

.node--type-event.node--view-mode-full .h4c-event-date {
  font-size: 18px;
  font-weight: 600;
  color: var(--enzian--primary-color); }

.node--view-mode-full .location {
  margin-bottom: 1rem; }

/* Events Accordion ohne Accordion Styles */
.no-accordion-style .ui-state-default,
.no-accordion-style .ui-widget-content,
.no-accordion-style .ui-state-focus {
  border: 0; }

.no-accordion-style .ui-state-active {
  background: var(--enzian--primary-bg-dark); }

.no-accordion-style .ui-icon {
  display: none; }

.no-accordion-style .ui-accordion-content {
  padding: 1em 0 !important; }

.js-views-accodion-group-header {
  margin: 1rem 0 !important; }

/* End navbar JS */
/* Hide navbar and do not reserve space on campaign frontpages */
body.path-frontpage.page-node-type-h4c-campaign {
  padding-top: 0; }
  body.path-frontpage.page-node-type-h4c-campaign nav.navbar {
    display: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--enzian--primary-bg-dark);
  border: var(--enzian--primary-bg-dark); }

h2.eva {
  margin: 1rem 0 !important; }

/* override all accordion colors
 * gitlab.com/geeks4change/drutopiadev/issues/208
 * gitlab.com/geeks4change/drutopiadev/issues/265
 */
.no-accordion .views-accordion-header {
  color: inherit;
  background-color: inherit; }

.no-accordion .views-accordion-header a,
.no-accordion .views-accordion-header a:link,
.no-accordion .views-accordion-header a:visited {
  color: inherit; }

.ui-widget-content a {
  color: var(--enzian--primary-bg); }

.no-accordion-style {
  /* no special effects for active border */ }
  .no-accordion-style .ui-state-default,
  .no-accordion-style .ui-state-hover,
  .no-accordion-style .ui-state-active {
    background: #fff; }
  .no-accordion-style .ui-state-hover img,
  .no-accordion-style .ui-state-active img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .no-accordion-style .ui-state-active {
    border: 0; }
  .no-accordion-style .ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 1rem; }

.no-accordion-style-menu .webform-submission-campaign-contact-form {
  text-align: center; }
  .no-accordion-style-menu .webform-submission-campaign-contact-form .form-item {
    margin-bottom: 1rem; }
  .no-accordion-style-menu .webform-submission-campaign-contact-form .control {
    text-align: center; }
    .no-accordion-style-menu .webform-submission-campaign-contact-form .control button {
      border-radius: 1em; }

.no-accordion-style-menu .field-group-format-toggler a:link {
  display: block;
  color: var(--enzian--primary-color);
  text-align: center; }

.no-accordion-style-menu .field-group-format-toggler.ui-state-active {
  background: var(--enzian--primary-bg-dark);
  border-radius: 3px; }
  .no-accordion-style-menu .field-group-format-toggler.ui-state-active a {
    outline: 0;
    color: #fff; }

/* Get rid of styles for no-input input fields */
.no-form-style {
  border: 0;
  padding: 0;
  margin: 0;
  height: 1.5rem;
  max-width: 4.7rem;
  font-weight: bold;
  display: none;
  -moz-appearance: textfield; }

.no-form-style::-webkit-inner-spin-button,
.no-form-style::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.suffix {
  display: none; }

/* Form error on crowdinvest form */
.field-group-invalid {
  background: #ff3860;
  color: #fff; }

.field-group-invalid a {
  color: #fff !important; }

@media screen and (min-width: 769px) {
  .page-node-type-h4c-campaign .container > .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .page-node-type-h4c-campaign .paragraph--type--media-gallery {
    width: 150%;
    position: relative;
    z-index: 1000;
    background-color: #fff; }
  #block-contactblock.fixed {
    position: fixed;
    height: calc(100vh-200px);
    max-height: 100%;
    max-width: 25em;
    overflow-y: auto;
    margin-right: 1rem;
    padding-right: .5rem;
    top: 4.25rem;
    /* navbar height */ } }

/* Reset link style on Mediacover slider */
.paragraph--type--h4c-eva-mediacover-slick-multi a {
  font-weight: normal;
  color: var(--enzian--text); }

.slick-round {
  display: block;
  /* not flex, important for mobile together with Bulma */ }
  .slick-round img {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%; }

.iam {
  margin: 0;
  /* war: 1rem 0 .5rem */ }

/* Let color module override left/right arrow color */
.slick-prev::before, .slick-arrow::before {
  color: var(--enzian--primary-color-dark); }

/* Replace empty Image Fields with Initital of Title */
.empty-fields .initial {
  display: block;
  /* needed for ::first-letter */
  font-size: 0;
  /* hide full title */
  color: #fff;
  /* set standard to be overridden if needed */
  background-color: var(--enzian--primary-bg-dark); }

.empty-fields .initial:first-letter {
  color: #fff;
  /* make initial appear */
  font-size: 8rem;
  text-transform: uppercase;
  float: left;
  line-height: .8;
  /* needed for crossbrowser compatible vertical positioning */
  margin: 25% 0 0 27%;
  letter-spacing: -20em;
  /* Hack, um einen Bindestrich oder Apostroph als zweiten Buchstaben nicht mit anzuzeigen */
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  /* important for horizontal positioning */ }

.node--type-organisation .initial {
  width: 170px;
  height: 170px;
  margin: 0 0 1rem; }

.node--type-organisation.node--view-mode-media .initial {
  width: 100px;
  height: 100px;
  margin: 0; }

.node--type-organisation.node--view-mode-media .initial:first-letter {
  font-size: 5rem; }

.node--type-people .initial:first-letter {
  color: var(--enzian--primary-bg-dark);
  background: #fff; }

/* End Initial Code */
/*
 * Style Group Operations Dropdown Button  
 *
 * Beispiel /group/[gid]/members
 *
 */
.open .dropbutton {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  margin-bottom: 3rem !important;
  /* needed for the last element to be over the footer */ }

.dropbutton-action {
  background: #fff;
  border: 1px solid #ededed; }

.dropbutton a {
  padding: .5em;
  margin-right: 1rem; }

.js .dropbutton a {
  padding-right: 1em; }

.dropbutton .delete {
  font-size: 1rem;
  background: #fff;
  border-radius: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%; }
  .dropbutton .delete:before, .dropbutton .delete:after {
    content: none; }

.views-field-dropbutton .dropbutton li.secondary-action:hover,
.views-field-dropbutton .dropbutton li.dropbutton-action:hover,
li.dropbutton-action:hover {
  background: #ededed;
  border-radius: 0; }

.dropbutton-multiple.open .dropbutton-arrow {
  top: 1rem; }

/*
 * Mache aus Group Operations Dropdown eine Button Liste 
 *
 * Beispiel /group/[gid]/nodes in Sidebar rechts
 *
 */
.js .dropbutton-multiple .dropbutton-widget {
  padding: 0; }

/* Block with Group Actions */
.block-group-operations .dropbutton li {
  display: block !important;
  /* shouldn't be necessary, but somehow is otherwise not displaying as block, even though it is already declared on .js .dropbutton li */
  margin-bottom: .5rem; }

.block-group-operations li.dropbutton-toggle {
  /* need the li for specificity */
  display: none !important;
  /* need the !important to override .dropbutton li */ }

.block-group-operations .dropbutton a {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #ededed;
  /*color: #363636;*/
  cursor: pointer;
  padding: 0.75rem;
  white-space: nowrap;
  margin: 0; }

.block-local-actions-block nav li a {
  margin-bottom: .5rem; }

/* Node Forms */
/* 
 * Make Make enzian usable for node edit forms
*/
.node-form {
  /* Mark required fields */
  /* Fit border to serch files button */
  /* Show some fields in vertical order */
  /* Show date and time horizontally if two fields are present */
  /* Without this users who cannot select a text format see a smaller width paragraphs table */
  /* Hide toggle weight for anonymos users */
  /* Highlight active and focused anchor link */
  /* Display edit actions sticky */
  /* Keep top bottom padding (important for anchor calculation!) but remove side padding on mobile */
  /* Replicate .box style, yes some rehkitze just died, psssst.. */
  /* Avoid flicker from fixed class, padding = height of tabs bar */
  /* Limit text input fields to not occupy 100% width */ }
  .node-form .form-required::after {
    content: '*';
    color: red; }
  .node-form input[type="file"] {
    height: auto; }
  .node-form .field--name-field-location-reference .panel-block,
  .node-form #edit-field-location-geofield-0-value .panel-block,
  .node-form #edit-field-event-date-0 .panel-block {
    display: block; }
  .node-form #edit-field-event-date-0-value,
  .node-form #edit-field-event-date-0-end-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .node-form #edit-field-body-paragraph-wrapper table {
    width: 100%; }
  .node-form .tabledrag-toggle-weight-wrapper {
    display: none; }
  .node-form .user-logged-in .tabledrag-toggle-weight-wrapper {
    display: block; }
  .node-form a:active,
  .node-form a:focus {
    color: var(--enzian--primary-bg); }
  .node-form #edit-actions,
  .node-form .node-preview-container.container-inline.field {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 36px;
    background-color: var(--enzian--primary-bg);
    border-top: 1px solid #DBDBDB;
    text-align: center;
    z-index: 503; }
  .node-form .box-like {
    padding: 1.25rem 0; }
  .node-form .box-like:not(:last-child) {
    margin-bottom: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .node-form .box-like {
      border-radius: 5px;
      -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      color: #4a4a4a;
      display: block;
      padding: 1.25rem;
      background-color: #fcfcfc; }
    .node-form .box-like:not(:last-child) {
      margin-bottom: 1.5rem; } }
  .node-form #block-contact.fixed + * {
    padding-top: 47px; }
  @media only screen and (min-width: 1023px) {
    .node-form table[id^="field-body-paragraph-values"] + div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .node-form input.input {
    max-width: 600px; }

/* Show tabledrag handle completely */
a.tabledrag-handle .handle {
  height: auto;
  width: auto; }

/* Make long button lists break line */
.h4c-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.h4c-button-list .control {
  margin: .2rem; }

/* Some settings if the drupal toolbar ist open */
/* Avoid page content being pushed out of viewport horizontally, not only forms! */
.toolbar-tray-open.toolbar-vertical main,
.toolbar-tray-open.toolbar-vertical .main-content {
  width: 100%; }

/* Move form navigation and edit actions next to toolbar */
.toolbar-tray-open.toolbar-vertical .node-form #block-contact.fixed,
.toolbar-tray-open.toolbar-vertical .node-form #edit-actions {
  left: 240px; }

/* Show Media Browser on top of everything */
.ui-dialog {
  z-index: 1002 !important; }

/* Let's display our SumoSelect Textformat overflow its container 
** https://gitlab.com/geeks4change/hubs4change/enzian/issues/215
*/
.filter-wrapper {
  overflow: visible; }

/* the Preview and Popup view modes for display of organisations, locations and events  */
.h4c-outer-popup {
  font: .85rem/1.5 "Titillium Web", sans-serif;
  /* need to override leaflet hardcoded css */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
  background-color: #e3e3e3; }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    .h4c-outer-popup {
      border-radius: 9px; } }

.h4c-inner-popup {
  margin: .5rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%; }

.h4c-outer-popup .title h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: var(--enzian--primary-bg);
  padding: .5rem 1.5rem .5rem .5rem;
  line-height: 1.2; }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    .h4c-outer-popup .title h2 {
      border-top-left-radius: 9px;
      border-top-right-radius: 9px; } }
  .h4c-outer-popup .title h2 a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-chars: 6 3 3;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    pointer-events: all; }

.h4c-outer-popup .title {
  margin: 0; }

.h4c-button__popup {
  text-align: center;
  margin: .5rem; }
  .h4c-button__popup .button {
    width: 100%; }

.h4c-inner-popup .title,
.h4c-inner-popup h3 {
  margin: 0; }

.h4c-inner-popup .h4c-subtitle {
  margin-top: 0;
  font-size: 1rem;
  text-align: center; }

.h4c-inner-popup .h4c-tabs__info {
  margin: 1rem 0;
  line-height: 1; }
  .h4c-inner-popup .h4c-tabs__info p {
    margin: 1rem 0;
    float: left; }
  .h4c-inner-popup .h4c-tabs__info > div {
    padding-bottom: .5rem;
    line-height: 130%; }

.h4c-inner-popup .h4c-location-address {
  display: inline-block; }

.h4c-inner-popup .initial {
  /* center initial in popup as the images and make it as small as them as well */
  margin: 0 auto .5rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* round background */ }
  .h4c-inner-popup .initial::first-letter {
    font-size: 4.5rem; }

.h4c-inner-popup .views-element-container {
  /* needed to overwrite too unspecific selectors from elsewhere */
  margin: 0 !important; }

/* hide EVA views title & icon in preview and popup displays */
.h4c-tabs__events .view-h4c-eva header,
.node--view-mode-preview .view-h4c-eva header {
  display: none; }

.horizontal-tabs .horizontal-tabs-list {
  background: transparent; }

.horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0; }

.horizontal-tabs {
  border: 0; }

.h4c-tabs,
.h4c-tabs__events .node--view-mode-micro,
.horizontal-tabs-panes .node--type-event {
  margin: 1rem 0; }

/* Hide all but the first three events - for now we are showing all */
/*.h4c-tabs__events .view-h4c-eva div:nth-of-type(n+5) {
  display: none;
}*/
.horizontal-tab-button {
  width: 33%;
  padding-top: 10px;
  text-align: center;
  background-color: #ededed; }
  .horizontal-tab-button.selected {
    background-color: #fcfcfc; }
  .horizontal-tab-button a::before {
    font-family: FontAwesome;
    font-size: 23px;
    display: block;
    color: var(--enzian--primary-color); }
  .horizontal-tab-button a::after {
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff; }
  .horizontal-tab-button.first {
    border-radius: 6px 0 0 6px; }
  .horizontal-tab-button.last {
    border-radius: 0 6px 6px 0; }
  .horizontal-tab-button.first.last {
    border-radius: 6px; }
  .horizontal-tab-button:nth-child(1) a::before {
    content: "\f05a"; }
  .horizontal-tab-button:nth-child(2) a::before {
    content: "\f073"; }
  .horizontal-tab-button:nth-child(3) a::before {
    content: "\f20e"; }
  .horizontal-tab-button a {
    padding-bottom: 1rem; }

.horizontal-tabs-pane {
  padding: 1rem 0; }

@media only screen and (max-width: 550px) {
  .events .preview .media-left {
    width: 33%; } }

@media only screen and (max-width: 375px) {
  .events .preview .media-left {
    display: none; } }

/* Close-Button on Organisation Preview */
.node--view-mode-preview .h4c-outer-popup > .title div::after {
  content: "\00d7";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font: bold 1.25rem/1 "Titillium Web", sans-serif;
  /* to overwrite some hardcoded leaflet + bulma code */
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  pointer-events: all;
  color: #fff;
  z-index: 1002; }

/* The hover effect would also affect the title link, so I think it is better without
.node--view-mode-preview .h4c-outer-popup > .title div:hover::after {
  opacity: .75;
}*/
/* needed for preview close button */
#js-popup .h4c-outer-popup > .title > div {
  pointer-events: none; }

.organisations .node--view-mode-preview {
  display: none; }

.organisations .active .node--view-mode-preview {
  display: inherit; }

/* abstract top position values and max-height for fixed elements (Popup, Preview for now, 
* maybe later we want the filter sidebar in here as well)
* 
* all this stuff is for the position and max-height of the popup (Map) and the preview (List) in all possible cases:
*
* No Toolbar
* case 1: anonymous user + mobile: $navbar-mobile
* case 2: anonymous user + bigger mobile/tablet: $navbar-mobile + 1rem
* case 3: anonymous user + desktop: $navbar + 1rem
*
* Toolbar
* case 4: logged in user + mobile: $navbar-mobile + $toolbar
* case 5: logged in user + bigger mobile/tablet: $navbar-mobile + $toolbar + 1rem
* case 6: logged in user + desktop: $navbar + $toolbar + 1rem
*
* Toolbar-Tray
* case 7: logged in user + mobile + toolbar-tray: $navbar-mobile + $toolbar-tray
* case 8: logged in user + bigger mobile/tablet + toolbar-tray: $navbar-mobile + $toolbar-tray + 1rem  
* case 9: logged in user + desktop + toolbar-tray: $navbar + $toolbar-tray + 1rem
* 
*/
.organisations .node--view-mode-preview,
.h4c-outer-popup {
  position: fixed;
  z-index: 503;
  left: 0;
  width: 15.625rem;
  /* 250px */
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  /* case 1 */
  top: 3rem;
  max-height: calc(100vh - 3rem);
  /* case 2 */
  /* case 3 */ }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    .organisations .node--view-mode-preview,
    .h4c-outer-popup {
      top: 4rem;
      left: 1rem;
      max-height: calc(100vh - 3rem - 2.25rem - 2rem); } }
  @media screen and (min-width: 1024px) {
    .organisations .node--view-mode-preview,
    .h4c-outer-popup {
      top: 5.25rem;
      max-height: calc(100vh - 4.25rem - 2.25rem - 2rem); } }

body.toolbar-vertical .organisations .node--view-mode-preview, body.toolbar-vertical
.h4c-outer-popup {
  /* case 4 */
  top: calc(3rem + 2.4375rem);
  max-height: calc(100vh - 3rem - 2.4375rem );
  /* case 5 */
  /* case 6 */ }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    body.toolbar-vertical .organisations .node--view-mode-preview, body.toolbar-vertical
    .h4c-outer-popup {
      top: calc(3rem + 2.4375rem + 1rem );
      max-height: calc(100vh - 3rem - 2.25rem - 2.4375rem - 2rem ); } }
  @media screen and (min-width: 1024px) {
    body.toolbar-vertical .organisations .node--view-mode-preview, body.toolbar-vertical
    .h4c-outer-popup {
      top: calc(4.25rem + 2.4375rem + 1rem );
      max-height: calc(100vh - 4.25rem - 2.25rem - 2.4375rem - 2rem ); } }

body.toolbar-horizontal .organisations .node--view-mode-preview, body.toolbar-horizontal
.h4c-outer-popup {
  /* case 7 */
  top: calc(3rem + 4.9375rem);
  max-height: calc(100vh - 3rem - 4.9375rem );
  /* case 8 */
  /* case 9 */ }
  @media screen and (min-width: 550px) and (min-height: 550px) {
    body.toolbar-horizontal .organisations .node--view-mode-preview, body.toolbar-horizontal
    .h4c-outer-popup {
      top: calc(3rem + 4.9375rem + 1rem );
      max-height: calc(100vh - 3rem - 2.25rem - 4.9375rem - 2rem); } }
  @media screen and (min-width: 1024px) {
    body.toolbar-horizontal .organisations .node--view-mode-preview, body.toolbar-horizontal
    .h4c-outer-popup {
      top: calc(4.25rem + 4.9375rem + 1rem);
      max-height: calc(100vh - 4.25rem - 2.25rem - 4.9375rem - 2rem); } }

/* Hide site slogan via CSS, as we do not know why it appears on front page */
.hero-body h1.title {
  display: none; }

/* The toolbar tray has a margin-bottom: .75em; from the overly broad definition of .field:not(:last-child), therefore we overwrite it again */
.toolbar-tray .field {
  margin: 0; }

/* We do a lot of heavy lifting with z-indexes and position:fixed, so we managed to break the admin toolbar. This fixes it, but feels not quite right. */
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon {
  z-index: 1005; }

/* Membership Form Styling, 
** e.g. https://www.stadtwandler.org/de/foerdermitglied-werden
**
*/
#webform-submission-fordermitglied-werden-add-form {
  max-width: 50rem; }

#webform-submission-fordermitglied-werden-add-form > * {
  margin-bottom: 1.5rem; }

#webform-submission-fordermitglied-werden-add-form .js-form-type-webform-markup {
  margin-bottom: 0 !important; }

#webform-submission-fordermitglied-werden-add-form .panel-block {
  display: block; }

#webform-submission-fordermitglied-werden-add-form .panel-block > .description {
  font-weight: bold;
  margin-top: 1rem; }

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