@charset "UTF-8";
/*comp*/
/*!
Theme Name: Hinz und Kunzt Sixteen
Theme URI: http://schokoladenseite.net/#hk
Author: Schokoladenseite.NET Visuelle Kommunikation GmbH
Author URI: http://schokoladenseite.net
Description: Der neue Look für Hinz&Kunzt 2016
Version: 19.10.17.1000
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hinz-und-kunzt-sixteen
Tags: one-column, two-columns, editor-style, featured-images, translation-ready

Hinz und Kunzt Sixteen is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Colors
 */
/**
 * Settings
 */
/**
 * Fonts
 * @todo: Load fonts with webfont loader
 * Source: https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js
 */
/**
 * BREAKPOINT MIXIN
 *
 * Using the breakpoint list defined in `_vars.scss`
 *
 * Usage:
 * `@include bp(xs)` => @media (min-width: xs)
 * `@include bp(xs,max)` => @media (max-width: xs)
 * `@include bp(xs,md)` => @media (min-width: xs) and (max-width: md)
 */
/**
 * Helper Function for rem Fallback Mixin
 */
/**
 * REM FALLBACK MIXIN
 * Source: <https://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/>
 *
 * Usage:
 * `@include rem(margin, 10, 20, 30, 40);` =>
 * `body {
 *   margin: 160px 320px 480px 640px;
 *   margin: 10rem 20rem 30rem 40rem;
 * }`
 */
.single .kacheln,
.page .kacheln {
  margin: 0 -0.75rem;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-flow: row wrap;
  justify-content: space-around;
}

.single .kacheln > br,
.page .kacheln > br {
  display: none;
}

.single .kacheln a,
.page .kacheln a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  margin: 0.75rem;
  text-align: center;
  color: #fff;
  background: #e1007a;
  font-family: "Lora", serif;
  padding: 3rem 1.5rem;
  line-height: normal;
  border: 0;
  opacity: .9;
  font-size: 1.2rem;
  width: 100%;
}

@media (min-width: 20em) {
  .single .kacheln a,
  .page .kacheln a {
    width: 35%;
  }
}

@media (min-width: 40.625em) {
  .single .kacheln a,
  .page .kacheln a {
    font-size: 1.4rem;
    width: 35%;
  }
}

@media (min-width: 56.25em) {
  .single .kacheln a,
  .page .kacheln a {
    font-size: 1.7rem;
    width: 30%;
  }
}

.single .kacheln a:hover,
.page .kacheln a:hover {
  cursor: pointer;
  opacity: 1;
  border: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

body {
  background: #ececec;
  color: #3b3b3b;
  font-size: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site {
  display: block;
  margin: 0 auto;
  max-width: 69.125rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

body:before {
  display: none;
  content: 'xs';
}

@media (min-width: 40.625em) {
  body:before {
    content: 'sm';
  }
}

@media (min-width: 56.25em) {
  body:before {
    content: 'md';
  }
}

@media (min-width: 71.5625em) {
  body:before {
    content: 'lg';
  }
}

@media (min-width: 80em) {
  body:before {
    content: 'xl';
  }
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.site-header, .site-content, .site-footer, .site-afterfooter, .featured-post, .projekt-teaser__grid,
.veranstaltungs-meta,
.verkaeufer-teaser__grid {
  display: block;
  font-size: 0;
  margin: 0 auto;
  padding: 1.5rem 0.75rem;
}

.site-header .site-branding, .site-header .main-navigation, .content-area, .content-area--full, .widget-area, .site-footer .widget, .site-afterfooter .site-info, .site-afterfooter .site-copyright-menu, .featured-post__content, .featured-post__magazine, .veranstaltungs-meta .date,
.veranstaltungs-meta .date-end,
.veranstaltungs-meta .ort,
.veranstaltungs-meta .eintritt,
.veranstaltungs-meta .elink, .verkaeufer-teaser__article, .verkaeufer-teaser__blog, .verkaeufer-teaser__widget, .projekt-teaser__grid .widget {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding: 0 0.75rem;
}

.site-header .site-branding, .site-header .main-navigation, .content-area, .content-area--full, .widget-area, .site-footer .widget, .site-afterfooter .site-info, .site-afterfooter .site-copyright-menu, .featured-post__content, .featured-post__magazine, .veranstaltungs-meta .date,
.veranstaltungs-meta .date-end,
.veranstaltungs-meta .ort,
.veranstaltungs-meta .eintritt,
.veranstaltungs-meta .elink, .verkaeufer-teaser__article, .verkaeufer-teaser__blog, .verkaeufer-teaser__widget, .projekt-teaser__grid .widget {
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  position: absolute !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * Helper Colors
 */
.color-primary,
.color-magenta {
  color: #e1007a;
}

.color-blue,
.color-verkaeufer {
  color: #035d95;
}

.color-green,
.color-projekt {
  color: #01b272;
}

/**
 * Text Alignment
 */
.alignright,
.text-right {
  text-align: right;
}

.alignleft,
.text-left {
  text-align: left;
}

.aligncenter,
.text-center {
  text-align: center;
}

img.aligncenter {
  margin: 0 auto;
}

.section--block a.btn,
.entry-content a.btn,
.btn {
  display: inline-block;
  color: #fff !important;
  padding: .6em 2em;
  background: #e1007a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  font-size: .875rem;
  border-radius: 3px;
  border: 0 !important;
}

.section--block a.btn:hover,
.entry-content a.btn:hover,
.btn:hover {
  background: #c8006c;
  border: 0 !important;
}

.section--block a.btn.btn--magenta,
.entry-content a.btn.btn--magenta,
.btn.btn--magenta {
  background-color: #e1007a;
  color: #fff;
}

.section--block a.btn.btn--magenta:hover,
.entry-content a.btn.btn--magenta:hover,
.btn.btn--magenta:hover {
  background: #c8006c;
  border: 0 !important;
}

.section--block a.btn.btn--blue,
.entry-content a.btn.btn--blue,
.btn.btn--blue {
  background-color: #035d95;
  color: #fff;
}

.section--block a.btn.btn--blue:hover,
.entry-content a.btn.btn--blue:hover,
.btn.btn--blue:hover {
  background: #024d7c;
  border: 0 !important;
}

.section--block a.btn.btn--cyan,
.entry-content a.btn.btn--cyan,
.btn.btn--cyan {
  background-color: #189bab;
  color: #fff;
}

.section--block a.btn.btn--cyan:hover,
.entry-content a.btn.btn--cyan:hover,
.btn.btn--cyan:hover {
  background: #158795;
  border: 0 !important;
}

.section--block a.btn.btn--green,
.entry-content a.btn.btn--green,
.btn.btn--green {
  background-color: #01b272;
  color: #fff;
}

.section--block a.btn.btn--green:hover,
.entry-content a.btn.btn--green:hover,
.btn.btn--green:hover {
  background: #019962;
  border: 0 !important;
}

#cookie-notice .button {
  margin-left: 10px;
  background-color: #e1007a;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#cookie-notice {
  border-bottom: 1px solid #ececec;
}

input[type="submit"],
input[type="reset"], textarea, .search-field {
  display: inline-block;
  padding: .5em;
  margin: 0 0 1em;
}

input[type="submit"],
input[type="reset"] {
  border-radius: 3px;
  border: 0;
  background: #e1007a;
  color: #fff;
  font-weight: bold;
}

input[type="submit"]:hover, input[type="submit"].active, input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"].active,
input[type="reset"]:focus {
  cursor: pointer;
  background: #c8006c;
}

label {
  display: block;
  margin: 0 0 .5em;
}

textarea {
  display: block;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 4rem;
  transition: all .5s ease;
}

textarea.active, textarea:focus {
  border-color: #e1007a;
  height: 10rem;
  outline: none;
}

a.link::before, .verkaeufer-teaser__blog__link a::before,
.link::before, .menu .menu-item-has-children > .mt::before, .comments-area .comments-title::before, .section__marker::before, .widget_eme_list > ul > li::before,
.veranstaltungen-list__item::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f18e';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin: 0 0 1em;
}

b,
strong {
  font-weight: bold;
}

h2,
.h2 {
  font-size: 1.2rem;
}

@media (min-width: 56.25em) {
  h2,
  .h2 {
    font-size: 1.3rem;
  }
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
}

@media (min-width: 56.25em) {
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

p,
.p {
  line-height: 1.5;
}

p + h1, p + .h1, p + h2, p + .h2, p + h3, p + .h3, p + h4, p + .h4, p + h5, p + .h5, p + h6, p + .h6,
.p + h1,
.p + .h1,
.p + h2,
.p + .h2,
.p + h3,
.p + .h3,
.p + h4,
.p + .h4,
.p + h5,
.p + .h5,
.p + h6,
.p + .h6 {
  margin-top: 2em;
}

hr {
  display: block;
  overflow: hidden;
  margin: 1.5rem 0;
  border: 0;
  background: #dbdbdb;
  height: 1px;
}

blockquote {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.5rem 0;
  overflow: hidden;
  width: auto;
  font-size: 1em;
  font-style: italic;
  border-left: 0.1875rem solid #ececec;
}

@media (min-width: 56.25em) {
  blockquote.position--right {
    float: right;
    width: 50%;
    padding: 0 0 0 1.5rem;
    margin-left: 1.5rem;
  }
}

@media (min-width: 56.25em) {
  blockquote.position--left {
    float: left;
    width: 50%;
    padding: 0 1.5rem 0 0;
    margin-right: 1.5rem;
    border-left: 0;
    border-right: 0.1875rem solid #ececec;
    text-align: right;
  }
}

blockquote.size--big {
  font-size: 1.6em;
}

blockquote.size--small {
  font-size: .875em;
}

blockquote cite {
  display: block;
  margin: 0.75rem 0 0;
  font-style: normal;
  font-size: .875rem;
}

.entry-content a,
.section--block a {
  color: #e1007a;
  font-weight: bold;
}

.entry-content a:hover, .entry-content a:active, .entry-content a:focus,
.section--block a:hover,
.section--block a:active,
.section--block a:focus {
  cursor: pointer;
  border-bottom: 2px solid;
}

/**
 * Styling of Links with a circle in section coloring
 */
a.link, .verkaeufer-teaser__blog__link a,
.link,
.verkaeufer-teaser__blog__link a {
  text-transform: uppercase;
  color: #3b3b3b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}

a.link:hover, .verkaeufer-teaser__blog__link a:hover, a.link:active, .verkaeufer-teaser__blog__link a:active, a.link:focus, .verkaeufer-teaser__blog__link a:focus,
.link:hover,
.verkaeufer-teaser__blog__link a:hover,
.link:active,
.verkaeufer-teaser__blog__link a:active,
.link:focus,
.verkaeufer-teaser__blog__link a:focus {
  color: #e1007a;
  cursor: pointer;
  border: 0;
}

a.link::before, .verkaeufer-teaser__blog__link a::before,
.link::before,
.verkaeufer-teaser__blog__link a::before {
  margin-right: .5em;
  color: #e1007a;
}

.projekt a.link:hover, .projekt .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .projekt a:hover, .projekt a.link:active, .projekt .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link .projekt a:active, .projekt a.link:focus, .projekt .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link .projekt a:focus,
.projekt .link:hover,
.projekt .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.projekt a:hover,
.projekt .link:active,
.projekt .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link
.projekt a:active,
.projekt .link:focus,
.projekt .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link
.projekt a:focus {
  color: #01b272;
}

.projekt a.link::before, .projekt .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link .projekt a::before,
.projekt .link::before,
.projekt .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.projekt a::before {
  color: #01b272;
}

.spenden a.link:hover, .spenden .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .spenden a:hover, .spenden a.link:active, .spenden .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link .spenden a:active, .spenden a.link:focus, .spenden .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link .spenden a:focus,
.spenden .link:hover,
.spenden .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.spenden a:hover,
.spenden .link:active,
.spenden .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link
.spenden a:active,
.spenden .link:focus,
.spenden .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link
.spenden a:focus {
  color: #189bab;
}

.spenden a.link::before, .spenden .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link .spenden a::before,
.spenden .link::before,
.spenden .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.spenden a::before {
  color: #189bab;
}

.verkaeufer a.link:hover, .verkaeufer .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .verkaeufer a:hover, .verkaeufer a.link:active, .verkaeufer .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link .verkaeufer a:active, .verkaeufer a.link:focus, .verkaeufer .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link .verkaeufer a:focus,
.verkaeufer .link:hover,
.verkaeufer .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.verkaeufer a:hover,
.verkaeufer .link:active,
.verkaeufer .verkaeufer-teaser__blog__link a:active, .verkaeufer-teaser__blog__link
.verkaeufer a:active,
.verkaeufer .link:focus,
.verkaeufer .verkaeufer-teaser__blog__link a:focus, .verkaeufer-teaser__blog__link
.verkaeufer a:focus {
  color: #035d95;
}

.verkaeufer a.link::before, .verkaeufer .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link .verkaeufer a::before,
.verkaeufer .link::before,
.verkaeufer .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.verkaeufer a::before {
  color: #035d95;
}

.badge {
  display: inline-block;
  background: #e1007a;
  color: #fff !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .825rem;
  font-weight: bold;
  padding: .4em .5em;
  margin: 0 0 .5rem;
  border: 0 !important;
}

.image-with-badge {
  display: block;
  position: relative;
  margin: 0 0 1rem;
}

.image-with-badge .badge {
  position: absolute;
  top: 0;
  left: 0;
}

.image-with-badge img {
  max-width: 100%;
  height: auto;
}

.media-container {
  position: relative;
  display: block;
  /*padding-bottom: 56.25%;*/
  margin-bottom: 1.5rem;
  clear: both;
}

.media-container.ar-none {
  padding-bottom: 0;
  margin-bottom: 0;
}

.media-container.ar-16-7 {
  padding-bottom: 43.75%;
}

/*.media-container.ar-16-9 {
  padding-bottom: 56.25%;
}*/

.media-container.ar-4-3 {
  padding-bottom: 75%;
}

.media-container.ar-16-10 {
  padding-bottom: 62.5%;
}

.media-container.media-container--breakout {
  max-width: calc(100% + 1.5rem * 2);
  /*margin-left: -1.5rem;
  margin-right: -1.5rem;*/
}

@media (max-width: 50.375em) {
  .media-container.media-container--breakout--mobile {
    max-width: calc(100% + 1.5rem * 2);
    /*margin-left: -1.5rem;
    margin-right: -1.5rem;*/
  }
}

.media-container twitterwidget,
.media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.media-container twitterwidget.twitter-tweet,
.media-container iframe.twitter-tweet {
  margin-bottom: -56.25% !important;
}

.toggle {
  display: block;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #ececec;
}

.toggle__trigger::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.veranstaltung-list-meta-listing .toggle__trigger::after {
	right: -20px;
}

.toggle .toggle__trigger {
  font-weight: bold;
  color: #e1007a;
  cursor: pointer;
  position: relative;
}

.toggle .toggle__content {
  display: none;
}

.toggle.isActive .toggle__content {
  display: block;
}

.post-type-archive-veranstaltung .toggle .toggle__trigger {
  color: rgba(59, 59, 59, 0.6);
}

.infobox {
  display: inline-block;
  margin: 0.4rem 1.5rem 1.5rem;
  background: rgba(219, 219, 219, 0.3);
  padding: 1.5rem;
  width: 100%;
  border: 1px solid #dbdbdb;
}

@media (min-width: 56.25em) {
  .infobox {
    width: 50%;
  }
}

.infobox.infobox--center {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.infobox.infobox--left {
  float: left;
  margin-left: 0;
}

.infobox.infobox--right {
  float: right;
  margin-right: 0;
}

.infobox .infobox__headline {
  font-size: 1.2rem;
  color: #e1007a;
  margin-bottom: 0.75rem;
}

.infobox .infobox__content {
  font-size: 1rem;
  line-height: 1.5;
}

.mapp-layout .mapp-title {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.75rem;
  min-width: 15rem;
}

.mapp-layout .mapp-body {
  font-family: "Lora", serif;
  font-size: .875rem;
}

.mapp-layout .mapp-body p {
  margin-bottom: 0.75rem;
}

.mapp-layout .mapp-body p > strong {
  display: block;
  margin-bottom: -0.75rem;
}

.mapp-layout .mapp-links {
  padding: 0.75rem 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 0.75rem;
}

.mapp-layout .mapp-links a {
  color: #3b3b3b;
}

.interview--question {
  display: block;
  font-style: italic;
  margin: 1.5rem 0 0.75rem;
}

.interview--question > p {
  display: inline;
  border-bottom: 1px solid #ececec;
}

.interview--question p {
  margin: 0;
}

.interview--question p + p {
  margin-top: 1em;
}

.interview--answer {
  display: block;
  margin: 0 0 1.5rem;
  font-style: normal;
}

.interview--answer p {
  margin: 0;
}

.interview--answer p + p {
  margin-top: 1em;
}

.single .content-area .post-include {
  display: inline-block;
  background: #ececec;
  padding: 0;
  margin: 0 0 1.5rem;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 56.25em) {
  .single .content-area .post-include.post-include_width--left, .single .content-area .post-include.post-include_width--right {
    width: 50%;
    margin-right: 1.5rem;
    float: left;
  }
}

@media (min-width: 56.25em) {
  .single .content-area .post-include.post-include_width--right {
    float: right;
    margin-right: 0;
    margin-left: 1.5rem;
  }
}

.single .content-area .post-include .category-magazin .badge {
  background-color: #e1007a;
  color: #fff;
}

.single .content-area .post-include .category-verkaeufer .badge {
  background-color: #035d95;
  color: #fff;
}

.single .content-area .post-include .category-spenden .badge,
.single .content-area .post-include .category-helfen .badge {
  background-color: #189bab;
  color: #fff;
}

.single .content-area .post-include .category-projekt .badge {
  background-color: #01b272;
  color: #fff;
}

.single .content-area .post-include .media-container {
  width: 100%;
  margin-bottom: 0;
  flex-grow: 1;
}

.single .content-area .post-include .post-include__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
}

.single .content-area .post-include .post-include__flexbox-container {
  width: 100%;
  flex-grow: 1;
}

.single .content-area .post-include .post-include__flexbox-container .media-container.media-container--breakout--mobile {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.single .content-area .post-include .post-include__thumb {
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
}

.single .content-area .post-include .post-include__content {
  width: 50%;
  flex-grow: 1;
  padding: 1.5rem;
}

.single .content-area .post-include .post-include__title {
  display: inline-block;
  font-size: 1.2rem;
  color: #3b3b3b;
  margin: 0 0 0.75rem;
}

.single .content-area .post-include .post-include__title:hover {
  border: 0;
}

.single .content-area .post-include .post-include__excerpt {
  font-size: 1rem;
  line-height: 1.5;
}

#wpadminbar {
  position: fixed !important;
}

/* Für 25 Jahre Anpassung auskommentiert */
/*.site-header {
  @extend %row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: $white;
  margin: 0 0 $spacing-default / 2;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  border-radius: 0 0 $border-radius $border-radius;
  box-shadow: 0 0 10px 0 $black;

  .admin-bar & {
    top: 46px;

    @include bp(sm) {
      top: auto;
    }
  }

  @include bp(sm) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;

    font-size: 0;
    padding: $spacing-default $spacing-default / 2;
    margin-bottom: $spacing-default;
    box-shadow: none;
  }

  .site-branding {
    @extend %grid-100;
    text-align: center;

    @include bp(navigation-block-bp) {
      width: 30%;
    }
  }

  .main-navigation {
    @extend %grid-100;
    display: block;
    text-align: center;


    @include bp(sm) {
      text-align: left;
    }

    @include bp(navigation-block-bp) {
      display: inline-block;
      width: 70%;
      text-align: right;
    }


  }

  .top-navigation {
    display: none;

    @include bp(sm) {
      display: block;
      position: absolute;
      top: 0;
      right: $spacing-default;
      margin: 0;
    }

    @include bp(navigation-block-bp) {
      position: relative;
      display: block;
      top: auto;
      right: auto;
      text-align: right;
      margin: $spacing-default * -1 0 $spacing-default;
    }


    .admin-bar & {

      @include bp(sm) {
        top: 32px;
      }

      @include bp(navigation-block-bp) {
        top: auto;
      }
    }

  }

  .site-title {
    margin: 0;

    a {
      display: block;
      margin: 0;
      padding: 0;
    }

    img {
      display: block;
      margin: 0 auto;
      width: 100%;
      // max-width: 120px;
      max-width: 150px;
      height: auto;

      @include bp(sm) {
        margin: 0;
        max-width: 240px;

    }
  }




}
}*/
/* ANPASSUNGEN HEADER 25 JAHRE */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fff;
  margin: 0 0 0.75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 10px 0 #3b3b3b;
}

.admin-bar .site-header {
  top: 46px;
}

@media (min-width: 40.625em) {
  .admin-bar .site-header {
    top: auto;
  }
}

@media (min-width: 40.625em) {
  .site-header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 0;
    padding: 1.5rem 0.75rem;
    margin-bottom: 1.5rem;
    box-shadow: none;
  }
}

.site-header .site-branding {
  text-align: center;
}

@media (min-width: 55.625em) {
  .site-header .site-branding {
    width: 30%;
  }
}

.site-header .main-navigation {
  display: block;
  text-align: center;
}

@media (min-width: 40.625em) {
  .site-header .main-navigation {
    text-align: left;
  }
}

@media (min-width: 55.625em) {
  .site-header .main-navigation {
    display: inline-block;
    width: 70%;
    text-align: right;
  }
}

.site-header .top-navigation {
  display: none;
}

@media (min-width: 40.625em) {
  .site-header .top-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: 1.5rem;
    margin: 0;
  }
}

@media (min-width: 55.625em) {
  .site-header .top-navigation {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    text-align: right;
    margin: -1.5rem 0 1.5rem;
  }
}

@media (min-width: 40.625em) {
  .admin-bar .site-header .top-navigation {
    top: 32px;
  }
}

@media (min-width: 55.625em) {
  .admin-bar .site-header .top-navigation {
    top: auto;
  }
}

.site-header .site-title {
  margin: 0;
}

.site-header .site-title a {
  display: block;
  margin: 0;
  padding: 0;
}

.site-header .site-title img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}

@media (min-width: 40.625em) {
  .site-header .site-title img {
    margin: 0;
    max-width: 240px;
  }
}

.site-header .jubilaeum {
  position: absolute;
  left: 230px;
  top: 0px;
  max-width: 130px;
}

.site-header .jubilaeum a {
  display: block;
}

.site-header .jubilaeum img.jubilaeumstoererxl {
  max-width: 130px;
  display: block;
}

@media (max-width: 889px) {
  .site-header .jubilaeum img.jubilaeumstoererxl {
    max-width: 80px;
  }
}

@media (max-width: 649px) {
  .site-header .jubilaeum img.jubilaeumstoererxl {
    max-width: 50px;
  }
}

@media (max-width: 889px) {
  .site-header .jubilaeum {
    max-width: 80px;
  }
}

@media (max-width: 649px) {
  .site-header .jubilaeum {
    left: auto;
    right: 50%;
    transform: translate(260%);
  }
}

/**
 * Mobile Menu Toggle
 */
.menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: .9rem 1rem;
  display: inline-block;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: #3b3b3b;
}

@media (min-width: 40.625em) {
  .menu-toggle {
    display: none;
  }
}

/**
 * General menu items
 */
.menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .menu-item {
  display: block;
}

@media (min-width: 40.625em) {
  .menu .menu-item {
    display: inline-block;
  }
}

.menu .menu-item a {
  display: block;
  text-decoration: none;
}

.menu .menu-item-has-children {
  position: relative;
}

@media (min-width: 40.625em) {
  .menu .menu-item-has-children:hover .sub-menu, .menu .menu-item-has-children:active .sub-menu, .menu .menu-item-has-children:focus .sub-menu {
    display: block !important;
  }
}

.menu .menu-item-has-children > .mt {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 1rem 1.5rem;
}

@media (min-width: 40.625em) {
  .menu .menu-item-has-children > .mt {
    display: none;
  }
}

.menu .menu-item-has-children > .mt::before {
  content: '\f078';
}

.menu .sub-menu {
  display: none;
  padding: 0;
  background: rgba(219, 219, 219, 0.4);
}

@media (min-width: 40.625em) {
  .menu .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    text-align: left;
    background: #fff;
    border-top: 2px solid #e1007a;
    box-shadow: 0 2px 4px #3b3b3b;
  }
}

.menu .sub-menu.isActive {
  display: block;
}

@media (min-width: 40.625em) {
  .menu .sub-menu.isActive {
    display: none;
  }
}

.menu .sub-menu .menu-item {
  display: block;
}

@media (min-width: 56.25em) {
  .menu .sub-menu .menu-item {
    border-bottom: 1px solid #dbdbdb;
  }
}

/* 25 Jahre ANPASSUNGEN - */
/**
 * Hauptmenü
 */
/*#primary-menu {
  display: none;

  &.is-open {
    display: block;
    margin-top: $spacing-default / 2;
  }

  @include bp(sm) {
    display: block;
    margin-top: $spacing-default;

    > .menu-item {
      padding-bottom: .4rem;
    }
  }

  a {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    border-bottom: 1px solid $grey;

    @include bp(sm) {
      // font-weight: bold;
      padding: 0 1.25rem 0 .8rem;
      letter-spacing: .005em;
      border: 0;

      &::before {
        @include iconfont;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: '\f04d';
        font-size: .4rem;
        color: rgba($white, 0);
      }

    }

    &:hover,
    &:active,
    &:focus {
      color: $black;

      &::before {
        color: inherit;
      }
    }
  }

  .sub-menu a {
    font-weight: normal;
    padding: .7rem 1rem;
    font-size: .875rem;
    color: inherit;

    @include bp(sm) {
      // font-size: 1rem;
      padding: .5rem 1rem;
    }

    &::before {
      display: none;
    }
  }

  .menu-header-search {
    position: relative;

    a {
      display: none;
      padding-right: 0;

      &::before {
        display: none !important;
      }

      @include bp(sm) {
        display: block;
      }
    }

    form {
      display: block;

      @include bp(sm) {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        border-top: 2px solid $primary;
        box-shadow: 0 2px 4px $black;
      }
    }

    input {
      display: block;
      width: 100%;
      margin: .5em 0 0;
      border: 1px solid $grey;
      border-radius: $border-radius;
      padding: .5em 1em;

      @include bp(sm) {
        width: auto;
        border: 0;
        margin: 0;
      }

      &:focus {
        outline: none;
      }
    }

    &.isActive {
      form {
        display: block;
      }
    }
  }

  // Kategorie Farben
  .spenden {
    .sub-menu {
      border-color: $spenden;

      &::before {
      }
    }

    a {
      &:hover,
      &:active,
      &:focus {
        color: $spenden;
      }
    }

    &.current-menu-item>a,
    .current-menu-item>a {
      color: $spenden;
      &::before {
        color: inherit;
      }
    }
  }

  .magazin {
    .sub-menu {
      border-color: $magazin;
    }

    a {
      &:hover,
      &:active,
      &:focus {
        color: $magazin;
      }
    }

    &.current-menu-item>a,
    .current-menu-item>a {
      color: $magazin;
      &::before {
        color: inherit;
      }
    }
  }

  .projekt {
    .sub-menu {
      border-color: $projekt;
    }

    a {
      &:hover,
      &:active,
      &:focus {
        color: $projekt;
      }
    }
    &.current-menu-item>a,
    .current-menu-item>a {
      color: $projekt;
      &::before {
        color: inherit;
      }
    }
  }

  .verkaeufer {
    .sub-menu {
      border-color: $verkaeufer;
    }

    a {
      &:hover,
      &:active,
      &:focus {
        color: $verkaeufer;
      }
    }
    &.current-menu-item>a,
    .current-menu-item>a {
      color: $verkaeufer;
      &::before {
        color: inherit;
      }
    }
  }
}*/
#top-menu {
  display: none;
}

@media (min-width: 40.625em) {
  #top-menu {
    display: block;
  }
}

#top-menu a {
  display: inline-block;
  padding: .5em .7em;
  color: #fff;
  font-weight: bold;
  background: #189bab;
  font-size: .875rem;
  text-transform: uppercase;
}

#top-menu a:hover {
  background: #158795;
}

#menu-copyright li {
  display: inline-block;
}

/* 25 Jahre ANPASSUNGEN */
#primary-menu {
  display: none;
}

#primary-menu.is-open {
  display: block;
  margin-top: 0.75rem;
}

@media (min-width: 40.625em) {
  #primary-menu {
    display: block;
    margin-top: 1.5rem;
  }
  #primary-menu > .menu-item {
    padding-bottom: .4rem;
  }
}

#primary-menu a {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width: 40.625em) {
  #primary-menu a {
    padding: 0 .8rem 0 .7rem;
    letter-spacing: .005em;
    border: 0;
  }
  #primary-menu a::before {
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f18e';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '\f04d';
    font-size: .4rem;
    color: rgba(255, 255, 255, 0);
  }
}

#primary-menu a:hover, #primary-menu a:active, #primary-menu a:focus {
  color: #3b3b3b;
}

#primary-menu a:hover::before, #primary-menu a:active::before, #primary-menu a:focus::before {
  color: inherit;
}

#primary-menu .sub-menu a {
  font-weight: normal;
  padding: .7rem 1rem;
  font-size: .875rem;
  color: inherit;
}

@media (min-width: 40.625em) {
  #primary-menu .sub-menu a {
    padding: .5rem 1rem;
  }
}

#primary-menu .sub-menu a::before {
  display: none;
}

#primary-menu .menu-header-search {
  position: relative;
}

#primary-menu .menu-header-search a {
  display: none;
  padding-right: 0;
}

#primary-menu .menu-header-search a::before {
  display: none !important;
}

@media (min-width: 40.625em) {
  #primary-menu .menu-header-search a {
    display: block;
  }
}

#primary-menu .menu-header-search form {
  display: block;
}

@media (min-width: 40.625em) {
  #primary-menu .menu-header-search form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    border-top: 2px solid #e1007a;
    box-shadow: 0 2px 4px #3b3b3b;
  }
}

#primary-menu .menu-header-search input {
  display: block;
  width: 100%;
  margin: .5em 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: .5em 1em;
}

@media (min-width: 40.625em) {
  #primary-menu .menu-header-search input {
    width: auto;
    border: 0;
    margin: 0;
  }
}

#primary-menu .menu-header-search input:focus {
  outline: none;
}

#primary-menu .menu-header-search.isActive form {
  display: block;
}

#primary-menu .spenden .sub-menu {
  border-color: #189bab;
}

#primary-menu .spenden a:hover, #primary-menu .spenden a:active, #primary-menu .spenden a:focus {
  color: #189bab;
}

#primary-menu .spenden.current-menu-item > a,
#primary-menu .spenden .current-menu-item > a {
  color: #189bab;
}

#primary-menu .spenden.current-menu-item > a::before,
#primary-menu .spenden .current-menu-item > a::before {
  color: inherit;
}

#primary-menu .magazin .sub-menu {
  border-color: #e1007a;
}

#primary-menu .magazin a:hover, #primary-menu .magazin a:active, #primary-menu .magazin a:focus {
  color: #e1007a;
}

#primary-menu .magazin.current-menu-item > a,
#primary-menu .magazin .current-menu-item > a {
  color: #e1007a;
}

#primary-menu .magazin.current-menu-item > a::before,
#primary-menu .magazin .current-menu-item > a::before {
  color: inherit;
}

#primary-menu .projekt .sub-menu {
  border-color: #01b272;
}

#primary-menu .projekt a:hover, #primary-menu .projekt a:active, #primary-menu .projekt a:focus {
  color: #01b272;
}

#primary-menu .projekt.current-menu-item > a,
#primary-menu .projekt .current-menu-item > a {
  color: #01b272;
}

#primary-menu .projekt.current-menu-item > a::before,
#primary-menu .projekt .current-menu-item > a::before {
  color: inherit;
}

#primary-menu .verkaeufer .sub-menu {
  border-color: #035d95;
}

#primary-menu .verkaeufer a:hover, #primary-menu .verkaeufer a:active, #primary-menu .verkaeufer a:focus {
  color: #035d95;
}

#primary-menu .verkaeufer.current-menu-item > a,
#primary-menu .verkaeufer .current-menu-item > a {
  color: #035d95;
}

#primary-menu .verkaeufer.current-menu-item > a::before,
#primary-menu .verkaeufer .current-menu-item > a::before {
  color: inherit;
}

/* Leichte Sprache */
@media (min-width: 650px) {
  .menu_leichte-sprache {
    /* Icon ohne Rundung */
    /* background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='125.04' height='141.57' viewBox='0 0 125.04 141.57'%3E%3Ccircle cx='62.52' cy='20.47' r='20.47' fill='%233b3b3b'/%3E%3Cpolygon points='125.04 40.94 62.52 66.83 0 40.94 0 117.16 62.5 141.56 62.5 141.57 62.52 141.57 62.54 141.57 62.54 141.56 125.04 117.16 125.04 40.94' fill='%233b3b3b'/%3E%3C/svg%3E"); */

    /* Icon mit Rundung */
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='14.46' height='16.37' viewBox='0 0 14.46 16.37'%3E%3Ccircle cx='7.23' cy='2.37' r='2.37' fill='%233b3b3b'/%3E%3Cpath d='M282.71,439.33c-2.36-3-7.23-3-7.23-3V445s4.86,0,7.22,3h0c2.37-3,7.22-3,7.22-3v-8.65S285.08,436.34,282.71,439.33Z' transform='translate(-275.48 -431.61)' fill='%233b3b3b'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 14px !important;
    overflow: hidden;
    padding: 0 !important;
    width: 18px !important;
    height: 18px !important;
    display: inline-block;
    top: 4px;
    position: relative;
  }
  .menu_leichte-sprache a {
    padding: 0 !important;
    opacity: 0;
  }
}

.site-content {
  padding: 0;
  margin: 51px 0 0;
}

@media (min-width: 40.625em) {
  .site-content {
    margin: 0;
  }
}

.content-area {
  padding: 0;
}

@media (min-width: 50.375em) {
  .content-area {
    width: 66.66%;
    width: calc(100% - 300px - 1.5rem);
    padding: 0 0.75rem;
  }
}

@media (min-width: 71.5625em) {
  .content-area {
    padding-left: 0;
    width: calc(100% - 300px - 0.75rem);
  }
}

.content-area.content-area--without-sidebar {
  width: 100%;
  padding: 0;
}

.content-area--full {
  padding: 0;
}

@media (min-width: 71.5625em) {
  .content-area--full {
    padding-left: 0;
    padding-right: 0;
  }
}

.posts-navigation, .post-navigation {
  display: block;
  border-top: 1px solid #dbdbdb;
  margin: 0 0 -1.5em;
  overflow: hidden;
  font-weight: bold;
  font-size: .875rem;
}

.posts-navigation i, .post-navigation i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: .9em;
  color: #e1007a;
}

.posts-navigation a, .post-navigation a {
  display: block;
  padding: 1.2rem 0;
  color: #3b3b3b;
  border: 0 !important;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.posts-navigation a:hover, .post-navigation a:hover {
  color: #e1007a;
  border: 0 !important;
}

.posts-navigation .nav-previous, .post-navigation .nav-previous,
.posts-navigation .nav-next, .post-navigation .nav-next {
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 1rem;
}

@media (min-width: 56.25em) {
  .posts-navigation .nav-previous, .post-navigation .nav-previous,
  .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 50%;
  }
}

.posts-navigation .nav-next, .post-navigation .nav-next {
  padding: 0 1rem;
}

.posts-navigation .nav-next i, .post-navigation .nav-next i {
  left: auto;
  right: 0;
}

@media (min-width: 56.25em) {
  .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
  }
}

.post-navigation {
  margin: -1.5rem 0 1.5rem;
  background: #fff;
  padding: 0 1.5rem;
  border-radius: 3px;
}

.social_share_privacy {
  display: block;
  background: #fff;
  padding: 0 1.5rem 1.5rem;
  margin: 0 0 1.5rem;
  border-radius: 3px;
}

.heft-ausgabe {
  display: block;
  margin: 1.5rem 0;
  background: #fff;
  padding: 1.5rem 1.5rem 1px;
  border-radius: 3px;
  overflow: hidden;
}

.heft-ausgabe .heft .btn {
  background-color: #e1007a !important;
}

.heft-ausgabe .heft .entry-title {
  margin-top: 1rem;
}

.heft-ausgabe .heft .entry-thumbnail {
  max-width: 20%;
}

.single,
.page {
  /**
   * Global Page Content
   */
}

.single .page-header,
.page .page-header {
  display: block;
  background: #fff;
  margin: 0 0 -1.5rem;
  padding: 1.5rem 0 0;
  border-radius: 3px 3px 0 0;
}

@media (min-width: 71.5625em) {
  .single .page-header,
  .page .page-header {
    margin-bottom: -1rem;
  }
}

.single .page-header .post-listing__cat-title,
.page .page-header .post-listing__cat-title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
}

.single.category-magazin .content-area .badge,
.single.category-magazin .content-area .btn,
.page.category-magazin .content-area .badge,
.page.category-magazin .content-area .btn {
  background-color: #e1007a;
  color: #fff;
}

.single.category-magazin .content-area .link:hover, .single.category-magazin .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .single.category-magazin .content-area a:hover,
.single.category-magazin .content-area .link::before,
.single.category-magazin .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.single.category-magazin .content-area a::before,
.single.category-magazin .content-area .section__marker::before,
.page.category-magazin .content-area .link:hover,
.page.category-magazin .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.page.category-magazin .content-area a:hover,
.page.category-magazin .content-area .link::before,
.page.category-magazin .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.page.category-magazin .content-area a::before,
.page.category-magazin .content-area .section__marker::before {
  color: #e1007a;
}

.single.category-magazin .content-area .btn:hover,
.page.category-magazin .content-area .btn:hover {
  background-color: #c8006c;
}

.single.category-magazin .content-area .entry-thumbnail--label,
.page.category-magazin .content-area .entry-thumbnail--label {
  background: #e1007a;
}

.single.category-verkaeufer .content-area .badge,
.single.category-verkaeufer .content-area .btn,
.page.category-verkaeufer .content-area .badge,
.page.category-verkaeufer .content-area .btn {
  background-color: #035d95;
  color: #fff;
}

.single.category-verkaeufer .content-area .link:hover, .single.category-verkaeufer .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .single.category-verkaeufer .content-area a:hover,
.single.category-verkaeufer .content-area .link::before,
.single.category-verkaeufer .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.single.category-verkaeufer .content-area a::before,
.single.category-verkaeufer .content-area .section__marker::before,
.page.category-verkaeufer .content-area .link:hover,
.page.category-verkaeufer .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.page.category-verkaeufer .content-area a:hover,
.page.category-verkaeufer .content-area .link::before,
.page.category-verkaeufer .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.page.category-verkaeufer .content-area a::before,
.page.category-verkaeufer .content-area .section__marker::before {
  color: #035d95;
}

.single.category-verkaeufer .content-area .btn:hover,
.page.category-verkaeufer .content-area .btn:hover {
  background-color: #024d7c;
}

.single.category-verkaeufer .content-area .entry-thumbnail--label,
.page.category-verkaeufer .content-area .entry-thumbnail--label {
  background: #035d95;
}

.single.category-spenden .content-area .badge,
.single.category-spenden .content-area .btn, .single.category-helfen .content-area .badge,
.single.category-helfen .content-area .btn,
.page.category-spenden .content-area .badge,
.page.category-spenden .content-area .btn,
.page.category-helfen .content-area .badge,
.page.category-helfen .content-area .btn {
  background-color: #189bab;
  color: #fff;
}

.single.category-spenden .content-area .link:hover, .single.category-spenden .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .single.category-spenden .content-area a:hover,
.single.category-spenden .content-area .link::before,
.single.category-spenden .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.single.category-spenden .content-area a::before,
.single.category-spenden .content-area .section__marker::before, .single.category-helfen .content-area .link:hover, .single.category-helfen .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .single.category-helfen .content-area a:hover,
.single.category-helfen .content-area .link::before,
.single.category-helfen .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.single.category-helfen .content-area a::before,
.single.category-helfen .content-area .section__marker::before,
.page.category-spenden .content-area .link:hover,
.page.category-spenden .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.page.category-spenden .content-area a:hover,
.page.category-spenden .content-area .link::before,
.page.category-spenden .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.page.category-spenden .content-area a::before,
.page.category-spenden .content-area .section__marker::before,
.page.category-helfen .content-area .link:hover,
.page.category-helfen .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.page.category-helfen .content-area a:hover,
.page.category-helfen .content-area .link::before,
.page.category-helfen .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.page.category-helfen .content-area a::before,
.page.category-helfen .content-area .section__marker::before {
  color: #189bab;
}

.single.category-spenden .content-area .btn:hover, .single.category-helfen .content-area .btn:hover,
.page.category-spenden .content-area .btn:hover,
.page.category-helfen .content-area .btn:hover {
  background-color: #158795;
}

.single.category-spenden .content-area .entry-thumbnail--label, .single.category-helfen .content-area .entry-thumbnail--label,
.page.category-spenden .content-area .entry-thumbnail--label,
.page.category-helfen .content-area .entry-thumbnail--label {
  background: #189bab;
}

.single.category-projekt .content-area .badge,
.single.category-projekt .content-area .btn,
.page.category-projekt .content-area .badge,
.page.category-projekt .content-area .btn {
  background-color: #01b272;
  color: #fff;
}

.single.category-projekt .content-area .link:hover, .single.category-projekt .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .single.category-projekt .content-area a:hover,
.single.category-projekt .content-area .link::before,
.single.category-projekt .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.single.category-projekt .content-area a::before,
.single.category-projekt .content-area .section__marker::before,
.page.category-projekt .content-area .link:hover,
.page.category-projekt .content-area .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link
.page.category-projekt .content-area a:hover,
.page.category-projekt .content-area .link::before,
.page.category-projekt .content-area .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.page.category-projekt .content-area a::before,
.page.category-projekt .content-area .section__marker::before {
  color: #01b272;
}

.single.category-projekt .content-area .btn:hover,
.page.category-projekt .content-area .btn:hover {
  background-color: #019962;
}

.single.category-projekt .content-area .entry-thumbnail--label,
.page.category-projekt .content-area .entry-thumbnail--label {
  background: #01b272;
}

.single .twitter-tweet,
.page .twitter-tweet {
  margin: auto !important;
}

.single img,
.single figure,
.single iframe,
.page img,
.page figure,
.page iframe {
  max-width: 100%;
}

.single img.alignleft,
.single figure.alignleft,
.single iframe.alignleft,
.page img.alignleft,
.page figure.alignleft,
.page iframe.alignleft {
  float: left;
  margin: .4rem 1rem 1rem 0;
}

.single img.alignright,
.single figure.alignright,
.single iframe.alignright,
.page img.alignright,
.page figure.alignright,
.page iframe.alignright {
  float: right;
  margin: .4rem 0 1rem 1rem;
}

.single img,
.page img {
  display: block;
  height: auto;
}

.single img.size-medium,
.page img.size-medium {
  width: 100%;
  float: none;
}

.single img.size-medium.alignright,
.page img.size-medium.alignright {
  margin-left: 0;
}

.single img.size-medium.alignleft,
.page img.size-medium.alignleft {
  margin-right: 0;
}

@media (min-width: 40.625em) {
  .single img.size-medium,
  .page img.size-medium {
    width: 50%;
  }
  .single img.size-medium.alignleft,
  .page img.size-medium.alignleft {
    float: left;
    margin: .4rem 1rem 1rem 0;
  }
  .single img.size-medium.alignright,
  .page img.size-medium.alignright {
    float: right;
    margin: .4rem 0 1rem 1rem;
  }
}

.single figure.wp-caption.alignleft, .single figure.wp-caption.alignright,
.page figure.wp-caption.alignleft,
.page figure.wp-caption.alignright {
  width: 100% !important;
}

@media (min-width: 40.625em) {
  .single figure.wp-caption.alignleft, .single figure.wp-caption.alignright,
  .page figure.wp-caption.alignleft,
  .page figure.wp-caption.alignright {
    width: 50% !important;
  }
}

.single figure.wp-caption img.size-medium,
.page figure.wp-caption img.size-medium {
  width: 100%;
  float: none;
}

.single .mapp-layout,
.page .mapp-layout {
  margin: 0 0 1rem;
}

.single figure,
.page figure {
  margin: 1rem auto;
}

.single figure figcaption,
.page figure figcaption {
  display: block;
  font-family: "Lora", serif;
  font-size: .875rem;
  padding: .6em 1em;
  line-height: 1.5;
  background: #ececec;
}

.single iframe,
.page iframe {
  border: 0;
  width: 100%;
}

.single .entry-title,
.page .entry-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 40.625em) {
  .single .entry-title,
  .page .entry-title {
    font-size: 2rem;
  }
}

.single .entry-meta,
.page .entry-meta {
  margin: 1rem 0;
  font-size: .875rem;
}

.single .entry-meta a,
.page .entry-meta a {
  color: inherit;
  border: 0 !important;
}

.single .entry-footer,
.page .entry-footer {
  font-size: .875rem;
}

.single .entry-thumbnail,
.page .entry-thumbnail {
  position: relative;
  display: block;
  margin: 1rem -1.5rem;
  border: 0 !important;
  max-width: calc(100% + 3rem);
}

@media (min-width: 56.25em) {
  .single .entry-thumbnail,
  .page .entry-thumbnail {
    margin: 1rem 0;
    max-width: 100%;
  }
}

.single .entry-thumbnail img,
.page .entry-thumbnail img {
  display: block;
  max-width: calc(100% + 3rem);
}

@media (min-width: 56.25em) {
  .single .entry-thumbnail img,
  .page .entry-thumbnail img {
    max-width: 100%;
  }
}

.single .entry-thumbnail .entry-thumbnail-inner,
.page .entry-thumbnail .entry-thumbnail-inner {
  position: relative;
}

.single .entry-thumbnail .entry-thumbnail--label,
.page .entry-thumbnail .entry-thumbnail--label {
  position: absolute;
  bottom: 0.75rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
}

.single .entry-content,
.page .entry-content {
  font-family: "Lora", serif;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 40.625em) {
  .single .entry-content,
  .page .entry-content {
    font-size: 1.125rem;
  }
}

.single .entry-content .social_share_privacy,
.page .entry-content .social_share_privacy {
  display: none;
}

.single .type-post .entry-content > p:first-child,
.single .type-heft .entry-content > p:first-child,
.page .type-post .entry-content > p:first-child,
.page .type-heft .entry-content > p:first-child {
  font-weight: bold;
}

.single .cat-links,
.single .tag-links,
.page .cat-links,
.page .tag-links {
  display: block;
}

.single .cat-links a,
.single .tag-links a,
.page .cat-links a,
.page .tag-links a {
  font-weight: bold;
  opacity: .6;
}

.single .cat-links a:hover,
.single .tag-links a:hover,
.page .cat-links a:hover,
.page .tag-links a:hover {
  opacity: 1;
}

.single .authorsbox,
.page .authorsbox {
  margin-top: -3rem !important;
}

.single .authorsbox .author,
.page .authorsbox .author {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.single .authorsbox .author:last-child,
.page .authorsbox .author:last-child {
  margin-bottom: 0;
}

.single .authorsbox .author .name,
.page .authorsbox .author .name {
  display: block;
  font-weight: bold;
}

.single .authorsbox .author .social,
.page .authorsbox .author .social {
  display: block;
}

.single .authorsbox .author .social a,
.page .authorsbox .author .social a {
  display: inline-block;
  margin: 0 .5em 0 0;
  padding-right: .5em;
  border-right: 1px solid #dbdbdb;
}

.single .authorsbox .author .social a:last-child,
.page .authorsbox .author .social a:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

.single .authorsbox .author a,
.page .authorsbox .author a {
  font-size: .875rem;
  color: #3b3b3b;
  font-weight: normal;
}

.single .authorsbox .author a:hover,
.page .authorsbox .author a:hover {
  color: #e1007a;
  border-bottom: 0;
}

.single .authorsbox .author .bio,
.page .authorsbox .author .bio {
  margin: 0.75rem 0 0;
  font-family: "Lora", serif;
  font-size: 1rem;
}

.single .authorsbox .author .avatar,
.page .authorsbox .author .avatar {
  display: inline-block;
  float: left;
  margin-right: 1.5rem;
}

.single .authorsbox .author .meta,
.page .authorsbox .author .meta {
  display: block;
  margin-left: 5.5rem;
}

.single .top500 tr td,
.page .top500 tr td {
  border-bottom: 1px solid #dbdbdb;
  padding: 1em;
}

.single .entry-header .badge-wrapper,
.page .entry-header .badge-wrapper {
  display: block;
  font-size: 0;
}

.single .entry-header .badge-wrapper .badge span,
.page .entry-header .badge-wrapper .badge span {
  display: none;
}

div.entry-content li {
  padding-bottom: 8px;
}

.comments-area {
  display: block;
  background: #fff;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  padding-bottom: 0;
  border-radius: 3px;
}

.comments-area .logged-in-as {
  font-size: .875rem;
}

.comments-area .comments-title {
  position: relative;
  border-bottom: 0;
  cursor: pointer;
  padding-right: 5rem;
}

.comments-area .comments-title::before {
  content: '\f0d7';
  margin-right: 0.75rem;
  color: #e1007a;
}

.comments-area .comments-title::after {
  position: absolute;
  top: .3em;
  right: 0;
  display: inline-block;
  font-size: .75rem;
  content: 'anzeigen';
  color: #dbdbdb;
}

.comments-area .comment-list,
.comments-area .comment-respond {
  display: none;
}

.comments-area.no-comments .comment-reply-title {
  display: none;
}

.comments-area.isActive {
  padding-bottom: 1.5rem;
}

.comments-area.isActive .comments-title {
  border-bottom: 1px solid #dbdbdb;
}

.comments-area.isActive .comments-title::before {
  content: '\f0d8';
}

.comments-area.isActive .comments-title::after {
  content: 'ausblenden';
}

.comments-area.isActive .comment-list,
.comments-area.isActive .comment-respond {
  display: block;
}

.comments-title,
.comment-reply-title {
  display: block;
  margin: -.5rem 0 0;
  padding-bottom: .8rem;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.comment-list {
  margin: 0 -1.5rem 1.5rem;
  padding: 0;
  list-style: none;
  border-bottom: 1.5rem solid #ececec;
}

.comment-list li {
  display: block;
  padding: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
}

.comment-list li:last-child {
  border-bottom: 0;
}

.comment-list li.byuser .avatar {
  border: 2px solid #e1007a;
}

.comment-list li.byuser .fn {
  color: #e1007a;
}

.comment-list .comment-meta {
  overflow: hidden;
}

.comment-list .comment-author {
  display: inline-block;
}

.comment-list .comment-author .avatar {
  border-radius: 50%;
  margin: 0 .5rem -.5rem 0;
}

.comment-list .comment-metadata {
  font-size: .875rem;
  float: right;
  margin-top: .5rem;
}

.comment-list .comment-content {
  margin: 1em 0 0;
  font-family: "Lora", serif;
}

.comment-list .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-list .comment-content p {
  overflow: hidden;
}

.comment-list .comment-content a {
  text-decoration: underline;
}

.widget-area {
  padding: 0;
}

@media (min-width: 50.375em) {
  .widget-area {
    width: 324px;
    width: calc(300px + 1.5rem);
    padding: 0 0.75rem;
  }
}

@media (min-width: 71.5625em) {
  .widget-area {
    width: 312px;
    width: calc(300px + 0.75rem);
    padding-right: 0;
  }
}

.widget-area .widget-title {
  display: block;
  margin: 0;
  background: #dbdbdb;
  padding: 1.2rem 1.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 3px 3px 0 0;
}

.widget-area .textwidget {
  line-height: 1.5;
  font-family: "Lora", serif;
}

.widget-area .textwidget,
.widget-area ul {
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.widget-area ul li {
  margin-bottom: .5em;
}

.widget {
  display: block;
  margin: 0 0 1.5rem;
}

.widget .widget-title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
}

.widget .textwidget img {
  max-width: 100%;
  height: auto;
}

.widget .textwidget a {
  color: #e1007a;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.widget .textwidget a:hover {
  border-bottom: 2px solid #e1007a;
}

.widget.widget_recent_comments #recentcomments {
  list-style: none;
  margin: 0;
}

.widget.widget_recent_comments .recentcomments {
  display: block;
  padding: 0.375rem 0;
  font-size: .875rem;
  border-bottom: 1px solid #ececec;
}

.widget.widget_recent_comments .recentcomments:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
}

.widget.widget_recent_comments .recentcomments .comment-author-link a {
  color: #3b3b3b;
}

.widget.widget_recent_comments .recentcomments a {
  color: #e1007a;
  font-weight: bold;
}

.widget.widget_recent_comments .recentcomments a:hover {
  text-decoration: underline;
}

.heft-teaser .heft-teaser__thumbnail {
  display: block;
  margin: 0 auto;
}

.heft-teaser .heft-teaser__archiv {
  float: right;
}

.beitrag-liste {
  background: #fff;
}

.beitrag-liste .beitrag-liste__item {
  display: block;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1px solid #ececec;
  border-radius: 3px;
}

.beitrag-liste .beitrag-liste__item__thumbnail {
  position: relative;
  display: block;
  margin: 1.5rem -1.5rem -1.5rem;
}

.beitrag-liste .beitrag-liste__item__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.beitrag-liste .beitrag-liste__item__thumbnail .beitrag-liste__item__label {
  position: absolute;
  bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
}

.beitrag-liste .beitrag-liste__title {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lora", serif;
}

.beitrag-liste .badge {
  border-left: 3px solid #e1007a !important;
  padding: 0 0 0 .5em;
  color: #3b3b3b !important;
  background: none;
}

.beitrag-liste .category-magazin .badge {
  border-left-color: #e1007a !important;
}

.beitrag-liste .category-magazin .beitrag-liste__item__label {
  background: #e1007a;
}

.beitrag-liste .category-verkaeufer .badge {
  border-left-color: #035d95 !important;
}

.beitrag-liste .category-verkaeufer .beitrag-liste__item__label {
  background: #035d95;
}

.beitrag-liste .category-spenden .badge,
.beitrag-liste .category-helfen .badge {
  border-left-color: #189bab !important;
}

.beitrag-liste .category-spenden .beitrag-liste__item__label,
.beitrag-liste .category-helfen .beitrag-liste__item__label {
  background: #189bab;
}

.beitrag-liste .category-projekt .badge {
  border-left-color: #01b272 !important;
}

.beitrag-liste .category-projekt .beitrag-liste__item__label {
  background: #01b272;
}

.eme-calendar {
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.eme-calendar table.eme-calendar-table {
  width: 100%;
  font-size: .875rem;
}

.eme-calendar table.eme-calendar-table td {
  padding: .4em .2em;
}

.eme-calendar table.eme-calendar-table thead {
  font-size: 1rem;
  font-weight: normal;
}

.eme-calendar table.eme-calendar-table td.eventful a,
.eme-calendar table.eme-calendar-table td.eventful-today a {
  color: #e1007a;
}

.widget_custom-twitter-feeds-widget {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header {
  padding: 0.75rem;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header-img {
  width: 2rem;
  height: 2rem;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header-text {
  padding-top: 0;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header-text p {
  margin-left: 2.5rem !important;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-tweet-text a {
  color: #e1007a;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-tweet-text a:hover {
  border-bottom: 1px solid;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header-user {
  width: 100%;
  position: relative;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-header-follow {
  position: absolute;
  right: 0;
  left: auto;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-item {
  padding: 1.5rem;
  font-size: .875rem;
}

.widget_custom-twitter-feeds-widget #ctf .ctf-more {
  border-radius: 0;
}

.heft-widget {
  display: flex;
  padding: 1em;
  margin: 0 0 2rem;
  background: #dbdbdb;
  font-family: "Lora", serif;
  align-items: center;
  font-size: .875rem;
}

@media (min-width: 56.25em) {
  .heft-widget {
    font-size: 1rem;
  }
}

.heft-widget .heft-widget__title {
  display: none;
}

.heft-widget p {
  margin: 0;
}

.heft-widget::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f129';
  margin: 0 2rem 0 1.5rem;
  text-align: center;
  font-size: 1.3rem;
}

.site-footer {
  position: relative;
  background: #fff;
  border-radius: 3px;
}

.site-footer a {
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  font-weight: normal;
}

.site-footer a:hover {
  color: #e1007a;
  border-bottom: 2px solid;
}

.site-footer .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.site-footer .social-icons a {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin-right: .2em;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  background: #e1007a;
  color: #fff;
  border: 0;
  transition: background .2s ease;
}

.site-footer .social-icons a:hover {
  background: #c8006c;
  color: #fff;
}

.site-footer .social-icons a.facebook:hover {
  background: #3b5998;
}

.site-footer .social-icons a.youtube:hover {
  background: #e52d27;
}

.site-footer .social-icons a.google:hover {
  background: #dd4b39;
}

.site-footer .social-icons a.twitter:hover {
  background: #55acee;
}

.site-footer .social-icons a.instagram:hover {
  background: #fbad50;
}

.site-footer .widget {
  font-size: .875rem;
  margin-bottom: 1em;
}

@media (min-width: 40.625em) {
  .site-footer .widget {
    width: 50%;
  }
}

@media (min-width: 56.25em) {
  .site-footer .widget {
    width: 25%;
    margin-bottom: 0;
  }
}

.site-footer .widget .textwidget a {
  color: #3b3b3b;
  font-weight: normal;
}

.site-footer .widget .textwidget a:hover {
  color: #e1007a;
}

.site-footer .menu-footer-ueber-uns-container,
.site-footer .textwidget {
  display: none;
  padding: 0 0.75rem;
}

@media (min-width: 40.625em) {
  .site-footer .menu-footer-ueber-uns-container,
  .site-footer .textwidget {
    display: block;
  }
}

.site-footer .widget-title {
  position: relative;
  font-weight: bold;
  font-size: inherit;
  margin: 0 0 1em;
  background: #ececec;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.75rem;
}

.site-footer .widget-title::after {
  content: '\f078';
  font-family: "FontAwesome";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 40.625em) {
  .site-footer .widget-title::after {
    display: none;
  }
}

.site-footer .widget.isActive .menu-footer-ueber-uns-container,
.site-footer .widget.isActive .textwidget {
  display: block;
}

.site-footer .widget.isActive .widget-title::after {
  content: '\f077';
}

.site-footer .menu .menu-item {
  display: block;
  line-height: 1.5;
}

.site-footer .menu .menu-item a {
  display: inline-block;
}

.site-afterfooter {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 2;
}

@media (max-width: 965px) {
  .site-afterfooter {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 505px) {
  .site-afterfooter {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.site-afterfooter .site-info {
  font-size: .875rem;
  text-align: center;
}

@media (min-width: 40.625em) {
  .site-afterfooter .site-info {
    width: 40%;
    text-align: left;
  }
}

.site-afterfooter .site-copyright-menu {
  font-size: .875rem;
  text-align: center;
}

@media (min-width: 40.625em) {
  .site-afterfooter .site-copyright-menu {
    width: 60%;
    text-align: right;
  }
}

.site-afterfooter a {
  display: block;
  padding: 0 .2em;
  color: #3b3b3b;
}

.site-afterfooter a:hover {
  color: inherit;
  text-decoration: underline;
}

#slider, .gallery-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5rem;
  max-width: calc(100% + 1.5rem * 2);
}

#slider a.control_prev, .gallery-wrap a.control_prev, #slider a.control_next, .gallery-wrap a.control_next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 101;
  display: block;
  width: 50%;
  border: 0;
}

#slider a.control_prev i, .gallery-wrap a.control_prev i, #slider a.control_next i, .gallery-wrap a.control_next i {
  position: absolute;
  top: 35%;
  left: 0;
  padding: 2rem .5rem;
  width: auto;
  height: auto;
  background: #3b3b3b;
  color: #fff;
  text-decoration: none;
  opacity: .5;
  cursor: pointer;
  border-radius: 0 1rem 1rem 0;
}

#slider a.control_prev:hover i, .gallery-wrap a.control_prev:hover i, #slider a.control_prev:active i, .gallery-wrap a.control_prev:active i, #slider a.control_prev:focus i, .gallery-wrap a.control_prev:focus i, #slider a.control_next:hover i, .gallery-wrap a.control_next:hover i, #slider a.control_next:active i, .gallery-wrap a.control_next:active i, #slider a.control_next:focus i, .gallery-wrap a.control_next:focus i {
  opacity: .9;
  border-bottom: 0;
}

#slider a.control_next, .gallery-wrap a.control_next {
  left: auto;
  right: 0;
}

#slider a.control_next i, .gallery-wrap a.control_next i {
  left: auto;
  right: 0;
  border-radius: 1rem 0 0 1rem;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .875rem;
  border: 1.5rem solid #dbdbdb;
  background: #dbdbdb;
}

#slider li img {
  display: block;
  max-width: 100%;
  margin: 0 auto .5em !important;
  padding: 0;
  float: none !important;
}

#slider li h1, #slider li h2, #slider li h3, #slider li h4, #slider li h5, #slider li h6, #slider li p {
  padding: 0 0.75rem;
}

.gallery-wrap {
  white-space: nowrap;
}

.gallery.gallery-columns-1 {
  position: static;
  font-size: 0;
}

.gallery.gallery-columns-1 .gallery-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: .875rem;
  border: 0;
  border-bottom: 0.75rem solid #dbdbdb;
  background: #dbdbdb;
  vertical-align: top;
}

@media (min-width: 56.25em) {
  .gallery.gallery-columns-1 .gallery-item {
    border: 1.5rem solid #dbdbdb;
  }
}

.gallery.gallery-columns-1 .gallery-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto .5em !important;
  padding: 0;
  float: none !important;
}

.gallery.gallery-columns-1 .gallery-item figcaption {
  padding: 0 0.75rem;
  background: none;
  font-size: inherit;
  white-space: normal;
}

.post-listing {
  display: block;
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 3px;
}

.post-listing.post-listing--nopadding {
  padding: 0;
}

.post-listing article {
  display: block;
  margin: 0 0 2.25rem;
  overflow: hidden;
}

.archive .site-main .post-listing {
  padding: 0;
}

.post-listing .category-magazin .badge {
  background-color: #e1007a;
  color: #fff;
}

.post-listing .category-verkaeufer .badge {
  background-color: #035d95;
  color: #fff;
}

.post-listing .category-spenden .badge,
.post-listing .category-helfen .badge {
  background-color: #189bab;
  color: #fff;
}

.post-listing .category-projekt .badge {
  background-color: #01b272;
  color: #fff;
}

.post-listing__cat-title {
  display: block;
  margin: -.5rem 0 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.post-listing__cat-title i {
  font-size: .9em;
}

.post-listing__cat-title.post-listing__cat-title--faded {
  opacity: .5;
  transition: opacity .2s ease;
}

.post-listing__cat-title.post-listing__cat-title--faded:hover {
  opacity: 1;
}

.post-listing__cat-title.post-listing__cat-title--faded::before {
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
}

.post-listing__cat-title .back {
  border-right: 1px solid #dbdbdb;
  padding-right: 1rem;
  margin-right: 1rem;
}

.post-listing__cat-title .back:hover {
  color: #e1007a;
  border-bottom: 0;
}

.post-listing__sublink {
  display: block;
  border-top: 1px solid #dbdbdb;
  padding: 1rem 0 0;
  margin-bottom: -.4rem;
}

.post-listing__thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  border: 0 !important;
}

@media (min-width: 40.625em) {
  .post-listing__thumb {
    float: left;
    width: 30%;
    max-width: 200px;
  }
}

.post-listing__thumb .post-listing__thumb__video {
  position: absolute;
  bottom: 0.75rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
}

.post-listing__thumb .post-listing__thumb__label {
  position: absolute;
  bottom: 0.75rem;
  text-align: center;
  font-size: .875rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
  z-index: 100;
}

.post-listing__thumb .post-listing__thumb--md {
  display: none;
}

@media (min-width: 40.625em) {
  .post-listing__thumb .post-listing__thumb--md {
    display: block;
  }
}

.post-listing__thumb .post-listing__thumb--xs {
  display: block;
}

@media (min-width: 40.625em) {
  .post-listing__thumb .post-listing__thumb--xs {
    display: none;
  }
}

.post-listing__thumb img {
  width: 100%;
  height: auto;
}

@media (min-width: 40.625em) {
  .post-listing__thumb img {
    width: 100%;
  }
}

@media (min-width: 40.625em) {
  .post-listing__content {
    margin-left: calc(30% + 1.5rem);
  }
}

.post-listing__content.no-thumbnail {
  margin-left: 0;
}

.post-listing__title {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  margin: 0 0 .5rem;
  font-family: "Lora", serif;
  color: #3b3b3b;
}

.post-listing__title a {
  color: inherit;
  border: 0 !important;
}

.post-listing__excerpt {
  display: block;
  margin: 0 0 .5rem;
  font-size: 1rem;
  font-family: "Lora", serif;
}

.post-listing__excerpt p {
  margin: 0;
}

.post-listing__footer {
  display: block;
  margin: 0;
  color: #3b3b3b;
  font-size: .875rem;
}

.post-listing__footer a {
  color: inherit;
  font-weight: normal;
  border: 0 !important;
}

.featured-post {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  margin: -0.75rem 0 1.5rem;
  margin: calc(-0.75rem - 3px) 0 1.5rem;
  padding: 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

@media (min-width: 40.625em) {
  .featured-post {
    margin: -1.5rem 0 1.5rem;
    margin: calc(-1.5rem - 3px) 0 1.5rem;
  }
}

@media (min-width: 43.75em) {
  .featured-post {
    min-height: 24.5rem;
    flex-direction: row;
  }
}

.featured-post .featured-post__thumb__video {
  position: absolute;
  bottom: 0.75rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
}

.featured-post .featured-post__thumb__label {
  position: absolute;
  top: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  background: #e1007a;
  color: #fff;
  padding: .1em .3em .13em;
  border-radius: 3px;
  right: 0.75rem;
}

@media (min-width: 40.625em) {
  .featured-post .featured-post__thumb__label {
    top: 0.75rem;
  }
}

.featured-post .category-magazin .badge {
  background-color: #e1007a;
  color: #fff;
}

.featured-post .category-magazin .featured-post__thumb__label {
  background: #e1007a;
}

.featured-post .category-verkaeufer .badge {
  background-color: #035d95;
  color: #fff;
}

.featured-post .category-verkaeufer .featured-post__thumb__label {
  background: #035d95;
}

.featured-post .category-spenden .badge,
.featured-post .category-helfen .badge {
  background-color: #189bab;
  color: #fff;
}

.featured-post .category-spenden .featured-post__thumb__label,
.featured-post .category-helfen .featured-post__thumb__label {
  background: #189bab;
}

.featured-post .category-projekt .badge {
  background-color: #01b272;
  color: #fff;
}

.featured-post .category-projekt .featured-post__thumb__label {
  background: #01b272;
}

.featured-post__content {
  position: relative;
  padding: 0;
  padding-top: 8rem;
  padding-top: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

@media (min-width: 43.75em) {
  .featured-post__content {
    z-index: 100;
    padding: 0;
  }
}

.featured-post__content.alt {
  position: relative;
}

.featured-post__content.alt::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.featured-post__content.alt .featured-post__title {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 40.625em) {
  .featured-post__content.alt .featured-post__title {
    max-width: 60%;
    line-height: normal;
  }
}

.featured-post__content.alt .featured-post__title,
.featured-post__content.alt .featured-post__excerpt {
  background: none;
  color: #fff;
  padding: 0;
  text-shadow: 0 0 20px black;
}

.featured-post__content.alt .featured-post__excerpt p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0 10px black;
}

.featured-post__content article {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  z-index: 90;
}

@media (min-width: 43.75em) {
  .featured-post__content article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 90;
    padding: 0 1.5rem 1.5rem;
  }
}

.featured-post__title {
  display: inline;
  background: #fff;
  color: #3b3b3b;
  padding: .2em;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media (min-width: 50.375em) {
  .featured-post__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 56.25em) {
  .featured-post__title {
    font-size: 1.6rem;
  }
}

@media (min-width: 71.5625em) {
  .featured-post__title {
    max-width: 70%;
    font-size: 1.875rem;
  }
}

.featured-post__excerpt {
  display: none;
  background: #fff;
  color: #3b3b3b;
  padding: .2em .5em;
  margin: .5em 0 0;
  font-size: 1rem;
  font-family: "Lora", serif;
}

@media (min-width: 50.375em) {
  .featured-post__excerpt {
    display: inline-block;
  }
}

@media (min-width: 56.25em) {
  .featured-post__excerpt {
    font-size: 1.1rem;
    max-width: 80%;
  }
}

@media (min-width: 71.5625em) {
  .featured-post__excerpt {
    max-width: 70%;
    font-size: 1.2rem;
  }
}

.featured-post__excerpt p {
  margin: 0;
}

.featured-post__magazine {
  display: block;
  font-size: 0;
  background: #fff;
  position: relative;
  width: 100%;
  flex: 1 1;
  text-align: center;
}

@media (min-width: 43.75em) {
  .featured-post__magazine {
    z-index: 110;
    flex: 1 0 312px;
  }
}

@media (min-width: 71.5625em) {
  .featured-post__magazine {
    flex: 1 0 300px;
  }
}

.featured-post__magazine .featured-post__magazine-thumbnail {
  position: relative;
  display: block;
  /*max-height: 10rem;*/ /* Corona anpassung 11.5.202*/
  overflow: hidden;
  text-align: center;
  margin-top: 0.75rem;
}

@media (min-width: 43.75em) {
  .featured-post__magazine .featured-post__magazine-thumbnail {
    display: block;
    margin: 0;
    width: 100%;
    max-height: none;
    margin-top: 0;
  }
}

.featured-post__magazine .featured-post__magazine-thumbnail::before {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 43.75em) {
  .featured-post__magazine .featured-post__magazine-thumbnail::before {
    display: none;
  }
}

.featured-post__magazine .featured-post__magazine-thumbnail img {
  margin: 0 auto;
  max-width: 93%;
  height: auto;
  padding: 4px;
  box-shadow: 0 0 5px 0 #dbdbdb;
  border-radius: 3px;
}

.featured-post__magazine .featured-post__magazine__text {
  display: inline-block;
  width: 100%;
  margin: 1rem 0;
  font-size: .875rem;
  font-weight: bold;
  color: #e1007a;
  text-align: center;
}

@media (min-width: 43.75em) {
  .featured-post__magazine .featured-post__magazine__text {
    margin: 0;
    display: block;
    font-size: 0;
    text-align: left;
  }
  .featured-post__magazine .featured-post__magazine__text span {
    display: none;
  }
}

.featured-post__magazine .featured-post__magazine__links {
  display: block;
}

.featured-post__magazine .featured-post__magazine__title {
  display: inline-block;
  color: #3b3b3b;
}

@media (min-width: 43.75em) {
  .featured-post__magazine .featured-post__magazine__title {
    display: none;
  }
}

.featured-post__magazine .link, .featured-post__magazine .verkaeufer-teaser__blog__link a, .verkaeufer-teaser__blog__link .featured-post__magazine a {
  display: inline-block;
  padding: 0 .5rem;
}

@media (min-width: 43.75em) {
  .featured-post__magazine .link, .featured-post__magazine .verkaeufer-teaser__blog__link a, .verkaeufer-teaser__blog__link .featured-post__magazine a {
    width: 50%;
    margin-top: .5rem;
    padding: 0 .5rem .5rem;
  }
  .featured-post__magazine .link:last-child, .featured-post__magazine .verkaeufer-teaser__blog__link a:last-child, .verkaeufer-teaser__blog__link .featured-post__magazine a:last-child {
    text-align: right;
  }
}

.section__marker {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: .75rem;
  color: #fff;
  background: #e1007a;
  padding: .2rem .4rem;
  font-weight: bold;
  letter-spacing: .02em;
  transform-origin: 0 100%;
  transform: translateY(-100%);
}

@media (min-width: 71.5625em) {
  .section__marker {
    transform: rotate(-90deg) translate(-100%, 0) perspective(1px);
  }
}

.section__marker::before {
  content: '\f04d';
  color: #fff;
  padding-left: 5px;
  transform: translate(-5px, -1px);
  font-size: .8em;
}

.section {
  position: relative;
  margin-top: 1.5rem !important;
}

@media (min-width: 71.5625em) {
  .section {
    margin-top: 0 !important;
  }
}

.section.section--block {
  overflow: hidden;
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 3px;
}

.section.section--yumpu {
  padding-bottom: 0;
}

.section.section--yumpu .media-container {
  margin-bottom: 0;
}

.section.section--yumpu .post-listing__cat-title {
  margin-bottom: 0;
  border-bottom: 0;
}

.section .yumpulink {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section .yumpulink .btn {
  display: block;
}

@media (max-width: 375px) {
  .section .yumpulink .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section.section--magazin .badge,
.section.section--magazin .btn {
  background-color: #e1007a;
  color: #fff;
}

.section.section--magazin .link:hover, .section.section--magazin .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .section.section--magazin a:hover,
.section.section--magazin .link::before,
.section.section--magazin .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.section.section--magazin a::before {
  color: #e1007a;
}

.section.section--magazin .section__marker {
  background: #e1007a;
}

.section.section--magazin .btn:hover {
  background-color: #c8006c;
}

.section.section--verkaeufer .badge,
.section.section--verkaeufer .btn {
  background-color: #035d95;
  color: #fff;
}

.section.section--verkaeufer .link:hover, .section.section--verkaeufer .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .section.section--verkaeufer a:hover,
.section.section--verkaeufer .link::before,
.section.section--verkaeufer .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.section.section--verkaeufer a::before {
  color: #035d95;
}

.section.section--verkaeufer .section__marker {
  background: #035d95;
}

.section.section--verkaeufer .btn:hover {
  background-color: #024d7c;
}

.section.section--spenden .badge,
.section.section--spenden .btn, .section.section--helfen .badge,
.section.section--helfen .btn {
  background-color: #189bab;
  color: #fff;
}

.section.section--spenden .link:hover, .section.section--spenden .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .section.section--spenden a:hover,
.section.section--spenden .link::before,
.section.section--spenden .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.section.section--spenden a::before, .section.section--helfen .link:hover, .section.section--helfen .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .section.section--helfen a:hover,
.section.section--helfen .link::before,
.section.section--helfen .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.section.section--helfen a::before {
  color: #189bab;
}

.section.section--spenden .section__marker, .section.section--helfen .section__marker {
  background: #189bab;
}

.section.section--spenden .btn:hover, .section.section--helfen .btn:hover {
  background-color: #158795;
}

.section.section--projekt .badge,
.section.section--projekt .btn {
  background-color: #01b272;
  color: #fff;
}

.section.section--projekt .link, .section.section--projekt .verkaeufer-teaser__blog__link a, .verkaeufer-teaser__blog__link .section.section--projekt a {
  color: #3b3b3b;
}

.section.section--projekt .link:hover, .section.section--projekt .verkaeufer-teaser__blog__link a:hover, .verkaeufer-teaser__blog__link .section.section--projekt a:hover,
.section.section--projekt .link::before,
.section.section--projekt .verkaeufer-teaser__blog__link a::before, .verkaeufer-teaser__blog__link
.section.section--projekt a::before {
  color: #01b272;
}

.section.section--projekt .section__marker {
  background: #01b272;
}

.section.section--projekt .btn:hover {
  background-color: #019962;
}

.search-form {
  display: block;
  font-size: 0;
  margin-bottom: 1.5rem;
}

.search-form label {
  font-size: 1rem;
  display: inline-block;
  width: 75%;
  margin: 0;
}

.search-form label input {
  margin: 0;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.search-form .search-submit {
  font-size: 1rem;
  width: 25%;
  margin: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #e1007a;
}

.ad-container {
  position: relative;
}

.ad {
  display: block;
  margin: 1.5rem 0;
  max-width: 100%;
}

.ad a {
  border: 0 !important;
  color: inherit;
  font-weight: normal;
}

.ad.ad-top {
  display: none;
}

@media (min-width: 800px) {
  .ad.ad-top {
    display: block;
    margin: 0;
    text-align: right;
  }
}

.ad.ad-top img {
  margin: 0 0 0 auto;
}

.ad.ad-side {
  display: none;
}

@media (min-width: 71.5625em) {
  .ad.ad-side {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -123px;
  }
}

.ad.ad-float-left {
  display: block;
  /*margin: 0 1.5rem;*/
  text-align: center;
}

.ad.ad-float-left div.sam-pro-container.sam-pro-place div{
  max-width: 100% !important;
}

@media (min-width: 40.625em) {
  .ad.ad-float-left {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 0 1.5rem 1.5rem 0;
  }
}

.ad.ad-float-right {
  display: block;
  margin: 0 1.5rem;
  text-align: center;
}

@media (min-width: 40.625em) {
  .ad.ad-float-right {
    display: inline-block;
    float: right;
    text-align: right;
    margin: 0 0 1.5rem 1.5rem;
  }
}

.sam_pro_place_widget .sam-pro-container,
.sam_pro_ad_widget .sam-pro-container {
  display: block;
  padding: 0;
  text-align: center;
}

.sam_pro_place_widget .widget-title,
.sam_pro_ad_widget .widget-title {
  background: none;
  font-size: 11px;
  font-weight: normal;
  padding: 0;
  opacity: .6;
  letter-spacing: .04em;
  text-align: center;
}

@media (min-width: 50.375em) {
  .sam_pro_place_widget .widget-title,
  .sam_pro_ad_widget .widget-title {
    text-align: right;
  }
}

@media (min-width: 71.5625em) {
  .sam_pro_place_widget .widget-title,
  .sam_pro_ad_widget .widget-title {
    margin-top: -.91rem;
  }
}

.sam_pro_place_widget .sam-pro-ad,
.sam_pro_ad_widget .sam-pro-ad {
  display: block;
}

.sam_pro_place_widget .sam-pro-ad img,
.sam_pro_ad_widget .sam-pro-ad img {
  display: block;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}

.social-buttons {
  display: block;
  background: #fff;
  margin: 1.5rem 0 0;
  overflow: hidden;
  border-radius: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875rem;
}

.social-buttons .social-buttons__inner {
  display: flex;
  flex-flow: row nowrap;
}

.social-buttons .social-buttons__inner:hover a {
  opacity: .8;
}

.social-buttons .social-buttons__inner:hover a:hover {
  opacity: 1;
  cursor: pointer;
}

.social-buttons a {
  display: block;
  flex-grow: 1;
  text-align: center;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  transition: all .2s ease;
}

.social-buttons a span {
  display: none;
}

@media (min-width: 40.625em) {
  .social-buttons a span {
    display: inline-block;
  }
}

.social-buttons a:hover, .social-buttons a:active, .social-buttons a:focus {
  border: 0;
}

.social-buttons .facebook {
  background: #3b5998;
}

.social-buttons .google {
  background: #dd4b39;
}

.social-buttons .twitter {
  background: #55acee;
}

.social-buttons .whatsapp {
  background: #4dc247;
}

@media (min-width: 40.625em) {
  .social-buttons .whatsapp {
    display: none;
  }
}

.hk-popup {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.hk-popup.hk-popup--hidden {
  display: none;
}

.hk-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  flex-wrap: wrap;
}

@media (min-width: 56.25em) {
  .hk-popup__inner {
    flex-wrap: nowrap;
  }
}

.hk-popup__magazine {
  display: inline-block;
  z-index: 0;
  margin: 0;
  transition: all .5s ease;
  transform: rotate(-2deg);
  max-height: 15vh;
  overflow: hidden;
}

@media (min-width: 40.625em) {
  .hk-popup__magazine {
    width: 40%;
    z-index: 10;
    max-height: none;
    overflow: visible;
  }
}

.hk-popup__magazine:hover, .hk-popup__magazine:active, .hk-popup__magazine:focus {
  border: 0 !important;
}

.hk-popup__close {
  position: absolute;
  right: .5em;
  top: .2em;
  color: #dbdbdb !important;
}

.hk-popup__close:hover {
  color: #e1007a !important;
}

.hk-popup__text {
  position: relative;
  display: inline-block;
  background: white;
  padding: 1.5rem 1rem;
  margin-top: -1rem;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  width: 90%;
}

@media (min-width: 40.625em) {
  .hk-popup__text {
    width: 60%;
    margin-top: 0;
    margin-left: -1rem;
    padding: 1.5rem .5rem 1rem 2rem;
  }
}

.hk-popup__title {
  font-size: 1.2rem;
  font-weight: bold;
}

.nl-form .wrapper {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.nl-form input[type="text"],
.nl-form input[type="email"],
.nl-form input[type="tel"],
.nl-form input[type="url"],
.nl-form button[type="submit"],
.nl-form input[type="date"] {
  font: 400 18px/18px "Lora", serif;
  width: 100%;
  border: 1px solid #CCC;
  margin: 0 0 5px;
  padding: 14px;
}

.nl-form #main {
  padding-bottom: 1rem;
}

.nl-form input {
  color: #999;
  background-color: #f8f8f8;
}

.nl-form label {
  cursor: pointer;
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 130%;
  padding: 0;
  font-family: "Lora", serif;
}

.nl-form label.subfield {
  font-size: 16px;
  font-weight: normal;
  margin-top: 1em;
  color: #3b3b3b;
  font-family: "Lora", serif;
}

.nl-form .content__gdpr {
  font-size: 16px;
}

.nl-form .content__gdpr p {
  padding: 0;
}

.nl-form .asterisk {
  color: #E61C79;
}

.nl-form .indicates-required {
  margin-top: 1em;
  font-size: 14px;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0 !important;
  padding: 5px 10px !important;
  outline: 1px solid red !important;
  background-color: #fcc7c7 !important;
  font-weight: normal !important;
  z-index: 1 !important;
  color: #333 !important;
  font-size: 16px;
}

#mc_embed_signup input.mce_inline_error {
  border-color: red !important;
}

#mce-success-response {
  margin-bottom: 1em;
  color: #E61C79;
}

.nl-form input[type="text"]:hover,
.nl-form input[type="email"]:hover,
.nl-form input[type="tel"]:hover,
.nl-form input[type="url"]:hover,
.nl-form input[type="date"]:hover,
.nl-form select:hover {
  outline: 1px solid #E61C79;
  color: #333;
}

.nl-form input[type="text"]:focus,
.nl-form input[type="email"]:focus,
.nl-form input[type="tel"]:focus,
.nl-form input[type="url"]:focus,
.nl-form input[type="date"]:focus,
.nl-form select:focus {
  outline: 2px solid #E61C79;
  color: #333;
}

.nl-form [type="submit"] {
  cursor: pointer;
  width: auto;
  font-family: "Georgia", serif;
  font-size: 16px;
  border: none;
  background: #E61C79;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px !important;
  font-weight: bold;
  text-shadow: none;
  border-radius: 0;
  white-space: normal;
}

.nl-form [type="submit"].-alt {
  background: #189bab;
  width: 100%;
}

.nl-form [type="submit"].-alt:hover {
  background-image: linear-gradient(bottom, #158795 0%, #158795 52%);
  background-image: -moz-linear-gradient(bottom, #158795 0%, #158795 52%);
  background-image: -webkit-linear-gradient(bottom, #158795 0%, #158795 52%);
}

.nl-form button[type="submit"]:hover {
  background-image: linear-gradient(bottom, #9C215A 0%, #A82767 52%);
  background-image: -moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
  background-image: -webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
}

.nl-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.nl-form p {
  line-height: 130%;
  padding: 20px 0 10px;
  clear: both;
}

.nl-form .left,
.nl-form .right,
.nl-form .leftsmall,
.nl-form .rightsmall,
.nl-form .rightbig,
.nl-form .leftbig {
  width: 100%;
  float: none;
}

@media (min-width: 500px) {
  .nl-form .left {
    width: 50%;
    float: left;
    padding-right: 2%;
  }
  .nl-form .right {
    width: 50%;
    float: left;
    padding-left: 2%;
  }
  .nl-form .leftsmall {
    width: 20%;
    float: left;
    padding-right: 2%;
  }
  .nl-form .rightbig {
    width: 80%;
    float: left;
    padding-left: 2%;
  }
  .nl-form .leftbig {
    width: 80%;
    float: left;
    padding-right: 2%;
  }
  .nl-form .rightsmall {
    width: 20%;
    float: left;
    padding-left: 2%;
  }
}

.nl-form h2 {
  color: #000;
  font-family: georgia,serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.nl-form h3 {
  color: #000;
  font-family: georgia,serif;
  font-size: 16px;
  margin: 20px 0 0px 0;
}

.nl-form input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.nl-form span.checkbox {
  padding-top: 20px;
}

.nl-form .radio {
  float: left;
  padding: 0 20px;
  padding-top: 2rem;
}

@media (min-width: 500px) {
  .nl-form .radio {
    padding-top: 0;
  }
}

.nl-form input[type="radio"] + label {
  display: inline-block;
  margin: -25px 0 0 0;
  margin: 0;
  padding-left: 15px;
  vertical-align: top;
  cursor: pointer;
  width: 90%;
  /*float:left;*/
}

.nl-form .radio input[type="radio"] + label {
  margin: -25px 0 0 0;
  width: auto;
}

.nl-form .clearfix:before,
.nl-form .clearfix:after {
  content: " ";
  display: table;
}

.nl-form .clearfix:after {
  clear: both;
}

.nl-form .clearfix {
  *zoom: 1;
}

.nl-form h3 {
  font-size: 16px;
  font-family: georgia, serif;
  padding: 0;
  margin: 0;
}

.nl-form a,
.nl-form a:link,
.nl-form a:hover,
.nl-form a:active {
  text-decoration: none;
  color: #E61C79;
}

.nl-form input.error,
.nl-form select.error,
.nl-form .error {
  outline: 1px solid red;
  background-color: #fcc7c7;
}

.nl-form input.error:hover,
.nl-form select.error:hover {
  outline: 1px solid red;
  background-color: #f8f8f8;
}

.nl-form input.error:focus,
.nl-form select.error:focus,
.nl-form .error:focus {
  outline: 2px solid red;
  color: #999;
  background-color: #f8f8f8;
}

.nl-form label {
  cursor: pointer;
}

.nl-form .big {
  font-size: 25px;
}

/**
 * ARCHIV
 */
.post-type-archive-veranstaltung article {
  display: block;
  margin: 0 0 1.5rem;
}

.post-type-archive-veranstaltung .post-listing__excerpt p {
  margin-bottom: 1em;
}

.veranstaltung-list-meta-listing {
  display: block;
  margin: .5em 0;
  color: rgba(59, 59, 59, 0.6);
}

.veranstaltung-list-meta-listing a {
  color: rgba(59, 59, 59, 0.6);
  font-weight: normal;
}

/**
 * LISTE
 */
.widget_eme_list > ul,
.veranstaltungen-list {
  display: block;
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 0;
  list-style: none;
}

.widget_eme_list > ul #events-no-events,
.veranstaltungen-list #events-no-events {
  padding: 1.5rem;
  font-size: .875rem;
}

.widget_eme_list > ul > li,
.veranstaltungen-list__item {
  position: relative;
  display: block;
  padding: 1rem 1.5rem 1rem 2.8rem;
  margin: 0;
}

.widget_eme_list > ul > li::before,
.veranstaltungen-list__item::before {
  content: '\f111';
  color: #dbdbdb;
  position: absolute;
  top: 1.6em;
  left: 1.9em;
  font-size: .8em;
}

.widget_eme_list > ul > li:hover .veranstaltungen-list__title, .widget_eme_list > ul > li:hover::before,
.veranstaltungen-list__item:hover .veranstaltungen-list__title,
.veranstaltungen-list__item:hover::before {
  color: #e1007a;
}

.widget_eme_list > ul > li > a,
.veranstaltungen-list__title {
  display: block;
  color: #3b3b3b;
  font-size: 1rem;
  font-family: "Lora", serif;
  font-weight: bold;
  margin-bottom: .3em;
}

.widget_eme_list > ul > li ul,
.veranstaltungen-list__meta {
  display: block;
  font-size: .875rem;
  color: rgba(59, 59, 59, 0.6);
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_eme_list > ul > li ul > li {
  display: inline-block;
  margin-right: .3em;
}

.widget_eme_list > ul > li ul > li:last-child {
  margin-right: 0;
}

.veranstaltungen-list__sublink {
  display: block;
  border-top: 1px solid #dbdbdb;
  padding: 1rem 1.5rem;
  border-radius: 0 0 3px 3px;
}

/**
 * Single
 */
.veranstaltungs-meta .date,
.veranstaltungs-meta .date-end,
.veranstaltungs-meta .ort,
.veranstaltungs-meta .eintritt,
.veranstaltungs-meta .elink {
  padding-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 56.25em) {
  .veranstaltungs-meta .date,
  .veranstaltungs-meta .date-end,
  .veranstaltungs-meta .ort,
  .veranstaltungs-meta .eintritt,
  .veranstaltungs-meta .elink {
    width: 50%;
  }
}

.veranstaltung-cat {
  display: inline-block;
  background: #e1007a;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: .4em .5em;
  margin: 0 0 .5rem;
  line-height: 1.5;
}

.veranstaltung-cat:empty {
  display: none;
}

.veranstaltungs-meta {
  background: #ececec;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0 0;
}

.veranstaltungs-map {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: -1.5rem;
}

.veranstaltungs-map .map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  right: -1.5rem;
  background: #e1007a;
  text-align: center;
  z-index: 1000;
  opacity: .6;
  backdrop-filter: blur(2px);
}

.veranstaltungs-map .map-overlay span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1001;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.eme-location-balloon {
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

.heftarchiv__list {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
  border-top: 1px solid #dbdbdb;
  color: #3b3b3b;
  margin-bottom: -1.5rem;
}

.heftarchiv__list.heftarchiv__list--top {
  border-bottom: 1px solid #dbdbdb;
  border-top: 0;
  margin-bottom: 1.5rem;
  margin-top: -0.75rem;
}

.heftarchiv__list::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  z-index: 1;
}

.heftarchiv__list ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.heftarchiv__list:hover {
  color: #dbdbdb;
}

.heftarchiv__list li {
  display: inline-block;
}

.heftarchiv__list a {
  display: block;
  color: inherit;
  padding: 0.75rem;
  padding-right: .2rem;
  transition: color .2s ease;
  border: 0;
}

.heftarchiv__list a:hover {
  color: #3b3b3b;
  border: 0;
}

.archive .heft {
  overflow: hidden;
}

.heft {
  display: block;
  margin: 0 0 1.5rem;
}

.heft .entry-title {
  margin: 0;
  font-size: 1rem;
}

@media (min-width: 40.625em) {
  .heft .entry-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 56.25em) {
  .heft .entry-title {
    font-size: 1.5rem;
  }
}

.heft .entry-title a {
  color: #3b3b3b;
}

.heft .entry-title a:hover {
  color: #e1007a;
  border: 0;
}

.heft .entry-meta {
  display: block;
  font-size: .875rem;
  margin: 1rem 0;
}

.heft .entry-excerpt {
  display: none;
  font-family: "Lora", serif;
  font-size: 1rem;
}

@media (min-width: 20em) {
  .heft .entry-excerpt {
    display: block;
  }
}

.heft .entry-thumbnail {
  display: block;
  float: left;
  padding-right: 1.5rem;
  max-width: 40%;
  margin-top: 0;
  border: 0 !important;
  margin: 0;
}

.archive .heft .entry-thumbnail {
  max-width: 31%;
}

.heft .entry-thumbnail img {
  max-width: 100%;
  height: auto;
}

.helfen-teaser {
  display: block;
  margin: 0 0 1.5rem;
  background: #fff;
}

.helfen-teaser .link, .helfen-teaser .verkaeufer-teaser__blog__link a, .verkaeufer-teaser__blog__link .helfen-teaser a {
  display: block;
}

.helfen-teaser__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.helfen-teaser__grid .helfen-teaser__widgets {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}

@media (min-width: 56.25em) {
  .helfen-teaser__grid .helfen-teaser__widgets {
    width: 50%;
    border-left: 1.5rem solid #ececec;
  }
}

.helfen-teaser__grid .widget {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 40.625em) {
  .helfen-teaser__grid .widget {
    width: 50%;
  }
}

.helfen-teaser__grid .widget img {
  display: block;
}

.helfen-teaser__grid .widget .widget-title {
  padding: 2rem 1.5rem 0;
  margin-bottom: 1em;
}

.helfen-teaser__grid .widget p {
  font-family: "Lora", serif;
  font-size: .875rem;
  margin: 1em 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.helfen-teaser__blog {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}

@media (min-width: 56.25em) {
  .helfen-teaser__blog {
    width: 50%;
  }
}

.helfen-teaser__blog .helfen-teaser__blog__thumb {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 300px;
}

@media (min-width: 40.625em) {
  .helfen-teaser__blog .helfen-teaser__blog__thumb {
    width: 50%;
    min-height: 0;
  }
}

.helfen-teaser__blog article {
  display: block;
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 40.625em) {
  .helfen-teaser__blog article {
    width: 50%;
  }
}

.helfen-teaser__blog__title {
  margin: 0 0 .5em;
}

.helfen-teaser__blog__excerpt {
  font-size: .875rem;
  font-family: "Lora", serif;
}

.helfen-teaser__blog__excerpt p {
  margin: 0;
}

.verkaeufer-teaser {
  display: block;
  margin: 0 0 1.5rem;
}

.verkaeufer-teaser__grid {
  padding: 0;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__grid {
    display: flex;
    align-items: stretch;
  }
}

.verkaeufer-teaser__article {
  padding: 0;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__article {
    width: calc( 66.66% - 1.5rem / 2);
    align-self: stretch;
  }
}

.verkaeufer-teaser__blog {
  display: flex;
  flex-flow: column nowrap;
  background: #fff;
  padding: 1.5rem;
  min-height: 300px;
  border-radius: 3px;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__blog {
    width: calc( 33.33% - 1.5rem / 2);
    margin-left: 1.5rem;
  }
}

.verkaeufer-teaser__blog__title {
  margin: 0 0 .5em;
}

.verkaeufer-teaser__blog__excerpt {
  font-size: 1rem;
  font-family: "Lora", serif;
}

.verkaeufer-teaser__blog__excerpt p {
  margin: 0;
}

.verkaeufer-teaser__blog__link {
  display: block;
  margin: auto -1.5rem -1.5rem;
}

.verkaeufer-teaser__blog__link li.menu-item {
  border-top: 1px solid #dbdbdb;
  display: block;
  padding: 0.75rem 1.5rem;
}

.verkaeufer-teaser__blog__link a:hover {
  color: #035d95;
}

.verkaeufer-teaser__blog__link a::before {
  color: #035d95;
}

.verkaeufer-teaser__article-link {
  display: block;
  position: relative;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 8rem 1.5rem 1rem;
  padding-top: 20vh;
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__article-link {
    width: calc( 66.66% - 1.5rem / 2);
    align-self: stretch;
    padding: 0 1.5rem 1.5rem;
  }
}

.verkaeufer-teaser__article-link::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.verkaeufer-teaser__article-link article {
  position: relative;
  z-index: 2;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__article-link article {
    position: absolute;
    bottom: 1.5rem;
  }
}

.verkaeufer-teaser__title {
  margin: .3rem 0 0;
  text-shadow: 0 0 20px black;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__title {
    margin: .3rem 0 .5rem;
  }
}

@media (min-width: 40.625em) {
  .verkaeufer-teaser__title {
    max-width: 52%;
  }
}

.verkaeufer-teaser__excerpt {
  display: none;
  text-shadow: 0 0 20px black;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__excerpt {
    display: inline-block;
  }
}

@media (min-width: 40.625em) {
  .verkaeufer-teaser__excerpt {
    max-width: 70%;
  }
}

.verkaeufer-teaser__excerpt p {
  margin: 0;
}

.verkaeufer-teaser__widget {
  background: #fff;
}

@media (min-width: 50.375em) {
  .verkaeufer-teaser__widget {
    width: calc( 33.33% - 1.5rem / 2);
    margin-left: 1.5rem;
  }
}

.projekt-teaser {
  display: block;
  margin: 0 0 1.5rem;
  background: #fff;
}

.projekt-teaser .link, .projekt-teaser .verkaeufer-teaser__blog__link a, .verkaeufer-teaser__blog__link .projekt-teaser a {
  display: block;
}

.projekt-teaser p {
  font-family: "Lora", serif;
  font-size: 1rem;
  margin: 1em 0;
}

.projekt-teaser__grid {
  padding-bottom: 0;
  border-radius: 0 0 3px 3px;
}

.projekt-teaser__grid .widget {
  position: relative;
}

@media (min-width: 40.625em) {
  .projekt-teaser__grid .widget {
    width: 33.33%;
  }
  .projekt-teaser__grid .widget:first-child {
    width: 100%;
  }
}

@media (min-width: 56.25em) {
  .projekt-teaser__grid .widget {
    width: 25%;
  }
  .projekt-teaser__grid .widget:first-child {
    width: 25%;
  }
}

.projekt-teaser__grid .widget .badge {
  position: absolute;
}

.projekt-teaser__grid .widget .widget-title {
  margin-bottom: 1em;
}

.projekt-teaser__grid .widget a {
  border: 0 !important;
}

.instagram-feed {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.instagram-feed .feed-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  text-align: right;
  font-size: .75rem;
  padding: .2rem .5rem;
  background: #fff;
}

.instagram-feed .feed-link i {
  color: #e1007a;
}

.instagram-feed .feed-link:hover {
  color: #e1007a;
}

.instagram-feed #sbi_load {
  padding: 0 !important;
}

.instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
  opacity: .5;
  width: 25%;
}

.instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(1n+5) {
  display: none;
}

@media (min-width: 40.625em) {
  .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 12.5%;
  }
  .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(1n+5) {
    display: inline-block;
  }
  .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(1n+9) {
    display: none;
  }
}

@media (min-width: 56.25em) {
  .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 10%;
  }
  .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(1n+5), .instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:nth-of-type(1n+9) {
    display: inline-block;
  }
}

.instagram-feed #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item:hover {
  opacity: 1;
}

@media print {
  html,
  body {
    position: relative !important;
    height: auto !important;
    width: auto !important;
    display: initial !important;
  }
  .site {
    max-width: none;
  }
  .entry-content a[href]::after {
    content: " <" attr(href) ">";
    color: #888;
    background-color: inherit;
    font-style: italic;
    size: 80%;
    word-wrap: break-word;
  }
  body {
    color: #000;
    font-size: 12pt !important;
  }
  .site-content {
    margin: 0;
  }
  .entry-content {
    font-size: 1rem !important;
    word-wrap: break-word;
  }
  .content-area {
    display: block !important;
    padding: 0;
    width: auto !important;
  }
  .toggle .toggle__content {
    display: block !important;
  }
  .site-header .site-title img {
    max-width: 5cm;
  }
  .site-header {
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  .page figure figcaption,
  .single figure figcaption {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  img {
    page-break-inside: avoid;
  }
  .section.section--block {
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .single .entry-thumbnail,
  .page .entry-thumbnail {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .entry-thumbnail img {
    max-width: 100% !important;
  }
  #site-navigation,
  .social-buttons,
  .top-navigation,
  .site-footer,
  .site-afterfooter,
  .menu-toggle,
  .ad-container,
  .ad,
  .heft-ausgabe,
  .media-container,
  .single-post .page-header,
  .social_share_privacy,
  .comments-area,
  .widget-area,
  .post-navigation,
  .post-listing__sublink,
  #cookie-notice {
    display: none !important;
  }
}

.widget.widget_eme_list .widget-title {
  position: relative;
  padding: 1.2rem 1.5rem 1rem 3.5rem;
}

.widget.widget_eme_list .widget-title::before {
  content: '';
  background-image: url('https://www.hinzundkunzt.de/wp-content/uploads/2019/11/calendar-magenta.png');
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: contain;
  top: 50%;
  left: 24px;
  transform: translatey(-50%);
  background-repeat: no-repeat;
}

.mejs-container {
  margin-bottom:1rem;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: #e1007a !important;
}
