/*
Theme Name: DIGBERLIN
Author: Agentur Medienlabor
Version: 1.0
Text Domain: digberlin
*/


/* Variables */
:root {
  --primary-1: #015EB8;
  --secondary-1: #F0F5FB;
  --secondary-2: #C5DAEF;
  --grey-1: #F7F7F7;
  --grey-2: #DCDCDC;
  --grey-3: #666666;
  --grey-4: #262626;
}

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid var(--primary-1);
  margin: 0 2px;
  padding: 2em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after,
.navigation-top:before,
.navigation-top:after,
.main-navigation-wrapper:before,
.main-navigation-wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.menu:after,
.navigation-top:after,
.main-navigation-wrapper:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Public Sans", helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 0.75em !important;
  padding: 1em 0 0;
  color: var(--grey-4);
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.single .entry-header-wrapper .post-excerpt {
  font-size: 24px;
  font-size: 1.5rem;
}

h1:not(.page-title):first-child,
h2:not(.page-title):first-child,
h3:not(.page-title):first-child,
h4:not(.page-title):first-child,
h5:not(.page-title):first-child,
h6:not(.page-title):first-child {
  padding-top: 0;
}


h1,
h2 {
  font-size: 32px;
  font-size: 2em;
}

.home h2,
.newsletter-wrapper h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px !important;
}

.home h2 a {
  color: var(--color-black);
}

h3 {
  font-size: 24px;
  font-size: 1.5em;

  font-size: 20px;
  font-size: 1.25em;

  font-weight: 700;
}

.home h3,
.newsletter-wrapper h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

h4,
.home.blog .entry-title,
.single.small-theme-version .entry-title {
  font-size: 20px;
  font-size: 1.25em;
}

h5 {
  font-size: 18px;
  font-size: 1.125em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  font-size: 1.125em;
}


p {
  margin: 0 0 1.5em;
  padding: 0;
}

p:last-child{
  margin-bottom: 0;
}

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

blockquote {
  color: var(--grey-4);
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  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;
  font-size: 15px;
  font-size: 0.9375em;
}

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

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

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"],
.wp-block-button__link {
  font-family: "Public Sans", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.wp-block-button__link {
  border-radius: 0;
}
.wp-block-button .wp-block-button__link {
  white-space: normal
}

.wp-block-button__link:hover,
.wp-block-button__link:active {
  text-decoration: none;
}

.nomargin {
  margin: 0 !important;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #333;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

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,
#em-booking .em-booking-form-details input.input,
.em-booking-form-details textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid var(--primary-1);
  display: block;
  padding: 0.7em;
  width: 100%;
}

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: #222;
  border-color: #333;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(assets/images/select-black.svg) no-repeat right 1em center;
  border: 1px solid var(--primary-1);
  border-radius: 0;
  padding: 0.7em;
  width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: normal;
}

button,
a.more-link,
.article-wrapper a.more-link,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
  background-color: var(--primary-1);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.5s;
  text-decoration: none;
}
.wp-block-button__link {
  background-color: var(--primary-1);
  border: none;
  color: #fff;
  text-decoration: none !important;
  font-size: 1em !important;
  transition: all 0.5s;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #000 !important;
  color: #fff  !important;
  text-decoration: none !important;
  transition: all 0.5s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: transparent;
  border: 2px solid var(--primary-1);
  color: var(--primary-1);
}
input[type="submit"].secondary.sib-default-btn {
  padding: 12px 32px;
  font-size: 1.5em;
  font-weight: 400;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
#article-wrapper a.more-link:hover,
#article-wrapper a.more-link:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #aaa;
}



.wpcf7 select {
  width: 100%;
}
.wpcf7  .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.75em;
}
/* .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item > label {
  margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
}*/
.wpcf7-acceptance .wpcf7-list-item {
  display: inline-block !important;
  margin: 0 !important;
}

.wpcf7 .wpcf7-form-control-wrap[data-name^="confirm-"],
.wpcf7 .wpcf7-form-control-wrap[data-name^="accept-"] {
  display: inline-block !important;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}

fieldset.nolabel label {
  display: none;
}

fieldset .form-row {
  justify-content: space-between;
}
fieldset .form-row .form-cell {
  flex: 1 1 0;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

.entry-content .has-primary-1-background-color {
  background-color: var(--primary-1);
}
.entry-content .has-secondary-1-background-color {
  background-color: var(--secondary-1);
}
.entry-content .has-secondary-2-background-color {
  background-color: var(--secondary-2);
}

.entry-content .has-grey-1-background-color {
  background-color: var(--grey-1);
}
.entry-content .has-grey-2-background-color {
  background-color: var(--grey-2);
}
.entry-content .has-grey-3-background-color {
  background-color: var(--grey-3);
}
.entry-content .has-grey-4-background-color {
  background-color: var(--grey-4);
}

.entry-content .has-white-background-color {
  background-color: #fff;
}
.entry-content .has-black-background-color {
  background-color: #000;
}




.entry-content .has-primary-1-color {
  color: var(--primary-1);
}
.entry-content .has-secondary-1-color {
  color: var(--secondary-1);
}
.entry-content .has-secondary-2-color {
  color: var(--secondary-2);
}

.entry-content .has-grey-1-color {
  color: var(--grey-1);
}
.entry-content .has-grey-2-color {
  color: var(--grey-2);
}
.entry-content .has-grey-3-color {
  color: var(--grey-3);
}
.entry-content .has-grey-4-color {
  color: var(--grey-4);
}

.entry-content .has-white-color {
  color: #fff;
}
.entry-content .has-black-color {
  color: #000;
}



.wp-block-group.has-background {
  padding: 5em 3em;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 3em 1em;
}

#main .wp-block-quote {
  background-color: var(--secondary-1);
  padding: 2em;
  border-left: 5px solid var(--primary-1);
}


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

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

.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
}
.entry-content ul.social-media-list {
  padding-left: 0;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
  color: var(--primary-1);
  text-decoration: none;
  transition: .1s;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: var(--grey-3);
  outline: 0;
  text-decoration: underline;
}

.hidden a {
  color: #f00 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.menu a{
  color: var(--primary-1);
  text-decoration: none !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
.menu a:hover,
.menu a:active {
  color: var(--grey-4);
  text-decoration: none;
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}


.entry-content a {
  text-decoration: underline;
  transition: color  0.5s ease-out, border 0.5s ease-out;
}
.entry-content a:hover,
.entry-content a:focus {
  color: var(--grey-3);
  text-decoration: none;
  background-color: var(--grey-1);;
  transition: color  0.5s ease-out, border 0.5s ease-out;
}

.wp-block-heading a {
  text-decoration: none;
}
.has-background .wp-block-heading a:hover,
.has-background .wp-block-heading a:focus {
  color: var(--secondary-1);
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/


/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

a:focus {
  background: var(--secondary-1);
}
#main a:focus img {
  outline: 2px solid var(--secondary-1);
  outline-offset: -5px;
}


.main-navigation-wrapper {
  text-align: right;
  position: relative;
}
/* #site-navigation {
  margin-right: 2.5em;
} */


.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}


#primary-menu {
  position: relative;
  float: right;
  margin-top: 5px;
}

.main-navigation .menu > li {
  display: inline-block;
  position: relative;
}
.main-navigation .menu > li.menu-item-has-children:after {
  content: '\f107';
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  position: absolute;
  right: .95em;
  top: 50%;
  transform: translateY(-50%);
}
.main-navigation .menu > li > a {
  padding: 0.5em 1em 0.5em 0;
  display: inline-block;
  color: #000;
  transition: .5s;
}
.main-navigation .menu > li.menu-item-has-children > a {
  padding: 0.5em 2em 0.5em 0;
}
.main-navigation .menu > li:first-child  > a{
  margin-left: 0;
}
.main-navigation .menu > li > a:hover,
.main-navigation .menu > li > a:focus  {
  color: var(--primary-1);
  transition: .5s;
}
.main-navigation a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.main-navigation .menu li.current-menu-item > a,
.main-navigation .menu li.current-menu-parent > a,
.main-navigation .menu li.current-menu-ancestor > a {
  color: var(--primary-1);
}

.main-navigation .menu ul.sub-menu {
  position: absolute;
  left: -9999px;
}


/*.main-navigation ul.menu > li > ul,*/
.main-navigation ul.menu > li:hover > ul,
.main-navigation ul.menu > li a:focus + ul,
.main-navigation ul.menu > li:focus-within > ul {
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
  background-color: #fff;
  width: auto;
}
.main-navigation .menu > li:hover:after {
  color: var(--primary-1);
}

.main-navigation .menu ul.sub-menu{
  width: 100%;
  border: 1px solid var(--grey-1);
}

.main-navigation .menu ul.sub-menu li {
  width: max-content;
  display: block;
  margin: 0;
}
.main-navigation .menu ul.sub-menu li:first-child {
  margin-top: 1em;
}
.main-navigation .menu ul.sub-menu li:last-child {
  margin-bottom: 1em;
}
.main-navigation .menu ul.sub-menu li a {
  color: #000;
  font-size: 20px;
  font-size: 1.25em;
  display: block;
  padding: 0.5em 1em;
  text-align: left;
}
.main-navigation .menu ul.sub-menu a:hover,
.main-navigation .menu ul.sub-menu a:focus {
  color: var(--primary-1) !important;
}

.main-navigation .menu ul.sub-menu span.submenu-description {
  color: var(--primary-1);
  font-size: 20px;
  font-size: 1.25em;
  display: block;
  padding: 0.5em 0;
  margin: 1em;
  text-align: left;
  border-bottom: 1px solid var(--primary-1);
}



.main-navigation .menu ul.sub-menu li.current-menu-item > a,
.main-navigation .menu ul.sub-menu li.current-menu-parent > a {
  color: #000;
}
.main-navigation .menu .current-menu-item.current-menu-parent ul.sub-menu li.current-menu-item > a {
  color: var(--primary-1)
}


.main-navigation #primary-menu > .button.menu-item a {
  background-color: var(--primary-1);
  color: #fff;
  padding: 15px 20px;
  /* padding-left: 1.25em;
  padding-right: 1.25em; */
  font-weight: bold;
}
.main-navigation #primary-menu > .button.menu-item a:hover,
.main-navigation #primary-menu > .button.menu-item a:focus {
  background-color: #000;
}


#menu-topmenu {
  text-align: right;
}
#menu-topmenu li {
  display: inline-block;
  padding-left: 1em;
}
#menu-topmenu li a {
  color: #000;
  font-size: 18px;
  font-size: 1.125em;
}
#menu-topmenu li a:hover,
#menu-topmenu li a:focus {
  color: var(--primary-1);
}



.pagination {
 text-align: right;
}

/* LineAnimation */
/*.menu > li a span {
  padding-bottom: 0.25em;
  background-image: linear-gradient(var(--primary-1), var(--primary-1));
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: .5s;
}
.menu > li a:hover span,
.menu > li a:focus span {
  background-size: 100% 2px;
  transition: .5s;
}*/




/* Menu toggle */
.menu-toggle {
  position: absolute;
  right: 2em;
  top: 1.25em;
  padding: 0;
  background: none;
  color: #000;
  display: none;
  border: none !important;
}
.main-navigation-wrapper button:hover,
.main-navigation-wrapper button:focus {
  background: none !important;
  color: #000;
}

.main-navigation-wrapper button:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  /* height: 1.5em; */
  font-size: 2em;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}


.main-navigation .menu > li > button {
  display: block;
}









/* MenuIcons */
.menu [class^='icon-'] a:before {
  vertical-align: middle;
  padding-right: 0.5em;
}

.menu .icon-multilingual a:before {
  content: url(./assets/images/menu/icon-multilingual.svg);
}
.menu .icon-english a:before {
  content: url(./assets/images/menu/icon-english.svg);
}
.menu .icon-gebaerdensprache a:before {
  content: url(./assets/images/menu/icon-gebaerdensprache.svg);
}
.menu .icon-leichtesprache a:before {
  content: url(./assets/images/menu/icon-leichtesprache.svg);
}
.menu .icon-kontakt a:before {
  content: url(./assets/images/menu/icon-kontakt.svg);
}
.menu .icon-presse a:before {
  content: url(./assets/images/menu/icon-presse.svg);
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

.site-content {
  margin-top: 5em;
  margin-bottom: 5em;
}

body.home .site-content {
  margin-top: 0;
  padding-top: 10em;
  padding-bottom: 5em;
}

#page {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

.top {
  background: var(--primary-1);
  color: #fff;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

#primary {
  padding: 0;
  width: calc(66.6666% - 1.25em);
  float: left;
}
.home #primary {
  width: 100%;
  float: none;
}
#secondary {
  width: calc(33.3333% - 1.25em);
  float: right;
}





.home .site-content-contain .site-content {
  background: var(--grey-1);
}

.single .entry-footer .entry-meta,
.page .entry-footer .entry-meta {
  padding: 0 0 2.5em;
}

.single .edit-link,
.page .edit-link {
  padding: 1em 0 2.5em;
}

.hidden {
  display: none;
}

/* Alignment Classes ------------------------- */



.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 2em;
}
.flex-row > div {
  column-break-inside: avoid;
  display: inline-block;
  position: relative;
}




.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}
.alignfull > [class*="__inner-container"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.alignfull.slider > [class*="__inner-container"] {
  padding-left: 0;
  padding-right: 0;
}

.alignfull.small > [class*="__inner-container"] {
  max-width: 1200px;
}

.alignfull + :not(.alignfull):not(.alignwide) {
  margin-top: 2em;
}

/*.site-content-contain .entry-content > .alignfull:first-child {
  margin-top: -2em;
}*/


/*.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  text-align: right;
}
*/


.wp-block-group.alignwide {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
}

.wp-block-group.alignwide .wp-block-group__inner-container {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
}


.wp-block-media-text.alignfull {
  margin-bottom: 0;
}

.alignfull.slider {
  background-color: var(--primary-1);
}

.alignfull.slider [class*="__inner-container"] {
  max-width: 1920px;
}

.has-background [class*="__inner-container"] p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry-content > .wp-block-text-columns.alignfull,
.entry-content > .wp-block-columns.alignfull,
.entry-content > .wp-block-audio.alignfull,
.entry-content > .wp-block-table.alignfull {
  padding-left: 2em;
  padding-right: 2em;
}


.wp-block-group.alignfull.has-white-background-color {
  border-bottom: 1px solid var(--grey-1);
  border-top: 1px solid var(--grey-1);
}



/*.is-type-video.alignwide {
  width: 50%;
  margin: 0 auto;
  max-width: 66em;
  min-width: 50em;
}

.is-type-video.alignwide .wp-block-embed__wrapper {
  margin-top: -8em;
  margin-bottom: 2em;
}*/

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.site-header {
  position: relative;
}

.site-branding {
  padding: 0;
  margin-top: 2em;
  max-height: 11em;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.site-branding-wrapper {
  background-color: #fff;
  padding: 25px 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1640px - 5em);
}

#logo {
  float: left;
  width: 550px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10000;
}
#logo img {
  display: block;
}

.hero {
  position: relative;
}
.grid-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  position: absolute !important;
  bottom: -5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hero.highlight .grid-wrap {
  grid-template-rows: 1fr auto;
}

.hero-text { grid-area: 2 / 1 / 3 / 9; }
.first-box { grid-area: 2 / 9 / 3 / 11; }
.second-box { grid-area: 2 / 11 / 3 / 13; }
#highlight { grid-area: 1 / 9 / 2 / 13; }

.hero.highlight-image #highlight { grid-area: 1 / 9 / 3 / 13; }


.hero .wrap {
  position: relative;
}
.hero img {
  height: 890px;
  left: 0;
  object-fit: cover;
  bottom: 0;
  width: 100%;
  object-position: center center;
  display: block;
}
.hero-content {
  position: absolute;
  left: 2em;
  right: 2em;
  bottom: -50px;
  font-size: 20px;
  font-size: 1.25em;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.5em;
}
.hero-text {
  flex: 5.85 0 0;
  background-color: #fff;
  padding: 3rem 2rem;
}
.hero-text h1 {
  color: var(--primary-1);
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.hero-icon {
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hero-icon h4 {
  color: #fff;
  transition: .3s all;
}
.hero-icon .fa,
.hero-icon .fa-regular {
  font-size: 4em;
}
.first-box:hover,
.first-box:focus,
.second-box:hover,
.second-box:focus {
  background-color: black;
  color: #fff;
  text-decoration: none;
  transition: .3s all;
}

.hero.highlight-image .first-box,
.hero.highlight-image .second-box {
  display: none;
}

.highlight-item.with-image .highlight-image-wrapper img {
  width: 100%;
  height: auto;
}

.highlight-item .highlight-content {
  background-color: rgba(1, 94, 184, 0.75);
  padding: 2em;
}

.highlight-item.with-image .highlight-content {
  background-color: rgba(1, 94, 184, 1);
  border: 10px solid #fff;
  padding: 2em;
}

.highlight-item .highlight-content * {
  color: #fff;
}

.highlight-item .highlight-content h4 {
  font-weight: bold;
}

.highlight-item .highlight-content a {
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: var(--primary-1);
  margin-top: 1.5em;
  transition: .3s all;
}

.highlight-item .highlight-content a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: .3s all;
}

.single-header .wrap,
.single-header .single-header-image {
  position: relative;
}
.single-header .single-header-image:after {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  background: rgb(38,38,38);
  background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0) 50%, rgba(38,38,38,0) 100%);
}
.single-header .single-header-image img {
  height: 650px;
  left: 0;
  object-fit: cover;
  bottom: 0;
  width: 100%;
  object-position: 40% 25%;
  display: block;
}
.single-header-content {
  position: absolute;
  bottom: 2em;
  font-size: 20px;
  font-size: 1.25em;
  width: 100%;
  padding: 0;
}
.single-header-content h1 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
}


.archive-header .wrap,
.archive-header .archive-header-image {
  position: relative;
}
.archive-header .archive-header-image:after {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  background: rgb(38,38,38);
  background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0) 50%, rgba(38,38,38,0) 100%);
}
.archive-header .archive-header-image img {
  height: 400px;
  left: 0;
  object-fit: cover;
  bottom: 0;
  width: 100%;
  object-position: 40% 25%;
  display: block;
}
.archive-header-content {
  position: absolute;
  bottom: 2em;
  font-size: 20px;
  font-size: 1.25em;
  width: 100%;
  padding: 0;
}
.archive-header-content h1 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
}



.top-nav {
  float: right;
  padding: 3px 0;
}

.top-nav .menu li {
  display: inline-block;
  margin-left: 1em;
}
.top-nav .menu a {
  font-size: 16px;
}
.top-nav .menu a:hover,
.top-nav .menu a:focus {
  color: #000;
}


.site-top {
  background: var(--primary-1);
  padding: 0.5em 0;
  color: #fff;
  border-top: 1px solid #fff;
}
.site-top a {
  color: #fff;
}
.site-top .social-media {
  float: right;
  margin-left: 2em;
}
.site-top .social-media-list {
  display: inline-block;
  vertical-align: middle;
}

.site-top .social-media-list li {
  padding: 0 0 0 0.5em;
  font-size: 20px;
  font-size: 1.25em;
}
.site-top .social-media-list li a:hover,
.site-top .social-media-list li a:focus {
  color: #000;
}






.single #primary .entry-header,
.page #primary .entry-header,
.error404 #primary .entry-header  {
  margin: 0 0 2em;
  position: relative;
}

.single #primary .entry-header .entry-title,
.page #primary .entry-header .entry-title,
.error404 #primary .entry-header .entry-title {
  color: #fff;
}


.single #primary .post-thumbnail-wrapper,
.page #primary .post-thumbnail-wrapper,
.single #primary .post-nothumbnail-wrapper,
.page #primary .post-nothumbnail-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
  background: var(--grey-2);
  border: 1px solid var(--grey-1);
}
.single #primary .post-thumbnail-wrapper:before,
.page #primary .post-thumbnail-wrapper:before {
  width: 100vw;
  height: 100%;
  position: absolute;
  content: '';
  background: rgb(38,38,38);
  background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0) 50%, rgba(38,38,38,0) 100%);
}

.single #primary .post-thumbnail-wrapper .post-thumbnail,
.page #primary .post-thumbnail-wrapper .post-thumbnail {
  text-align: center;
}
.single #primary .post-thumbnail-wrapper .post-thumbnail img,
.page #primary .post-thumbnail-wrapper .post-thumbnail img {
  display: block;
  margin: 0 auto;
}


.single #primary .post-thumbnail-wrapper .entry-title-wrapper,
.page #primary .post-thumbnail-wrapper .entry-title-wrapper  {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}



/*
#primary .entry-header.header-with-thumbnail img {
  display: block;
  width: 100%;

}

.single #primary .entry-header.header-with-thumbnail,
.page #primary .entry-header.header-with-thumbnail {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  width: 100vw;
  background: var(--primary-1);
  position: relative;
}


.header-with-thumbnail + .entry-content {
  margin-top: 2em;
}
.header-with-thumbnail + .entry-content > .alignfull:first-child,
.header-with-thumbnail + .entry-content > .alignwide:first-child  {
  margin-top: -2em;
}


.entry-header.header-with-thumbnail .post-thumbnail {
  max-height: 500px;
  overflow: hidden;
  min-height: 200px;
}
.entry-header.header-with-thumbnail .post-thumbnail img {
  display: block;
  object-fit: cover;
  min-height: 200px;
}

#primary .entry-header.header-with-thumbnail .entry-title-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#primary .entry-header.header-with-thumbnail .entry-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 1),  0 0 40px rgba(0, 0, 0, .5);
}
*/


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.news-items,
.post-items {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  gap: 2.5em;
  position: relative;
  margin-bottom: 2em;
}
.news-items .news-item {
  width: calc(33.3333% - 1.6666em);
  position: relative;
}

.post-item-wrapper .post-item {
  max-width: 520px;
}
.post-items .post-item {
  width: calc(25% - 1.875em);
  position: relative;
}
.news-items .news-item .news-title,
.post-items .post-item .post-title {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: normal;
}
.news-items .news-item .news-title a,
.post-items .post-item .post-title a,
.post-item-wrapper .post-item a {
  text-decoration: none;
}
.news-items .news-item .news-title a:hover,
.news-items .news-item .news-title a:focus,
.post-items .post-item .post-title a:hover,
.post-items .post-item .post-title a:focus {
  color: var(--secondary-1);
}

.news-meta {
  padding-bottom: 1em;
}

.news-category {
 display: inline-block;
 padding-right: 0.25em;
}
.news-category a {
  color: var(--secondary-1);
  text-decoration: none;
}
.news-category a:hover,
.news-category a:focus {
  color: var(--primary-1);
}
.news-items .news-item img,
.post-items .post-item img  {
  display: block;
}
.news-items .news-item .news-content,
.post-items .post-item .post-content  {
  padding: 0 0 3em;
}
.news-items .news-item .news-more:hover svg,
.news-items .news-item .news-more:focus svg,
.post-items .post-item .post-more:hover svg,
.post-items .post-item .post-more:focus svg {
  fill: var(--secondary-1);
}

.news-items a.news-more,
.post-items a.post-more,
#article-wrapper article .post-more{
  position: absolute;
  bottom: 0;
}



/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.social-media-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.social-media-list li {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 48px;
  font-size: 3em;
}
.has-background:not(.has-grey-1-background-color):not(has-secondary-1-background-color) .social-media-list li a {
  color: #fff;
}
.has-background:not(.has-grey-1-background-color):not(has-secondary-1-background-color) .social-media-list li a:hover,
.has-background:not(.has-grey-1-background-color):not(has-secondary-1-background-color) .social-media-list li a:focus {
  color: #000;
}

.entry-content .wp-block-column.right .social-media-list {
  text-align: right;
}
.entry-content .wp-block-column.right .social-media-list li {
  padding: 0 0 0 0.5em;
  font-size: 24px;
  font-size: 1.5em;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/


.archive #primary,
.category #primary,
.blog #primary,
.search-results #primary {
  padding: 0 0 2em;
}
.archive #article-wrapper,
.category #article-wrapper,
.blog #article-wrapper,
.search-results #article-wrapper {

}
.archive #article-wrapper article,
.category #article-wrapper article,
.blog #article-wrapper article,
.search-results #article-wrapper article {
  border: 2px solid var(--grey-1);
  padding: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
.archive #article-wrapper article .post-thumbnail,
.category #article-wrapper article .post-thumbnail,
.blog #article-wrapper article .post-thumbnail,
.search-results #article-wrapper article .post-thumbnail {
  position: relative;
  width: 121px;
  float: left;
}
.archive #article-wrapper article .post-thumbnail a,
.category #article-wrapper article .post-thumbnail a,
.blog #article-wrapper article .post-thumbnail a,
.search-results #article-wrapper article .post-thumbnail a {
  width: 121px;
  height: 121px;
  display: block;
  position: relative;
  overflow: hidden;
}
.archive #article-wrapper article .post-thumbnail img,
.category #article-wrapper article .post-thumbnail img,
.blog #article-wrapper article .post-thumbnail img,
.search-results #article-wrapper article .post-thumbnail img {
  max-width: unset;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.archive #article-wrapper article .entry-content,
.category #article-wrapper article .entry-content,
.blog #article-wrapper article .entry-content,
.search-results #article-wrapper article .entry-content {
  width: calc(100% - 121px - 2em);
  float: right;
  position: relative;
}
.search-results #article-wrapper article .entry-content .link-more a,
.category #article-wrapper article .entry-content .link-more a,
.blog #article-wrapper article .entry-content .link-more a,
.search-results #article-wrapper article .entry-content .link-more a {
  font-size: 16px;
  padding: 0.55em 1em 0.5em;
}
.archive #article-wrapper article:not(.has-post-thumbnail) .entry-content,
.category #article-wrapper article:not(.has-post-thumbnail) .entry-content,
.blog #article-wrapper article:not(.has-post-thumbnail) .entry-content,
.search-results #article-wrapper article:not(.has-post-thumbnail) .entry-content {
  width: 100%;
  position: relative;
}
.archive #article-wrapper article .post-date,
.category #article-wrapper article .post-date,
.blog #article-wrapper article .post-date,
.search-results #article-wrapper article .post-date {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 8px;
}
.archive #article-wrapper article .cat-list,
.category #article-wrapper article .cat-list,
.blog #article-wrapper article .cat-list,
.search-results #article-wrapper article .cat-list {
  display: block;
  position: absolute;
  bottom: 1.5em;
  right: 0;
}
.archive #article-wrapper article .cat-list .button,
.category #article-wrapper article .cat-list .button,
.blog #article-wrapper article .cat-list .button,
.search-results #article-wrapper article .cat-list .button {
  background-color: white;
  border: 2px solid var(--primary-1);
  color: var(--primary-1);
  cursor: pointer;
  display: inline-block;
  padding: 0.55em 1em 0.5em;
  margin-left: 0.5em;
  transition: all 0.5s;
  text-decoration: none;
}
.archive #article-wrapper article .cat-list .button:hover,
.category #article-wrapper article .cat-list .button:hover,
.blog #article-wrapper article .cat-list .button:hover,
.search-results #article-wrapper article .cat-list .button:hover {
  background-color: var(--primary-1);
  color: #fff;
}
.em-list,
#post-container {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  gap: 2.5em;
  position: relative;
  margin-bottom: 2em;
}
.sidebar .em-list {
  gap: 0;
}
.em-list .em-item,
#post-container article {
  width: calc(33.3333% - 1.6666em);
  position: relative;
  padding: 2em;
  background: var(--grey-1);
}
.em-list .em-item .em-item-image {
  display: block;
  margin: -2em -2em 0;
  background: var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}
.em-list .em-item .em-item-image {
  position: relative;
  width: calc(100% + 4em);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#post-container article .post-thumbnail {
  width: calc(100% + 4em);
  position: relative;
  left: -2em;
  top: -2em;
}
.em-list .em-item .em-item-image img,
#post-container article .post-thumbnail img {
  min-width: 100%;
  min-height: 100%;
  vertical-align:middle;
}
#post-container article h3.entry-title {
  position: relative;
}
#post-container article h3.entry-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 25%;
  border-top: 3px solid var(--primary-1);
}
#post-container article h3.entry-title a {
  font-weight: 700;
  font-size: 26px;
}
#post-container article p:not(.link-more) {
  font-size: 18px;
}
.ajax-load-more-wrapper {
  margin: 4em 0;
  text-align: center;
}
.ajax-load-more-wrapper button {
  background-color: black;
}

.entry-content .wp-block-group.alignfull.has-background:last-child {
  margin-bottom: -5em;
}


.nomarginp p {
  margin-bottom: 5px !important;
  line-height: 1;
}
.nomarginp p:first-child {
  line-height: 0.75;
}


.wp-block-image a img,
.post-thumbnail a img  {
  transform: scale(1);
  transition: all  0.5s ease-out;
}
.wp-block-image a:hover img,
.post-thumbnail a:hover img,
.wp-block-image a:focus img,
.post-thumbnail a:focus img {
  transform: scale(1.02 );
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  transition: all  0.5s ease-out;
}
.has-background .wp-block-image a img {
  border: 3px solid #fff;
}

.wp-block-image + .wp-block-heading {
  padding-top: 0;
}

.posted-on {
  color: var(--primary-1);
}

.posted-on time.updated {
  display: none;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/




/*
.pressrelease-items .pressrelease-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--secondary-1);
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.pressrelease-items .pressrelease-item .pressrelease-date {
  flex: 1 0 0;
  padding: 1em;
  min-width: 120px;
  text-align: center;
  background: var(--secondary-1);
  color: #fff;
}
.pressrelease-items .pressrelease-item .pressrelease-content {
  flex: 8 0 0;
  padding-left: 2em;
}

.pressrelease-items .pressrelease-item .pressrelease-day {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
}
.pressrelease-items .pressrelease-item .pressrelease-month {
  font-size: 1.5em;
  display: block;
}
a.pressrelease-download {
  display: block;
  text-decoration: none;
}
a.pressrelease-download:before {
  content: '\f019';
  font-family: 'FontAwesome';
  padding-right: 0.5em;

}

*/

.em-login,
.em-login-trigger {
  display: none;
}

.em-booking-message-success {
  color: green;
}


/*--------------------------------------------------------------
13.5 Newsletter
--------------------------------------------------------------*/

.newsletter-wrapper {
  padding: 5em 0;
  background: var(--grey-1);
}
.newsletter-wrapper h2 {
  /* font-size: 32px;
  font-size: 2em; */
  padding: 0;
  margin: 0 0 0.125em !important;
}
.newsletter-wrapper h3 {
  /* font-size: 24px;
  font-size: 1.5em; */
  padding: 0;
  margin: 0;
}
.newsletter-wrapper .wp-block-columns .wp-block-column:first-child {
  padding-right: 7.5%;
}
.newsletter-wrapper .newsletter-form p:first-child {
  padding: 0;
  margin: 0;
}
.newsletter-wrapper input[type="text"],
.newsletter-wrapper input[type="email"] {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--primary-1);
  padding: 0.25em 0;
  font-size: 24px;
  font-size: 1.5em;
}

/* Placeholder text color -- selectors need to be separate to work. */
.newsletter-wrapper ::-webkit-input-placeholder {
  color: var(--primary-1);
}
.newsletter-wrapper :-moz-placeholder {
  color: var(--primary-1);
}
.newsletter-wrapper ::-moz-placeholder {
  color: var(--primary-1);
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
.newsletter-wrapper :-ms-input-placeholder {
  color: var(--primary-1);
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  background: var(--grey-4);
  color: #fff;
  padding: 0;
  position: relative;
  border-top: 32px solid var(--primary-1);
}
.site-footer .wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

.site-footer .flex-row {
  justify-content: space-between;
}
.site-footer .flex-row > div:last-child {
  text-align: right;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #000;
}

.site-footer .footer-logos img {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 2em;
}

.footer-nav .menu {
  margin-bottom: 7em;
}

.footer-nav .menu li {
  display: inline-block;
  margin-left: 1em;
}
.footer-nav .menu a {
  font-size: 18px;
  font-size: 1.125em;
}
.footer-nav .menu a:hover,
.footer-nav .menu a:focus {
  color: var(--grey-3);
}






.creator {
  padding: 0.5em;
  font-size: 14px;
  font-size: 0.875em;
  text-align: right;
}





.site-footer button {
  color: #fff;
  border: 0;
  padding: 0;
}
.site-footer button:hover,
.site-footer button:focus {
  color: #000;
  border: 0;
  background-color: transparent !important;
}

.site-footer #site-scroll-up {
  transform: rotate(180deg);
  position: absolute;
  top: 1.5em;
  right: 2em;
}
.site-footer #site-scroll-up svg {
  width: 4em;
  height: 4em;
}
#site-print-button {
  font-size: 48px;
  font-size: 3em;
}


.footer-text p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
14.0 Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.1 Slider
--------------------------------------------------------------*/

/*
#primary .swiper-button-prev,
#primary .swiper-rtl .swiper-button-next {
 top: 2em;
 left: 2em;
}
#primary .swiper-button-next,
#primary .swiper-rtl .swiper-button-prev {
 top: 2em;
 left: 5em;
}
#primary .swiper-button-prev:hover,
#primary .swiper-rtl .swiper-button-next:hover,
#primary .swiper-button-next:hover,
#primary .swiper-rtl .swiper-button-prev:hover,
#primary .swiper-button-prev:focus,
#primary .swiper-rtl .swiper-button-next:focus,
#primary .swiper-button-next:focus,
#primary .swiper-rtl .swiper-button-prev:focus {
  color: var(--secondary-1);
}


#primary .swiper-button-prev:after,
#primary .swiper-rtl .swiper-button-next:after {
  content: '\f060';
  font-family: 'Line Awesome';
}
#primary .swiper-button-next:after,
#primary .swiper-rtl .swiper-button-prev:after {
  content: '\f061';
  font-family: 'Line Awesome';
}

#primary .swiper-slide {
  position: relative;
  min-height: 300px;
}
#primary .swiper-slide img {
  display: block;
  object-fit: cover;
  min-height: 300px;
}

#primary .swiper-slide .slider-text {
  position: absolute;
  top: auto;
  bottom: 2em;
  left: 8em;
  color: #fff;
  font-size: 2em;
  text-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
#primary .swiper-slide .slider-text a {
  text-decoration: none;
}
#primary .swiper-slide .slider-text a:hover,
#primary .swiper-slide .slider-text a:focus {
  text-decoration: underline;
}
#primary .swiper-slide .slider-text * {
  color: #fff;
}

*/


/*--------------------------------------------------------------
15.0 Events
--------------------------------------------------------------*/
.event-widget {

}
.event-widget .event-item {
  margin-bottom: 2em;
  padding-left: 1em;
  border-left: 5px solid var(--primary-1);
}

.event-widget .event-item a h3 {
  color: var(--primary-1);
  text-decoration: none;
}
.event-widget .event-item a:hover,
.event-widget .event-item a:focus,
.event-widget .event-item a:hover h3,
.event-widget .event-item a:focus h3 {
  color: #000;
  text-decoration: none;
}
.event-widget .event-item div a {
  text-decoration: underline;
}

.event-grid {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  /* justify-content: center; */
  gap: 2em;
}
.event-grid .event-item {
  /* flex: 1 0 20%; */
  position: relative;
  max-width: calc((100% - 6em) / 4);
}
.event-grid .event-item .event-image {
  position: relative;
  transform: scale(1);
  transition: all  0.5s ease-out;
}
.event-grid .event-item .event-image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgb(38,38,38);
  background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(38,38,38,0) 50%, rgba(38,38,38,0) 100%);
}

.event-grid .event-item .event-info {
  position: absolute;
  left: 2em;
  right: 2em;
  bottom: 2em;
}
.event-grid .event-item .event-info {
  color: #fff;
}
.event-grid .event-item .event-info h3 {
  color: #fff;
  padding: 0.5em 0 0;
  font-weight: bold;
  margin-bottom: 0 !important;
  font-size: 1.3em;
}

.event-grid .event-item .event-info .event-date {
  opacity: .8;
}

.event-grid .event-item a:hover .event-image {
  transform: scale(1.02);
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  transition: all  0.5s ease-out;
}


.veranstaltung-einzelseite .em-event-add-to-calendar-content,
.veranstaltung-einzelseite .em-event-add-to-calendar,
.veranstaltung-einzelseite .em-event-bookings-meta,
.veranstaltung-einzelseite .em-item-taxonomies,
.veranstaltung-einzelseite .em-booking-form-section-tickets,
.veranstaltung-einzelseite .em-booking-form-details-title,
.veranstaltung-einzelseite .em-booking-form-section-summary,
.veranstaltung-einzelseite .em-item-image {
  display: none;
}

.veranstaltung-einzelseite .em-item-header {
  padding: 2em;
  background-color: var(--grey-1);
}

.veranstaltung-einzelseite section.em-event-location {
  margin: 0 0 2em 0;
}

.veranstaltung-einzelseite .em-item-meta {
  display: flex;
}

.veranstaltung-einzelseite .em-item-meta-column {
  width: 50%;
}

.israeltag-form-add-html {
  margin-bottom: 2em;
}

.israeltag-form-add-html * {
  font-style: italic;
  font-size: 14px;
}

#em-wrapper > p {
  display: none;
}

.em-list .em-item-info {
  margin-top: 2em;
}

.em-list .em-item-desc {
  margin-top: 1em;
}

.em-list .em-item-taxonomy {
  display: none;
}

.em-list .em-item-read-more {
  margin-top: 1em;
}

.em-list .em-event-book-now.button,
.em-list .em-event-prices {
  display: none;
}

.em-event-meta .em-item-meta-line,
.em-event-meta .em-item-meta-line * {
  font-size: 14px;
}

.em-event-meta .em-item-meta-line .em-icon {
  margin-right: 0.5em;
}


/*--------------------------------------------------------------
15.0 Partner
--------------------------------------------------------------*/



/*--------------------------------------------------------------
15.0 Person
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.0 Blocks
--------------------------------------------------------------*/

.wp-block-media-text .wp-block-media-text__media {
  margin: 0 1em 0 0;
}

.shadow img,
img.shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.wp-block-media-text .wp-block-media-text__content {
  padding-top: 1em;
  padding-bottom: 1em;
}



.wp-block-details summary + * {
  padding-left: 1.5em;
}

.has-primary-1-background-color .wp-element-caption {
  color: #fff;
}


.wp-block-buttons.full.is-vertical > .wp-block-button {
  display: block;
  width: 100%;
}
.wp-block-buttons.full.is-vertical > .wp-block-button a.wp-block-button__link {
  display: block;
  padding: 1em 2em;
}

.wp-block-column.has-background {
  padding: 2em;
}


.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  border: none;
}




#primary .wp-block-esab-accordion-child {
  border: none !important;
  border-bottom: 1px solid var(--primary-1) !important;
  border-radius: 0 !important;
}
#primary .wp-block-esab-accordion-child .esab__head,
#primary .wp-block-esab-accordion-child .esab__body {
  padding: 1em 0 !important;
}
#primary .wp-block-esab-accordion-child .esab__body {
  border-color: var(--primary-1) !important;
}
#primary .wp-block-esab-accordion-child .esab__heading_tag {
  color: #000 !important;
  font-weight: bold;

}
#primary .wp-block-esab-accordion-child .esab__heading_tag em {
  font-style: normal;
}

#primary .wp-block-esab-accordion .wp-block-esab-accordion-child.esab__active_accordion .esab__heading_tag {
  color: var(--primary-1)!important;
}

#primary .wp-block-esab-accordion-child.esab__active_accordion {
  border: none !important;
}
#primary .wp-block-esab-accordion-child.esab__active_accordion .esab__head,
#primary .wp-block-esab-accordion-child.esab__active_accordion .esab__body {
  background-color: transparent !important;
}
#primary .esab__expand svg {
  fill: var(--primary-1) !important;
}
/*#primary .wp-block-esab-accordion-child .esab__head:hover,
#primary .wp-block-esab-accordion-child .esab__head:focus {
  background-color: var(--primary-1) !important;
}*/

#primary .wp-block-esab-accordion-child .esab__head:hover .esab__heading_tag,
#primary .wp-block-esab-accordion-child .esab__head:focus .esab__heading_tag {
  color: var(--primary-1) !important;
  text-decoration: underline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#site-nav,
#secondary .widget-area .widget{
  padding: 2em;
  margin-bottom: 3em;
  background: var(--grey-1);
}

#secondary .widget {
  padding-bottom: 2em;
}

/* h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
} */

.widget-title a {
  color: inherit;
}

/* widget forms */

.widget select {
  width: 100%;
}


/* widget lists */

.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}


.widget .custom-html-widget .fa {
  padding: 1em;
  background-color: var(--secondary-2);
  color: var(--primary-1);
  border-radius: 100px;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */

.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
  display: block;
}

/* Search */


.search-form {
  width: 200px;
  float: left;
  border-bottom: 1px solid #fff;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2em;

}
.search-form .search-field {
  background-color: transparent;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0;
  flex: 5 0 0;
}
.search-form .search-field:focus {
  color: #fff;
}

.search-form .search-submit {
  padding: 0;
  margin: 0;
  flex: 1 0 0;
  text-align: right;
}


/* Placeholder text color -- selectors need to be separate to work. */
.search-form ::-webkit-input-placeholder {
  color: #fff;
}

.search-form :-moz-placeholder {
  color: #fff;
}

.search-form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.search-form :-ms-input-placeholder {
  color: #fff;
}



/* Calendar widget */

.widget_calendar .wp-calendar-table {
  margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
  display: table;
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
  display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-block-rss__item-title {
  font-weight: bold;
}


#site-nav ul#left-menu > li > a {
  font-weight: bold;
}

#site-nav ul#left-menu .sub-menu {
  margin: 0 !important
}

#site-nav ul#left-menu .sub-menu li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

#site-nav ul#left-menu .sub-menu li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f148';
  font-size: 18px;
  transform: rotate(90deg);
  position: absolute;
  left: 2px;
  top: -4px;
  color: var(--primary-1)
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

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

audio:focus,
video:focus {
  outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: bold;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;

}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  -ms-transform: rotate(0); /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}



.nav-links {
  float: right;
}

.nav-links .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #707070;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  float: left;
  margin: 0 20px 0 0;
  color: #707070;
}

.nav-links .page-numbers.current {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.nav-links .page-numbers.dots {
  border-color: #DCDCDC;
  color: #DCDCDC;
}


.taxonomy-description {
  margin-bottom: 3em;
}


.filter-wrapper .filter {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  gap: 2%;
  position: relative;
  margin-bottom: 1em;
}

.filter-wrapper select {
  width: calc(50% - 10% - 2%);
}

.filter-wrapper button {
  width: 20%;
}

.filter-wrapper {
  margin-bottom: 2em;
}

.hide-on-mobile {
  display: none;
}
