@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child HERZOG
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Enrico Gering
Author URI: https://www.enricogering.com
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1771326502
Updated: 2026-02-17 12:08:22

*/
/* ---------------------------------------------------
 *  SASS MODULES
 * --------------------------------------------------- */
/* ---------------------------------------------------
 *  GLOBALS
 * ----------------------------------- ---------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Breakpoints
 */
/*
 * Font Settings
 */
:root {
  --wp--preset--font-family--montserrat: "Montserrat";
}

/*
 * Colors 
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
}
@media only screen and (min-width: 1060px) {
  body {
    padding-top: 120px;
  }
}

*[style*=border-top-width],
*[style*=border-right-width],
*[style*=border-bottom-width],
*[style*=border-left-width],
*[style*=border-width] {
  border-style: solid;
}

@media only screen and (max-width: 1220px) {
  .is-style-hidden_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1220px) {
  .is-style-hidden_desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .is-style-hidden_mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .is-style-hidden_desktop {
    display: none;
  }
}

.clearfix {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
:where(.wp-site-blocks :focus),
.c-accordion__title {
  border-radius: 0;
  outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
select:focus-visible,
button:focus-visible,
.wl-menu-toggle:focus-visible,
a:focus,
.wl-menu-toggle:focus,
select:focus,
input:focus,
textarea:focus,
button:focus,
summary {
  outline: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
}
.screen-reader-text:focus {
  font-size: 1em;
  line-height: normal;
  z-index: 100000; /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #444444;
  background-color: #eeeeee;
  clip-path: none;
}

main {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.ti-widget .ti-review-text-container {
  display: none !important;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
/*
 * Typography
 */
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/montserrat/montserrat-v31-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/montserrat/montserrat-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/montserrat/montserrat-v31-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/montserrat/montserrat-v31-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.204, 1.05rem);
}

b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

code,
kbd {
  font-family: monospace;
}

button {
  font-family: "Montserrat";
}

p[style*="text-decoration:none"] a {
  text-decoration: none;
}
p.is-style-text-annotation {
  font-weight: 400;
  text-transform: uppercase;
  display: table;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  border: none;
}
p.is-style-text-annotation a {
  text-decoration: underline;
}

h1 {
  padding-bottom: 1.5rem;
}
.wp-singular h1 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.2rem) * 1.509, 3.4rem);
}
@media (max-width: 768px) {
  .wp-singular h1 {
    padding-bottom: 0;
  }
}

h2 {
  padding-bottom: 1rem;
}
.single h2 {
  font-size: 2.2rem;
  padding-top: 1rem;
}

.single h3 {
  padding-top: 0.5rem;
}

.has-h-1-style-font-size {
  font-weight: 400;
}

.has-h-2-style-font-size {
  font-weight: 500;
  line-height: 1.3;
}
.single .has-h-2-style-font-size {
  font-size: 2.2rem;
  padding-top: 1rem;
}

.has-subline-font-size {
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .has-subline-font-size {
    line-height: 1.5;
    font-weight: unset;
  }
}

.has-h-3-style-font-size {
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.6;
}
.single .has-h-3-style-font-size {
  padding-top: 0.5rem;
}

.has-h-4-style-font-size {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.has-claim-font-size {
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  color: #6f6f6f;
}
.has-claim-font-size:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 120px;
  display: block;
  background-color: #DDB567;
}
.has-claim-font-size.has-text-align-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.has-claim-font-size.has-text-align-right:after {
  left: unset;
  right: 0;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: height 0.1s ease, backdrop-filter 0.1s ease;
  transition: height 0.1s ease, backdrop-filter 0.1s ease;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0370588) 0 4px 12px 0;
          box-shadow: rgba(0, 0, 0, 0.0370588) 0 4px 12px 0;
}
@media only screen and (min-width: 1060px) {
  header {
    height: 120px;
  }
  .is-scroll-down header {
    height: 60px;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0970588) 0 4px 12px 0;
            box-shadow: rgba(0, 0, 0, 0.0970588) 0 4px 12px 0;
  }
}
header .logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 2;
}
header .logo img {
  height: 50px;
  width: auto;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
@media only screen and (min-width: 1060px) {
  header .logo img {
    height: 100px;
  }
  .is-scroll-down header .logo img {
    height: 50px;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }
}
header {
  /*
  *  menu
  */
}
header .wp-block-navigation {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  header .wp-block-navigation {
    font-size: var(--wp--preset--font-size--subline-light);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
}
@media (min-width: 600px) {
  header .wp-block-navigation {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9;
    padding-left: 130px;
  }
  header .wp-block-navigation .wp-block-navigation__responsive-container,
  header .wp-block-navigation .wp-block-navigation__responsive-close,
  header .wp-block-navigation .wp-block-navigation__responsive-dialog,
  header .wp-block-navigation .wp-block-navigation__responsive-container-content,
  header .wp-block-navigation .wp-block-navigation-item,
  header .wp-block-navigation .wp-block-navigation-item__content {
    height: 120px;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-container,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-close,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-dialog,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-container-content,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation-item,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation-item__content {
    height: 60px;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
}
@media (max-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    padding-top: 60px;
  }
}
@media (min-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }
}
@media only screen and (min-width: 1060px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container {
    display: none !important;
  }
}
@media only screen and (min-width: 1060px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container {
    display: block !important;
  }
}
header .wp-block-navigation .wp-block-navigation-item__content {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0;
}
@media only screen and (min-width: 1220px) {
  header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 0 10px;
  }
}
@media (min-width: 600px) {
  header .wp-block-navigation .wp-block-navigation-item.kontakt {
    background-color: #0B5972;
    color: #ffffff;
    font-weight: 600;
  }
  header .wp-block-navigation .wp-block-navigation-item.kontakt .wp-block-navigation-item__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1220px) {
  header .wp-block-navigation .wp-block-navigation-item.kontakt .wp-block-navigation-item__content {
    padding: 0 30px;
  }
}
header .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
header .wp-block-navigation .wp-block-navigation-item:hover {
  color: #DDB567;
}
header .wp-block-navigation .wp-block-navigation-item:hover .wp-block-navigation-item__content {
  text-decoration: none;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
footer .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content {
  text-transform: none;
}
footer .is-style-icon-phone,
footer .is-style-icon-place,
footer .is-style-icon-mail {
  padding-left: 26px;
}
footer .is-style-icon-phone:after,
footer .is-style-icon-place:after,
footer .is-style-icon-mail:after {
  background-size: 16px;
  height: 20px;
  width: 16px;
  -webkit-transform: unset;
          transform: unset;
  top: 5px;
}
footer .wpml-language-switcher-block {
  width: auto !important;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch {
  display: -ms-grid;
  display: grid;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch > *:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wp-block-columns .wp-block-column.is-style-inner-padding {
  padding: 40px 20px 40px 20px;
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.is-style-inner-padding {
    padding: 50px;
  }
}
.wp-block-columns.is-style-immo {
  gap: 0;
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-immo {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
.wp-block-columns.is-style-immo > .wp-block-column {
  border-bottom: 1px solid #DDB567;
  padding: 10px 0;
}
.wp-block-columns.is-style-immo > .wp-block-column:last-child {
  border: none;
  padding: 10px 0 0;
}
@media (min-width: 1220px) {
  .wp-block-columns.is-style-immo > .wp-block-column {
    padding: 0 20px;
    border-bottom: 0;
    border-right: 1px solid #DDB567;
  }
  .wp-block-columns.is-style-immo > .wp-block-column:first-child {
    padding-left: 0;
  }
  .wp-block-columns.is-style-immo > .wp-block-column:last-child {
    padding: 0 0 0 20px;
  }
}
.wp-block-columns.is-style-immo > .wp-block-column > * {
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-immo > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 1220px) {
  .wp-block-columns.is-style-immo > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 1220px) {
  .wp-block-columns.is-style-immo > .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-group.is-style-on-top {
  display: none;
}
@media (min-width: 1220px) {
  .wp-block-group.is-style-on-top {
    display: block;
    position: relative;
  }
  .wp-block-group.is-style-on-top:after {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #fff), color-stop(94%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #fff 45%, rgba(255, 255, 255, 0.1215686275) 94%);
  }
}
.wp-block-group.is-style-border-corner {
  position: relative;
}
.wp-block-group.is-style-border-corner:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 3vh);
  height: calc(100% - 3vh);
  margin: 1.5vh;
  content: "";
  display: block;
  background: linear-gradient(to right, #DDB567 1px, transparent 1px) 0 0, linear-gradient(to right, #DDB567 1px, transparent 1px) 0 100%, linear-gradient(to left, #DDB567 1px, transparent 1px) 100% 0, linear-gradient(to left, #DDB567 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #DDB567 1px, transparent 1px) 0 0, linear-gradient(to bottom, #DDB567 1px, transparent 1px) 100% 0, linear-gradient(to top, #DDB567 1px, transparent 1px) 0 100%, linear-gradient(to top, #DDB567 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.wp-block-group.is-style-border-inset {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block-group.is-style-border-inset {
    padding: 30px;
  }
}

section.wp-block-group {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  section.wp-block-group {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
ul.wp-block-list {
  margin-bottom: 1em;
  padding-left: 20px;
}
ul.wp-block-list li {
  margin-top: 0;
}
ul.wp-block-list.is-style-default {
  list-style: disc;
}
ul.wp-block-list.is-style-checkmark-list li::marker {
  color: #444444;
}
.has-white-color ul.wp-block-list.is-style-checkmark-list li::marker {
  color: #ffffff;
}

ol.wp-block-list {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: decimal;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-buttons .wp-block-button {
  z-index: 9;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.is-style-outline {
  backdrop-filter: blur(12px);
}
.wp-block-buttons .wp-block-button.is-style-outline:hover .wp-block-button__link {
  border-color: #ccc;
  background-color: unset;
  color: #DDB567 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline-smal {
  backdrop-filter: blur(12px);
}
.wp-block-buttons .wp-block-button.is-style-outline-smal .wp-block-button__link {
  padding: 0.5rem 1.5rem;
  font-size: var(--wp--preset--font-size--small);
  background-color: unset;
  border-color: #DDB567;
}
.wp-block-buttons .wp-block-button.is-style-outline-smal:hover .wp-block-button__link {
  border-color: #ccc;
  background-color: unset;
  color: #DDB567 !important;
}
.wp-block-buttons .wp-block-button.is-style-smal .wp-block-button__link {
  padding: 0.5rem 1.5rem;
  font-size: var(--wp--preset--font-size--small);
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-quote {
  padding-top: 30px;
}
@media (min-width: 1220px) {
  .wp-block-quote {
    padding-top: 40px;
  }
}
.wp-block-quote {
  margin: 0;
  border: none;
  position: relative;
}
.wp-block-quote:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 17.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_4' x='0' y='0' viewBox='0 0 800 582.9'%3E%3Cstyle%3E.st0%7Bfill:%23e3e0d9%7D%3C/style%3E%3Cpath d='M311.4 0H0v272.5h177.1C175.5 442.2 17.4 474.2 17.4 474.2s-.8 5.7 0 108.7C281 532.4 309.1 334.1 311.3 272.5h.1v-1.7c.3-10.5 0-17.1 0-17.1zM799.8 253.6V0H488.4v272.5h177.1c-1.6 169.7-159.7 201.7-159.7 201.7s-.8 5.7 0 108.7c263.6-50.6 291.6-248.8 293.9-310.4h.1v-1.7c.4-10.5 0-17.2 0-17.2' class='st0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  top: 0;
}
@media (min-width: 1220px) {
  .wp-block-quote:before {
    background-size: 30px;
  }
}
.wp-block-quote p {
  margin: 0;
}
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--claim);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
:root {
  --vh: 1vh; /* Fallback */
}

.wp-block-cover[style*="min-height:100vh"] {
  min-height: calc(100 * var(--vh) - 60px) !important;
}
@media only screen and (min-width: 1060px) {
  .wp-block-cover[style*="min-height:100vh"] {
    min-height: calc(100 * var(--vh) - 120px) !important;
  }
}
.is-style-border-inset .wp-block-cover {
  overflow: visible;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-media-text {
  overflow: hidden;
}
.wp-block-media-text.is-style-image-fullwith {
  overflow: unset;
}
.wp-block-media-text.is-style-image-fullwith .wp-block-media-text__media {
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-image-fullwith .wp-block-media-text__media {
    width: calc(50vw - 8px);
    margin: 0;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1480px) {
  .wp-block-media-text.is-style-image-fullwith .wp-block-media-text__media {
    margin-left: calc(-1 * (50vw - var(--wp--style--global--wide-size) / 2));
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-image-fullwith > .wp-block-media-text__content {
    padding: 60px 0 70px 8%;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right .wp-block-media-text__media {
    width: calc(50vw - 8px);
    margin: 0;
  }
}
.wp-block-media-text.is-style-image-fullwith.has-media-on-the-right > .wp-block-media-text__content {
  padding: 20px 0 30px 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right > .wp-block-media-text__content {
    padding: 60px 8% 70px 0;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: unset;
  }
}

.single .wp-block-image.alignwide {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
div#ez-toc-container {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px;
}
@media (min-width: 1220px) {
  div#ez-toc-container {
    padding: 70px 0 40px 0;
  }
}
div#ez-toc-container .ez-toc-title {
  font-weight: 600;
  padding-bottom: 40px;
}
div#ez-toc-container .ez-toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: inside;
  padding: 0;
}
div#ez-toc-container .ez-toc-list .ez-toc-link {
  line-height: 1.9;
  text-decoration: underline;
}
div#ez-toc-container .ez-toc-list .ez-toc-link:hover {
  text-decoration: none;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.oo-searchform-container {
  margin-top: -270px !important;
}
@media only screen and (min-width: 768px) {
  .oo-searchform-container {
    margin-top: -320px !important;
  }
}
@media only screen and (min-width: 1220px) {
  .oo-searchform-container {
    margin-top: -360px !important;
  }
}

.oo-listframe-container {
  margin-top: 60px !important;
}
@media only screen and (min-width: 768px) {
  .oo-listframe-container {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 1220px) {
  .oo-listframe-container {
    margin-top: 250px !important;
  }
}

.oo-estate-map {
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.oo-listheadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  padding: 15px 0;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 768px) {
  .oo-listheadline {
    padding: 0 20px;
  }
}
.oo-listheadline #oo-result-count {
  height: 31px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .oo-listheadline #oo-result-count {
    line-height: 31px;
  }
}

.sort-form select {
  padding: 6px 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
  color: #444444;
}

.oo-listframe {
  gap: 30px;
}
.oo-listframe .oo-listobject {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1220px) {
  .oo-listframe .oo-listobject {
    width: calc(50% - 15px);
  }
}
.oo-listframe .oo-listinfotableview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.oo-listframe ul.oo-listparking {
  padding: 0 10px;
}
.oo-listframe .oo-listobjectwrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  background-color: #0B5972;
  height: 100%;
}
.oo-listframe .oo-listtitle {
  text-align: left;
  color: white;
  margin: 0 0 10px 0;
  min-height: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .oo-listframe .oo-listtitle {
    margin: 0 0 20px 0;
  }
}
.oo-listframe .oo-listort.is-style-icon-place {
  font-weight: 600;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1px 12px 1px 32px;
  backdrop-filter: blur(12px);
  border: 1px solid #ddb567;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 1220px) {
  .oo-listframe .oo-listort.is-style-icon-place {
    left: 50px;
    top: 50px;
  }
}
.oo-listframe .oo-listort.is-style-icon-place:after {
  left: 10px;
}
.oo-listframe .oo-listimage {
  height: auto;
  position: absolute !important;
  z-index: 1;
}
.oo-listframe .oo-picture {
  -webkit-transition: scale 0.9s ease-in, -webkit-transform 0.9s ease-in;
  transition: scale 0.9s ease-in, -webkit-transform 0.9s ease-in;
  transition: scale 0.9s ease-in, transform 0.9s ease-in;
  transition: scale 0.9s ease-in, transform 0.9s ease-in, -webkit-transform 0.9s ease-in;
}
.oo-listframe .oo-listinfotable {
  padding: 0;
  font-size: inherit;
  min-height: unset;
}
.oo-listframe .oo-listinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100%;
  padding: 70% 20px 30px 20px;
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #0b5972), color-stop(75%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #0b5972 60%, rgba(255, 255, 255, 0.1215686275) 75%);
}
@media (min-width: 1220px) {
  .oo-listframe .oo-listinfo {
    padding: 70% 50px 50px 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #0b5972), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #0b5972 50%, rgba(255, 255, 255, 0.1215686275) 70%);
  }
}
.oo-listframe .oo-listobject.oo-hidden {
  display: none !important;
}
.oo-listframe .oo-listobject:hover .oo-listobjectwrap {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.oo-listframe .oo-listobject:hover .oo-picture {
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.01) scaleY(1.01);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.01) scaleY(1.01);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: scale 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: scale 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: scale 0.9s ease-out, transform 0.9s ease-out;
  transition: scale 0.9s ease-out, transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
}
.oo-listframe .oo-listtd {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(248, 246, 244, 0.175);
}
.oo-listframe .oo-listtd .oo-listtd-value {
  font-weight: 600;
}
.oo-listframe .oo-detailslink {
  margin-top: 20px;
}
@media (min-width: 1220px) {
  .oo-listframe .oo-detailslink {
    margin-top: 40px;
  }
}
.oo-listframe .oo-detailslink a.oo-details-btn {
  background-color: unset;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #DDB567;
  padding: 0.5rem 1.5rem;
}
.oo-listframe .oo-detailslink a.oo-details-btn:hover {
  color: #DDB567 !important;
}
.oo-listframe a.estate-status > span,
.oo-listframe div.estate-status > span {
  -webkit-transform: unset;
          transform: unset;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  height: auto;
  position: absolute;
  padding: 7px 0 0 25px;
  top: 17px;
  right: 20px;
  left: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' viewBox='0 0 633.2 606.8'%3E%3Cstyle%3E.st0%7Bfill:%23deb668%7D%3C/style%3E%3Cpath d='m462 252.1-94.4-4.3-33.3-88.5c-2.8-7.4-9.8-12.2-17.7-12.2s-14.9 4.9-17.7 12.2l-33.3 88.5-94.5 4.3c-7.9.4-14.7 5.5-17.1 13s0 15.7 6.2 20.6l73.9 59-25.1 91.1c-2.1 7.6.7 15.7 7.1 20.3s15 4.8 21.5.5l78.9-52.1 78.9 52.1c6.6 4.3 15.1 4.1 21.5-.5s9.2-12.7 7.1-20.3l-25-91.1 73.9-59c6.2-4.9 8.6-13.1 6.2-20.6s-9.3-12.7-17.1-13' class='st0'/%3E%3Cpath d='M316.6 0C142 0 0 136.1 0 303.5s141.8 303.3 316.6 303.3 316.6-136.1 316.6-303.5S491.2 0 316.6 0m0 570.3C162.8 570.3 38 450.7 38 303.5s124.9-267 278.6-267 278.6 119.6 278.6 266.9-124.8 266.9-278.6 266.9' class='st0'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
@media (min-width: 1220px) {
  .oo-listframe a.estate-status > span,
  .oo-listframe div.estate-status > span {
    top: 47px;
    right: 50px;
  }
}

.wp-block-cover.immo-single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
  aspect-ratio: unset;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}
.wp-block-cover.immo-single img {
  border: none;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover.immo-single .wp-block-cover__background {
  background-color: var(--wp--preset--color--black);
  opacity: 0.4;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wp-block-cover.immo-single .wp-block-cover__inner-container {
  margin-bottom: 70px;
}
.wp-block-cover.immo-single .wp-block-buttons {
  margin-top: 40px;
}
.wp-block-cover.immo-single .wp-block-buttons .wp-block-button {
  backdrop-filter: blur(12px);
}
.wp-block-cover.immo-single .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 1px solid #DDB567;
  background-color: unset;
  color: #ffffff;
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-top: 0.7rem;
  padding-right: calc(2.25rem - 1px);
  padding-bottom: 0.7rem;
  padding-left: calc(2.25rem - 1px);
}

.oo-detailview {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.oo-detailview .oo-details-main {
  width: 100%;
  padding: 0;
}
.oo-detailview .oo-detailstable {
  z-index: 1;
  position: relative;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#084458), color-stop(#09495e), color-stop(#0a4e65), color-stop(#0a546b), to(#0b5972));
  background-image: linear-gradient(to right top, #084458, #09495e, #0a4e65, #0a546b, #0b5972);
  padding: 30px;
  margin-bottom: 70px;
  margin-top: -70px;
}
@media only screen and (min-width: 768px) {
  .oo-detailview .oo-detailstable {
    padding: 50px;
  }
  .oo-detailview .oo-detailstable > *:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
.oo-detailview .oo-details-fact__label,
.oo-detailview .oo-details-fact__value {
  font-weight: normal;
  border-bottom: 1px solid rgba(248, 246, 244, 0.175);
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  .oo-detailview .oo-details-fact__label:last-of-type,
  .oo-detailview .oo-details-fact__value:last-of-type {
    border-bottom: none;
  }
}
.oo-detailview .oo-details-fact__label {
  width: 60%;
}
@media only screen and (min-width: 1220px) {
  .oo-detailview .oo-details-fact__label {
    width: 20%;
  }
}
.oo-detailview .oo-details-fact__value {
  color: #DDB567;
  width: 40%;
}
@media only screen and (min-width: 1220px) {
  .oo-detailview .oo-details-fact__value {
    width: 30%;
  }
}
.oo-detailview .oo-detailsfreetext {
  border-bottom: none;
  padding-top: 0;
}
.oo-detailview .oo-detailsfreetext h2 {
  padding-bottom: 1.5rem;
}
.oo-detailview .oo-video .player-title {
  text-decoration: none;
  color: #000;
}
.oo-detailview .oo-picture {
  position: relative;
  cursor: pointer;
}
.oo-detailview .oo-picture:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  display: block;
  content: "";
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Ebene_1' x='0' y='0' viewBox='0 0 89.6 89.6'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23ddb567;stroke-width:3;stroke-miterlimit:50%7D%3C/style%3E%3Ccircle cx='37.8' cy='37.8' r='36.3' class='st0'/%3E%3Cpath d='M88.6 88.6 63.4 63.4M16 37.8h43.6M37.8 16v43.6' class='st0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.oo-detailview .oo-detailsgallery {
  margin-top: 70px;
  margin-bottom: 30px;
}
.oo-detailview .oo-gallery-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.oo-detailview .oo-detailspicture {
  display: none;
  height: auto;
}
.oo-detailview .oo-detailspicture.active {
  display: block;
}
.oo-detailview .oo-detailspicture.active {
  display: block;
}
.oo-detailview .oo-detailspicture picture,
.oo-detailview .oo-detailspicture img {
  width: 100%;
  display: block;
  height: 480px;
}
@media (min-width: 768px) {
  .oo-detailview .oo-detailspicture picture,
  .oo-detailview .oo-detailspicture img {
    height: 920px;
  }
}
.oo-detailview .oo-gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 8px;
  overflow: visible;
}
@media (max-width: 768px) {
  .oo-detailview .oo-gallery-thumbs {
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .oo-detailview .oo-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }
  .oo-detailview .oo-gallery-thumbs .oo-gallery-thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    scroll-snap-align: start;
  }
}
.oo-detailview .oo-gallery-thumbs_swipe-icon {
  width: 43px;
  height: 14px;
  display: block;
  margin: 20px auto 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 85.8 27.8'%3E%3Cpath d='M85.3 14.9 72.9 27.3c-.6.6-1.5.6-2.1 0s-.6-1.5 0-2.1l9.9-9.9H55.3c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h25.5l-9.9-9.9c-.6-.6-.6-1.5 0-2.1s1.5-.6 2.1 0l12.4 12.4.2.2s0 .1.1.1c.1.1.1.2.1.3v.8c0 .1-.1.2-.1.3 0 0 0 .1-.1.1-.1.3-.2.4-.3.4m-54.8-2.5H5l9.9-9.9c.6-.6.6-1.5 0-2.1s-1.5-.6-2.1 0L.4 12.9l-.2.2s0 .1-.1.1c-.1.1-.1.2-.1.3v.8c0 .1.1.2.1.3 0 0 0 .1.1.1.1.1.1.2.2.2l12.4 12.4c.6.6 1.5.6 2.1 0s.6-1.5 0-2.1L5 15.4h25.5c.8 0 1.5-.7 1.5-1.5-.1-.8-.7-1.5-1.5-1.5' style='fill:%23ddb567'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .oo-detailview .oo-gallery-thumbs_swipe-icon {
    display: none;
  }
}
.oo-detailview .oo-gallery-thumb {
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border: 1px solid #ffffff;
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  .oo-detailview .oo-gallery-thumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    border-color: #DDB567;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
  }
  .oo-detailview .oo-gallery-thumb:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Ebene_1' x='0' y='0' viewBox='0 0 89.6 89.6'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23ddb567;stroke-width:3;stroke-miterlimit:50%7D%3C/style%3E%3Ccircle cx='37.8' cy='37.8' r='36.3' class='st0'/%3E%3Cpath d='M88.6 88.6 63.4 63.4M16 37.8h43.6M37.8 16v43.6' class='st0'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    opacity: 0;
  }
  .oo-detailview .oo-gallery-thumb:hover {
    border-color: #DDB567;
  }
  .oo-detailview .oo-gallery-thumb:hover:before {
    opacity: 1;
  }
  .oo-detailview .oo-gallery-thumb:hover:after {
    opacity: 1;
  }
}
.oo-detailview .oo-gallery-thumb.active {
  border-color: #DDB567;
}
.oo-detailview .oo-gallery-thumb.active:before {
  opacity: 1;
}
.oo-detailview .oo-gallery-thumb.active:hover:after {
  opacity: 0;
}
.oo-detailview .oo-gallery-thumb img {
  width: 160px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.oo-detailview .oo-gallery-prev,
.oo-detailview .oo-gallery-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: #0B5972;
  color: #ffffff;
  border: none;
  padding: 10px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .oo-detailview .oo-gallery-prev,
  .oo-detailview .oo-gallery-next {
    padding: 20px;
  }
}
.oo-detailview .oo-gallery-prev {
  left: 0;
}
.oo-detailview .oo-gallery-next {
  right: 0;
}

#oo-lightbox {
  position: fixed;
  inset: 0;
  background: #0B5972;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 60px 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  #oo-lightbox {
    padding: 100px 60px 60px 60px;
  }
}
#oo-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
#oo-lightbox .oo-lightbox-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#oo-lightbox .oo-lightbox-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#oo-lightbox .oo-lightbox-close {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(0, -50%);
          transform: translateX(0, -50%);
  height: 20px;
  width: 20px;
  background: none;
  border: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Ebene_1' x='0' y='0' viewBox='0 0 89.6 89.6'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23ddb567;stroke-width:3;stroke-miterlimit:50%7D%3C/style%3E%3Cpath d='m1.5 1.5 86.6 86.6M88.1 1.5 1.5 88.1' class='st0'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media only screen and (min-width: 768px) {
  #oo-lightbox .oo-lightbox-close {
    background-size: 30px;
    top: -50px;
    right: 40px;
    height: 30px;
    width: 30px;
  }
}
#oo-lightbox .oo-lightbox-prev,
#oo-lightbox .oo-lightbox-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  background: #0B5972;
  color: #DDB567;
  border: 1px solid #DDB567;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  #oo-lightbox .oo-lightbox-prev,
  #oo-lightbox .oo-lightbox-next {
    padding: 20px;
  }
}
#oo-lightbox .oo-lightbox-prev:hover,
#oo-lightbox .oo-lightbox-next:hover {
  background: #DDB567;
  color: #ffffff;
}
#oo-lightbox .oo-lightbox-prev {
  left: 0;
}
#oo-lightbox .oo-lightbox-next {
  right: 0;
}

.oo-searchform {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#084458), color-stop(#09495e), color-stop(#0a4e65), color-stop(#0a546b), to(#0b5972));
  background-image: linear-gradient(to right top, #084458, #09495e, #0a4e65, #0a546b, #0b5972);
  padding: 20px 20px 10px 20px;
  margin: 0;
}
@media (min-width: 1220px) {
  .oo-searchform {
    padding: 30px;
  }
}
@media (min-width: 1220px) {
  .oo-searchform .oo-searchformfieldwrap {
    padding: 0 20px;
  }
}
.oo-searchform legend {
  width: 100%;
}
.oo-searchform .oo-searchformfield {
  width: 100%;
  padding: 0;
}
@media (min-width: 560px) {
  .oo-searchform .oo-searchformfield {
    width: 50%;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1220px) {
  .oo-searchform .oo-searchformfield {
    width: 16.6667%;
  }
  .oo-searchform .oo-searchformfield:last-child {
    padding-right: 0;
  }
}
.oo-searchform .oo-searchformfield label,
.oo-searchform .oo-searchformfield legend {
  width: 100%;
  color: #ffffff;
}
.oo-searchform .oo-searchformfield label select,
.oo-searchform .oo-searchformfield legend select {
  width: 100%;
  color: #6f6f6f;
  font-size: var(--wp--preset--font-size--small) !important;
}
.oo-searchform .oo-searchformfield legend {
  margin: 0 0 10px 0 !important;
}
.oo-searchform .oo-searchformfield label > input,
.oo-searchform .oo-searchformfield .custom-multiple-select-tom,
.oo-searchform .oo-searchformfield .custom-single-select-tom {
  margin-top: 10px !important;
}
.oo-searchform .oo-searchformfield .ts-control,
.oo-searchform .oo-searchformfield label input[type=text] {
  height: 30px;
  line-height: normal;
  padding: 6px 12px;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--small);
}
.oo-searchform .oo-searchformfield input {
  color: #111;
}
.oo-searchform .oo-searchformfield .ts-control {
  background: #ffffff;
}
.oo-searchform .oo-searchformfield .ts-control .item {
  font-size: var(--wp--preset--font-size--small);
  color: #444444;
}
.oo-searchform .oo-searchformfield .ts-wrapper.multi.has-items .ts-control {
  height: 31px;
  padding: 6px 12px;
}
.oo-searchform .oo-searchformfield .ts-dropdown .ts-dropdown-content > div span {
  font-size: var(--wp--preset--font-size--small);
  color: #444444;
}
.oo-searchform .oo-searchformfield .ts-dropdown .ts-dropdown-content > div input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.oo-searchform .oo-searchformfield .ts-dropdown .ts-dropdown-content > div[aria-selected=true] {
  background: #f6f6f6;
}
.oo-searchform .oo-searchformfield input[type=submit] {
  background-color: #0B5972;
  color: #ffffff !important;
  height: 31px;
  line-height: 31px;
  padding: 0;
  border: 1px solid #DDB567;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1220px) {
  .oo-searchform .oo-searchformfield input[type=submit] {
    margin-top: 10px !important;
  }
}
.oo-searchform .oo-searchformfield input[type=submit].active {
  background-color: #0B5972;
  color: #ffffff !important;
}
.oo-searchform .oo-searchformfield #spinner {
  display: none;
}
.oo-searchform fieldset.oo-searchrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oo-searchform fieldset.oo-searchrange label {
  margin-right: 20px;
}
.oo-searchform fieldset.oo-searchrange label:last-child {
  margin-right: 0;
}
.oo-searchform fieldset.oo-searchrange label select {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--small);
  background-color: #ffffff;
  cursor: pointer;
}

.oo-searchform .ts-wrapper.custom-single-select-tom,
.oo-searchform .ts-wrapper.custom-multiple-select-tom {
  width: 100%;
  max-width: 100%;
}
.oo-searchform .ts-wrapper.single .ts-control,
.oo-searchform .ts-wrapper .ts-control {
  height: 31px;
  min-height: 31px;
  border: none;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.oo-searchform .ts-wrapper .item[data-value=""] .remove {
  display: none !important;
}
.oo-searchform select#objektart {
  width: 100%;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--small);
  text-indent: -999px;
  background-color: #ffffff;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.nf-form-cont nf-fields-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  gap: 1rem;
}
.nf-form-cont nf-field:nth-child(1) {
  grid-column: 1/-1;
}
.nf-form-cont nf-field:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.nf-form-cont nf-field:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
}
.nf-form-cont nf-field:nth-child(4) {
  grid-column: 1/-1;
}
.nf-form-cont {
  /* Ab Container 5 jeweils volle Breite auf einer eigenen Zeile */
}
.nf-form-cont nf-field:nth-child(n+5) {
  grid-column: 1/-1; /* Überspanne alle Spalten */
}
.nf-form-cont input {
  background: #f6f6f6;
}
.has-background .nf-form-cont input {
  background: #ffffff;
}
.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel] {
  color: #444444;
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.204, 1.05rem);
  line-height: 1.7;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 0;
  border: none;
}
.nf-form-cont select {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.nf-form-cont .checkbox-wrap label {
  display: block;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--small);
}
.nf-form-cont .nf-field-element li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nf-form-cont .nf-field-element li input {
  margin: 0;
}
.nf-form-cont .nf-field-element li label {
  margin-left: 10px;
}
.nf-form-cont textarea {
  color: #444444;
  font-family: "Montserrat";
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.204, 1.05rem);
  line-height: 1.7;
  padding: 20px;
  border-radius: 0;
  border: none;
  width: 100%;
  background: #f6f6f6;
}
.has-background .nf-form-cont textarea {
  background: #ffffff;
}
.nf-form-cont input[type=submit] {
  background-color: unset;
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #DDB567;
  padding-top: 0.7rem;
  padding-right: calc(2.25rem - 1px);
  padding-bottom: 0.7rem;
  padding-left: calc(2.25rem - 1px);
  cursor: pointer;
}
.has-accent-2-background-color .nf-form-cont input[type=submit] {
  color: #ffffff;
}
.nf-form-cont input[type=submit]:hover {
  color: #DDB567 !important;
}
.nf-form-cont label {
  display: none;
}
.nf-form-cont .ninja-forms-req-symbol {
  color: #444444;
}
.has-accent-2-background-color .nf-form-cont .ninja-forms-req-symbol {
  color: #ffffff;
}
.nf-form-cont .nf-error-msg {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.204, 1.05rem);
}
.nf-form-cont .nf-form-fields-required {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 30px;
}
.nf-form-cont .nf-response-msg {
  padding: 20px;
  font-weight: 600;
  color: #DDB567;
  border: none;
  margin-bottom: 20px;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
#cmplz-cookiebanner-container .cmplz-close {
  display: none !important;
}

.cmplz-manage-consent:not(.cmplz-settings) {
  display: none;
}

.cmplz-settings {
  background: transparent;
  border: none;
  color: #0B5972;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
  padding: 0;
  cursor: pointer;
}
.cmplz-settings:hover {
  text-decoration: none;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wpml-language-switcher-block.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item {
  margin-bottom: 0;
}
.wpml-language-switcher-block.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1220px) {
  .is-not-top .wpml-language-switcher-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
    padding: 10px env(safe-area-inset-right) calc(10px + env(safe-area-inset-bottom)) env(safe-area-inset-left);
    background: #fff;
    z-index: 9999;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease;
    transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .is-not-top .wpml-language-switcher-block ul.horizontal-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is-not-top .wpml-language-switcher-block .wpml-ls-item,
  .is-not-top .wpml-language-switcher-block a {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}
/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Default styles
 */
/*
 * Variables
 *
*/
.is-style-icon-place {
  position: relative;
  padding-left: 20px;
}
.is-style-icon-place:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 16px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' viewBox='0 0 633.2 800'%3E%3Cstyle%3E.st0%7Bfill:%23deb668%7D%3C/style%3E%3Cpath d='M316.7 0C145 0 0 140.8 0 307.5c0 270 294.5 480.7 307 489.5 5.8 4 13.5 4 19.2 0 12.5-8.8 307-219.5 307-489.5C633.3 140.8 488.3 0 316.7 0m0 762.5C266 724 33.3 534 33.3 307.5c0-148.7 129.8-274.2 283.3-274.2S600 158.8 600 307.5c0 226.2-232.8 416.5-283.3 455' class='st0'/%3E%3Cpath d='M316.7 116.7c-110.3 0-200 86-200 191.7S206.3 500 316.7 500s200-86 200-191.7-89.7-191.6-200-191.6m0 350c-91.8 0-166.7-71-166.7-158.3C150 221 224.8 150 316.7 150s166.7 71 166.7 158.3c-.1 87.4-74.9 158.4-166.7 158.4' class='st0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.is-style-icon-phone {
  position: relative;
  padding-left: 20px;
}
.is-style-icon-phone:after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 799.9 799.9'%3E%3Cpath d='m309.9 238.6-85 86.5c44.2 98.3 138.1 207.7 247 244.4l73.5-73.3s174.2 30.4 213.3 49.5c34 16.4 45.2 52.9 39.9 97.9-5.7 48.4-69.1 155-183.3 156.2S333 715 212.5 588C92.1 461.1-15.4 300.2 1.8 163.6 19 26.9 138 2.5 167.8.3c30.1-2.2 54 6.6 72.2 29.1 23.3 29 69.9 209.2 69.9 209.2M213.4 57.7c-14.2-18.5-38.5-21.6-62.8-15.9C128.9 46.9 50.1 79.6 39 167.1c-12.4 97.3 60.2 262.1 190.5 388.1s255.8 199.6 363.7 208.4 160.5-86.2 168.2-114.8c7.7-28.5 1.3-57.3-14.2-68.8-19.7-14.6-189.5-45-189.5-45l-77 75.9C354.2 569.8 235 454.5 184.2 313.6l84.1-84.7S227.6 76.2 213.4 57.7' style='fill:%23deb668'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.is-style-icon-mail {
  position: relative;
  padding-left: 22px;
}
.is-style-icon-mail:after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 12px;
  left: 0;
  -webkit-transform: translateY(calc(-50% + 3px));
          transform: translateY(calc(-50% + 3px));
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 1027.7 799.9'%3E%3Cpath d='M998.1 48.2c-2.5-3.2-5.2-6.2-8.8-9.8C965 14 931.2 0 896.5 0H131.1c-35 0-67.9 13.7-92.7 38.4-3.5 3.5-6.3 6.6-8.9 9.8v.1C15.9 64.9 6.6 84.8 2.6 105.7.9 114 0 122.5 0 131.2v537.6c0 18 3.7 35.5 10.9 52.2 6.3 14.8 15.8 28.8 27.5 40.5 3 3 6 5.8 9.1 8.3 23.4 19.4 53.1 30.1 83.7 30.1h765.4c30.7 0 60.4-10.8 83.8-30.3l.1-.1c2.9-2.4 5.8-5 8.9-8 11.3-11.3 20.3-24.3 26.8-38.7l.9-2.1v-.1c7.1-16.3 10.7-33.8 10.7-51.9V131.2q0-12.9-2.4-25.5c-4.3-21-13.7-40.9-27.3-57.5M55.8 86.7l5.3-7.8c2.1-3.1 4.7-6.2 8.1-9.6 16.6-16.6 38.6-25.7 61.9-25.7h765.4c23.5 0 45.5 9.1 61.9 25.7 2.8 2.8 5.5 6 7.9 9.2l5.9 7.9c1.6 2.2 1.3 5.2-.8 7L562.9 449.5c-13.5 11.9-31 18.4-49.1 18.4-17.9 0-35.4-6.5-49-18.4L56.7 93.5c-2-1.7-2.4-4.7-.9-6.8m-3.8 611q-.9 0-1.8-.3c-1.8-.6-3.1-2.2-3.3-4.1l-2.9-19c-.3-2-.3-4-.3-5.5V142.3c0-2 1.2-3.9 3-4.7.7-.3 1.4-.5 2.1-.5 1.2 0 2.4.4 3.4 1.3l317 276.6c1.1 1 1.8 2.4 1.8 3.9s-.6 2.9-1.8 3.9L55.4 696.4c-1 .8-2.2 1.3-3.4 1.3m903.4 35.6c-.2 1.7-1.1 3.2-2.6 4l-12.8 7.4c-13.1 7.5-28.1 11.5-43.4 11.5H131.1c-15.3 0-30.4-4-43.4-11.5l-12.8-7.4c-1.4-.8-2.4-2.3-2.6-4s.5-3.3 1.8-4.4l324.3-282.6c1-.9 2.2-1.3 3.4-1.3s2.4.4 3.4 1.3l35.5 30.9c20.4 17.7 46.4 27.4 73.2 27.4 26.9 0 52.9-9.7 73.3-27.4l35.5-30.9c1-.9 2.2-1.3 3.4-1.3s2.4.4 3.4 1.3l324.2 282.6c1.2 1.1 1.8 2.7 1.7 4.4m28.7-64.6c0 1.8 0 3.6-.3 5.4l-2.8 19.2c-.3 1.9-1.6 3.5-3.3 4.1q-.9.3-1.8.3c-1.2 0-2.4-.4-3.4-1.3l-314-273.6c-1.1-1-1.8-2.4-1.8-3.9s.6-2.9 1.8-3.9l317-276.6c1-.8 2.2-1.3 3.4-1.3.7 0 1.5.2 2.1.5 1.9.8 3 2.7 3 4.7v526.4z' style='fill:%23deb668'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}