@charset "UTF-8";
/*!
Theme Name: Himbeer
Author: PANORAMA3000
Author URI: https://p3000.net/
Description: Das Himbeer Magazin Theme
Version: 1.1.0
Text Domain: Himbeer
Tags:

*/
/*--------------------------------------------------------------
# Variables & mixins
--------------------------------------------------------------*/
/* Colors */
/* Typography */
/* Media queries */
/* Grid */
/* Teaser */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.center {
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
  font-family: "BrandonTextWeb-Light", "brandon_light", "brandon_textlight", sans-serif;
  font-size: 17px;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-weight: normal;
  line-height: 1.27em;
}

h3 {
  font-size: 1.27em;
}
h3.entry-title {
  margin: 0.5em 0;
}

a {
  color: #e6006c;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #e6006c;
}
a:hover, a:focus, a:active {
  color: purple;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
a.color-content {
  color: #000;
}

.entry-title a {
  color: #000;
}

a[href^="mailto:"] {
  color: #e6006c;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.7em;
}
p a {
  color: inherit;
  box-shadow: inset 0px -4px 0px 0px rgba(215, 0, 126, 0.15);
}
p a:visited {
  color: inherit;
}
p a:hover, p a:focus, p a:active {
  color: inherit;
  box-shadow: inset 0px -4px 0px 0px rgba(215, 0, 126, 0.35);
}
p a[href^="mailto:"] {
  box-shadow: none;
  color: #e6006c;
}

b, strong {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-weight: normal;
}

blockquote, q {
  border-top: 5px solid;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-size: 1.27em;
  line-height: 1.27em;
  margin: 0;
  width: 67%;
}
blockquote p, q p {
  margin: 0.5em 0 1em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 0.3125em 0;
  position: relative;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #9c9c9c;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125em;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?q5x0fd");
  src: url("fonts/icomoon.eot?q5x0fd#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?q5x0fd") format("truetype"), url("fonts/icomoon.woff?q5x0fd") format("woff"), url("fonts/icomoon.svg?q5x0fd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
  content: "\e903";
}

.fa-angle-left:before {
  content: "\e904";
}

.fa-x:before {
  content: "\e900";
}

.fa-facebook:before {
  content: "\ea90";
}

.fa-facebook2:before {
  content: "\ea91";
}

.fa-instagram:before {
  content: "\ea92";
}

.fa-whatsapp:before {
  content: "\ea93";
}

.fa-telegram:before {
  content: "\ea95";
}

.fa-youtube:before {
  content: "\ea9d";
}

.fa-pinterest:before {
  content: "\ead1";
}

.fa-pinterest-p:before {
  content: "\ead2";
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #e6006c;
  background-color: transparent;
  border: 1px solid #e6006c;
  padding: 0.5em 1em;
  text-decoration: none;
  /*    text-transform: uppercase;*/
  margin: 1em 0;
  display: table;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  font-size: 17px;
  transition: 0.25s ease-out;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
  background: #e6006c;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  color: #fff;
  background: #e6006c;
}

a.button,
.nav-links a {
  color: #e6006c;
  background-color: transparent;
  border: 1px solid #e6006c;
  padding: 0.5em 1em;
  text-decoration: none;
  /*    text-transform: uppercase;*/
  margin: 1em 0;
  display: table;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  font-size: 17px;
  transition: 0.25s ease-out;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
}
a.button:visited,
.nav-links a:visited {
  color: #e6006c;
}
a.button:hover,
.nav-links a:hover {
  color: #fff;
  background: #e6006c;
}
a.button:active, a.button:focus,
.nav-links a:active,
.nav-links a:focus {
  color: #fff;
  background: #e6006c;
}

#loadMore {
  margin: 1em auto;
}
#loadMore:focus {
  color: #e6006c;
  background-color: transparent;
}

.paginate {
  text-align: center;
}

.page-numbers, a.page-numbers {
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5em 1em;
  text-decoration: none;
  /*    text-transform: uppercase;*/
  margin: 1em 0;
  display: none;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  font-size: 17px;
  transition: 0.25s ease-out;
  outline: none;
}
.page-numbers.next, a.page-numbers.next {
  margin-left: 1em;
  border: 1px solid #000;
  display: inline-block;
}
.page-numbers.prev, a.page-numbers.prev {
  margin-right: 1em;
  border: 1px solid #000;
  display: inline-block;
}
.page-numbers.current, a.page-numbers.current {
  font-weight: 600;
}
.page-numbers:hover, a.page-numbers:hover {
  color: #fff;
  background: #000;
}
.page-numbers:active, .page-numbers:focus, a.page-numbers:active, a.page-numbers:focus {
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  .page-numbers, a.page-numbers {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  line-height: 1.7em;
  border: 1px solid #9c9c9c;
  border-radius: 0;
  padding: 0.438em 0.5em;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
  outline: none;
}

input:focus {
  outline: none;
}

select {
  border: 1px solid #9c9c9c;
  font-family: "BrandonTextWeb-Light", "brandon_light", "brandon_textlight", sans-serif;
  line-height: 1.7em;
  border-radius: 0;
  padding: 0.5em 0.5em;
  background-color: #fff;
  outline: none;
}

textarea {
  width: 100%;
  outline: none;
}

/*ninja form*/
.nf-form-cont .nf-form-layout {
  max-width: 570px;
}
.nf-form-cont .nf-field-container {
  /*        margin-right: 3%;*/
  margin-bottom: 3%;
}
.nf-form-cont .nf-field-container.w-50 {
  width: 47%;
  float: left;
  display: block;
  clear: none;
}
.nf-form-cont .label-above .nf-field-label {
  margin-bottom: 0px;
}
.nf-form-cont .nf-field-label .nf-label-span,
.nf-form-cont .nf-field-label label {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-weight: normal;
}
.nf-form-cont .label-right .mc4wp_optin-wrap .nf-field-element,
.nf-form-cont .label-right .checkbox-wrap .nf-field-element {
  width: 20px;
}
.nf-form-cont .label-right .mc4wp_optin-wrap .nf-field-label,
.nf-form-cont .label-right .checkbox-wrap .nf-field-label {
  width: calc(100% - 22px);
}
.nf-form-cont .ninja-forms-req-symbol,
.nf-form-cont .nf-error-msg {
  color: #e6006c;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: 1px solid #e6006c;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li,
.nf-form-cont .list-radio-wrap .nf-field-element li {
  margin: 0 0 0.5em !important;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li label,
.nf-form-cont .list-radio-wrap .nf-field-element li label {
  margin-left: calc(0.5em + 22px);
  font-weight: bold;
}

input[type=radio] {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
input[type=radio]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
input[type=radio]::after {
  border: 1px solid #9c9c9c;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  /*        top: -15px;
          left: -26px;*/
  width: 16px;
  height: 16px;
  transition: all 0.5s ease;
}
input[type=radio]::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  z-index: 99;
  transition: all 0.5s ease;
}
input[type=radio]:checked::before {
  background: #e6006c;
  transition: all 0.5s ease;
}
input[type=radio]:checked::after {
  border: 2px solid #9c9c9c;
  transition: all 0.5s ease;
}

input[type=checkbox] {
  border: 0;
  /*    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;*/
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
input[type=checkbox]:checked {
  /*        -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;*/
  background: transparent;
}
input[type=checkbox]::after {
  border: 1px solid #9c9c9c;
  background: #fff;
  border-radius: 0;
  content: "";
  position: absolute;
  /*        top: -15px;
          left: -26px;*/
  width: 16px;
  height: 16px;
  transition: all 0.5s ease;
}
input[type=checkbox]::before {
  background: #fff;
  border-radius: 0;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  z-index: 99;
  transition: all 0.5s ease;
}
input[type=checkbox]:checked::before {
  background: #e6006c;
  transition: all 0.5s ease;
}
input[type=checkbox]:checked::after {
  border: 2px solid #9c9c9c;
  transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.meta-header {
  background-color: #f2f2f2;
  height: 30px;
  width: 100%;
  box-shadow: inset 0px -3px 10px 0px rgba(0, 0, 0, 0.1);
}
.meta-header .max-width {
  display: flex;
  justify-content: space-between;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  color: #000;
}

.menu-network-container {
  padding: 0 20px;
}
.menu-network-container ul li {
  display: inline-block;
}
.menu-network-container ul li a {
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 16px 0 20px;
  display: block;
  font-size: 0.875em;
}
.menu-network-container ul li.current-menu-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.menu-socialmedia-container .fa {
  display: inline-block;
}
.menu-socialmedia-container ul li {
  font-size: 17px;
  padding: 5px 10px;
  position: relative;
  transition: 0.3s all;
}
.menu-socialmedia-container ul li:hover {
  color: #e6006c;
}
.menu-socialmedia-container ul li a {
  text-indent: -9999em;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.site-footer .menu-socialmedia-container ul li {
  font-size: 1.5em;
}

.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
  display: none;
}
.main-navigation ul ul {
  display: block;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  margin: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation.toggled > ul {
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 300px;
  width: 90%;
  padding: 1em;
}
.main-navigation .mega-menu {
  left: 0;
  right: 0;
  padding: 0 1em 0em;
}
.main-navigation .mega-menu h2.widgettitle {
  display: none;
}
.main-navigation .mega-menu .widget {
  margin: 0;
}
.main-navigation .mega-menu li a {
  font-weight: normal;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
}
.main-navigation li {
  margin: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  padding: 0.25em 0;
  transition: 0.3s all;
}
.main-navigation a:hover, .main-navigation a:hover {
  color: #e6006c;
}
.main-navigation .current-post-item > a,
.main-navigation .current-page-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-category-ancestor > a {
  color: #e6006c;
}

/* Small menu. */
.menu-toggle,
.toggled .menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  padding: 0.125em 0.25em;
  font-size: 2em;
  border: none;
  top: 0;
  margin: 0.315em;
  color: #000;
}
.menu-toggle:hover, .menu-toggle:focus,
.toggled .menu-toggle:hover,
.toggled .menu-toggle:focus {
  color: #e6006c;
  background-color: transparent;
}

.mega-menu .widget.widget-first {
  width: 320px;
  flex: 0 0 320px;
  align-self: flex-start;
}
.mega-menu .widget.widget_himbeerarticlewidget {
  display: flex;
}
.mega-menu .widget.widget_himbeerarticlewidget article {
  padding: 1em 1em 0;
  min-width: 33.33%;
}
.mega-menu .widget.widget_himbeerarticlewidget article a {
  text-transform: unset;
  padding: 0;
}
.mega-menu .widget.widget_himbeerarticlewidget article .entry-content {
  display: none;
}
.mega-menu .widget.widget_himbeerarticlewidget article .category-name {
  margin-top: 1em;
}
.mega-menu .widget.widget_himbeerarticlewidget article .category-name a {
  color: #e6006c;
}
.mega-menu .widget.widget_himbeerarticlewidget article .entry-title {
  margin: 0.5em 0;
}
.mega-menu .widget.widget_himbeerarticlewidget.not-mobile, .mega-menu .widget.widget_himbeerarticlewidget.extendedwopts-show.extendedwopts-desktop {
  display: none;
}

.breadcrumb-wrapper {
  margin: 1.875em auto;
  color: #e6006c;
  text-transform: uppercase;
  font-size: smaller;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  /*    font-family: $font__bold;*/
}
.breadcrumb-wrapper .dlmtr:last-child {
  display: none;
}
.breadcrumb-wrapper a {
  box-shadow: none;
}
.breadcrumb-wrapper a:hover, .breadcrumb-wrapper a:focus, .breadcrumb-wrapper a:active {
  color: purple;
  box-shadow: none;
}
.breadcrumb-wrapper .last {
  color: #000;
}
.breadcrumb-wrapper .current-page {
  color: #000;
}

.search-wrap {
  position: absolute;
  right: 0;
  padding-right: 50px;
  width: 100%;
  background: #FFF;
  top: 60px;
}
.search-wrap .search-form {
  display: none;
  transition: 0.4s ease;
  position: absolute;
  width: 20%;
  right: 0;
  padding-right: 50px;
}
.search-wrap.open {
  height: 50px;
}
.search-wrap.open .search-form {
  display: block;
  width: 100%;
  max-width: 50%;
}
.search-wrap .search-submit {
  background: url(img/search.svg), linear-gradient(transparent, transparent);
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  width: 43px;
  height: 43px;
  position: absolute;
  top: -16px;
  right: 0px;
  border: none;
  text-indent: -9999px;
}
.search-wrap .search-submit:hover, .search-wrap .search-submit:active, .search-wrap .search-submit:focus {
  background: url(img/search.svg), linear-gradient(transparent, transparent);
}
.search-wrap input[type=search] {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
.search-wrap .search-form label {
  display: block;
}

@media screen and (min-width: 1024px) {
  #btn-nav {
    display: none;
  }
  .main-navigation > ul,
  .main-navigation.toggled > ul {
    display: flex;
    position: relative;
    right: auto;
    top: auto;
    max-width: none;
    width: 100%;
    padding: 1em;
    padding: 1em 60px 1em 170px;
    justify-content: center;
    align-items: center;
    height: 89px;
  }
  .main-navigation > ul li.menu-item,
  .main-navigation.toggled > ul li.menu-item {
    line-height: 89px;
    font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  }
  .main-navigation > ul li.menu-item li.menu-item,
  .main-navigation.toggled > ul li.menu-item li.menu-item {
    line-height: 1.7em;
    font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  }
  .main-navigation li {
    margin: 0 1em;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #e6006c;
  }
  .main-navigation li:hover .mega-menu {
    display: flex;
  }
  .main-navigation .mega-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 98%;
    left: 1%;
    right: 1%;
    padding: 1em;
    border: 1px solid #b0b0b0;
    border-top: none;
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    top: 89px;
  }
  .main-navigation .mega-menu h2.widgettitle {
    display: block;
    font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
    text-transform: uppercase;
    /*                letter-spacing: 0.1em;*/
  }
  .main-navigation .mega-menu .widget {
    margin: 1em;
    line-height: initial;
  }
  .main-navigation .mega-menu .widget.widget_nav_menu {
    width: 33%;
  }
  .main-navigation .mega-menu .widget.items-1 {
    width: 22%;
  }
  .main-navigation .mega-menu .widget.items-1 article {
    padding: 1em 0 0;
  }
  .main-navigation .mega-menu .widget.widget_last_magazin .thumbausgabe {
    padding-top: 1em;
  }
  .main-navigation .mega-menu .widget.widget_last_magazin figure {
    padding-top: 100%;
    width: 100%;
  }
  .main-navigation .mega-menu .widget.widget_last_magazin figure img {
    position: absolute;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .main-navigation .mega-menu .widget.widget_last_magazin .entry-title {
    margin: 0.5em 0;
  }
  .main-navigation .mega-menu a {
    font-weight: normal;
  }
  .meta-header {
    height: 45px;
  }
  .menu-network-container ul li a {
    line-height: 45px;
    padding: 0 26px 0 30px;
  }
  .menu-socialmedia-container ul li {
    font-size: 20px;
    padding: 13px 15px;
  }
  .mega-menu .widget.widget_himbeerarticlewidget {
    display: flex;
  }
  .mega-menu .widget.widget_himbeerarticlewidget.not-mobile, .mega-menu .widget.widget_himbeerarticlewidget.extendedwopts-show.extendedwopts-desktop {
    display: flex;
  }
  .search-wrap {
    top: 22px;
    width: 22%;
  }
  .search-wrap .btn-search {
    background: url(img/search.svg), linear-gradient(transparent, transparent);
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .search-wrap.open .search-form {
    max-width: 100%;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.widget_himbeerarticlewidget .featured-image,
.widget_himbeerarticlewidget .entry-content {
  cursor: pointer;
}

/* Mega-menu */
.wpmm-sticky.wpmm-sticky-wrap {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
  width: 100%;
  max-width: 1600px;
}

.wpmm_brand_logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 160px;
}
.wpmm_brand_logo_wrap a {
  line-height: 0;
}
.wpmm_brand_logo_wrap a img {
  margin-bottom: 11px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul {
  padding-top: 18px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  font-size: 1em !important;
  font-weight: normal !important;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  line-height: 1.33;
  letter-spacing: 0.6px;
  padding: 15px 1em;
}

.wpmm-search-form {
  top: 20px;
}
.wpmm-search-form input {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h1,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h2,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h3,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h4,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h5,
#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h6 {
  font-family: "BrandonTextWeb-Light", "brandon_light", "brandon_textlight", sans-serif !important;
}

#masthead #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu h2 {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

#wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
  position: absolute;
  right: -12px;
}

.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
  position: absolute;
  top: 60px;
}

/* Main-menu */
.navicon {
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 99998;
  transition: 0.5s ease-in-out;
  width: 36px;
  height: 28px;
  top: 45px;
  right: 15px;
}
.navicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 0px;
}
.navicon span:nth-child(2) {
  top: 12px;
}
.navicon span:nth-child(3) {
  top: 24px;
}
.navicon.open span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.navicon.open span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

html.main-nav-open {
  overflow-y: scroll;
}

#mobile-navigation {
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#mobile-navigation .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mobile-navigation .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  min-height: 100%;
}
#mobile-navigation #main-nav-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 480px;
  right: 0;
  overflow: scroll;
  overflow-y: scroll;
}
#mobile-navigation .main-nav {
  background: rgb(255, 255, 255);
  margin: auto;
  padding: 120px 20px 70px;
  position: relative;
  width: 100%;
}
#mobile-navigation .search-wrap {
  position: relative;
  top: 0;
  height: 60px;
}
#mobile-navigation .search-wrap .search-form {
  max-width: 100%;
}
#mobile-navigation .search-wrap .search-form .search-wrap .search-submit {
  right: 50px;
}

ul#mobile-menu {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
ul#mobile-menu h2.widgettitle {
  display: none;
}
ul#mobile-menu a {
  color: #000;
  letter-spacing: 1px;
  padding: 0.25em 0;
}
ul#mobile-menu li {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  text-transform: uppercase;
}
ul#mobile-menu li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dadada;
  margin: 1em 0;
}
ul#mobile-menu li:last-child::after {
  display: none;
}
ul#mobile-menu li li {
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  text-transform: none;
  font-size: 0.889em;
  width: 49%;
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
ul#mobile-menu li li::after {
  display: none;
}
ul#mobile-menu li li a {
  padding: 0.2em 1em 0.2em 0;
  display: block;
}
ul#mobile-menu li .widget {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 0px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  max-width: 50% !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  max-width: 50% !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.max-width {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.max-width .site-main,
.max-width .sidebar {
  width: 100%;
  max-width: 1280px;
  margin: 0em auto 0;
  padding: 0 1em 3em;
}

@media (min-width: 700px) {
  .max-width.wide .site-main {
    max-width: 686px;
  }
}
@media (min-width: 1060px) {
  .max-width.wide .site-main {
    max-width: 1036px;
  }
}
@media (min-width: 1410px) {
  .max-width.wide .site-main {
    max-width: 1386px;
  }
}
.not-mobile {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0;
}

h1.blog-title {
  position: absolute;
  top: 0;
  font-size: 1em;
  font-family: "BrandonTextWeb-Light", "brandon_light", "brandon_textlight", sans-serif;
}

.max-width-content {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.error404 .max-width-content {
  max-width: 660px;
  margin: 0 auto;
}

/* Header */
.header {
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateZ(0);
  transition: transform 0.35s;
}
.header.header-down {
  transform: translate3d(0, -100%, 0);
}
.header.header-up {
  transform: translate3d(0, -35%, 0);
}

body.admin-bar #wpadminbar {
  z-index: 9999999;
}

.site-header {
  position: relative;
  background: #fff;
  height: 60px;
}

.site-branding {
  position: absolute;
  height: 100%;
  width: 200px;
  padding: 0 20px;
  z-index: 1;
}
.site-branding .logo-blog {
  background: url(img/himbeer-logo.svg);
  height: 100%;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.site-branding .text-blog {
  position: absolute;
  color: #000;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  width: 100%;
  left: 0;
  top: 40px;
  font-size: 0.778em;
  letter-spacing: 0.75px;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
}

.blog-2 .site-branding .text-blog {
  letter-spacing: 0.5px;
}

#content {
  margin-top: 90px;
}

.category-name {
  font-size: 0.778em;
  letter-spacing: 0.75px;
  text-align: left;
  text-transform: uppercase;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  color: #e6006c;
  margin-bottom: 1em;
  line-height: 1.5em;
}

.pink {
  color: #e6006c;
}

.featured-image {
  position: relative;
  line-height: 0;
}

.tad,
.hm-ad,
.sponsored,
.sponsored_series {
  position: relative;
}
.tad:before,
.hm-ad:before,
.sponsored:before,
.sponsored_series:before {
  display: block;
  content: "WERBUNG";
  font-size: x-small;
  position: absolute;
  top: -15px;
  left: 0;
  line-height: 1em;
}

.tad {
  padding: 1px 20px;
  margin-bottom: 1.5em;
}
.tad:before {
  top: 10px;
  right: 10px;
  left: auto;
}
@media screen and (max-width: 420px) {
  .tad .alignleft.imglink {
    float: none;
    display: block;
    max-width: 100% !important;
    margin-right: 0;
  }
}

.sponsored {
  background-color: #f2f2f2;
  /*    padding: 0.5em;*/
  position: relative;
}
.sponsored:before {
  display: block;
  content: "Werbung";
  font-size: x-small;
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  left: 0;
  line-height: 1em;
}

.sponsored.himbeer_raffle {
  background-color: transparent;
}

a.imglink {
  box-shadow: none;
  line-height: 1;
  box-shadow: none !important;
}
a.imglink cc {
  font-size: small;
}

/* Misc */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 2em;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.paging {
  margin-bottom: 30px;
}
.paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paging ul li {
  margin-right: 4px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 39px;
}
.paging ul li a,
.paging ul li .dots {
  display: block;
  color: #717171;
  padding: 7px 10px;
  border: 1px solid #fff;
}
.paging ul li .current {
  display: block;
  color: #d4007a;
  padding: 7px 10px;
  border: 1px solid #d4007a;
}
.paging ul li a.next,
.paging ul li a.prev {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.bggrey {
  background-color: #f2f2f2;
}

.footer-first {
  padding: 3em 0.5em;
}
.footer-first .max-width {
  display: flex;
  flex-wrap: wrap;
}
.footer-first .widget {
  width: 50%;
  padding: 0 1em;
  border-right: 1px dotted #b0b0b0;
  display: block;
}
.footer-first .widget .image {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.footer-first .widget .image img {
  border: 1px solid #b0b0b0;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.footer-first .widget .himbeer-article-widget-text,
.footer-first .widget .widget-text {
  width: 100%;
}
.footer-first .widget:nth-child(even) {
  border: none;
}

@media screen and (min-width: 640px) {
  .footer-first .widget {
    padding: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .not-mobile {
    display: block;
  }
  .footer-first .widget {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer-first .widget .image {
    width: 50%;
    max-width: 190px;
  }
  .footer-first .widget h3 {
    margin-top: 0;
  }
  .footer-first .widget .himbeer-article-widget-text,
  .footer-first .widget .widget-text {
    width: 66%;
    padding-left: 2em;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .site-branding {
    width: 230px;
  }
  .site-branding .text-blog {
    font-size: 15px;
    top: 62px;
  }
  .header .site-header {
    height: 90px;
  }
  .header.header-up {
    transform: translate3d(0, -35%, 0);
  }
  .header.header-up.top {
    transform: translate3d(0, 0, 0);
  }
  .header.header-down {
    transform: translate3d(0, -35%, 0);
  }
  #content {
    margin-top: 135px;
  }
  .single .content-area, .page .content-area, .archive .content-area, .search .content-area, .error404 .content-area {
    display: flex;
    align-items: flex-start;
  }
  .single .content-area .site-main, .page .content-area .site-main, .archive .content-area .site-main, .search .content-area .site-main, .error404 .content-area .site-main {
    width: 70%;
    max-width: 1100px;
    padding-right: 40px;
    flex: 1 1 1100px;
    align-self: flex-start;
  }
  .single .content-area .sidebar, .page .content-area .sidebar, .archive .content-area .sidebar, .search .content-area .sidebar, .error404 .content-area .sidebar {
    margin-top: 2em;
    flex: 0 0 336px;
    width: 30%;
    max-width: 336px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
}
.menu-footer-container {
  background-color: #000;
  padding: 2em 0;
  color: #aaa;
}
.menu-footer-container ul {
  text-align: center;
}
.menu-footer-container ul li {
  display: inline-block;
}
.menu-footer-container ul li a {
  color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
}

.search-highlight {
  background-color: rgba(215, 0, 126, 0.15);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
dialog > div {
  border: none !important;
}
dialog a[role=button] {
  color: #e6006c !important;
  box-shadow: none !important;
  padding: 0.5em 1em !important;
  transition: 0.25s ease-out;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
dialog a[role=button] > span {
  color: #e6006c !important;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif !important;
  font-size: 16px !important;
}
dialog a[role=button]:hover > span {
  color: #e6006c !important;
}
dialog .animate__animated a[role=button],
dialog a[role=button]:last-of-type {
  background-color: #fff !important;
  border: 1px solid #e6006c !important;
}
dialog .animate__animated a[role=button]:hover,
dialog a[role=button]:last-of-type:hover {
  color: #fff !important;
  background-color: #e6006c !important;
}
dialog .animate__animated a[role=button]:hover > span,
dialog a[role=button]:last-of-type:hover > span {
  color: #fff !important;
}

div.rcb-content-blocker div[role=presentation] {
  background: rgba(230, 0, 108, 0.7) !important;
}
div.rcb-content-blocker div[role=presentation] > div:first-child {
  display: none !important;
}
div.rcb-content-blocker a {
  color: #fff !important;
  background-color: transparent !important;
  border: 0px solid #fff !important;
  padding: 0.5em 1em !important;
  transition: 0.25s ease-out;
}
div.rcb-content-blocker a > span {
  color: #fff !important;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif !important;
  font-size: 16px !important;
}
div.rcb-content-blocker a:hover {
  color: #fff !important;
  background-color: #e6006c !important;
}
div.rcb-content-blocker a:hover > span {
  color: #fff !important;
}

.wp-block-embed-youtube div.rcb-content-blocker div[role=presentation] {
  background: none !important;
}

/* Grid */
.teaser-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 640px) {
  .teaser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "bt bt" "lt_1 lt_1" "st_1 st_2" "lt_2 lt_2";
  }
}
@media (min-width: 1024px) {
  .teaser-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "bt bt lt_1 lt_1" "bt bt st_1 st_2" "lt_2 lt_2 st_3 st_4";
  }
}
.teaser-grid .grid-item {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.teaser-grid .grid--2-2 {
  grid-area: bt;
  height: 0;
  overflow: hidden;
}
.teaser-grid .grid--2-1 {
  grid-area: lt_1;
  padding-bottom: calc(50% - 12px);
}
.teaser-grid .grid--2-1 ~ .grid--2-1 {
  grid-area: lt_2;
  padding-bottom: calc(50% - 12px);
}
.teaser-grid .grid--4-1 {
  grid-area: lt_2;
  grid-row-end: st_4;
  grid-column-end: st_4;
  padding-bottom: calc(25% - 18px);
}

/* grid item */
.grid-item {
  position: relative;
  height: 0;
  margin-bottom: 24px;
}

.grid-item.aitem {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.grid--1-1 {
  width: 100%;
  padding-bottom: 100%;
}

.grid--2-1 {
  width: 100%;
  padding-bottom: 50%;
}

.grid--4-1 {
  width: 100%;
  padding-bottom: 50%;
}

.grid--2-2 {
  width: 100%;
  padding-bottom: 100%;
}

header.page-header {
  margin: 2em 0;
}

@media (min-width: 640px) {
  .grid--1-1 {
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
  }
  .grid--2-1 {
    width: 100%;
    padding-bottom: 50%;
  }
  .grid--4-1 {
    width: 100%;
    padding-bottom: 50%;
  }
  .grid--2-2 {
    width: 100%;
    padding-bottom: 100%;
  }
  .aitem.grid--1-1 {
    width: calc(50% - 30px);
    padding-bottom: 0;
  }
  .aitem.grid--2-1 {
    width: 100%;
    padding-bottom: 0;
  }
  .aitem.grid--2-2 {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) {
  .aitem.grid--1-1 {
    width: 300px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .grid--1-1 {
    width: calc(25% - 18px);
    padding-bottom: calc(25% - 18px);
  }
  .grid--2-1 {
    width: calc(50% - 12px);
    padding-bottom: calc(25% - 18px);
  }
  .grid--4-1 {
    width: 100%;
    padding-bottom: calc(25% - 12px);
  }
  .grid--2-2 {
    width: calc(50% - 12px);
    padding-bottom: calc(50% - 12px);
  }
  .aitem.grid--2-1 {
    width: calc(50% - 30px);
    padding-bottom: 0;
  }
  .aitem.grid--2-2 {
    width: calc(50% - 30px);
    padding-bottom: 0;
  }
}
/* grid slick */
.grid-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grid-slider .slick-list {
  height: 100%;
}
.grid-slider .slick-track {
  height: 100%;
}
.grid-slider .slick-slide {
  padding: 20px;
}

.slick-slide {
  outline: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.slick-next {
  left: auto;
  right: 20px;
}

.slick-prev::before,
.slick-next::before {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  height: 100%;
  display: inline-block;
}

.slick-next::before {
  padding-left: 2px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  content: "";
}

.slick-dots li.slick-active button::before {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

/* grid content */
.grid-item__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#secondary .grid-item__content {
  position: relative;
}

.grid--slick .grid-item__content {
  padding: 0;
}

.grid-item__content .grid-item__element {
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.grid-item__element.sponsored:before,
.grid-item__element.sponsored_series:before {
  z-index: 9;
  top: 0;
  color: #000;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

.grid-item .teaser-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.teaser-image-link {
  cursor: pointer;
}

.archive-first-item,
header.products {
  position: relative;
  margin: 0 0 1.5em;
}

.grid-item .teaser-inner,
.archive-first-item .teaser-inner,
header.products .teaser-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}

.grid-item .teaser-inner::before,
.archive-first-item .teaser-inner::before,
header.products .teaser-inner::before {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

#main .msnry {
  margin-top: 3em;
}

.masonry .grid-item .category-name,
.teaser-grid .grid-item .category-name,
.archive-first-item .category-name,
header.products .category-name {
  position: relative;
  color: #000;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0.775em;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  text-transform: uppercase;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  line-height: 1.7em;
}
.masonry .grid-item .category-name a,
.teaser-grid .grid-item .category-name a,
.archive-first-item .category-name a,
header.products .category-name a {
  color: #000;
}

.grid-item a.post-title,
.archive-first-item a h2.entry-title,
header.products h1.entry-title {
  position: relative;
  display: block;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1.444em;
  line-height: 1.23;
  margin: 0;
}
.grid-item a.post-title:visited,
.archive-first-item a h2.entry-title:visited,
header.products h1.entry-title:visited {
  color: #fff;
}

.archive-first-item img {
  width: 100%;
  height: auto;
}

.grid-item.aitem .featured-image {
  position: relative;
  cursor: pointer;
}
.grid-item.aitem .featured-image img {
  width: 100%;
  height: auto;
}
.grid-item.aitem .category-name {
  margin-top: 1em;
}
.grid-item.aitem .entry-title {
  margin: -0.2625em 0 0.5em;
}
.grid-item.aitem .entry-content {
  margin: 0;
}
.grid-item.aitem.sponsored,
.grid-item.aitem .sponsored.item {
  padding: 0;
  margin-top: 0;
}
.grid-item.aitem.sponsored .featured-image,
.grid-item.aitem .sponsored.item .featured-image {
  margin: 0;
}
.grid-item.aitem.sponsored .sponsored-content,
.grid-item.aitem .sponsored.item .sponsored-content {
  top: -10px;
  right: 1px;
}
.w50 .featured-image .sponsored-content {
  top: auto;
}
.w50 .category-name {
  margin: 0;
}
.w50 h2 {
  margin: 0.285em 0;
}
.w50.sponsored .entry-content {
  padding: 0 1em 1em;
}

@media (min-width: 420px) {
  .w50 {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  .w50 .featured-image {
    width: 48%;
    padding-right: 25px;
    flex: 1 1 510px;
    align-self: flex-start;
  }
  .w50 .entry-content {
    flex: 1 1 580px;
    width: 50%;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    margin: 1em 0;
  }
  .w50.sponsored .entry-content {
    padding: 0 1em 0 0;
  }
}
@media (min-width: 640px) {
  .w50 .featured-image {
    padding-right: 40px;
  }
}
.grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.grid-container .grid {
  width: 100%;
  margin: 0 0 2em;
}
.grid-container.hmads {
  border-top: 1px solid #dadada;
  padding-top: 20px;
  margin-top: 2.5em;
}
.grid-container.hmads:before {
  display: block;
  content: "WERBUNG";
  font-size: x-small;
  position: absolute;
  top: -15px;
  left: 0;
  line-height: 1em;
}
.partner.grid-container.hmads:before {
  display: none;
}
.grid-container.hmads .grid {
  width: calc(50% - 1em);
  margin: 0 0 2em 2em;
}
.grid-container.hmads .grid h3 {
  margin: 0.4em 0;
}
.grid-container.hmads .grid:nth-child(2n+1) {
  margin-left: 0;
}
.grid-container.hmads .grid a, .grid-container.hmads .grid a:hover, .grid-container.hmads .grid a:focus, .grid-container.hmads .grid a:active {
  color: #000;
}

@media (min-width: 640px) {
  .grid-container .grid {
    width: calc(50% - 1em);
    margin: 0 0 2em 2em;
  }
  .grid-container .grid:nth-child(2n+1) {
    margin-left: 0;
  }
  .grid-container.hmads .grid {
    width: calc(33.33% - 2em);
    margin: 0 0 3em 3em;
  }
  .grid-container.hmads .grid:nth-child(2n+1) {
    margin-left: 3em;
  }
  .grid-container.hmads .grid:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .grid-container .grid {
    width: calc(33.33% - 2em);
    margin: 0 0 3em 3em;
  }
  .grid-container .grid:nth-child(2n+1) {
    margin-left: 3em;
  }
  .grid-container .grid:nth-child(3n+1) {
    margin-left: 0;
  }
}
.entry-meta {
  font-size: 0.75em;
}
.entry-meta a.url {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  color: #000;
}

.entry-header {
  position: relative;
}
.entry-header .featured-image {
  margin: 0 -1em;
}
.entry-header .featured-image img {
  width: 100%;
}

.excerpt {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  font-size: 1.222em;
  line-height: 1.636em;
}

.event-cat-date {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 1em 0;
  padding: 0.5em;
  color: #e6006c;
  font-family: "BrandonTextWeb-Bold", sans-serif;
  font-weight: normal;
  line-height: 1.27em;
  font-size: 1.17em;
}
.event-cat-date ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-cat-date ul li {
  display: inline;
}
.event-cat-date ul li::before {
  content: " • ";
  display: inline;
}
.event-cat-date ul li:first-child::before {
  content: "";
  display: inline;
}

.infobox {
  padding: 20px;
  margin-top: 1.5em;
}
.infobox .inner {
  max-width: 665px;
  display: flex;
  margin: 0 auto;
}
.infobox .image {
  width: 30%;
  max-width: 190px;
}
.infobox .text {
  width: 70%;
  padding-left: 20px;
  text-align: left;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
}

.page .max-width-content,
.single .max-width-content {
  max-width: 820px;
}
.page .max-width-content.breadcrumb-wrapper, .page .max-width-content.entry-title, .page .max-width-content.entry-meta,
.page .max-width-content p, .page .max-width-content h2, .page .max-width-content h3, .page .max-width-content h4, .page .max-width-content h5, .page .max-width-content h6,
.page .max-width-content .fb-post,
.page .max-width-content .instagram-media,
.page .max-width-content .nf-form-cont,
.page .max-width-content .alignnormal,
.single .max-width-content.breadcrumb-wrapper,
.single .max-width-content.entry-title,
.single .max-width-content.entry-meta,
.single .max-width-content p,
.single .max-width-content h2,
.single .max-width-content h3,
.single .max-width-content h4,
.single .max-width-content h5,
.single .max-width-content h6,
.single .max-width-content .fb-post,
.single .max-width-content .instagram-media,
.single .max-width-content .nf-form-cont,
.single .max-width-content .alignnormal {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page .max-width-content h1,
.single .max-width-content h1 {
  margin-bottom: 0.5em;
}
.page .max-width-content h2, .page .max-width-content h3, .page .max-width-content h4, .page .max-width-content h5, .page .max-width-content h6,
.single .max-width-content h2,
.single .max-width-content h3,
.single .max-width-content h4,
.single .max-width-content h5,
.single .max-width-content h6 {
  margin-bottom: 0;
}
.page .max-width-content blockquote, .page .max-width-content q,
.single .max-width-content blockquote,
.single .max-width-content q {
  max-width: 820px;
}
.page .max-width-content .twitter-tweet,
.single .max-width-content .twitter-tweet {
  max-width: 520px !important;
  margin: 0.5em auto 1.5em;
}
.page .max-width-content .instagram-media,
.single .max-width-content .instagram-media {
  margin: 0.5em auto 1.5em !important;
}

/* Autoren */
.author .site-archiv .authorimg {
  max-width: 48% !important;
  display: inline-block;
  width: 450px;
  margin-right: 40px;
}
.author .site-archiv .authorimg img {
  width: 100%;
}
.author .site-archiv h1.page-title {
  clear: none;
}
.author .site-archiv .beruf {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-size: 0.75em;
}

@media screen and (min-width: 1024px) {
  .entry-header .featured-image {
    margin: 0 auto;
  }
}
.widget-area.teaser-grid .widget_ads_event {
  background: #f2f2f2;
  height: auto;
  padding-bottom: 0px;
}
.widget-area.teaser-grid .widget_ads_event .hm-ad {
  padding-bottom: 0;
}
.widget-area.teaser-grid .widget_ads_event .grid-item__content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  height: auto;
  overflow: hidden;
}
.widget-area.teaser-grid .widget_ads_event .grid-item__content .slick-list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.widget-area.teaser-grid .widget_ads_event .slick-prev {
  left: 1%;
}
.widget-area.teaser-grid .widget_ads_event .slick-next {
  right: 1%;
}

.widget {
  position: relative;
}
.widget.center {
  text-align: center;
}
.widget.font-small {
  font-size: smaller;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .item.sponsored {
  position: relative;
  margin-top: 1.5em;
}
.widget .item.sponsored .entry {
  padding: 0 1em 1em;
}
.widget .category-name {
  margin-top: 1em;
}
.widget .badge {
  display: table;
  position: absolute;
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(230, 0, 108, 0.7);
  color: #fff;
  top: 7px;
  right: 7px;
  font-size: small;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
}
.widget .badge span {
  display: table-cell;
  vertical-align: middle;
}
.widget figure {
  line-height: 0;
}
.widget .dye {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 0, 108, 0.7);
  top: 0;
}
.widget .item-slider {
  margin-top: -15px;
}
.widget .item-slider .item {
  margin-top: 15px;
}
.widget .entry-title {
  margin: -0.2625em 0 0.5em;
}
.widget .entry-title a {
  color: #000;
}
.widget .entry-content {
  margin: 0;
}

.aitem .item.sponsored {
  position: relative;
  margin-top: 1.5em;
}
.aitem .item.sponsored .entry {
  padding: 0 1em 1em;
}

.sidebar {
  display: flex;
  flex-wrap: wrap;
}
.sidebar .widget {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 1.5em;
}
.sidebar .widget .entry-title {
  font-size: 1em;
}
.sidebar .widget .category-name {
  margin: 0.7em 0;
  font-size: 0.7em;
}
.sidebar .widget.hm_widget_banner {
  max-width: 300px;
  width: 300px;
}

.footer-second {
  text-align: center;
}
.footer-second .widget {
  max-width: 370px;
  width: 100%;
  padding: 0 1em;
  margin: 3em auto;
}
.footer-second .widget-title::after {
  display: none;
}

@media screen and (min-width: 640px) {
  .sidebar .widget {
    max-width: 50%;
    width: 100%;
    padding: 2em;
  }
  .footer-second .max-width {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .sidebar .widget {
    max-width: 33%;
    width: 100%;
    padding: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar .widget {
    max-width: 100%;
    width: 100%;
    padding: 0em;
  }
}
.widget-title {
  margin-bottom: 0.5em;
}
.widget-title::after {
  content: "";
  display: block;
  max-width: 300px;
  width: 100%;
  height: 6px;
  margin-top: 2px;
  background-color: #000;
}

.widget_emh_search {
  background-color: #e6006c;
  padding: 0 !important;
  height: auto !important;
}
.widget_emh_search .grid-item__content {
  padding: 1em;
  position: relative;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  display: flex;
  align-items: center;
}
.widget_emh_search .widget-title {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  text-align: center;
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget_emh_search .widget-title::after {
  display: none;
}
.widget_emh_search .em-events-search form {
  display: flex;
  flex-wrap: wrap;
}
.widget_emh_search div {
  width: 100%;
  display: block;
}
.widget_emh_search div.search-row {
  width: 50%;
  padding: 0 1em 2em;
}
.widget_emh_search div.search-row.large {
  width: 50%;
}
.widget_emh_search div.search-row.submitbutton {
  padding-top: 0.4125em;
}
.widget_emh_search label {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding-bottom: 0.75em;
  font-size: 0.875em;
}
.widget_emh_search input[type=text],
.widget_emh_search select {
  width: 100%;
  font-size: 0.875em;
  padding: 0.5em 1em;
  border-color: transparent;
  /*        text-transform: uppercase;*/
}
.widget_emh_search select {
  height: 2.5em;
}
.widget_emh_search button,
.widget_emh_search input[type=button],
.widget_emh_search input[type=reset],
.widget_emh_search input[type=submit] {
  color: #e6006c;
  background-color: #fff;
  line-height: 1.5em;
  font-size: 0.875em;
  border: 1px solid #fff;
  margin: 2em auto 1em;
}

.grid--2-1.widget_emh_search div.search-row.g44 {
  display: none;
}

.widget.widget_raffle_random .sponsored {
  background: none;
}

.hm_widget_banner .hm-ad {
  margin: 0 auto;
  max-width: 300px;
}
.hm_widget_banner .hm-ad .inner {
  cursor: pointer;
}
.hm_widget_banner .hm-ad > a {
  position: absolute;
  top: 0;
}

/* Banner size */
.single .max-width-content .hm-ad {
  margin: 0 auto;
}

.sidebar .widget.hm_widget_banner {
  max-width: 300px;
  width: 300px;
}

.medrect {
  max-width: 300px;
}

.widget.widget_ads_event {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.widget.widget_ads_event .hm-ad {
  padding: 23px 0px 10px;
  margin-bottom: 15px;
  max-width: 320px;
  border-bottom: 1px solid #dadada;
}
.widget.widget_ads_event .hm-ad::before {
  top: 9px;
  left: 0px;
}
.widget.widget_ads_event .ads-slider.slick-initialized {
  background: #f2f2f2;
}
.widget.widget_ads_event .ads-slider.slick-initialized .hm-ad {
  padding: 23px 12px 5px;
  border: none;
}
.widget.widget_ads_event .ads-slider.slick-initialized .hm-ad::before {
  left: 12px;
}
.widget.widget_ads_event .featured-image {
  padding-bottom: 66.66%;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget.widget_ads_event .time {
  font-size: 0.778em;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #e6006c;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  margin: 0.5em 0;
}
.widget.widget_ads_event .entry-title {
  margin: 0.5em 0;
}
.widget.widget_ads_event .entry-content {
  margin: 0.5em 0;
  font-size: 0.938em;
  line-height: 1.413em;
}
.widget.widget_ads_event .textdate {
  color: #e6006c;
}

.wpp-list li {
  margin-bottom: 3em;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
  margin: 0;
  border-radius: 0;
  background: #fff;
  font-size: 0.875em;
  width: 100%;
  padding: 0.5em 1em;
}

@media screen and (max-width: 620px) {
  .comiseo-daterangepicker .ui-widget-content.ui-datepicker-inline.ui-datepicker {
    width: 47vw;
  }
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0;
}

.ui-button .ui-button-text {
  line-height: 1.7em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .widget_emh_search .grid-item__content {
    position: absolute;
  }
  .widget_emh_search div.search-row {
    padding: 0 1em 0.75em;
  }
  .widget_emh_search div.search-row.submitbutton {
    padding-top: 0em;
  }
  .widget_emh_search div.search-row.submitbutton input[type=submit] {
    margin-bottom: 0;
  }
  .widget_emh_search label {
    padding-bottom: 0.25em;
  }
}
@media screen and (min-width: 1280px) {
  .widget_emh_search div.search-row {
    padding: 1em;
  }
  .widget_emh_search div.search-row.submitbutton {
    padding-top: 1.4125em;
  }
  .widget_emh_search div.search-row.submitbutton input[type=submit] {
    margin-bottom: 1em;
  }
  .widget_emh_search label {
    padding-bottom: 0.75em;
  }
}
/*Widget Himbbeer Ads Produkte*/
.widget.widget_ads_produkte .grid {
  border-bottom: 1px solid #dadada;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-top: 2em;
}
.widget.widget_ads_produkte .grid:last-of-type {
  border-bottom: none;
}
.widget.widget_ads_produkte .grid a, .widget.widget_ads_produkte .grid:hover, .widget.widget_ads_produkte .grid:focus, .widget.widget_ads_produkte .grid:active {
  color: #000;
}
.widget.widget_ads_produkte a.button {
  margin-top: 0;
}

.wpp-list .item {
  margin-bottom: 2em;
}

.sidebar .widget h3.widget-title {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .sidebar .widget {
    position: relative;
    margin: 0;
    padding-bottom: 1.5em;
  }
  .sidebar .widget::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    left: -1em;
  }
}
#issuu-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  min-height: 400px;
  position: relative;
}
#issuu-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.issuuembed {
  height: 0 !important;
  max-width: 100%;
}
.issuuembed.issuu-isrendered {
  padding-bottom: 56.25%;
  min-height: 400px;
  position: relative;
}
.issuuembed.issuu-isrendered iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-issue h3.widget-title {
  margin-bottom: 1.5em;
}

.view-ausgaben {
  max-width: 820px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.view-ausgaben .thumbausgabe {
  align-self: flex-start;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  overflow: hidden;
  width: calc(50% - 1em);
  margin: 0 0 2em 2em;
}
.view-ausgaben .thumbausgabe:nth-child(2n+1) {
  margin-left: 0;
}
.view-ausgaben .thumbausgabe img {
  width: 100%;
  border: 1px solid #b0b0b0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.view-ausgaben .thumbausgabe h3 {
  font-size: smaller;
  color: #000;
  line-height: inherit;
}

@media screen and (min-width: 768px) {
  .view-ausgaben .thumbausgabe {
    width: 32%;
    width: calc(33% - 2em);
    margin: 0 0 2em 3em;
  }
  .view-ausgaben .thumbausgabe:nth-child(2n+1) {
    margin-left: 3em;
  }
  .view-ausgaben .thumbausgabe:nth-child(3n+1) {
    margin-left: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .view-ausgaben .thumbausgabe {
    width: 24%;
    width: calc(25% - 1.8em);
    margin: 0 0 2em 2.4em;
  }
  .view-ausgaben .thumbausgabe:nth-child(2n+1) {
    margin-left: 2.4em;
  }
  .view-ausgaben .thumbausgabe:nth-child(3n+1) {
    margin-left: 2.4em;
  }
  .view-ausgaben .thumbausgabe:nth-child(4n+1) {
    margin-left: 0em;
  }
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.em-list-header {
  display: inline-block;
  margin: 1.4em 0;
  padding: 0;
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-size: 2em;
  line-height: 1em;
}
.em-list-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 5px;
  background-color: #000;
}
.em-list-header span.time {
  font-family: "BrandonTextWeb-Light", "brandon_light", "brandon_textlight", sans-serif;
  display: inline-block;
}
.em-list-header ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.em-list-header ul li {
  display: inline;
}
.em-list-header ul li::before {
  content: " • ";
  display: inline;
}
.em-list-header ul li:first-child::before {
  content: "";
  display: inline;
}

.single-event .max-width-content {
  max-width: 660px;
}
.single-event .em-list-header {
  margin: 1.4em 0 0.4em;
}
.single-event h1 {
  margin: 0.4em 0;
}
.single-event .entry-content {
  margin-top: 0;
}
.single-event .location {
  display: flex;
  flex-direction: column-reverse;
}
.single-event .location .map {
  width: 100%;
}
.single-event .location .local-info {
  font-size: 0.889em;
  line-height: 1.5em;
  padding-bottom: 40px;
}

.more-events h3.widget-title {
  display: inline-block;
  margin-bottom: 1.5em;
}
.more-events h3.widget-title::after {
  max-width: 100%;
}
.more-events p {
  margin-bottom: 0.5em;
}

.em-entry-meta {
  font-size: 0.889em;
  margin-top: 0.889em;
  line-height: 1.3em;
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
}
.em-entry-meta.btm {
  margin-bottom: 0.889em;
}
.em-entry-meta span {
  padding-right: 4px;
  display: inline-block;
}
.em-entry-meta .location {
  font-family: "BrandonTextWeb-Regular", "brandon_text_regularregular", sans-serif;
  margin-top: 0.889em;
  margin-bottom: 0.889em;
}
.em-entry-meta .time, .em-entry-meta .cat, .em-entry-meta .age, .em-entry-meta .provider-name, .em-entry-meta .loc_name {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  font-weight: normal;
}
.em-entry-meta ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.em-entry-meta ul li {
  display: inline;
}
.em-entry-meta ul li::before {
  content: " • ";
  display: inline;
}
.em-entry-meta ul li:first-child::before {
  content: "";
  display: inline;
}

.em-entry-meta.cs span {
  display: inline;
}
.em-entry-meta.cs span::after {
  content: ", ";
  display: inline;
}
.em-entry-meta.cs span:last-of-type::after {
  content: "";
  display: inline;
}

.pink {
  color: #e6006c;
}

#em-wrapper article.grid {
  align-self: flex-start;
}
#em-wrapper h3.entry-title {
  margin: 0;
  position: relative;
}
#em-wrapper h3.entry-title.tipp {
  padding-left: 40px;
}
#em-wrapper h3.entry-title.tipp::before {
  content: "TIPP";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: table;
  position: absolute;
  background-color: #e6006c;
  color: #fff;
  font-size: small;
  text-align: center;
  line-height: 35px;
  left: 0;
}

@media screen and (min-width: 640px) {
  .single-event .location {
    flex-direction: row;
  }
  .single-event .location .map {
    width: 67%;
  }
  .single-event .location .local-info {
    width: 230px;
    padding-left: 40px;
  }
}
/* Kalender */
.emh-calendar table {
  font-size: 0.9em;
  margin: 0 0 0.5em;
}
.emh-calendar thead td {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  text-align: left;
}
.emh-calendar .days-names td {
  font-family: "BrandonTextWeb-Medium", "brandon_textmedium", sans-serif;
  padding: 0.7em 0;
}
.emh-calendar td {
  border: 0;
  padding: 1px;
  color: #000;
  text-align: center;
}
.emh-calendar td.event {
  border: 0;
  padding: 1px;
}
.emh-calendar td.event a, .emh-calendar td.event span {
  display: block;
  border: 1px solid transparent;
  background: #f2f2f2;
  padding: 0.2em;
  color: #000;
}
.emh-calendar td.event a:hover {
  border: 1px solid #e6006c;
}
.emh-calendar td.event-disabled {
  opacity: 0.35;
}
.emh-calendar td.eventful-today a {
  border: 1px solid #e6006c;
}
.emh-calendar td.eventful-today a:hover {
  background: #e6006c;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .entry-header .featured-image {
    margin: 0 auto;
  }
  article.em-event {
    width: 33%;
    display: inline-grid;
  }
}
.single-location .locationinfo .info {
  width: 50%;
}
.single-location .map {
  margin-top: 2em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.875em;
  text-align: left;
}

.cc {
  font-size: smaller;
  color: #a7a7a8;
  line-height: 1.3;
  display: inline-block;
  margin-top: 0.25em;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.entry-content .dgwt-jg-gallery {
  width: calc(100% + 20px);
  margin-left: -10px;
}

body .pswp.pswp--open {
  z-index: 10000040;
}
body .pswp .pswp__bg {
  background: rgba(255, 255, 255, 0.9);
}
body .pswp .pswp__ui--fit .pswp__top-bar,
body .pswp .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.45);
}
body .pswp .pswp__counter {
  color: #000;
}
body .pswp .pswp__caption h4 {
  font-weight: normal;
  color: #000;
}
body .pswp .pswp__button,
body .pswp .pswp__button--arrow--left:before,
body .pswp .pswp__button--arrow--right:before {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp button.pswp__button--close:hover {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp button.pswp__button--share:hover {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp button.pswp__button--fs:hover {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp .pswp--fs button.pswp__button--fs:hover {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp button.pswp__button--zoom:hover {
  background-image: url(img/default-skin-b.png);
  background-color: #fff;
}
body .pswp .pswp__button--arrow--left, body .pswp .pswp__button--arrow--right {
  background: none;
}

.image_3-2 {
  padding-bottom: 66.66%;
  background-size: cover;
  background-repeat: no-repeat;
}
.image_3-2.cover {
  position: relative;
  overflow: hidden;
}
.image_3-2.cover img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */