@charset "UTF-8";
/*
Theme Name: Breiholdt Voscherau
Theme URI: https://breiholdt-voscherau.de
Author: Claudia Boehm
Author URI: https://pixelkommastrich.de
Description: Theme for Breiholdt Voscherau Immobilienanwaelte
Version: 1.0
Tags: responsive, clean, minimal, modern, wordpressify
*/
@font-face {
  font-family: "Manrope";
  src: url("font/Manrope-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 400;
  font-variation-settings: "wght" 400;
  font-display: swap;
}
@font-face {
  font-family: "Palanquin Regular";
  src: url("font/Palanquin-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palanquin Medium";
  src: url("font/Palanquin-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@page {
  size: auto;
  margin: 20mm 0 20mm 0 !important;
}
html {
  overflow-x: hidden;
  font-size: 18px;
}
@media screen and (min-width: 769px), print {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1408px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-hyphens: auto;
  color: #4E4F50;
  font-family: "Manrope", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  hyphens: auto;
  line-height: 1.625;
  margin: 0;
  position: relative;
}
@media print {
  body {
    margin-left: 30mm !important;
    margin-right: 20mm !important;
  }
}
@media screen and (min-width: 769px), print {
  body {
    hyphens: manual;
  }
}
@media screen and (max-width: 1023px) {
  body::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: transparent;
    z-index: 10;
    transition: all 0.5s 0s ease-in-out;
  }
}
body.body--with-mobile-menu {
  position: fixed;
}
body.body--with-mobile-menu::after {
  bottom: 0;
  top: 80px;
  background-color: rgba(0, 0, 0, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #425561;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: 0;
  margin-bottom: 0.47em;
  margin-block-start: 0;
  margin-block-end: 0.47em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1.3;
}
@media print {
  h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
  }
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}
#accordionArea h2 {
  margin-top: -0.1em;
}

h2 {
  color: #425561;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: 500;
  font-variation-settings: "wght" 700;
}

.entry-content li {
  list-style-position: initial;
}
.entry-content li::marker {
  font-size: 0.9rem;
}

a {
  color: #3E939E;
  text-decoration: none;
  transition: all 0.25s;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:focus-visible {
  outline: 2px solid #3E939E;
  outline-offset: 2px;
  border-radius: 1px;
  text-decoration: none;
}

ol:where(:not(.wp-block-list)),
ul:where(:not(.wp-block-list)) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__content ol:where(:not(.wp-block-list)):not([class]), .single__content ol:where(:not(.wp-block-list)):not([class]), #accordionArea ol:where(:not(.wp-block-list)):not([class]),
.page__content ul:where(:not(.wp-block-list)):not([class]),
.single__content ul:where(:not(.wp-block-list)):not([class]),
#accordionArea ul:where(:not(.wp-block-list)):not([class]) {
  list-style-type: disc;
  overflow: hidden;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.page__content ol:where(:not(.wp-block-list)) li:not([class]), .single__content ol:where(:not(.wp-block-list)) li:not([class]), #accordionArea ol:where(:not(.wp-block-list)) li:not([class]),
.page__content ul:where(:not(.wp-block-list)) li:not([class]),
.single__content ul:where(:not(.wp-block-list)) li:not([class]),
#accordionArea ul:where(:not(.wp-block-list)) li:not([class]) {
  margin-bottom: 0.3em;
}
ol:where(:not(.wp-block-list)) li::marker,
ul:where(:not(.wp-block-list)) li::marker {
  font-size: 0.9rem;
}

dl {
  padding: 0;
}

dd {
  margin: 0;
}

hr {
  border: none;
  height: 1px;
  background-color: #f2f2f2;
}

article.page,
article.single {
  grid-column: 2/span 1;
}
@media print {
  article.page,
article.single {
    grid-column: 1/span 2;
  }
}

.h1,
.page__title {
  font-size: 2.19rem;
  line-height: 1.3;
  padding: 2rem 0;
  hyphens: auto;
}
@media screen and (min-width: 769px), print {
  .h1,
.page__title {
    font-size: 2.75rem;
    line-height: 1.36;
    display: block;
    padding: 0;
    hyphens: none;
  }
}

h1,
.single__title {
  font-weight: 200;
  font-variation-settings: "wght" 200;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .single-bv_people h1,
.single-bv_people .single__title {
    -webkit-hyphens: none;
    hyphens: none;
  }
}

.single__print {
  align-items: center;
  display: flex;
  font-family: "Palanquin Regular", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.19rem;
  justify-content: flex-end;
}
@media print {
  .single__print {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single__print {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
.single__print::before {
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyNiI+PHBhdGggZD0iTTguNjE1IDE5LjM4N3YyLjE1aDEwLjc2OXYtMi4xNUg4LjYxNVptMC0zLjU5djIuMTUxaDEwLjc2OXYtMi4xNUg4LjYxNVptLTYuNDYxIDIuMTUxaDIuMTU0djUuNzQ1Yy0uMDA4IDEuNzQ0LjM5MyAyLjE1MiAyLjE1MyAyLjE1MmgxNS4wNzdjMS43NiAwIDIuMTU0LS4zMjQgMi4xNTQtMi4xNTJ2LTUuNzQ1aDIuMTUzYzEuODMxLjAyOSAyLjE3NS0uMzc4IDIuMTU0LTIuMTUyVjcuODk5YzAtMS42ODgtLjI3My0yLjE1Ni0yLjE1NC0yLjE1NmgtMi4xNTNWMi4xNTVDMjMuNzEyLjM4MiAyMy4zNjkgMCAyMS41MzggMEg2LjQ2Yy0xLjcyMyAwLTIuMTYuNDEtMi4xNTMgMi4xNTV2My41ODhIMi4xNTRDLjMwMiA1Ljc0MyAwIDYuMTQ3IDAgNy45djcuODk3Yy0uMDA3IDEuNzQ0LjQzIDIuMTggMi4xNTQgMi4xNTJabTE5LjM4NCA1Ljc0NEg2LjQ2di05LjMzNGgxNS4wNzd2OS4zMzRabTEuMzUtMTMuMjhjMC0uNjQ3LjUxNi0xLjE2MyAxLjE2My0xLjE2My42NDYgMCAxLjE2My41MTYgMS4xNjMgMS4xNjIgMCAuNjQ2LS41MTcgMS4xNjMtMS4xNjMgMS4xNjNhMS4xNTggMS4xNTggMCAwIDEtMS4xNjMtMS4xNjNaTTYuNDYgMi4xNTNoMTUuMDc3djMuNTkySDYuNDZWMi4xNTRaIiBmaWxsPSIjNEQ0RDREIi8+PC9zdmc+) no-repeat left 0 center;
  width: 28px;
  height: 26px;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .page__content,
.single__content,
#accordionArea {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .page__content,
.single__content,
#accordionArea {
    padding-right: 1rem;
  }
}

.page__content-title {
  margin: 4rem 0 2rem;
}

@media print {
  .single__content a::after {
    content: ", [" attr(href) "]";
    word-break: break-all;
  }
}

.page__pagination {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page__pagination {
    padding: 0 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .page__pagination {
    margin-left: -0.8rem;
  }
}

.page-numbers {
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  white-space: nowrap;
}
.page-numbers.dots {
  font-size: 0.9rem;
  padding: 0;
}
.page-numbers.prev, .page-numbers.next {
  background-color: #a09a95;
  color: #f2f2f2;
  display: flex;
  font-size: 2rem;
  height: 40px;
  padding: 0;
}
.page-numbers.prev:hover, .page-numbers.prev:active, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:active, .page-numbers.next:focus {
  background-color: #425561;
  text-decoration: none;
}
.page-numbers.prev::before, .page-numbers.next::before {
  align-items: center;
  content: "<";
  display: flex;
  height: 40px;
  justify-content: center;
  margin-top: -2px;
  transform-origin: 20px 20px;
  width: 40px;
}
.page-numbers.next::before {
  transform: scaleX(-1);
}

.archiv {
  margin: 4em 0;
}
.archiv a {
  margin-bottom: 1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .tags {
    padding: 0 1rem 1rem;
  }
}

.loop-section {
  margin-top: 4em;
}

.print__header {
  border-bottom: 1pt solid #000;
  display: block;
  padding-bottom: 0.2rem;
  position: relative;
  text-align: right;
  top: 0;
  width: 100%;
  page-break-after: avoid;
}
@media screen {
  .print__header {
    display: none;
  }
}

.text--no-hyphens {
  -webkit-hyphens: none;
  hyphens: none;
}

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

.is-type-video {
  margin-left: -1em;
  margin-right: -1em;
}
@media screen and (min-width: 769px), print {
  .is-type-video {
    margin-right: -1em;
    margin-left: 0;
  }
}
.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.bv-block__latest-newsletter.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.bv-block__latest-newsletter.wp-block-latest-posts.wp-block-latest-posts__list:first-of-type {
  margin-top: 2em;
}
.bv-block__latest-newsletter.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column;
}
.bv-block__latest-newsletter .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 1.2rem;
  order: 0;
}
.bv-block__latest-newsletter a {
  font-size: 1.44rem;
  font-weight: 200;
  font-variation-settings: "wght" 200;
  line-height: 1.15em;
  order: 1;
}
.bv-block__latest-newsletter a:hover, .bv-block__latest-newsletter a:active {
  color: #A19B97;
}
.bv-block__latest-newsletter .wp-block-latest-posts__post-excerpt {
  margin-bottom: 2em;
  order: 2;
}
.bv-block__latest-video.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0;
}
.bv-block__latest-video.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column;
}
.bv-block__latest-video.wp-block-latest-posts.wp-block-latest-posts__list li::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU2IiBoZWlnaHQ9IjEzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjNEQ0RDREIj48cGF0aCBkPSJNMTQuMjMgMTIxLjI2SDQuNjVBNC42NSA0LjY1IDAgMDAwIDEyNS45MXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0zNi44NCAxMjEuMjZoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NXYtMi43OGE0LjY1IDQuNjUgMCAwMC00LjY1LTQuNjV6TTU5LjQ1IDEyMS4yNmgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1di0yLjc4YTQuNjUgNC42NSAwIDAwLTQuNjUtNC42NXpNODIuMDYgMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xMDQuNjcgMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xMjcuMjggMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xNDkuOSAxMjEuMjZoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NXYtMi43OGE0LjY1IDQuNjUgMCAwMC00LjY1LTQuNjV6TTE0LjIzIDBINC42NUE0LjY1IDQuNjUgMCAwMDAgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDE0LjIzIDB6TTM2Ljg0IDBoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NVY0LjY1QTQuNjUgNC42NSAwIDAwMzYuODQgMHpNNTkuNDUgMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDA1OS40NSAwek04Mi4wNiAwaC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDgyLjA2IDB6TTEwNC42NyAwaC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDEwNC42NyAwek0xMjcuMjggMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDAxMjcuMjggMHpNMTQ5LjkgMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDAxNDkuOSAwek0xNDkuNTQgMTdINi4zNGE1LjY3OSA1LjY3OSAwIDAwLTUuNjcgNS42OXY4OC41N2E1LjY3OCA1LjY3OCAwIDAwNS42NyA1LjY3aDE0My4yYTUuNjc5IDUuNjc5IDAgMDA1LjY3LTUuNjdWMjIuNjlhNS42NzIgNS42NzIgMCAwMC0xLjY1Ny00LjAyQTUuNjc3IDUuNjc3IDAgMDAxNDkuNTQgMTd6bS02OS42OSA4OEEzNy4xMjQgMzcuMTI0IDAgMDE0NS41NyA4Mi4wNSAzNy4xMiAzNy4xMiAwIDExMTE3IDY3Ljk0YTM3LjExNCAzNy4xMTQgMCAwMS0zNy4xNSAzNy4xMlYxMDV6Ii8+PHBhdGggZD0iTTEwMS41MSA2M0w3MS44NyA0NS45MmE1LjY3MSA1LjY3MSAwIDAwLTguNTEgNC45MXYzNC4yMkE1LjY3IDUuNjcgMCAwMDcxLjg3IDkwbDI5LjY0LTE3LjExYTUuNjc0IDUuNjc0IDAgMDAyLjg5Ni00Ljk0NUE1LjY3IDUuNjcgMCAwMDEwMS41MSA2M3oiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNTUuMjF2MTMzLjMzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+Cg==) no-repeat left 0 center;
  background-size: 20px;
  content: "VIDEO";
  display: flex;
  padding-left: 30px;
}
.bv-block__latest-video a {
  font-size: 1.44rem;
  font-weight: 200;
  font-variation-settings: "wght" 200;
  line-height: 1.15em;
  order: 1;
}
.bv-block__latest-video .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 1.2rem;
  order: 0;
}
.bv-block__latest-video .wp-block-latest-posts__post-excerpt {
  margin-bottom: 2em;
  order: 2;
}

.collapse {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 769px), print {
  .collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .collapse__inner .h1 {
    font-size: 1.5rem;
  }
}

.container {
  width: 100%;
}
@media print {
  .container {
    display: block !important;
    max-width: 100%;
    margin-top: 10mm;
    page-break-before: avoid;
  }
}
@media screen and (min-width: 769px), print {
  .container {
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto;
    gap: 5rem 1rem;
    grid-template-areas: "left right";
  }
  .footer .container {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .container:not(.header) {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 30em;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
}

.event__meta {
  font-size: 1.25rem;
  font-weight: 350;
  font-variation-settings: "wght" 350;
}
.event__meta time {
  margin-right: 1em;
}
.event__title {
  font-size: 1.5rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  margin-bottom: 0.5em;
}
.event__details {
  display: grid;
  grid-template-columns: auto 4fr;
  grid-gap: 0.3em 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em;
}
.event__details dt,
.event__details dd {
  margin-bottom: 0;
  line-height: 1.2;
}
.event__details dt {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.footer {
  position: relative;
  margin-top: 10em;
  background-color: #a09a95;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
  font-family: "Palanquin Regular", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media print {
  .footer {
    background-color: transparent;
    border-top: 1pt solid #000;
    margin-left: 0;
    margin-top: 20mm !important;
    transform: none;
    width: 100%;
  }
}
.footer .container {
  position: relative;
}
.footer a,
.footer .menu-item a {
  color: #fff;
  transition: color 0.3s 0s ease-in-out;
  line-height: 1.4;
}
@media print {
  .footer a,
.footer .menu-item a {
    color: #000 !important;
  }
}
.footer a:active, .footer a:hover,
.footer .menu-item a:active,
.footer .menu-item a:hover {
  color: #425561;
}
.footer .container {
  color: #fff;
  padding: 3rem 0;
}
@media print {
  .footer .container {
    color: #000 !important;
    padding-top: 0 !important;
  }
}
.footer__link {
  aspect-ratio: 7/5;
  display: inline-flex;
  background: url(img/logo_bv.svg) no-repeat;
  width: 60px;
  position: relative;
  top: -125px;
  left: 1rem;
}
@media print {
  .footer__link {
    position: relative !important;
    top: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .footer__link {
    position: absolute;
    top: -76px;
    width: 70px;
  }
}
.footer__grid {
  text-align: center;
}
@media print {
  .footer__grid {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 0px 40px;
    grid-template-areas: "address phone column-3rd";
    text-align: left;
    padding: 0 1rem;
  }
}
.footer .address {
  grid-area: address;
}
.footer .address p {
  white-space: nowrap;
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .footer .address p {
    white-space: normal;
  }
}
@media screen and (min-width: 769px), print {
  .footer .address p:first-child {
    margin-bottom: 1rem;
  }
}
.footer .column-3rd {
  grid-area: column-3rd;
}
@media print {
  .footer .column-3rd {
    display: none;
  }
}
.footer .phone {
  grid-area: phone;
}
@media print {
  .footer .phone {
    grid-column: span 2;
  }
}
.footer .sub-menu {
  display: none;
}
.footer .menu-item {
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .menu-item {
    margin-bottom: 0.5rem;
  }
}
.footer .menu-item a {
  padding: 0.7em 0 0.7em 1.2em;
  transition: color 0.3s 0s ease-in-out;
}
.footer .menu-item a::before {
  content: ">>";
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px), print {
  .footer .menu-item a::before {
    position: absolute;
    left: 0;
  }
}

#wpfront-scroll-top-container {
  background-color: #fff;
  padding: 1em;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #wpfront-scroll-top-container {
    display: none !important;
  }
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-weight: 200;
  font-variation-settings: "wght" 200;
  color: #67696a;
  transition: all 0.25s;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-weight: 200;
  font-variation-settings: "wght" 200;
  color: #67696a;
  transition: all 0.25s;
}
.form__input:not(.nofade):focus::-webkit-input-placeholder,
.form__textarea:not(.nofade):focus::-webkit-input-placeholder {
  color: text-color !important;
}
.form__input:not(.nofade):focus::-moz-placeholder,
.form__textarea:not(.nofade):focus::-moz-placeholder {
  color: text-color !important;
}

.form__input {
  border: 1px solid #a09a95;
  background-color: #f2f2f2;
  box-sizing: border-box;
  color: #4E4F50;
  padding: 0.5em;
  min-height: 44px;
  min-width: 100%;
  max-width: 100%;
}
.form__input:focus, .form__input:focus-visible {
  outline: 2px solid #3E939E;
  outline-offset: 2px;
  border-radius: 2px;
}
.form__fieldset .form__input {
  min-width: auto;
  flex: 1 1 auto;
}
.form__submit, .rcb-sc-link-change {
  background-color: #a09a95;
  color: #f2f2f2;
  padding: 0.5em 2em;
  border: none;
  min-height: 44px;
  transition: background-color 0.5s 0s ease-in-out;
  white-space: break-spaces;
}
.form__submit:hover, .rcb-sc-link-change:hover, .form__submit:active, .rcb-sc-link-change:active, .form__submit:focus, .rcb-sc-link-change:focus {
  background-color: #425561;
}
.form__submit:focus-visible, .rcb-sc-link-change:focus-visible {
  outline: 2px solid #3E939E;
  outline-offset: 2px;
  border-radius: 2px;
}
.form__label {
  cursor: pointer;
  display: inline-flex;
  padding: 4px 0 0;
  margin-right: 3em;
  min-height: 28px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .form__label {
    margin-bottom: 2em;
  }
}
.form__label [type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form__label [type=checkbox]:checked ~ .form__checkbox-label::after {
  background: #425561 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQxIDEuOTM2YS44NS44NSAwIDAwLTEuMjAyIDBMNS4zNjYgMTIuNjkgMS40NSA4Ljc3NkEuODUuODUgMCAxMC4yNDkgOS45NzhsNC41MTYgNC41MTVhLjg1Ljg1IDAgMDAxLjIwMiAwTDE0LjQxIDMuMTM4YS44NS44NSAwIDAwMC0xLjIwMnoiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=) no-repeat;
  background-size: 17px;
  background-position: 5px;
  border-color: #425561;
}
.form__label [type=checkbox]:focus-visible ~ .form__checkbox-label::after {
  outline: 2px solid #3E939E;
  outline-offset: 2px;
  border-radius: 2px;
}
.form__label:has([type=checkbox][disabled]) .form__checkbox-label {
  opacity: 0.5;
}
.form__checkbox-label {
  font-size: 0.75rem;
}
.form__checkbox-label::after {
  border: 1px solid #a09a95;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.5s 0s ease-in-out;
}
.form__checkbox {
  padding: 0;
  margin-right: 3em;
}
.form__checkbox [type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form__checkbox [type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  background: #425561 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQxIDEuOTM2YS44NS44NSAwIDAwLTEuMjAyIDBMNS4zNjYgMTIuNjkgMS40NSA4Ljc3NkEuODUuODUgMCAxMC4yNDkgOS45NzhsNC41MTYgNC41MTVhLjg1Ljg1IDAgMDAxLjIwMiAwTDE0LjQxIDMuMTM4YS44NS44NSAwIDAwMC0xLjIwMnoiIGZpbGw9IiNGRUZFRkUiLz48L3N2Zz4=) no-repeat;
  background-size: 17px;
  background-position: 5px;
  border-color: #425561;
}
.form__checkbox label {
  position: relative;
  padding-left: 35px;
}
.form__checkbox label .wpcf7-list-item-label:after {
  border: 1px solid #a09a95;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.5s 0s ease-in-out;
}
.form__checkbox .wpcf7-list-item {
  margin: 0;
}
.form__checkbox .wpcf7-list-item-label {
  font-size: 1rem;
}
.form__checkbox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
}
.form__fieldset {
  padding: 0;
  border: none;
  display: flex;
  gap: 1rem 0.5rem;
  margin-bottom: 2rem;
}
.form__filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1024px) {
  .form__filter {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form__filter-item {
  margin: 0;
}
.form__filter-item--parent {
  grid-column: 1/span 3;
}

.wpcf7-form p {
  margin-bottom: 2rem;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #6B3535;
}

.nebula-empty-required {
  border-color: #6B3535 !important;
}

.unaccepted .wpcf7-response-output,
.invalid .wpcf7-response-output,
.aborted .wpcf7-response-output,
.failed .wpcf7-response-output {
  background: #6B3535;
  border: 1px solid #6B3535;
  border-radius: 0;
}

#mc4wp-form-1 {
  max-width: 30em;
}
#mc4wp-form-1 p:nth-child(1) {
  height: 0;
  overflow: hidden;
}
#mc4wp-form-1 p:last-child {
  margin-top: 2em;
}

.page-id-220 #mc4wp-form-1 p:nth-child(2),
.page-id-220 #mc4wp-form-1 p:nth-child(4),
.page-id-220 #mc4wp-form-1 p:nth-child(5),
.page-id-220 #mc4wp-form-1 p:nth-child(6) {
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.search-form-custom .form__fieldset:has([type=search]) {
  max-width: 800px;
}

.header {
  align-items: center;
  background-color: #a09a95;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media print {
  .header {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    background-color: #fff;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    max-width: none;
    height: 80px;
  }
}
.header__logo {
  display: flex;
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    grid-area: left;
    padding: 0 1rem;
    align-content: center;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo-link {
    display: none;
  }
}
.headroom--unpinned .header__logo-link {
  display: inline-flex;
  align-items: center;
}
.header__logo-link::before {
  background: url(img/logo_breiholdt-voscherau-fixed.svg) no-repeat;
  content: "";
  display: block;
  height: 12px;
  max-width: calc(100vw - 50px - 5rem);
  width: 268px;
}
.header .widget_media_image a {
  display: flex;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .header .widget_media_image a {
    height: 29px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .headroom--pinned .header .widget_media_image a, .headroom--unpinned .header .widget_media_image a {
    left: 0;
    margin-left: 0;
    height: 17px;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .headroom--top .header .widget_media_image a {
    height: 0;
  }
}
.header .widget_media_image a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header .widget_media_image a img {
    object-fit: cover;
    object-position: top;
    margin-top: 4px;
  }
}
.header__menu {
  transform: translate3d(-100vw, 0, 0);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .header__menu {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    position: fixed;
    top: 80px;
    transition: transform 0s 0s ease-in-out;
    will-change: transform;
    z-index: 20;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu {
    grid-area: right;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1023px) {
  .header__menu--open {
    transform: translate3d(0, 0, 0);
    transition-delay: 0.1s;
    transition-duration: 0.7s;
  }
}

.headroom {
  will-change: transform;
  transition: transform 0.3s 0.2s ease-in-out, background-color 0.5s 0s ease-in-out, left 0s 0s linear;
}
@media screen and (max-width: 1023px) {
  .headroom {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .headroom--pinned {
    position: fixed;
    background-color: #a09a95;
    left: calc((100% - 960px) / 2);
  }
}
@media screen and (min-width: 1408px) {
  .headroom--pinned {
    left: calc((100% - 1280px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .headroom--unpinned {
    position: fixed;
    left: calc((100% - 960px) / 2);
    background-color: #a09a95;
    animation: slideIn 0.5s 0s ease-in-out;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1408px) {
  .headroom--unpinned {
    left: calc((100% - 1280px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .headroom--top.headroom--pinned {
    left: 0;
    background-color: transparent;
    animation: slideOut 0.5s 0.3s ease-in-out forwards;
    transition-delay: 0.4s, 0.4s, 0.5s;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
    position: relative;
  }
}
.issue {
  margin-bottom: 2em;
}
.issue__title::after {
  content: ">>";
  font-family: "Palanquin Regular", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  margin-left: 0.3em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.issue__list {
  list-style: none;
}
.issue__list-item {
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.item {
  margin-bottom: 2em;
}
.item__title {
  font-size: 1.44rem;
  line-height: 2rem;
  margin: 0 0 10px;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.item__title.video::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTU2IiBoZWlnaHQ9IjEzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjNEQ0RDREIj48cGF0aCBkPSJNMTQuMjMgMTIxLjI2SDQuNjVBNC42NSA0LjY1IDAgMDAwIDEyNS45MXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0zNi44NCAxMjEuMjZoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NXYtMi43OGE0LjY1IDQuNjUgMCAwMC00LjY1LTQuNjV6TTU5LjQ1IDEyMS4yNmgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1di0yLjc4YTQuNjUgNC42NSAwIDAwLTQuNjUtNC42NXpNODIuMDYgMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xMDQuNjcgMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xMjcuMjggMTIxLjI2aC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjV2LTIuNzhhNC42NSA0LjY1IDAgMDAtNC42NS00LjY1ek0xNDkuOSAxMjEuMjZoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NXYtMi43OGE0LjY1IDQuNjUgMCAwMC00LjY1LTQuNjV6TTE0LjIzIDBINC42NUE0LjY1IDQuNjUgMCAwMDAgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDE0LjIzIDB6TTM2Ljg0IDBoLTkuNThhNC42NSA0LjY1IDAgMDAtNC42NSA0LjY1djIuNzhhNC42NSA0LjY1IDAgMDA0LjY1IDQuNjVoOS41OGE0LjY1IDQuNjUgMCAwMDQuNjUtNC42NVY0LjY1QTQuNjUgNC42NSAwIDAwMzYuODQgMHpNNTkuNDUgMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDA1OS40NSAwek04Mi4wNiAwaC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDgyLjA2IDB6TTEwNC42NyAwaC05LjU4YTQuNjUgNC42NSAwIDAwLTQuNjUgNC42NXYyLjc4YTQuNjUgNC42NSAwIDAwNC42NSA0LjY1aDkuNThhNC42NSA0LjY1IDAgMDA0LjY1LTQuNjVWNC42NUE0LjY1IDQuNjUgMCAwMDEwNC42NyAwek0xMjcuMjggMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDAxMjcuMjggMHpNMTQ5LjkgMGgtOS41OGE0LjY1IDQuNjUgMCAwMC00LjY1IDQuNjV2Mi43OGE0LjY1IDQuNjUgMCAwMDQuNjUgNC42NWg5LjU4YTQuNjUgNC42NSAwIDAwNC42NS00LjY1VjQuNjVBNC42NSA0LjY1IDAgMDAxNDkuOSAwek0xNDkuNTQgMTdINi4zNGE1LjY3OSA1LjY3OSAwIDAwLTUuNjcgNS42OXY4OC41N2E1LjY3OCA1LjY3OCAwIDAwNS42NyA1LjY3aDE0My4yYTUuNjc5IDUuNjc5IDAgMDA1LjY3LTUuNjdWMjIuNjlhNS42NzIgNS42NzIgMCAwMC0xLjY1Ny00LjAyQTUuNjc3IDUuNjc3IDAgMDAxNDkuNTQgMTd6bS02OS42OSA4OEEzNy4xMjQgMzcuMTI0IDAgMDE0NS41NyA4Mi4wNSAzNy4xMiAzNy4xMiAwIDExMTE3IDY3Ljk0YTM3LjExNCAzNy4xMTQgMCAwMS0zNy4xNSAzNy4xMlYxMDV6Ii8+PHBhdGggZD0iTTEwMS41MSA2M0w3MS44NyA0NS45MmE1LjY3MSA1LjY3MSAwIDAwLTguNTEgNC45MXYzNC4yMkE1LjY3IDUuNjcgMCAwMDcxLjg3IDkwbDI5LjY0LTE3LjExYTUuNjc0IDUuNjc0IDAgMDAyLjg5Ni00Ljk0NUE1LjY3IDUuNjcgMCAwMDEwMS41MSA2M3oiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNTUuMjF2MTMzLjMzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+Cg==) no-repeat left 0 center;
  background-size: 20px;
  content: "VIDEO";
  display: flex;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.03rem;
}
.item__meta {
  text-transform: uppercase;
  font-size: 0.94rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  letter-spacing: 1.2px;
  margin-bottom: 0.3em;
}
.item__link {
  align-items: center;
  display: inline-flex;
  font-family: "Palanquin Regular", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  margin-left: 1em;
  white-space: nowrap;
}
.item__link::before {
  content: "»";
  display: inline-block;
  font-size: 180%;
  line-height: 1rem;
  margin-right: 0.5em;
  margin-top: -5px;
}
.item__case-citation {
  color: #000;
}

.laywers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.laywers__link {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.laywers__tile {
  background-color: #a09a95;
  display: flex;
  flex: 0 1 calc(50% - 0.5em);
  list-style: none;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .laywers__tile {
    flex: 0 1 100px;
    margin-bottom: calc((100% - 400px) / 3);
    margin-left: calc((100% - 400px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .laywers__tile {
    flex: 0 1 150px;
    margin-bottom: calc((100% - 600px) / 3);
    margin-left: calc((100% - 600px) / 3);
  }
}
@media screen and (min-width: 1408px) {
  .laywers__tile {
    flex: 0 1 150px;
    margin-bottom: calc((100% - 750px) / 4);
    margin-left: calc((100% - 750px) / 4);
  }
}
.laywers__tile:active, .laywers__tile:hover {
  background-color: #bab3ad;
}
@media screen and (max-width: 767px) {
  .laywers__tile:nth-child(even) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .laywers__tile:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1407px) {
  .laywers__tile:nth-child(5n) {
    margin-left: 0;
  }
}
.laywers__tile:last-child {
  margin-right: auto;
}
.laywers__tile-image {
  aspect-ratio: 1/1;
  height: 150px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .laywers__tile-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .laywers__tile-image {
    width: 150px;
    height: 150px;
  }
}
.laywers__title {
  -webkit-hyphens: none;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 600;
  hyphens: none;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 6em;
  padding: 1em 0.5em;
  text-align: center;
  width: 100%;
}

.header__menu .menu {
  font-size: 0.8rem;
  display: flex;
  margin-left: -0.9em;
}
@media screen and (max-width: 1023px) {
  .header__menu .menu {
    font-size: 1.2rem;
    flex-direction: column;
    background-color: #bab3ad;
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .header__menu .menu {
    font-size: 1rem;
  }
}
.menu-item--imprint {
  margin-top: 1.6rem;
}
.header__menu .menu-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__menu .menu-item:active .sub-menu, .header__menu .menu-item:hover .sub-menu {
    opacity: 1;
    max-height: 500px;
    transition-delay: 0.2s, 0s;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu .menu-item {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu .menu > .menu-item::after {
    content: "|";
    display: inline-block;
    color: #7E94A0;
  }
  .headroom--pinned:not(.headroom--top) .header__menu .menu > .menu-item::after, .headroom--unpinned .header__menu .menu > .menu-item::after {
    color: #fff;
  }
  .header__menu .menu > .menu-item:last-child::after {
    content: "";
  }
}
.menu-item > a {
  font-family: "Palanquin Medium", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .header .menu-item > a {
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-item > a {
    display: block;
  }
}
.menu-item > a:hover, .menu-item > a:active {
  color: #3E939E;
}
.header__menu .menu-item > a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 1em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .header__menu .menu-item > a {
    color: #fff;
    margin: 0.5rem 0;
  }
}
.headroom--pinned:not(.headroom--top) .menu > .menu-item > a, .headroom--unpinned .menu > .menu-item > a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .headroom--top .menu-item > a {
    color: #425561;
  }
  .headroom--top .menu-item > a:hover, .headroom--top .menu-item > a:focus, .headroom--top .menu-item > a:active {
    color: #7E94A0;
  }
}
.sidebar .widget_nav_menu .menu-item > a {
  color: #425561;
  background-color: rgba(160, 154, 149, 0.25);
  display: block;
}
@media screen and (max-width: 768px) {
  .sidebar .widget_nav_menu .menu-item > a {
    padding: 0.7em 1rem;
    line-height: 1.2;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 769px), print {
  .sidebar .widget_nav_menu .menu-item > a {
    background-color: transparent;
    color: #3E939E;
  }
  .sidebar .widget_nav_menu .menu-item > a:hover, .sidebar .widget_nav_menu .menu-item > a:active, .sidebar .widget_nav_menu .menu-item > a.collapse__link[aria-expanded=true] {
    color: #A19B97;
  }
}
.sidebar .widget_nav_menu .sub-menu .menu-item > a {
  padding-left: 2rem;
}
@media screen and (min-width: 769px), print {
  .sidebar .widget_nav_menu .sub-menu .menu-item > a {
    padding-left: 1rem;
  }
}
.header__menu .menu-item--search > a {
  align-items: center;
  display: flex;
  gap: 0.3em;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .header__menu .menu-item--search > a {
    flex-direction: column;
    justify-content: center;
    text-indent: -100vw;
    min-width: 1.2rem;
  }
}
@media screen and (min-width: 1408px) {
  .header__menu .menu-item--search > a {
    display: flex;
    text-indent: 0;
    width: auto;
  }
}
.header__menu .menu-item--search > a::before {
  background-color: #425561;
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIzIDIzIj48cGF0aCBkPSJNMy4zLDIwLjFsNC41LTQuNWMuNy41LDEuNC45LDIuMiwxLjIuOC4zLDEuNi40LDIuNS40LDIuMSwwLDQtLjcsNS40LTIuMiwxLjUtMS41LDIuMi0zLjMsMi4yLTUuNHMtLjctNC0yLjItNS40Yy0xLjUtMS41LTMuMy0yLjItNS40LTIuMnMtNCwuNy01LjQsMi4yYy0xLjUsMS41LTIuMiwzLjMtMi4yLDUuNHMuMSwxLjcuNCwyLjVjLjMuOC43LDEuNSwxLjIsMi4ybC00LjUsNC41LDEuMywxLjNaTTEyLjUsMTUuM2MtMS42LDAtMy0uNi00LjEtMS43LTEuMS0xLjEtMS43LTIuNS0xLjctNC4xcy42LTMsMS43LTQuMWMxLjEtMS4xLDIuNS0xLjcsNC4xLTEuN3MzLC42LDQuMSwxLjdjMS4xLDEuMSwxLjcsMi41LDEuNyw0LjFzLS42LDMtMS43LDQuMWMtMS4xLDEuMS0yLjUsMS43LTQuMSwxLjdaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==);
  position: relative;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  mask-size: contain;
  mask-position: center 0.1rem;
  transition: background-color 0.3s 0s ease-in-out;
  grid-area: search;
}
@media screen and (min-width: 1024px) and (max-width: 1407px) {
  .header__menu .menu-item--search > a::before {
    position: absolute;
    mask-position: center 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1408px) {
  .header__menu .menu-item--search > a::before {
    mask-position: center 0;
  }
}
.header__menu .menu-item--search > a:hover::before, .header__menu .menu-item--search > a:focus::before, .header__menu .menu-item--search > a:active::before {
  background-color: #7E94A0;
}
.headroom--unpinned .header__menu .menu-item > a::before, .header__menu--open .menu-item > a::before {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .headroom--top .menu .current-menu-item > a, .headroom--pinned .menu .current-menu-item > a, .headroom--pinned:not(.headroom--top) .menu .current-menu-item > a, .headroom--unpinned .menu .current-menu-item > a,
.headroom--top .menu .current-menu-parent > a,
.headroom--pinned .menu .current-menu-parent > a,
.headroom--pinned:not(.headroom--top) .menu .current-menu-parent > a,
.headroom--unpinned .menu .current-menu-parent > a,
.headroom--top .menu .current-page-ancestor > a,
.headroom--pinned .menu .current-page-ancestor > a,
.headroom--pinned:not(.headroom--top) .menu .current-page-ancestor > a,
.headroom--unpinned .menu .current-page-ancestor > a {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .sidebar .menu .current-menu-item > a,
.sidebar .menu .current-menu-parent > a,
.sidebar .menu .current-page-ancestor > a {
    background-color: #425561;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar .menu .current-menu-item > a,
.sidebar .menu .current-menu-parent > a,
.sidebar .menu .current-page-ancestor > a {
    color: #A19B97;
  }
}
.menu__burger {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 1rem;
  height: 30px;
  padding: 10px 10px;
  will-change: height padding;
  transition: height 0.3s 0s ease-in-out, padding 0.3s 0s ease-in-out;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .menu__burger {
    height: 0;
    padding: 0;
    width: 0;
    overflow: hidden;
    display: none;
  }
}
.menu__burger-icon, .menu__burger-icon:before, .menu__burger-icon:after {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: relative;
  top: 4px;
  transition: transform 0.3s, background-color 0.3s;
  width: 30px;
  position: relative;
}
.menu__burger-icon:before, .menu__burger-icon:after {
  content: "";
  transform-origin: 5px center;
  position: absolute;
  top: 10px;
}
.menu__burger-icon:after {
  top: 20px;
}
.menu__burger--close .menu__burger-icon, .menu__burger--close .menu__burger-icon:before, .menu__burger--close .menu__burger-icon:after {
  background-color: transparent;
}
.menu__burger--close .menu__burger-icon::before, .menu__burger--close .menu__burger-icon::after {
  background-color: #fff;
  left: 0;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  width: 36px;
}
.menu__burger--close .menu__burger-icon:after {
  top: 18px;
  transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (max-width: 1023px) {
  .header__menu .sub-menu {
    padding-left: 2rem;
  }
  .archive .sub-menu {
    display: block;
  }
}
.header__menu .sub-menu {
  max-height: 0;
  min-width: 16em;
  overflow: hidden;
  transition: opacity 0.5s 0.2s ease-in-out, max-height 0s 0.8s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header__menu .sub-menu {
    opacity: 0;
    top: 30px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1408px) {
  .header__menu .sub-menu {
    top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu .sub-menu .menu-item {
    border-top: 1px solid rgba(160, 154, 149, 0.5);
  }
  .header__menu .sub-menu .menu-item:active, .header__menu .sub-menu .menu-item:hover {
    background-color: rgba(160, 154, 149, 0.25);
  }
  .header__menu .sub-menu .menu-item a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: none;
  }
}
@media screen and (min-width: 769px), print {
  .widget_nav_menu #menu-sidebar-aktuelles .sub-menu, .widget_nav_menu #menu-sidebar-seminare .sub-menu {
    margin-left: 1.2em;
  }
}
.sidebar .current-menu-item .sub-menu, .sidebar .current-menu-parent .sub-menu, .single .sidebar .archive .sub-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  .scrolltop {
    animation: fadeOut 1s 0s ease-in-out forwards;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 100px;
    cursor: pointer;
    font-family: "Palanquin Regular", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 2rem;
    opacity: 0;
    position: fixed;
    right: 1rem;
    height: 48px;
    width: 48px;
    overflow: hidden;
  }
  .scrolltop::before {
    align-items: center;
    content: ">";
    display: flex;
    justify-content: center;
    transform-origin: 19px 29px;
    transform: rotate(-90deg);
  }
  .scrolltop--not-top {
    animation: fadeIn 1s 0s ease-in-out forwards;
  }
}

@keyframes fadeIn {
  0% {
    display: block;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
.sidebar {
  font-family: "Palanquin Medium", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
@media print {
  .sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    order: 1;
  }
}
.sidebar .widget {
  line-height: 1.48;
  font-size: 1.13rem;
}
@media screen and (min-width: 1280px) {
  .sidebar .widget {
    font-size: 0.94rem;
  }
}
.sidebar .widget.widget_nav_menu {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sidebar.anwaelte {
    display: none;
  }
}

.widget {
  padding: 0 1rem;
}
.footer .widget {
  padding: 0;
}
.widget--left {
  grid-area: left;
}
.widget__logo {
  background-color: #a09a95;
  align-items: stretch;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .widget__logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.widget__logo .widget_media_image {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.widget__logo .widget_media_image a {
  display: flex;
}
.widget__logo .widget_media_image img {
  width: 260px;
}
.widget__hero {
  align-items: center;
  background-color: #a09a95;
  display: flex;
  grid-area: right;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding-top: 53.48%;
}
@media print {
  .widget__hero {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .widget__hero {
    left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 769px), print {
  .widget__hero {
    grid-column: 1/span 2;
    padding-top: 32.63%;
  }
}
@media screen and (min-width: 1024px) {
  .widget__hero {
    grid-column: 2/span 1;
    padding-top: 300px;
  }
}
.widget__hero-video {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  max-width: 100%;
  padding: 53.3333333333% 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .widget__hero-video {
    background-image: url(../../uploads/home_videosplash_mobile.jpg);
  }
}
@media screen and (min-width: 769px), print {
  .widget__hero-video {
    padding-top: 46.5%;
    background-image: url(../../uploads/home_videosplash_desktop.jpg);
  }
}
.widget__hero-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget__hero .wp-post-image,
.widget__hero .wp-block-image,
.widget__hero .wp-block-image img,
.widget__hero .image {
  height: 100% !important;
  margin: 0;
  max-width: none !important;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.container--home .widget__hero .wp-post-image,
.container--home .widget__hero .wp-block-image,
.container--home .widget__hero .wp-block-image img,
.container--home .widget__hero .image {
  width: 100%;
}
.widget__hero + .page {
  grid-column: 2/span 1;
}
@media screen and (max-width: 768px) {
  .widget.widget_nav_menu {
    padding: 0;
    margin-bottom: 3rem;
    order: 1;
  }
  .widget.widget_nav_menu > div {
    max-width: 30em;
    margin: 0 auto;
  }
}
.widget.widget_nav_menu.widget__areas {
  order: 0;
}
@media screen and (max-width: 768px) {
  .widget.address {
    margin-bottom: 3rem;
  }
}