@charset "UTF-8";
/**
 * Custom Font Loading for ACB Theme
 * Overrides GeneratePress parent theme fonts with local files
 */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
}
/*
@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/inter/Inter-Italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/inter/Inter-BoldItalic.woff2') format('woff2');
}
*/
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow/Barlow-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow/Barlow-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow/Barlow-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow/Barlow-Bold.woff2") format("woff2");
}
:root {
  --gp-font--barlow: "Barlow", sans-serif;
  --gp-font--inter: "Inter", sans-serif;
}

h1 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h1 {
  font-size: 3.5rem;
  line-height: 1.3;
}
@media (min-width: 569px) and (max-width: 944px) {
  h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h1 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  h1 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

h2 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h2 {
  font-size: 2.75rem;
  line-height: 1.286;
}
@media (min-width: 569px) and (max-width: 944px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.333;
  }
}
@media (max-width: 568px) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
h2 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

h3 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  h3 {
    font-size: 1.625rem;
    line-height: 1.385;
  }
}
@media (max-width: 568px) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}
h3 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

h4 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h4 {
  font-size: 1.5rem;
  line-height: 1.333;
}
@media (min-width: 569px) and (max-width: 944px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 568px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.333;
  }
}
h4 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h4 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  h4 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}

h5 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
h5 {
  margin-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h5 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  h5 {
    margin-top: 1rem;
  }
}
h5 {
  margin-bottom: 1rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h5 {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 568px) {
  h5 {
    margin-bottom: 0.75rem;
  }
}

h6 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
h6 {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
h6 {
  margin-top: 1rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h6 {
    margin-top: 0.875rem;
  }
}
@media (max-width: 568px) {
  h6 {
    margin-top: 0.75rem;
  }
}
h6 {
  margin-bottom: 0.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  h6 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 568px) {
  h6 {
    margin-bottom: 0.25rem;
  }
}

body {
  font-family: var(--gp-font--inter) !important;
  font-weight: 400;
  color: var(--wp--preset--color--text);
}
body {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}

p {
  font-family: var(--gp-font--inter);
  margin-top: 0;
}
p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
p {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  p {
    margin-bottom: 1rem;
  }
}

button,
input,
select,
textarea {
  font-family: var(--gp-font--inter);
}

ul,
ol {
  font-family: var(--gp-font--inter);
  margin-top: 0;
}
ul,
ol {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  ul,
  ol {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  ul,
  ol {
    font-size: 1rem;
    line-height: 1.5;
  }
}
ul,
ol {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  ul,
  ol {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  ul,
  ol {
    margin-bottom: 1rem;
  }
}
ul,
ol {
  padding-left: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  ul,
  ol {
    padding-left: 1.5rem;
  }
}
@media (max-width: 568px) {
  ul,
  ol {
    padding-left: 1.25rem;
  }
}
ul li,
ol li {
  font-family: var(--gp-font--inter);
  margin-bottom: 0.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  ul li,
  ol li {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 568px) {
  ul li,
  ol li {
    margin-bottom: 0.3rem;
  }
}

small,
.small-text {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  small,
  .small-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  small,
  .small-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

a p {
  color: inherit;
  text-decoration: underline;
  transition: all 0.2s ease;
}
a p:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
}
a p:active, a p:focus {
  color: var(--wp--preset--color--primary);
}
a p:hover:focus {
  color: var(--wp--preset--color--text-inverse);
}

a {
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
}
a:active, a:focus {
  color: var(--wp--preset--color--primary);
}
a:hover:focus {
  color: var(--wp--preset--color--text-inverse);
}
a:has(img):hover {
  background-color: transparent;
  color: inherit;
}

blockquote {
  border-left: none;
  font-family: var(--gp-font--inter);
  line-height: 1.6;
}
blockquote {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  blockquote {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }
}
blockquote {
  padding-left: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  blockquote {
    padding-left: 1.25rem;
  }
}
@media (max-width: 568px) {
  blockquote {
    padding-left: 1rem;
  }
}
blockquote {
  margin-top: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  blockquote {
    margin-top: 1.5rem;
  }
}
@media (max-width: 568px) {
  blockquote {
    margin-top: 1.25rem;
  }
}
blockquote {
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  blockquote {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  blockquote {
    margin-bottom: 1.25rem;
  }
}
blockquote p {
  margin-bottom: 0.75rem;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-style: bold;
  margin-top: 0.75rem;
}
blockquote cite {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  blockquote cite {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  blockquote cite {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

pre,
code {
  font-family: "Courier New", Courier, monospace;
}

code {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
  font-size: 0.9em;
}

pre {
  background-color: rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  border-radius: 4px;
}
pre {
  padding: 1rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  pre {
    padding: 0.875rem;
  }
}
@media (max-width: 568px) {
  pre {
    padding: 0.75rem;
  }
}
pre {
  margin-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  pre {
    margin-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  pre {
    margin-top: 1rem;
  }
}
pre {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  pre {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  pre {
    margin-bottom: 1rem;
  }
}
pre code {
  background-color: transparent;
  padding: 0;
  font-size: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border: none;
  height: 2px;
  background-color: #bebdbd;
}
hr {
  margin-top: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  hr {
    margin-top: 1.5rem;
  }
}
@media (max-width: 568px) {
  hr {
    margin-top: 1.25rem;
  }
}
hr {
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  hr {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  hr {
    margin-bottom: 1.25rem;
  }
}

dl {
  margin-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  dl {
    margin-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  dl {
    margin-top: 1rem;
  }
}
dl {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  dl {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  dl {
    margin-bottom: 1rem;
  }
}
dl dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
dl dd {
  margin-left: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  dl dd {
    margin-left: 1.5rem;
  }
}
@media (max-width: 568px) {
  dl dd {
    margin-left: 1.25rem;
  }
}
dl dd {
  margin-bottom: 1rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  dl dd {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 568px) {
  dl dd {
    margin-bottom: 0.75rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table {
  margin-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  table {
    margin-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  table {
    margin-top: 1rem;
  }
}
table {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  table {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  table {
    margin-bottom: 1rem;
  }
}
table {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  table {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  table {
    font-size: 1rem;
    line-height: 1.5;
  }
}
table th,
table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table th,
table td {
  padding: 0.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  table th,
  table td {
    padding: 0.5rem;
  }
}
@media (max-width: 568px) {
  table th,
  table td {
    padding: 0.25rem;
  }
}
table th {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}
table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

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

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-primary {
  color: var(--wp--preset--color--primary);
}

.text-secondary {
  color: var(--wp--preset--color--secondary);
}

.text-accent {
  color: var(--wp--preset--color--accent);
}

.text-light {
  color: #dedede;
}

.text-inverse {
  color: var(--wp--preset--color--text-inverse);
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 569px) and (max-width: 944px) {
  .lead {
    font-size: 1.125rem;
  }
}
@media (max-width: 568px) {
  .lead {
    font-size: 1.0625rem;
  }
}

.has-drop-cap:first-letter {
  float: left;
  font-size: 4rem;
  line-height: 0.8;
  margin: 0.1em 0.1em 0 0;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 569px) and (max-width: 944px) {
  .has-drop-cap:first-letter {
    font-size: 3.5rem;
  }
}
@media (max-width: 568px) {
  .has-drop-cap:first-letter {
    font-size: 3rem;
  }
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-group h1,
.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h4,
.wp-block-group h5,
.wp-block-group h6,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
.site-content h1,
.entry-content h1,
.wp-block-group h1,
article h1,
main h1 {
  font-size: 3.5rem;
  line-height: 1.3;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h1,
  .entry-content h1,
  .wp-block-group h1,
  article h1,
  main h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 568px) {
  .site-content h1,
  .entry-content h1,
  .wp-block-group h1,
  article h1,
  main h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.site-content h1,
.entry-content h1,
.wp-block-group h1,
article h1,
main h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h1,
  .entry-content h1,
  .wp-block-group h1,
  article h1,
  main h1 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  .site-content h1,
  .entry-content h1,
  .wp-block-group h1,
  article h1,
  main h1 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}
.site-content h2,
.entry-content h2,
.wp-block-group h2,
article h2,
main h2 {
  font-size: 2.75rem;
  line-height: 1.286;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h2,
  .entry-content h2,
  .wp-block-group h2,
  article h2,
  main h2 {
    font-size: 2.25rem;
    line-height: 1.333;
  }
}
@media (max-width: 568px) {
  .site-content h2,
  .entry-content h2,
  .wp-block-group h2,
  article h2,
  main h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.site-content h2,
.entry-content h2,
.wp-block-group h2,
article h2,
main h2 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h2,
  .entry-content h2,
  .wp-block-group h2,
  article h2,
  main h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  .site-content h2,
  .entry-content h2,
  .wp-block-group h2,
  article h2,
  main h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.site-content h3,
.site-content .like-h3,
.entry-content h3,
.entry-content .like-h3,
.wp-block-group h3,
.wp-block-group .like-h3,
article h3,
article .like-h3,
main h3,
main .like-h3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h3,
  .site-content .like-h3,
  .entry-content h3,
  .entry-content .like-h3,
  .wp-block-group h3,
  .wp-block-group .like-h3,
  article h3,
  article .like-h3,
  main h3,
  main .like-h3 {
    font-size: 1.625rem;
    line-height: 1.385;
  }
}
@media (max-width: 568px) {
  .site-content h3,
  .site-content .like-h3,
  .entry-content h3,
  .entry-content .like-h3,
  .wp-block-group h3,
  .wp-block-group .like-h3,
  article h3,
  article .like-h3,
  main h3,
  main .like-h3 {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}
.site-content h3,
.site-content .like-h3,
.entry-content h3,
.entry-content .like-h3,
.wp-block-group h3,
.wp-block-group .like-h3,
article h3,
article .like-h3,
main h3,
main .like-h3 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h3,
  .site-content .like-h3,
  .entry-content h3,
  .entry-content .like-h3,
  .wp-block-group h3,
  .wp-block-group .like-h3,
  article h3,
  article .like-h3,
  main h3,
  main .like-h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  .site-content h3,
  .site-content .like-h3,
  .entry-content h3,
  .entry-content .like-h3,
  .wp-block-group h3,
  .wp-block-group .like-h3,
  article h3,
  article .like-h3,
  main h3,
  main .like-h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.site-content h4,
.entry-content h4,
.wp-block-group h4,
article h4,
main h4 {
  font-size: 1.5rem;
  line-height: 1.333;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h4,
  .entry-content h4,
  .wp-block-group h4,
  article h4,
  main h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 568px) {
  .site-content h4,
  .entry-content h4,
  .wp-block-group h4,
  article h4,
  main h4 {
    font-size: 1.125rem;
    line-height: 1.333;
  }
}
.site-content h4,
.entry-content h4,
.wp-block-group h4,
article h4,
main h4 {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h4,
  .entry-content h4,
  .wp-block-group h4,
  article h4,
  main h4 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  .site-content h4,
  .entry-content h4,
  .wp-block-group h4,
  article h4,
  main h4 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
.site-content h5,
.entry-content h5,
.wp-block-group h5,
article h5,
main h5 {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h5,
  .entry-content h5,
  .wp-block-group h5,
  article h5,
  main h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .site-content h5,
  .entry-content h5,
  .wp-block-group h5,
  article h5,
  main h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.site-content h6,
.entry-content h6,
.wp-block-group h6,
article h6,
main h6 {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content h6,
  .entry-content h6,
  .wp-block-group h6,
  article h6,
  main h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .site-content h6,
  .entry-content h6,
  .wp-block-group h6,
  article h6,
  main h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.site-content p,
.entry-content p,
.wp-block-group p,
article p,
main p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content p,
  .entry-content p,
  .wp-block-group p,
  article p,
  main p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .site-content p,
  .entry-content p,
  .wp-block-group p,
  article p,
  main p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.site-content p.is-style-leadtext,
.entry-content p.is-style-leadtext,
.wp-block-group p.is-style-leadtext,
article p.is-style-leadtext,
main p.is-style-leadtext {
  font-size: 1.375rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .site-content p.is-style-leadtext,
  .entry-content p.is-style-leadtext,
  .wp-block-group p.is-style-leadtext,
  article p.is-style-leadtext,
  main p.is-style-leadtext {
    font-size: 1.375rem;
  }
}
@media (max-width: 568px) {
  .site-content p.is-style-leadtext,
  .entry-content p.is-style-leadtext,
  .wp-block-group p.is-style-leadtext,
  article p.is-style-leadtext,
  main p.is-style-leadtext {
    font-size: 1.125rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link, .acb-skip-links a,
.screen-reader-text {
  position: absolute !important;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
  z-index: 999999;
  text-decoration: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  padding: 1rem 1.5rem;
  border-radius: 0 0 4px 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.skip-link:focus, .acb-skip-links a:focus,
.screen-reader-text:focus {
  clip-path: none !important;
  width: auto;
  height: auto;
  left: 20px;
  top: 20px;
  outline: 3px solid var(--wp--preset--color--text-inverse);
  outline-offset: 2px;
}

.acb-skip-links {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
.acb-skip-links a {
  margin-right: 0.5rem;
}

* {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  transition: outline-color 0.2s ease, box-shadow 0.2s ease;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  transition: outline-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus,
select:focus,
[contenteditable]:focus {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  border-color: var(--wp--preset--color--primary);
}

.wp-block-button__link:focus-visible {
  outline: 3px solid var(--wp--preset--color--text-inverse);
  outline-offset: 3px;
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}

.custom-select-button:focus-visible,
.custom-select-option:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.has-background .wp-block-button__link:focus-visible,
[class*=bg-]:focus-visible,
.wp-block-cover *:focus-visible {
  outline: 3px solid var(--wp--preset--color--text-inverse);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}

.main-navigation a:focus-visible,
.menu-item a:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  background-color: rgba(189, 66, 0, 0.1);
  text-decoration: underline;
}

#menu-footer-menue a:focus-visible {
  color: var(--wp--preset--color--text-inverse);
}

#menu-hauptmenue .sub-menu a:focus-visible {
  color: var(--wp--preset--color--secondary);
}

@supports not selector(:focus-visible) {
  a:focus,
  button:focus,
  [tabindex]:focus,
  input:focus,
  textarea:focus,
  select:focus,
  [contenteditable]:focus {
    outline: 3px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  }
  .wp-block-button__link:focus {
    outline: 3px solid var(--wp--preset--color--text-inverse);
    outline-offset: 3px;
    box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
  }
  .custom-select-button:focus,
  .custom-select-option:focus {
    outline: 3px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  }
  .main-navigation a:focus,
  .menu-item a:focus {
    outline: 3px solid var(--wp--preset--color--primary);
    outline-offset: 2px;
    background-color: rgba(189, 66, 0, 0.1);
    text-decoration: underline;
  }
}
.site-footer .inside-site-info {
  display: block;
  padding: 2.25rem 2.5rem 1.5rem;
  max-width: calc(100vw - 220px);
  margin: 0 auto;
}
@media (max-width: 944px) {
  .site-footer .inside-site-info {
    padding: 1rem;
    max-width: 100%;
  }
}
.site-footer .inside-site-info .footer-bar .wp-block-columns > .wp-block-column:nth-child(1) figure {
  padding-top: 35px;
}
.site-footer .inside-site-info .footer-bar .wp-block-columns > .wp-block-column:nth-child(2) figure {
  padding-top: 10px;
}
.site-footer .inside-site-info .footer-bar .wp-block-columns > .wp-block-column figure img {
  max-width: 259px;
}
.site-footer .inside-site-info .copyright-bar {
  display: none;
}
.site-footer .inside-site-info .menu li:hover > a:after {
  background-color: white;
  left: 50%;
}
.site-footer #footer-widgets .inside-footer-widgets {
  max-width: 755px;
  margin: 0 auto;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 .inner-padding, .site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 .inner-padding {
  padding: 0;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 .inner-padding figure, .site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 .inner-padding figure {
  max-height: 122px;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 {
  flex-basis: 30%;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 {
  flex-basis: 50%;
  display: flex;
  gap: 1rem;
}
.site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 aside {
  flex: 1;
}
@media (max-width: 944px) {
  .site-footer #footer-widgets .inside-footer-widgets {
    flex-direction: row;
    gap: 1rem;
  }
  .site-footer #footer-widgets .inside-footer-widgets .footer-widget-1 {
    flex-basis: 30%;
  }
  .site-footer #footer-widgets .inside-footer-widgets .footer-widget-2 {
    flex-basis: 70%;
  }
}
@media (max-width: 568px) {
  .site-footer #footer-widgets .inside-footer-widgets {
    flex-direction: column;
  }
}

#menu-footer-menue {
  padding: 0;
  justify-content: space-between;
}
#menu-footer-menue a {
  text-decoration: none;
  height: 100%;
  display: block;
}
#menu-footer-menue .parent-hidden > a {
  display: none;
}
#menu-footer-menue .parent-hidden .sub-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
#menu-footer-menue .social-logo a {
  min-height: 24px;
}
#menu-footer-menue .social-logo a:hover {
  background-color: unset;
}
#menu-footer-menue .social-logo.insta-logo {
  background-image: url("../images/icon-instagram.svg");
}
#menu-footer-menue .social-logo.fb-logo {
  background-image: url("../images/icon-facebook.svg");
}
@media (max-width: 944px) {
  #menu-footer-menue {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
  }
}

.wp-block-button:not(.is-style-secondary) .wp-block-button__link,
.wp-block-button.is-style-fill .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.wp-block-button:not(.is-style-secondary) .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-acb-secondary .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--secondary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.wp-block-button.is-style-acb-secondary .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}

.wp-block-button.arrow-left .wp-block-button__link {
  position: relative;
  padding-left: 2rem;
}
.wp-block-button.arrow-left .wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.wp-block-button.arrow-left .wp-block-button__link:hover::before {
  background-image: url("../images/arrow-left-secondary.svg");
}

.acf-post-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.acf-post-grid + .wp-block-buttons {
  margin-bottom: 2rem;
  margin-top: 3rem;
}

@media (max-width: 944px) {
  .acf-post-grid,
  .post-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  .acf-post-grid,
  .post-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  .acf-post-grid,
  .post-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .acf-post-grid,
  .post-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#secondary-navigation {
  z-index: 999;
  position: relative;
}
#secondary-navigation {
  top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  #secondary-navigation {
    top: 1.25rem;
  }
}
@media (max-width: 568px) {
  #secondary-navigation {
    top: 1rem;
  }
}
#secondary-navigation .inside-navigation {
  max-width: calc(100vw - 220px);
  margin: 0 auto;
  padding-right: 5px;
}
#secondary-navigation .main-nav {
  position: absolute;
  top: 0;
}
#secondary-navigation .main-nav .secondary-menu {
  margin-right: 10px;
}
#secondary-navigation .main-nav ul li {
  margin-left: 2rem;
}
#secondary-navigation .main-nav ul li.current-menu-item > a, #secondary-navigation .main-nav ul li.current-menu-ancestor > a, #secondary-navigation .main-nav ul li.current-menu-parent > a {
  text-decoration: underline;
}
#secondary-navigation .main-nav ul li a {
  font-size: 1.125rem;
  padding: 0;
}
#secondary-navigation .main-nav ul li a:hover, #secondary-navigation .main-nav ul li a:focus {
  background-color: transparent;
}
#secondary-navigation .main-nav ul li a span {
  font-size: 1.125rem !important;
}
#secondary-navigation .main-nav .insta-logo {
  background-image: url("../images/instagram-icon-black.svg");
}
#secondary-navigation .main-nav .fb-logo {
  background-image: url("../images/facebook-icon-black.svg");
}
#secondary-navigation .main-nav .simple-lang-icon a::before {
  content: "";
  background-image: url("../images/icon-einfache-sprache.svg");
  display: inline-block;
  width: 19px;
  height: 23px;
  vertical-align: sub;
  margin-right: 0.75rem;
}

#wpadminbar ~ #generate-slideout-menu {
  top: 32px;
}

header .inside-header {
  position: relative;
  z-index: 99;
  padding: 28px 10px 28px 40px;
}
header .inside-header .site-logo a:hover,
header .inside-header .site-logo a:focus {
  background-color: transparent;
}
header .inside-header .site-logo a:hover img,
header .inside-header .site-logo a:focus img {
  transform: scale(1.15);
  transition: transform 0.5s ease-in-out;
}
header .inside-header #primary-menu #menu-hauptmenue {
  justify-content: flex-end;
}
header .inside-header #primary-menu #menu-hauptmenue > li {
  margin-bottom: 0;
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li:hover .sub-menu, header .inside-header #primary-menu #menu-hauptmenue > li.sfHover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
  }
  header .inside-header #primary-menu #menu-hauptmenue > li:hover .dropdown-menu-toggle .gp-icon svg, header .inside-header #primary-menu #menu-hauptmenue > li.sfHover .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(180deg);
  }
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li.click-closed:hover .sub-menu, header .inside-header #primary-menu #menu-hauptmenue > li.click-closed.sfHover .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    display: none !important;
  }
  header .inside-header #primary-menu #menu-hauptmenue > li.click-closed:hover .dropdown-menu-toggle .gp-icon svg, header .inside-header #primary-menu #menu-hauptmenue > li.click-closed.sfHover .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(0deg) !important;
  }
}
header .inside-header #primary-menu #menu-hauptmenue > li:hover::after, header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-item::after, header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-ancestor::after, header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-parent::after {
  width: calc(100% - 22px);
}
header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-item > a, header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-ancestor > a, header .inside-header #primary-menu #menu-hauptmenue > li.current-menu-parent > a {
  text-decoration: underline;
}
header .inside-header #primary-menu #menu-hauptmenue > li > a {
  margin-left: 2rem;
}
header .inside-header #primary-menu #menu-hauptmenue > li a {
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
header .inside-header #primary-menu #menu-hauptmenue > li a {
  font-size: 1.25rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  header .inside-header #primary-menu #menu-hauptmenue > li a {
    font-size: 1.25rem;
  }
}
@media (max-width: 568px) {
  header .inside-header #primary-menu #menu-hauptmenue > li a {
    font-size: 1rem;
  }
}
header .inside-header #primary-menu #menu-hauptmenue > li a .dropdown-menu-toggle {
  padding-left: 2px;
  padding-right: 0;
}
header .inside-header #primary-menu #menu-hauptmenue > li a .dropdown-menu-toggle .gp-icon {
  top: 4px;
  position: relative;
}
header .inside-header #primary-menu #menu-hauptmenue > li a .dropdown-menu-toggle .gp-icon svg {
  top: 0;
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li a .dropdown-menu-toggle:hover .gp-icon svg {
    transform: rotate(180deg);
  }
}
header .inside-header #primary-menu #menu-hauptmenue > li a .dropdown-menu-toggle[aria-expanded=true] .gp-icon svg {
  transform: rotate(180deg);
}
header .inside-header #primary-menu #menu-hauptmenue > li a:hover, header .inside-header #primary-menu #menu-hauptmenue > li a:focus {
  background-color: transparent;
}
header .inside-header #primary-menu #menu-hauptmenue > li:last-child a {
  padding-right: 0;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    position: absolute;
    z-index: 999;
    right: 0;
    top: calc(100% + 14px);
    min-width: calc(100% - 22px);
  }
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: transparent;
    z-index: -1;
  }
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.toggled-on {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
  }
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.toggled-on.submenu-two-columns {
    display: flex !important;
    flex-direction: row !important;
  }
}
@media (min-width: 945px) {
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.submenu-two-columns {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 598px !important;
    overflow: visible !important;
    box-shadow: 0 2px 6px 0 rgba(112, 112, 112, 0.77);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }
}
@media (min-width: 945px) and (max-width: 1050px) {
  header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.submenu-two-columns {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.submenu-two-columns .menu-column-right {
  margin-left: 20px;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu.submenu-two-columns li:not(:last-child):not(.material-slider-anchor):not(.menu-item-anchor):after {
  left: calc(50% + 10px);
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li {
  margin-bottom: 0;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li a {
  font-size: 1.125rem;
  padding-right: 20px;
  padding-left: 20px;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li:hover a {
  background-color: var(--wp--preset--color--primary);
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li:not(:last-child):not(.material-slider-anchor):not(.menu-item-anchor):after {
  content: "";
  background-color: var(--wp--preset--color--accent);
  height: 2px;
  display: block;
  width: calc(100% - 20px);
  margin: 8px 0;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li:has(+ .menu-item-anchor):after {
  display: none !important;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li.menu-item-anchor:not(:has(+ .menu-item-anchor)):not(:last-child):after {
  content: "";
  background-color: var(--wp--preset--color--accent);
  height: 2px;
  display: block !important;
  width: calc(100% - 20px);
  margin: 8px 0;
  transform: translateX(-50%);
  left: calc(50% + 10px);
  position: relative;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li[class*=current-menu-]:hover a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li[class*=current-menu-] > a {
  background-color: transparent;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li.menu-item-anchor a {
  font-weight: 400;
  font-size: 1.125rem;
}
header .inside-header #primary-menu #menu-hauptmenue > li .sub-menu li.menu-item-anchor a ::after {
  height: 0;
  background-color: none;
}

.menu > li:hover > a:after,
.menu li.parent-hidden li:hover > a:after,
.sf-menu > li:hover > a:after,
.sf-menu li.parent-hidden li:hover > a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -18px;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent);
  left: calc(50% + 1rem);
  border-radius: 50%;
}
.menu > li:has(.dropdown-menu-toggle):hover > a:after,
.sf-menu > li:has(.dropdown-menu-toggle):hover > a:after {
  left: 50%;
}

.secondary-menu > li:hover > a:after {
  top: auto;
  bottom: -7px;
  background-color: var(--wp--preset--color--secondary);
  left: 50%;
}

.social-logo {
  width: 24px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.social-logo a {
  font-size: 0 !important;
}

@media (min-width: 945px) {
  header .main-navigation {
    margin-top: auto;
    padding-top: 2rem;
    border-top: none;
    position: relative;
  }
  header .main-navigation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    right: 0;
    height: 2px;
    background-color: rgba(0, 42, 87, 0.5);
  }
}
@media (min-width: 1441px) {
  header .inside-header {
    max-width: calc(100vw - 240px);
    margin: 0 auto;
    padding: 1.75rem 2rem;
  }
  #secondary-navigation .inside-navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1440px) {
  header .inside-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #secondary-navigation .inside-navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body.slideout-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body:not(.slideout-open) {
  position: static !important;
  overflow: auto !important;
  height: auto !important;
  width: auto !important;
}

@media (max-width: 944px) {
  #secondary-navigation {
    display: none;
  }
  header:not(.page-header):not(.entry-header) {
    background-color: var(--wp--preset--color--background);
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  header:not(.page-header):not(.entry-header) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  header:not(.page-header):not(.entry-header) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  header:not(.page-header):not(.entry-header) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 944px) {
  header:not(.page-header):not(.entry-header) .inside-header {
    padding: 1.25rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
  }
  header:not(.page-header):not(.entry-header) .inside-header .site-logo {
    top: 0;
    left: 0;
    text-align: left;
    width: auto;
    flex-shrink: 0;
    max-width: 75px;
  }
  header:not(.page-header):not(.entry-header) .inside-header .menu-toggle,
  header:not(.page-header):not(.entry-header) .inside-header #mobile-menu-control-wrapper {
    background-color: transparent;
    flex-shrink: 0;
    color: var(--wp--preset--color--text);
  }
  header:not(.page-header):not(.entry-header) .inside-header .menu-toggle .icon-menu-bars,
  header:not(.page-header):not(.entry-header) .inside-header #mobile-menu-control-wrapper .icon-menu-bars {
    font-size: 2rem;
  }
}
#generate-slideout-menu.slideout-navigation {
  background-color: var(--wp--preset--color--background);
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#generate-slideout-menu.slideout-navigation .inside-navigation {
  padding: 0;
  background-color: var(--wp--preset--color--background);
  max-width: unset;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#generate-slideout-menu.slideout-navigation .slideout-exit {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--wp--preset--color--secondary);
  cursor: pointer;
  z-index: 1000;
  padding: 10px;
}
#generate-slideout-menu.slideout-navigation .slideout-exit svg {
  display: none;
}
#generate-slideout-menu.slideout-navigation .slideout-exit::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background-image: url("../images/mobile-menu-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#generate-slideout-menu.slideout-navigation .main-nav {
  background-color: var(--wp--preset--color--background);
  padding-top: 60px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  position: relative;
  margin-bottom: -5px;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li.top-menu {
  border-bottom: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li.top-menu > a {
  justify-content: flex-start;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: -60px;
  margin-bottom: 35px;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li:last-child:not(.bottom-menu) {
  border-bottom: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li > a {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  padding: 16px 20px 1px 20px;
  box-sizing: border-box;
  /*                     word-wrap: break-word;
                      overflow-wrap: break-word; */
  line-height: 2.1;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .dropdown-menu-toggle {
  margin-left: auto;
  padding: 8px;
  border-left: none;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .dropdown-menu-toggle .gp-icon {
  display: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .dropdown-menu-toggle::before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-image: url("../images/mobile-menu-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .dropdown-menu-toggle[aria-expanded=true]::before {
  transform: rotate(180deg);
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu {
  background-color: var(--wp--preset--color--bg-3);
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu.toggled-on {
  display: block !important;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li {
  background-color: var(--wp--preset--color--bg-3);
  border-bottom: 1px solid var(--wp--preset--color--accent);
  margin: 0;
  text-align: left;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:last-child {
  border-bottom: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:hover, #generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:focus {
  background-color: var(--wp--preset--color--primary);
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:hover a, #generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:focus a {
  color: var(--wp--preset--color--text-inverse) !important;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:hover a, #generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li:focus a {
  background-color: transparent;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--wp--preset--color--secondary);
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li a:hover, #generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li a:focus {
  background-color: transparent;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li.menu-item-anchor {
  border-bottom: none;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li.menu-item-anchor > a {
  font-weight: 400;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li.menu-item-anchor:last-child {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue > li .sub-menu li.menu-item-anchor + li:not(.menu-item-anchor)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--accent);
  margin-bottom: -2px;
}
#generate-slideout-menu.slideout-navigation .main-nav #menu-mobile-menue .simple-lang-icon a::before {
  content: "";
  background-image: url("../images/icon-einfache-sprache.svg");
  display: inline-block;
  width: 19px;
  height: 23px;
  vertical-align: sub;
  margin-right: 0.75rem;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--wp--preset--color--background);
  border-top: 1px solid var(--wp--preset--color--secondary);
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  margin-top: auto;
  flex-shrink: 0;
  padding: 20px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu {
  display: block;
  border-bottom: none;
  margin: 0;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu:first-child > a {
  text-align: left;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu:last-child > a {
  text-align: right;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu:not(:first-child):not(:last-child) > a {
  text-align: center;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu > a {
  color: var(--wp--preset--color--text);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu > a:hover, #generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu > a:focus {
  background-color: transparent;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu:first-child > a {
  justify-content: flex-start;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu:last-child > a {
  justify-content: flex-end;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu.insta-logo a, #generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu.fb-logo a {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  font-size: 0;
  height: 24px;
  width: 24px;
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu.insta-logo a {
  background-image: url("../images/instagram-icon-black.svg");
}
#generate-slideout-menu.slideout-navigation .bottom-menu-container .bottom-menu.fb-logo a {
  background-image: url("../images/facebook-icon-black.svg");
}
#generate-slideout-menu.slideout-navigation.has-bottom-menu .main-nav {
  padding-bottom: 60px;
}

#page .site-content {
  padding: 0;
}
@media (max-width: 944px) {
  #page .site-content {
    margin-top: 2rem;
  }
}

html {
  height: 100%;
}

.site-header {
  grid-area: header;
}

.site-content {
  grid-area: content;
}

.site-footer {
  grid-area: footer;
}

.entry-content > .wp-block-group {
  padding-top: 5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .entry-content > .wp-block-group {
    padding-top: 3.5rem;
  }
}
@media (max-width: 568px) {
  .entry-content > .wp-block-group {
    padding-top: 2.5rem;
  }
}
.entry-content > .wp-block-group:not(.pb-0) {
  padding-bottom: 5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .entry-content > .wp-block-group:not(.pb-0) {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 568px) {
  .entry-content > .wp-block-group:not(.pb-0) {
    padding-bottom: 2.5rem;
  }
}
.entry-content > .wp-block-group > *:last-child {
  margin-bottom: 0;
}

input[type],
.is-style-input {
  background: var(--wp--preset--color--background);
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
input[type] :focus,
.is-style-input :focus {
  background: var(--wp--preset--color--background);
}

.mt-lg {
  margin-top: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .mt-lg {
    margin-top: 1.5rem;
  }
}
@media (max-width: 568px) {
  .mt-lg {
    margin-top: 1.25rem;
  }
}

.mb-lg {
  margin-bottom: 2rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .mb-lg {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 568px) {
  .mb-lg {
    margin-bottom: 1.25rem;
  }
}

.mb-xs {
  margin-bottom: 0.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .mb-xs {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 568px) {
  .mb-xs {
    margin-bottom: 0.25rem;
  }
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.page-template-page-materialsuche .page-title {
  text-align: center;
}
.page-template-page-materialsuche .filter-section {
  background-image: url("../images/hintergrund-materialsuche.png");
  background-color: var(--wp--preset--color--bg-2);
  background-size: cover;
  background-position: bottom right;
  padding-bottom: 0.5rem !important;
}
@media (min-width: 1441px) {
  .page-template-page-materialsuche .filter-section {
    background-size: 100% !important;
  }
}
.page-template-page-materialsuche #toggle-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  padding: 0.5em 0;
  color: var(--wp--preset--color--text);
  border-bottom: 0.125rem solid var(--wp--preset--color--secondary);
  margin-top: 2.5rem;
  margin-bottom: 1.6875rem;
}
.page-template-page-materialsuche #toggle-filters .label {
  font-size: 1.5rem;
}
.page-template-page-materialsuche #toggle-filters .chevron {
  position: relative;
  top: 4px;
  width: 1.875rem;
  height: 1.125rem;
  transition: transform 0.3s ease;
}
.page-template-page-materialsuche #toggle-filters[aria-expanded=false] .chevron {
  transform: rotate(180deg);
}
.page-template-page-materialsuche #toggle-filters[aria-expanded=true] .chevron {
  transform: rotate(0deg);
}
.page-template-page-materialsuche .active-filters-container {
  margin-bottom: 2rem;
}
.page-template-page-materialsuche .active-filters-container .active-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.page-template-page-materialsuche .active-filters-container .active-filters-label {
  font-weight: bold;
  color: var(--wp--preset--color--text);
  margin-right: 0.5rem;
}
.page-template-page-materialsuche .active-filters-container .active-filter-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.page-template-page-materialsuche .active-filters-container .filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 3.5rem;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  cursor: pointer;
  font-weight: bold;
}
.page-template-page-materialsuche .active-filters-container .filter-tag svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.page-template-page-materialsuche .active-filters-container .filter-tag svg path {
  fill: currentColor;
}
.page-template-page-materialsuche .active-filters-container .filter-tag span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
}
.page-template-page-materialsuche #filter-form {
  margin-bottom: 75px;
}
.page-template-page-materialsuche #filter-form.collapsed {
  display: none;
}
.page-template-page-materialsuche #filter-form .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
  min-width: 0;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col label {
  font-weight: bold;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper {
  position: relative;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper input {
  width: 100%;
  padding-left: 2.4rem;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper input:focus {
  background-color: var(--wp--preset--color--background);
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: -1px;
  border-color: var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper input ::-moz-placeholder {
  color: var(--wp--preset--color--text);
  opacity: 1;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper input ::placeholder {
  color: var(--wp--preset--color--text);
  opacity: 1;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper img {
  position: absolute;
  height: 100%;
  width: 21px;
  margin-left: 8px;
  margin-top: 5px;
  z-index: 2;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper #rlvlive:empty {
  display: none !important;
  pointer-events: none !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  margin-top: 0px !important;
  background: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
  max-height: 400px !important;
  overflow-y: auto !important;
  width: 100% !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results:empty {
  display: none !important;
  pointer-events: none !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .live-ajax-messages {
  display: block !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-has-spinner {
  border-color: var(--wp--preset--color--secondary) !important;
  border-right-color: transparent !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-has-spinner::after {
  background: var(--wp--preset--color--secondary) !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-search-results,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .ajax-results {
  padding: 0;
  display: block !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result-status {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--text);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  margin: 0;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result:last-child,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item:last-child {
  border-bottom: none;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result a,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item a {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--wp--preset--color--text);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result a:hover, .page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result a:focus,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item a:hover,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item a:focus {
  background-color: var(--wp--preset--color--bg-2);
  outline: none;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result a .rlv-result-title,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item a .rlv-result-title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 0.25rem;
  font-size: 1rem;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-result a .rlv-result-excerpt,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item a .rlv-result-excerpt {
  display: block;
  font-size: 0.875rem;
  color: var(--wp--preset--color--text);
  line-height: 1.4;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item-all {
  text-align: center;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item-all a {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-result-item-all a:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-show-all {
  padding: 0.75rem 1rem;
  border-top: 2px solid var(--wp--preset--color--bg-2);
  text-align: center;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-show-all .rlv-show-all-button {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--secondary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  font-size: 0.9375rem;
  padding: 0.625rem 1rem;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-show-all .rlv-show-all-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .rlv-no-results,
.page-template-page-materialsuche #filter-form .filter-row .filter-col .search-input-wrapper .relevanssi-live-search-results .relevanssi-live-search-no-results {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--wp--preset--color--text);
  margin: 0;
  font-size: 0.9375rem;
  display: block !important;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  margin: 13px 0 0;
  padding: 5px 5px 6px 10px;
  border-radius: 10px;
  border: solid 2px var(--wp--preset--color--secondary);
  font-size: 1.125rem;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px 6px 10px;
  margin: 13px 0 0;
  cursor: pointer;
  font-size: 1.125rem;
  color: var(--wp--preset--color--text);
  text-align: left;
  box-sizing: border-box;
  background: var(--wp--preset--color--background);
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button:focus {
  outline: 2px solid var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button[aria-expanded=true] {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button[aria-expanded=true] .custom-arrow {
  transform: rotate(180deg);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button .custom-select-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--wp--preset--color--text);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-arrow {
  pointer-events: none;
  transition: transform 0.3s ease;
  color: var(--wp--preset--color--secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 10px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  margin-top: 2px;
  display: none;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown.open {
  display: block;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 1.125rem;
  color: var(--wp--preset--color--text);
  background: white;
  border: none;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option:hover, .page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option:focus {
  background-color: var(--wp--preset--color--bg-2);
  outline: none;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option.selected {
  background-color: var(--wp--preset--color--bg-2);
  color: var(--wp--preset--color--text);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option.highlighted {
  background-color: var(--wp--preset--color--bg-2);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: 3px;
  background: white;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-checkbox:checked {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-checkbox:focus {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 1px;
}
.page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-label {
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-template-page-materialsuche #filter-form .tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3.4375rem;
  margin-top: 3.4375rem;
}
.page-template-page-materialsuche #filter-form .tag-row .tag-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--wp--preset--color--bg-2);
  border-radius: 10px;
  padding: 2px 12px;
  cursor: pointer;
  font-size: 1.125rem;
  color: var(--wp--preset--color--text);
  background-color: var(--wp--preset--color--bg-2);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.page-template-page-materialsuche #filter-form .tag-row .tag-toggle input {
  display: none;
}
.page-template-page-materialsuche #filter-form .tag-row .tag-toggle span {
  pointer-events: none;
  font-size: 1.125rem;
}
.page-template-page-materialsuche #filter-form .tag-row .tag-toggle:has(input:checked) {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border-color: var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-actions {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left {
  display: flex;
  gap: 3.5rem;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left #submit-filters {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--secondary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left #submit-filters:hover {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters {
  display: none;
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  padding: 0;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters svg {
  position: relative;
  right: 10px;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters span {
  font-size: 1.125rem;
  font-weight: bold;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right {
  display: flex;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 52px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .switch-slider {
  width: 52px;
  height: 32px;
  background-color: var(--wp--preset--color--background);
  border-radius: 999px;
  border: 1px solid var(--wp--preset--color--secondary);
  position: relative;
  margin-right: 1rem;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .switch-slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background: var(--wp--preset--color--secondary);
  border-radius: 50%;
  transition: transform 0.3s;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch input[type=checkbox]:focus + .switch-slider {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch input[type=checkbox]:checked + .switch-slider {
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch input[type=checkbox]:checked + .switch-slider::before {
  transform: translateX(20px);
  background-color: var(--wp--preset--color--background);
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon {
  background: none;
  border: none;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  color: var(--wp--preset--color--secondary);
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon:hover, .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon:focus {
  color: var(--wp--preset--color--primary);
  outline: none;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon svg {
  width: 20px;
  height: 20px;
  padding: 0;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: calc(100% - 40px);
  right: auto;
  background: var(--wp--preset--color--background);
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  max-width: 320px;
  z-index: 1001;
  white-space: normal;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  border: 8px solid transparent;
  border-top-color: var(--wp--preset--color--secondary);
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 22px;
  border: 6px solid transparent;
  border-top-color: var(--wp--preset--color--background);
  z-index: 1;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip p {
  margin: 0;
  padding-right: 24px;
  color: var(--wp--preset--color--text);
  font-size: 0.9375rem;
  line-height: 1.4;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip .tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: var(--wp--preset--color--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip .tooltip-close:hover, .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip .tooltip-close:focus {
  color: var(--wp--preset--color--primary);
  outline: none;
}
.page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip .tooltip-close svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 944px) {
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip {
    top: calc(100% + 10px);
    bottom: auto;
    left: auto;
    right: -20px;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip::after {
    bottom: 100%;
    top: auto;
    right: 20px;
    left: auto;
    border: 8px solid transparent;
    border-bottom-color: var(--wp--preset--color--secondary);
    border-top-color: transparent;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip::before {
    bottom: 100%;
    top: auto;
    right: 22px;
    left: auto;
    border: 6px solid transparent;
    border-bottom-color: var(--wp--preset--color--background);
    border-top-color: transparent;
  }
}
.page-template-page-materialsuche .sticky-filter-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--wp--preset--color--bg-2);
  padding: 2rem 0;
}
.page-template-page-materialsuche .sticky-filter-bar .sticky-filter-content {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0;
}
.page-template-page-materialsuche .results-container {
  background-color: var(--wp--preset--color--bg-3);
  padding-bottom: 7rem;
  padding-top: 4.6875rem;
}
@media (min-width: 945px) and (max-width: 1200px) {
  .page-template-page-materialsuche .results-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) {
  .page-template-page-materialsuche .results-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 568px) {
  .page-template-page-materialsuche .results-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-template-page-materialsuche .results-container #results-info {
  margin-bottom: 2.0625rem;
}
.page-template-page-materialsuche .results-container #results-info.loading {
  color: var(--wp--preset--color--text);
  font-weight: 500;
}
.page-template-page-materialsuche .results-container #results-info.loading::after {
  content: "...";
  animation: loading-dots 1.5s infinite;
}
@keyframes loading-dots {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60%, 100% {
    content: "...";
  }
}
.page-template-page-materialsuche .results-container .did-you-mean-container {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background-color: rgba(var(--wp--preset--color--primary), 0.05);
  border-left: 4px solid var(--wp--preset--color--primary);
  border-radius: 4px;
}
.page-template-page-materialsuche .results-container .did-you-mean-container .did-you-mean-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-template-page-materialsuche .results-container .did-you-mean-container .did-you-mean-wrapper .did-you-mean-text {
  color: var(--wp--preset--color--text);
  font-weight: 500;
}
.page-template-page-materialsuche .results-container .did-you-mean-container .did-you-mean-wrapper a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-template-page-materialsuche .results-container .did-you-mean-container .did-you-mean-wrapper a:hover, .page-template-page-materialsuche .results-container .did-you-mean-container .did-you-mean-wrapper a:focus {
  text-decoration: none;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
}
.page-template-page-materialsuche .results-container .load-more {
  text-align: center;
  padding-top: 32px;
}
.page-template-page-materialsuche .results-container .load-more #load-more {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.page-template-page-materialsuche .results-container .load-more #load-more:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.page-template-page-materialsuche .skeleton-card {
  background: var(--wp--preset--color--background);
  box-shadow: 0 2px 6px 0 #dedede;
  padding: 1.5rem;
  animation: skeleton-pulse 1.5s ease-in-out infinite;
}
.page-template-page-materialsuche .skeleton-card .skeleton-image {
  width: 150px;
  height: 212px;
  background: linear-gradient(90deg, #e8e8e8 0%, #f5f5f5 50%, #e8e8e8 100%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
  margin-bottom: 1rem;
}
.page-template-page-materialsuche .skeleton-card .skeleton-title {
  width: 80%;
  height: 1.5rem;
  background: linear-gradient(90deg, #e8e8e8 0%, #f5f5f5 50%, #e8e8e8 100%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
  margin-bottom: 0.75rem;
}
.page-template-page-materialsuche .skeleton-card .skeleton-text {
  width: 100%;
  height: 1rem;
  background: linear-gradient(90deg, #e8e8e8 0%, #f5f5f5 50%, #e8e8e8 100%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s ease-in-out infinite;
  margin-bottom: 0.5rem;
}
.page-template-page-materialsuche .skeleton-card .skeleton-text:last-child {
  width: 60%;
}
@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@media (max-width: 944px) {
  .page-template-page-materialsuche .filter-section {
    background-image: none;
  }
  .page-template-page-materialsuche .page-title {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 944px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche .page-title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .page-template-page-materialsuche .page-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 944px) {
  .page-template-page-materialsuche #toggle-filters {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 944px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 1.625rem;
    line-height: 1.385;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}
@media (max-width: 944px) {
  .page-template-page-materialsuche #toggle-filters .chevron {
    width: 1.5rem;
    height: 1rem;
  }
  .page-template-page-materialsuche #filter-form {
    margin-bottom: 3rem;
  }
  .page-template-page-materialsuche #filter-form .filter-row {
    gap: 0.75rem;
  }
  .page-template-page-materialsuche #filter-form .filter-row .filter-col {
    min-width: 180px;
  }
  .page-template-page-materialsuche #filter-form .tag-row {
    gap: 1rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
  .page-template-page-materialsuche #filter-form .tag-row .tag-toggle {
    font-size: 1rem;
  }
  .page-template-page-materialsuche #filter-form .tag-row .tag-toggle span {
    font-size: 1rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left {
    justify-content: center;
    gap: 1rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters {
    margin-left: 0;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters span {
    font-size: 1rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right {
    flex-basis: auto;
    display: flex;
    justify-content: center;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch {
    font-size: 1rem;
  }
  .page-template-page-materialsuche #results-info {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page-materialsuche #results-info {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 944px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche #results-info {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .page-template-page-materialsuche #results-info {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 944px) {
  .page-template-page-materialsuche .load-more {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .sticky-filter-content {
    padding: 0 0.75rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .back-to-filter-btn {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
    gap: 0.4rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .back-to-filter-btn svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 568px) {
  .page-template-page-materialsuche .page-title {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 568px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche .page-title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .page-template-page-materialsuche .page-title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media (max-width: 568px) {
  .page-template-page-materialsuche #toggle-filters {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 1.625rem;
    line-height: 1.385;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .page-template-page-materialsuche #toggle-filters .label {
    font-size: 1.375rem;
    line-height: 1.364;
  }
}
@media (max-width: 568px) {
  .page-template-page-materialsuche #toggle-filters .chevron {
    width: 1.25rem;
    height: 0.875rem;
  }
  .page-template-page-materialsuche #filter-form {
    margin-bottom: 2rem;
  }
  .page-template-page-materialsuche #filter-form .filter-row {
    flex-direction: column;
    gap: 1rem;
  }
  .page-template-page-materialsuche #filter-form .filter-row .filter-col {
    min-width: auto;
    flex: none;
  }
  .page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-button {
    font-size: 0.875rem;
    padding: 6px 10px 7px 10px;
  }
  .page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option {
    font-size: 0.875rem;
    padding: 8px 10px;
  }
  .page-template-page-materialsuche #filter-form .filter-row .filter-col .custom-select-wrapper .custom-select-dropdown .custom-select-option .custom-select-checkbox {
    width: 16px;
    height: 16px;
  }
  .page-template-page-materialsuche #filter-form .tag-row {
    gap: 0.75rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .page-template-page-materialsuche #filter-form .tag-row .tag-toggle {
    font-size: 0.875rem;
    padding: 4px 10px;
  }
  .page-template-page-materialsuche #filter-form .tag-row .tag-toggle span {
    font-size: 0.875rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left #submit-filters {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters {
    margin-left: 0;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-left button#reset-filters span {
    font-size: 0.875rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right {
    flex-basis: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch {
    font-size: 0.875rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
    position: relative;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .switch-slider {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon {
    position: static;
    margin-left: 0;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-icon svg {
    width: 18px;
    height: 18px;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip {
    min-width: 240px;
    max-width: 280px;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch .info-tooltip p {
    font-size: 0.875rem;
  }
  .page-template-page-materialsuche #filter-form .filter-actions .filter-actions-right label.toggle-switch svg {
    width: 30px;
    padding-left: 0;
  }
  .page-template-page-materialsuche #results-info {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .page-template-page-materialsuche #results-info {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) and (min-width: 569px) and (max-width: 944px) {
  .page-template-page-materialsuche #results-info {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .page-template-page-materialsuche #results-info {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .page-template-page-materialsuche .load-more {
    padding-top: 0.75rem;
    padding-bottom: 2rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .sticky-filter-content {
    padding: 0 0.5rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .back-to-filter-btn {
    font-size: 0.8rem;
    padding: 0.35rem 0.7rem;
    gap: 0.3rem;
  }
  .page-template-page-materialsuche .sticky-filter-bar .back-to-filter-btn svg {
    width: 12px;
    height: 12px;
  }
}
.wp-block-group.is-style-narrow {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-group.is-style-infobox {
  padding: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .wp-block-group.is-style-infobox {
    padding: 1.25rem;
  }
}
@media (max-width: 568px) {
  .wp-block-group.is-style-infobox {
    padding: 1rem;
  }
}

.wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.acb-themen-bubbles {
  padding-top: 0;
  padding-bottom: 0;
}
.acb-themen-bubbles .wp-block-group {
  padding: 0;
}
.acb-themen-bubbles .wp-block-group p {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-out;
  position: relative;
}
.acb-themen-bubbles .wp-block-group p:hover {
  background-color: var(--wp--preset--color--accent);
}
.acb-themen-bubbles .wp-block-group p a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 10px;
}
.acb-themen-bubbles .wp-block-group p a:hover {
  background-color: transparent;
}
@media (max-width: 568px) {
  .acb-themen-bubbles {
    grid-template-columns: repeat(2, 1fr) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.inside-article > .entry-content > .wp-block-group:not(.home-hero):first-child:not(:has(.toc)) > .wp-block-group,
.inside-article > .entry-content > .wp-block-group:first-child:not(.toc):not(:has(.toc)) > .wp-block-group {
  padding-top: 0;
}

@media (max-width: 944px) {
  .wp-block-group.alignfull > .wp-block-group > .wp-block-columns > .wp-block-column:nth-of-type(2) > figure {
    float: none;
    margin-bottom: 2rem;
  }
  .wp-block-group.alignfull > .wp-block-group > .wp-block-columns > .wp-block-column:nth-of-type(2) > figure img {
    max-width: 50vw;
  }
}
@media (max-width: 1200px) {
  .group-right-img .sticky-right-img {
    margin-top: -5rem;
  }
  .group-right-img .sticky-right-img img {
    max-width: 40vw;
  }
  .article-information > .wp-block-group .wp-block-column > p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) {
  .group-right-img .sticky-right-img {
    position: relative;
    text-align: right;
  }
  .group-right-img .sticky-right-img img {
    margin: 0 -15px -32px 0;
  }
  .acb-informationen .wp-block-column {
    padding: 1.5rem;
  }
}
@media (max-width: 944px) and (min-width: 569px) and (max-width: 944px) {
  .acb-informationen .wp-block-column {
    padding: 1.25rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .acb-informationen .wp-block-column {
    padding: 1rem;
  }
}
@media (max-width: 568px) {
  .group-right-img .sticky-right-img {
    margin-top: -3rem;
  }
  .group-right-img .sticky-right-img img {
    margin-bottom: -24px;
  }
}
blockquote.is-layout-flow {
  padding: 2rem;
  position: relative;
  padding-left: 4.5rem;
}
blockquote.is-layout-flow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.375rem;
  width: 43px;
  height: 43px;
  background-image: url("../images/icon-zitatpunkt-rot.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
blockquote.is-layout-flow p {
  color: var(--wp--preset--color--text-quote);
  font-size: 1.375rem;
  line-height: 1.5;
  font-style: italic;
}
blockquote.is-layout-flow cite {
  color: #272727;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
}

.wp-block-details {
  overflow: hidden;
}
.wp-block-details {
  margin-bottom: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .wp-block-details {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 568px) {
  .wp-block-details {
    margin-bottom: 1rem;
  }
}
.wp-block-details summary {
  font-family: var(--gp-font--barlow);
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.wp-block-details summary {
  font-size: 1.5rem;
  line-height: 1.333;
}
@media (min-width: 569px) and (max-width: 944px) {
  .wp-block-details summary {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 568px) {
  .wp-block-details summary {
    font-size: 1.125rem;
    line-height: 1.333;
  }
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary strong {
  font-weight: normal;
}
.wp-block-details summary::after {
  content: "";
  background-image: url("../images/accordeon-chevron.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  transition: transform 0.3s ease;
}
.wp-block-details[open] summary::after {
  transform: rotate(180deg);
}
.wp-block-details > p, .wp-block-details > div {
  padding: 1em;
  margin: 0;
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--primary);
}
.wp-block-details > p, .wp-block-details > div {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .wp-block-details > p, .wp-block-details > div {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .wp-block-details > p, .wp-block-details > div {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.wp-block-details > ul {
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--primary);
}

.acb-faq summary .acb-faq-question-heading {
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
  max-width: 85%;
}
.acb-faq summary .acb-faq-question-heading {
  font-size: 1.375rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .acb-faq summary .acb-faq-question-heading {
    font-size: 1.375rem;
  }
}
@media (max-width: 568px) {
  .acb-faq summary .acb-faq-question-heading {
    font-size: 1.125rem;
  }
}
.acb-faq summary + div {
  margin-block-start: 0;
}
.acb-faq summary + div a {
  color: var(--wp--preset--color--text-inverse);
}
.acb-faq summary + div a:hover {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--text-inverse);
}
.acb-faq summary + div ul li::before {
  color: var(--wp--preset--color--text-inverse);
}
.acb-faq summary + div ul li a:hover {
  color: var(--wp--preset--color--primary);
}

@media (max-width: 568px) {
  .wp-block-details summary {
    padding: 0.75em;
  }
  .wp-block-details p {
    padding: 0.75em;
  }
}
.search-submit-button {
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.search-submit-button img {
  height: 30px;
  width: 30px;
  transition: opacity 0.3s ease;
}

ul.styled-list, ul.wp-block-list, .entry-content ul, .wp-block-group ul, .site-content ul, article ul {
  list-style: none;
  margin-left: 0;
}
ul.styled-list li, ul.wp-block-list li, .entry-content ul li, .wp-block-group ul li, .site-content ul li, article ul li {
  margin-bottom: -6px;
  line-height: 1.5;
}
ul.styled-list li::before, ul.wp-block-list li::before, .entry-content ul li::before, .wp-block-group ul li::before, .site-content ul li::before, article ul li::before {
  content: "•";
  color: var(--wp--preset--color--accent);
  font-size: 25px;
  position: relative;
  margin-left: -14px;
  top: 1px;
  left: -13px;
}

.help-section .help-menu #wp-doc-sidebar a:hover {
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--primary);
}

.help-article a:hover {
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--primary);
}

.kurz-erklaert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}
.kurz-erklaert-grid .alphabet-nav {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 65%;
  margin-bottom: 2rem;
}
.kurz-erklaert-grid .alphabet-nav .alphabet-link {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-family: var(--gp-font--barlow);
  font-weight: 500;
  font-size: 1.375rem;
  text-decoration: underline;
  padding: 0 14.5px;
  position: relative;
}
.kurz-erklaert-grid .alphabet-nav .alphabet-link.disabled {
  color: #dedede;
  cursor: not-allowed;
  text-decoration: none;
}
.kurz-erklaert-grid .alphabet-nav .alphabet-link:hover:not(.disabled) {
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.kurz-erklaert-grid .alphabet-nav .alphabet-link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: #dedede;
}
.kurz-erklaert-grid .letter-divider-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--template);
  color: var(--wp--preset--color--secondary);
  box-shadow: 0 2px 6px 0 #dedede;
  position: relative;
  overflow: hidden;
}
.kurz-erklaert-grid .letter-divider-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/letter-divider-bg.svg") no-repeat left;
  background-size: contain;
}
.kurz-erklaert-grid .letter-divider-box .letter-divider-content {
  position: relative;
  z-index: 1;
  left: 35%;
  bottom: 30%;
}
.kurz-erklaert-grid .letter-divider-box .letter-divider-letter {
  font-size: 4.5rem;
  font-weight: 500;
  display: block;
}

.kurz-erklaert-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--bg-3);
  box-shadow: 0 2px 6px 0 #dedede;
}
.kurz-erklaert-box .kurz-erklaert-box-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}
.kurz-erklaert-box .kurz-erklaert-box-link:hover, .kurz-erklaert-box .kurz-erklaert-box-link:focus, .kurz-erklaert-box .kurz-erklaert-box-link:active {
  background-color: transparent;
  color: inherit;
}
.kurz-erklaert-box .kurz-erklaert-box-link:focus-visible {
  outline: 3px solid var(--wp--preset--color--primary);
  outline-offset: -3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.kurz-erklaert-box .kurz-erklaert-box-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.kurz-erklaert-box .kurz-erklaert-box-content > *:not(:last-child) {
  margin: 0 0 1.5rem;
}
.kurz-erklaert-box .kurz-erklaert-box-content .dot img {
  display: block;
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-title {
  color: var(--wp--preset--color--secondary);
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-title {
  font-size: 1.375rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 568px) {
  .kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-title {
    font-size: 1.125rem;
  }
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-excerpt {
  flex: 1;
  line-height: 1.5;
  color: var(--wp--preset--color--text);
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-excerpt {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-excerpt {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-excerpt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-separator {
  width: 100%;
  height: 1px;
  display: block;
}
.kurz-erklaert-box .kurz-erklaert-box-content .kurz-erklaert-box-separator svg {
  width: 100%;
  height: 1px;
  display: block;
}
.kurz-erklaert-box .kurz-erklaert-box-content .wp-block-button.is-style-fill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.kurz-erklaert-box .kurz-erklaert-box-content .wp-block-button.is-style-fill .kurz-erklaert-box-button {
  cursor: pointer;
}
.kurz-erklaert-box .kurz-erklaert-box-content .wp-block-button.is-style-fill .video-icon {
  position: absolute;
  right: 32px;
  display: inline-flex;
  align-items: center;
}
.kurz-erklaert-box .kurz-erklaert-box-content .wp-block-button.is-style-fill .video-icon img {
  width: 34px;
  height: 27px;
}
.kurz-erklaert-box .kurz-erklaert-box-button strong:hover {
  text-decoration: none;
  color: var(--wp--preset--color--text-inverse);
  background-color: var(--wp--preset--color--secondary);
  padding: 0 2px;
}

@media (max-width: 944px) {
  .kurz-erklaert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin: 0;
  }
  .kurz-erklaert-grid .alphabet-nav {
    width: 100%;
  }
  .kurz-erklaert-grid .letter-divider-box {
    min-height: 150px;
  }
  .kurz-erklaert-grid .letter-divider-box .letter-divider-content .letter-divider-letter {
    font-size: 3rem;
  }
}
@media (max-width: 568px) {
  .kurz-erklaert-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .kurz-erklaert-grid .letter-divider-box {
    min-height: 120px;
  }
  .kurz-erklaert-grid .letter-divider-box .letter-divider-content .letter-divider-letter {
    font-size: 2.5rem;
  }
  .kurz-erklaert-grid .kurz-erklaert-box .kurz-erklaert-box-ribbon {
    font-size: 0.875rem;
    padding: 3px 10px 3px 20px;
    top: 1.5rem;
  }
  .kurz-erklaert-grid .kurz-erklaert-box .kurz-erklaert-box-image img,
  .kurz-erklaert-grid .kurz-erklaert-box .kurz-erklaert-box-image .no-image-placeholder {
    max-height: 120px;
    border-radius: 15px;
  }
  .kurz-erklaert-grid .kurz-erklaert-box .kurz-erklaert-box-image .no-image-placeholder span {
    font-size: 2rem;
  }
}
.single-post.category-begriff .entry-header .entry-meta, .single-post.category-methode .entry-header .entry-meta {
  display: none;
}

.material-box {
  background: var(--wp--preset--color--background);
  overflow: hidden;
  box-shadow: 0 2px 6px 0 #dedede;
  position: relative;
}
.material-box.material-box-archived .material-box-ribbon {
  position: absolute;
  top: 12px;
  left: 0;
  background: var(--wp--preset--color--bg-2);
  color: var(--wp--preset--color--secondary);
  z-index: 10;
  padding: 8px 24px;
}
.material-box .material-box-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}
.material-box .material-box-row-1 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding-bottom: 16px;
}
.material-box .material-box-row-1 .material-box-image-wrapper {
  width: 150px;
  height: 214px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.material-box .material-box-row-1 .material-box-image-wrapper .material-box-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.material-box .material-box-row-1 .material-box-image-wrapper.has-color-background {
  transition: background-color 0.3s ease;
}
.material-box .material-box-row-1 .material-box-image-wrapper.has-color-background .material-box-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.material-box .material-box-row-1 .material-box-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 202px;
}
.material-box .material-box-row-1 .material-box-info {
  gap: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .material-box .material-box-row-1 .material-box-info {
    gap: 1.25rem;
  }
}
@media (max-width: 568px) {
  .material-box .material-box-row-1 .material-box-info {
    gap: 1rem;
  }
}
.material-box .material-box-title {
  margin: 0;
  color: var(--wp--preset--color--secondary);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 8.4375rem;
  font-family: var(--gp-font--barlow);
}
.material-box .material-box-title {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 569px) and (max-width: 944px) {
  .material-box .material-box-title {
    font-size: 1.125rem;
    line-height: 1.385;
  }
}
@media (max-width: 568px) {
  .material-box .material-box-title {
    font-size: 1rem;
    line-height: 1.364;
  }
}
.material-box .material-box-title a {
  color: inherit;
  text-decoration: none;
}
.material-box .material-box-title a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.material-box .wp-block-button {
  margin: 0;
}
.material-box .wp-block-button .material-box-button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.material-box .wp-block-button .material-box-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.material-box .material-box-row-2 {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
  color: #272727;
  border-top: 1px solid #bebdbd;
}
.material-box .material-box-row-2 {
  gap: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .material-box .material-box-row-2 {
    gap: 1.25rem;
  }
}
@media (max-width: 568px) {
  .material-box .material-box-row-2 {
    gap: 1rem;
  }
}
.material-box .material-box-row-2 {
  padding-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .material-box .material-box-row-2 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  .material-box .material-box-row-2 {
    padding-top: 1rem;
  }
}
.material-box .material-box-row-2 .material-box-publisher,
.material-box .material-box-row-2 .material-box-year {
  margin: 0;
}
.material-box .material-box-row-2 .material-box-publisher {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  height: 3.375rem;
}
.material-box .material-box-row-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bebdbd;
}
.material-box .material-box-row-3 {
  padding-top: 1.5rem;
}
@media (min-width: 569px) and (max-width: 944px) {
  .material-box .material-box-row-3 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 568px) {
  .material-box .material-box-row-3 {
    padding-top: 1rem;
  }
}
.material-box .material-box-row-3 .material-box-content-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-width: 0;
}
.material-box .material-box-row-3 .material-box-media-type {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.material-box .material-box-row-3 .material-box-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.material-box .material-box-row-3 .material-box-taxonomy {
  font-size: 1rem;
  color: #272727;
}
@media (max-width: 568px) {
  .material-box .material-box-row-1 {
    flex-direction: column;
  }
  .material-box .material-box-row-1 .material-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 5.6rem;
  }
  .material-box .material-box-row-2 .material-box-publisher {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 2.8rem;
  }
  .material-box .material-box-row-3 {
    display: none;
  }
}

.material-single {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 3.5rem 2rem;
  align-items: start;
  position: relative;
}
.material-single.material-single-archived .material-single-ribbon {
  position: absolute;
  top: 12px;
  left: 0;
  background: var(--wp--preset--color--bg-2);
  color: var(--wp--preset--color--secondary);
  z-index: 10;
  padding: 8px 24px;
}
.material-single-thumbnail .material-single-image {
  width: 100%;
  aspect-ratio: 453/647;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #bebdbd;
}
.material-single-thumbnail .material-single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.material-single-thumbnail .material-single-image.has-color-background {
  transition: background-color 0.3s ease;
}
.material-single-thumbnail .material-single-image.has-color-background img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.material-single .material-single__title {
  margin-top: 0 !important;
}
.material-single .material-single__offline-message {
  color: #707070;
  font-style: italic;
  padding-bottom: 2rem;
}
.material-single .material-single__external-link-btn, .material-single .material-single__download-btn {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}
.material-single .material-single__external-link-btn:hover, .material-single .material-single__download-btn:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.material-single .material-single__external-link-btn::before, .material-single .material-single__download-btn::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-externer-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.3s ease;
}
.material-single .material-single__external-link-btn:hover, .material-single .material-single__download-btn:hover {
  text-decoration: none;
}
.material-single .material-single__external-link-btn:hover::before, .material-single .material-single__download-btn:hover::before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(356%) hue-rotate(137deg) brightness(92%) contrast(91%);
}
.material-single .material-single__meta {
  margin-bottom: 2.5rem;
}
.material-single .material-single__downloads {
  display: flex;
  flex-direction: column;
}
.material-single .material-single__download-btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.material-single .material-single__hinweisbox {
  background: var(--wp--preset--color--bg-3);
  padding: 24px;
  margin: 32px 0;
}
.material-single .material-single__hinweisbox-title {
  font-weight: bold;
}
.material-single .material-single-header [class*=taxonomy-group] {
  display: flex;
}
.material-single .material-single-header [class*=taxonomy-group] [class*=taxonomy-terms] {
  margin: auto 0.5rem;
}
@media (max-width: 944px) {
  .material-single .material-single-taxonomies, .material-single .material-single-content {
    margin-top: 2rem;
  }
}
@media (max-width: 944px) and (min-width: 569px) and (max-width: 944px) {
  .material-single .material-single-taxonomies, .material-single .material-single-content {
    margin-top: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .material-single .material-single-taxonomies, .material-single .material-single-content {
    margin-top: 1.25rem;
  }
}
@media (max-width: 944px) {
  .material-single {
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 768px) {
  .material-single {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 2rem;
  }
  .material-single .material-single__title {
    order: -3;
  }
  .material-single-thumbnail {
    order: -2;
  }
  .material-single-thumbnail .material-single-image {
    max-width: 300px;
    margin: 0 auto;
  }
  .material-single-header {
    order: -1;
  }
  .material-single .material-single-taxonomies {
    order: 1;
    margin-top: 1.5rem;
  }
  .material-single .material-single-content {
    order: 2;
    margin-top: 1.5rem;
  }
}

.wp-block-group.has-background.hero-section h1 {
  font-size: 3.125rem;
}
@media (max-width: 1200px) {
  .wp-block-group.has-background.hero-section {
    background-size: 100% !important;
  }
}
@media (max-width: 944px) {
  .wp-block-group.has-background.hero-section {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    padding-bottom: 300px !important;
    background-image: url("../images/hero-section.svg") !important;
    background-color: var(--wp--preset--color--bg-2);
    background-size: contain !important;
    background-position: bottom !important;
  }
}
@media (max-width: 568px) {
  .wp-block-group.has-background.hero-section {
    background-size: 100vw !important;
    background-repeat: no-repeat !important;
  }
  .wp-block-group.has-background.hero-section h1 {
    font-size: 2.25rem;
  }
}

.newsletter-block {
  background-size: contain !important;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--bg-2);
}
.newsletter-block .wp-block-buttons {
  display: inline-block !important;
  margin-top: -39px !important;
  margin-left: 283px;
  vertical-align: top;
}
@media (max-width: 568px) {
  .newsletter-block .wp-block-buttons {
    margin-top: 16px !important;
    margin-left: 0;
  }
}
.newsletter-block .wp-block-buttons .wp-block-button.is-style-acb-secondary .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
}
.newsletter-block .wp-block-buttons .wp-block-button.is-style-acb-secondary .wp-block-button__link:active, .newsletter-block .wp-block-buttons .wp-block-button.is-style-acb-secondary .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text-inverse);
}
.newsletter-block .widget_newsletter2go {
  display: inline-block;
  width: 100%;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div {
  display: grid !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div > div:nth-child(1) {
  order: 1;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div > div:nth-child(2) {
  order: 2;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div > div:nth-child(3) {
  order: 3;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div > div:nth-child(5) {
  order: 4;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div > div:nth-child(4) {
  order: 5;
}
.newsletter-block .widget_newsletter2go .nl2go-widget img[src*="gdpr_lock.png"] {
  display: none !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget img[alt=captcha] {
  border-radius: 4px;
  margin: 1px;
}
.newsletter-block .widget_newsletter2go .nl2go-widget button[type=submit] {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-inverse);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 4px 23px 4px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px !important;
  cursor: pointer;
  font-size: 1.125rem;
  border: 2px solid var(--wp--preset--color--secondary) !important;
  line-height: 1.5;
}
.newsletter-block .widget_newsletter2go .nl2go-widget button[type=submit]:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.newsletter-block .widget_newsletter2go .nl2go-widget button[type=submit]:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--secondary) !important;
  border: 2px solid var(--wp--preset--color--secondary);
}
@media (max-width: 568px) {
  .newsletter-block .widget_newsletter2go .nl2go-widget button[type=submit] {
    font-size: 1rem;
  }
}
.newsletter-block .widget_newsletter2go .nl2go-widget form {
  display: flex;
  flex-direction: column;
}
.newsletter-block .widget_newsletter2go .nl2go-widget button[type=submit] {
  display: inline-block !important;
  width: auto !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div {
  margin-bottom: 1rem;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form > div:last-child {
  margin-bottom: 0;
}
.newsletter-block .widget_newsletter2go .nl2go-widget label {
  font-size: 1rem !important;
  line-height: 1.5;
  font-weight: bold !important;
  padding-left: 0 !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget input[type=email] {
  margin-bottom: 16px !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget input[type=email]::-moz-placeholder {
  opacity: 0 !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget input[type=email]::placeholder {
  opacity: 0 !important;
}
.newsletter-block .widget_newsletter2go .nl2go-widget input[type=email]:focus, .newsletter-block .widget_newsletter2go .nl2go-widget input[type=email]:active {
  background-color: var(--wp--preset--color--background) !important;
  border-color: var(--wp--preset--color--primary) !important;
  outline: 2px solid var(--wp--preset--color--primary) !important;
  outline-offset: -1px;
}
.newsletter-block .widget_newsletter2go .nl2go-widget a {
  color: var(--wp--preset--color--text) !important;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.newsletter-block .widget_newsletter2go .nl2go-widget a:hover {
  color: var(--wp--preset--color--text-inverse) !important;
  background-color: var(--wp--preset--color--text) !important;
  text-decoration: none;
}
.newsletter-block .widget_newsletter2go .nl2go-widget div[style*="padding: 10px 10px 10px 80px"] {
  padding: 10px 0 !important;
  font-size: 1rem;
}
.newsletter-block .widget_newsletter2go .nl2go-widget form h2 {
  font-family: var(--gp-font--inter);
  color: var(--wp--preset--color--text) !important;
  text-align: left !important;
  font-size: 1.125rem !important;
  font-weight: normal !important;
}
.newsletter-block .widget_newsletter2go:has(form h2) + .wp-block-buttons {
  margin-top: 32px !important;
  margin-left: 0 !important;
}
@media (max-width: 944px) {
  .newsletter-block {
    background-image: none !important;
  }
}

a.generate-back-to-top {
  border: none;
  background: url("../images/back-to-top-inaktiv.svg") no-repeat center;
  background-size: contain;
  border-radius: 0;
  width: 61px;
  height: 61px;
  right: unset;
  left: calc(100vw - 91px);
}
a.generate-back-to-top svg {
  display: none;
}
a.generate-back-to-top:hover {
  background: url("../images/back-to-top-aktiv.svg") no-repeat center;
  background-size: contain;
}

div#ez-toc-container, .toc {
  padding: 65px 75px 70px;
  border-radius: 18px;
}
div#ez-toc-container .ez-toc-title-container, .toc .ez-toc-title-container {
  display: none;
}
div#ez-toc-container ul, .toc ul {
  line-height: 1.5;
  padding-left: 2px;
}
div#ez-toc-container ul li, .toc ul li {
  padding-left: 2px;
}
div#ez-toc-container a, .toc a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline !important;
  font-weight: bold;
  line-height: 1.5;
}
div#ez-toc-container a:hover, .toc a:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text-inverse);
}
@media (max-width: 944px) {
  div#ez-toc-container, .toc {
    width: 95%;
  }
}
@media (max-width: 768px) {
  div#ez-toc-container, .toc {
    padding: 2rem;
  }
}

/**
 * Frontend styles for Column Stack Order
 * Reverses the column stacking order on mobile devices
 */
@media (max-width: 944px) {
  .wp-block-columns.reverse-stack-order {
    display: flex;
    flex-direction: column-reverse;
  }
  .wp-block-columns.reverse-stack-order .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .wp-block-columns.reverse-stack-order .wp-block-column:nth-child(2) .wp-block-image {
    max-width: 50%;
  }
}

.material-slider-block {
  position: relative;
  overflow: hidden;
}
.material-slider-block.has-bg-2-background-color {
  background-color: var(--wp--preset--color--bg-2);
  color: var(--wp--preset--color--text);
}
.material-slider-block.has-bg-3-background-color {
  background-color: var(--wp--preset--color--bg-3);
  color: var(--wp--preset--color--text);
}
.material-slider-block.has-bg-4-background-color {
  background-color: var(--wp--preset--color--bg-4);
  color: var(--wp--preset--color--text);
}
.material-slider-block .material-slider-header {
  position: relative;
  z-index: 2;
  text-align: center;
}
.material-slider-block .material-slider-header h2 {
  margin-top: 0;
}
.material-slider-block.has-bg-2-background-color.has-formen-decoration {
  background-image: url("../images/gelb-formen.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85%;
}
.material-slider-block.has-bg-3-background-color.has-formen-decoration .material-slider-container:before {
  content: url("../images/yellow-rect.svg");
}
.material-slider-block.has-bg-3-background-color.has-formen-decoration .material-slider-container:after {
  content: url("../images/yellow-circle.svg");
}
.material-slider-block.has-bg-4-background-color.has-formen-decoration .material-slider-container:before {
  content: url("../images/rose-edge.svg");
}
.material-slider-block.has-bg-4-background-color.has-formen-decoration .material-slider-container:after {
  content: url("../images/rose-rect.svg");
}
.material-slider-block[class*=has-formen-decoration] .material-slider-container:before {
  position: absolute;
  transform: translate(-20%, -50%);
  top: 0;
}
.material-slider-block[class*=has-formen-decoration] .material-slider-container:after {
  position: absolute;
  transform: translate(33%, 60%);
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .material-slider-block[class*=has-formen-decoration] .material-slider-container {
    gap: 0;
  }
  .material-slider-block[class*=has-formen-decoration] .material-slider-container:before {
    content: none !important;
  }
  .material-slider-block[class*=has-formen-decoration] .material-slider-container:after {
    content: none !important;
  }
}
.material-slider-block.has-formen-decoration {
  position: relative;
}
.material-slider-block.has-formen-decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  background-repeat: repeat;
  background-size: auto;
}
.material-slider-block .material-slider-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.material-slider-block .material-slider-wrapper {
  overflow: hidden;
  flex: 1;
}
.material-slider-block .material-slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.material-slider-block .material-slider-page {
  width: 100%;
  flex-shrink: 0;
}
.material-slider-block .material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .material-slider-block .material-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .material-slider-block .material-grid {
    padding: 0 0.5rem;
  }
}
.material-slider-block .material-slider-btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  z-index: 10;
  position: relative;
}
.material-slider-block .material-slider-btn .material-slider-icon {
  width: 38px;
  height: 38px;
  transition: opacity 0.2s ease;
  opacity: 1;
  position: absolute;
  left: 0;
}
.material-slider-block .material-slider-btn .material-slider-icon-hover {
  width: 38px;
  height: 38px;
  transition: opacity 0.2s ease;
  opacity: 0;
  position: absolute;
  left: 0;
}
.material-slider-block .material-slider-btn:hover .material-slider-icon {
  opacity: 0;
}
.material-slider-block .material-slider-btn:hover .material-slider-icon-hover {
  opacity: 1;
}
.material-slider-block .material-slider-btn.material-slider-prev {
  order: -1;
}
.material-slider-block .material-slider-btn.material-slider-next {
  order: 1;
}
.material-slider-block .material-slider-footer {
  text-align: center;
  margin-top: 2rem;
}
.material-slider-block .material-slider-footer .wp-block-button {
  margin: 0 auto;
}

.site-content {
  display: unset !important;
}

.read-more-container {
  display: none;
}

.single-themen_materialien .post-image,
.single-themen_materialien .featured-image,
.single-themen_materialien .entry-image,
.single-themen_materialien .post-thumbnail {
  display: none !important;
}

h4.has-background {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 7px;
}

h2.has-text-align-center {
  margin-left: -18px !important;
}

#page .site-content .wp-block-group.alignfull:not(.hero-section) {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
  width: auto !important;
}

@media (max-width: 944px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .wp-block-media-text {
    flex-direction: column;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: -1;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 1rem 0 !important;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  .wp-block-group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  .wp-block-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .wp-block-group {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 944px) {
  .wp-block-group.has-background {
    padding: 2rem 1rem !important;
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  .wp-block-cover {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  .wp-block-cover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .wp-block-cover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 944px) {
  .wp-block-cover__inner-container {
    padding: 2rem 1rem !important;
  }
  h2.has-text-align-center {
    margin-left: 0 !important;
  }
}
@media (max-width: 568px) {
  .wp-block-columns {
    gap: 1rem !important;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0.75rem 0 !important;
  }
  .wp-block-group.has-background {
    padding: 1.5rem 1rem !important;
  }
  .wp-block-cover__inner-container {
    padding: 1.5rem 1rem !important;
  }
}
* {
  box-sizing: border-box;
}

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

@media (min-width: 945px) and (max-width: 1200px) {
  .container,
  .wp-block-group,
  .wp-site-blocks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wp-block-group.alignfull {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wp-block-group.alignfull > .wp-block-group {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  .container,
  .wp-block-group,
  .wp-site-blocks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  .container,
  .wp-block-group,
  .wp-site-blocks {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .container,
  .wp-block-group,
  .wp-site-blocks {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 944px) and (min-width: 945px) and (max-width: 1200px) {
  .wp-block-group.alignfull {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 944px) and (max-width: 944px) {
  .wp-block-group.alignfull {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 944px) and (max-width: 568px) {
  .wp-block-group.alignfull {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 944px) {
  .wp-block-group.alignfull > .wp-block-group {
    padding-left: 0;
    padding-right: 0;
  }
}