@charset "UTF-8";
/*
Theme Name: Plastische Chirurgie (Twenty Twenty-Five Child)
Theme URI: 
Author: Enrico Gering
Author URI: https://www.enricogering.com
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8
Version:  
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: pc-twenty-twenty-five-child
Tags: 
*/
/* ---------------------------------------------------
 *  SASS MODULES
 * --------------------------------------------------- */
/* ---------------------------------------------------
 *  GLOBALS
 * --------------------------------------------------- */
/*
 * Variables
 *

 */
/*
 * Typography
 */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto/roboto-v50-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* roboto-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: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/roboto/roboto-v50-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("assets/fonts/garamond/AGaramondPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Roboto";
  -webkit-text-size-adjust: 100%;
}

:root :where(p),
:root :where(.wp-block-list > li),
:root :where(ul > li) {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
}

a:where(:not(.wp-element-button)) {
  font-size: inherit;
}
a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 500;
}

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: "Roboto";
}

p.has-extra-large-font-size {
  line-height: 1.4;
}
p[style*="text-decoration:none"] a {
  text-decoration: none;
}
p.has-background {
  border-radius: 3px;
}

.wp-block-post-title {
  -ms-hyphens: auto;
      hyphens: auto;
}
.wp-block-post-title.has-extra-large-font-size {
  line-height: 1.4;
  font-weight: 800;
}

.has-h-2-style-light-font-size {
  font-size: var(--wp--preset--font-size--large-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
}

.has-medium-font-size {
  line-height: 1.35;
}

/*
 * Default styles
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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 {
  color: inherit;
}

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

/*
 * Mixin for automatic rem font-sizes with px fallback
 *
 * Usage: @include font-size( $size );
 */
/*
 * Mixin for input placeholder styles
 *
 * Usage: @include input-placeholder { color: $color; }
 */
/*
 * Mixin for vertical alignment of elements
 *
 * Usage: @include vertical-align;
 */
/*
 * Mixin for retina background images
 *
 * Usage: @include retina { background-image: ...; }
 */
/*
 * Mixin for grid
 *
 * Usage: @include container( 20px, 12, 1400px );
 */
/*
 * Mixin for CSS Grid
 *
 * Usage: @include css-grid( 20px, 12, 1400px );
 */
/*
 * Template for clearfixes
 *
 * Usage: @extend %clearfix;
 */
/*
 * Breakpoints
 */
/*
 * Font Settings
 */
/*
 * Colors 
 */
/*
 * Sizes
 */
@-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-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/* 
 * Header
 */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-transition: height 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  /*
  *  topbar
  */
}
header:has(.pc_topbar) {
  padding-top: 23px;
}
@media only screen and (min-width: 781px) {
  header:has(.pc_topbar) {
    padding-top: 28.5px;
  }
}
header .wp-block-site-logo.is-default-size {
  margin-right: 20px;
}
@media only screen and (min-width: 1120px) {
  header .wp-block-site-logo.is-default-size {
    margin-right: 70px;
  }
  .is-scroll-down header .wp-block-site-logo.is-default-size {
    margin-right: 220px;
  }
}
header .wp-block-site-logo.is-default-size .custom-logo-link {
  position: relative;
  width: 100px;
}
@media only screen and (max-width: 1120px) {
  header .wp-block-site-logo.is-default-size .custom-logo-link img {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 1120px) {
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link {
    width: 50px;
  }
  header .wp-block-site-logo.is-default-size .custom-logo-link img {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-in-out, display 0.3s ease allow-discrete;
    transition: opacity 0.2s ease-in-out, display 0.3s ease allow-discrete;
  }
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link img {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
  }
  header .wp-block-site-logo.is-default-size .custom-logo-link:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 0;
    left: 0;
    top: 50%;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s linear, height 0s linear 0.2s;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .is-scroll-down header .wp-block-site-logo.is-default-size .custom-logo-link:after {
    height: 50px;
    width: 50px;
    background: url("assets/images/logo_minimal.svg") no-repeat left center;
    background-size: 50px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1120px) {
  header .wp-block-site-logo.is-default-size .custom-logo-link {
    width: 200px;
  }
}
header {
  -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;
  /*
  *  menu
  */
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  font-style: normal;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.179, 0.9rem);
  text-transform: uppercase;
}
@media only screen and (min-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    height: 100px !important;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:active {
  font-weight: 500 !important;
}
@media only screen and (min-width: 1120px) {
  .is-scroll-down header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    height: 60px !important;
  }
}
@media only screen and (min-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0970588) 0 10px 12px 0;
            box-shadow: rgba(0, 0, 0, 0.0970588) 0 10px 12px 0;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu p {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.179, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0;
  color: #f29071 !important;
}
@media only screen and (min-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu p {
    margin: 0 0 15px 0;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu .wp-block-query {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding: 10px 10px 0 10px;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > ul.mega-sub-menu .menu {
    padding: 0;
    list-style: none;
    line-height: 2.1;
    padding-bottom: 10px;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  border-radius: 3px;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    padding-bottom: 15px;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: 1.7;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  letter-spacing: 1px;
  font-weight: 400;
  color: #8d99af;
  text-decoration: none;
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #f29071;
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
  color: #f29071;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link {
    position: relative;
    z-index: 2;
    width: 90%;
  }
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: #f29071;
}
header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "" !important;
  font-family: unset;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children {
    position: relative;
  }
  header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    width: 100%;
    position: relative;
    right: -10%;
    z-index: 1;
  }
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
}
header #mega-menu-wrap-main-menu .mega-toggle-block::before,
header #mega-menu-wrap-main-menu .mega-menu-toggleblock {
  aria-label: "Untermenü [Menüname] erweitern";
}
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1:only-child {
  margin: 0 !important;
}
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
  height: 3px;
  border-radius: 0;
  background-color: #f29071;
}
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:before {
  height: 3px;
  border-radius: 0;
  background-color: #f29071;
}
header #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner:after {
  height: 3px;
  border-radius: 0;
  background-color: #f29071;
}
@media only screen and (max-width: 1120px) {
  header #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    padding: 12vh 10px;
    height: 100vh;
    gap: 1vh;
  }
  header #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close {
    right: 16px !important;
    top: 7px;
  }
  header #mega-menu-wrap-main-menu .mega-menu-toggle ~ button.mega-close:before {
    content: "";
    font-family: inherit;
    font-weight: unset;
    color: unset;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.1 15.1' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23f29071' d='M8.6,7.5l6.5-6.5L14,0L7.5,6.5L1.1,0L0,1.1l6.5,6.5L0,14l1.1,1.1l6.5-6.5l6.5,6.5l1.1-1.1L8.6,7.5z'/%3E%3C/svg%3E");
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  color: #8d99af;
  line-height: 1.7;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: #f29071;
}
.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
  color: #f29071;
}

.pc_topbar {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #f29071;
}
.pc_topbar p {
  margin: 0;
  text-align: center;
  color: white;
  padding: 2px 0;
}
@media only screen and (max-width: 781px) {
  .pc_topbar p {
    font-size: 0.7rem;
  }
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Footer
 */
footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media only screen and (max-width: 1280px) {
  footer > .wp-block-group {
    padding: 0;
  }
}
footer > .wp-block-group > .wp-block-group {
  padding: 0 20px;
}
@media only screen and (min-width: 1280px) {
  footer > .wp-block-group > .wp-block-group {
    padding: 0 40px;
  }
}
footer figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wp-block-site-logo {
  margin-bottom: 20px;
}
footer .wp-block-site-logo .custom-logo-link {
  width: 70px;
}
footer .wp-block-site-logo .custom-logo-link img {
  width: auto;
}
@media only screen and (min-width: 781px) {
  footer .wp-block-site-logo .custom-logo-link img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible;
  }
}
footer .wp-block-details {
  padding: 0;
  border-bottom: 1px solid #bcb09e;
  -webkit-margin-after: 0px !important;
          margin-block-end: 0px !important;
}
@media only screen and (min-width: 1280px) {
  footer .wp-block-details {
    padding: 0;
    border: none;
  }
}
footer .wp-block-details summary {
  list-style: none;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  footer .wp-block-details summary {
    cursor: default;
  }
}
@media only screen and (max-width: 1280px) {
  footer .wp-block-details summary {
    -webkit-margin-before: 20px !important;
            margin-block-start: 20px !important;
  }
  footer .wp-block-details summary:before {
    position: absolute;
    right: 0;
    top: 9px;
    display: block;
    content: "";
    width: 21px;
    height: 12px;
    background: url("assets/images/arrow-tertiary.svg") no-repeat center;
  }
}
footer .wp-block-details[open] summary:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer .wp-block-details a,
footer .wp-block-details a.wp-block-navigation-item__content {
  text-transform: none;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
}
footer .wp-block-details a:hover,
footer .wp-block-details a.wp-block-navigation-item__content:hover {
  text-decoration: none;
  color: #f29071;
}
footer .wp-block-columns .wp-block-column:last-child .wp-block-details {
  border: none;
}
footer .wp-block-table td {
  padding: 0;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  line-height: 1.7;
}
@media only screen and (max-width: 781px) {
  footer .wp-block-columns {
    gap: 0;
  }
}
@media (max-width: 1280px) {
  footer .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1280px) {
  footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
footer .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content {
  color: #8d99af;
}
footer .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content:hover {
  color: #f29071;
}
footer .wp-block-navigation:not(.is-vertical) {
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 781px) {
  footer .wp-block-navigation:not(.is-vertical) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .wp-block-navigation:not(.is-vertical) .wp-block-navigation__container {
  gap: 20px;
}
@media only screen and (max-width: 781px) {
  footer .wp-block-navigation:not(.is-vertical) .wp-block-navigation__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .wp-block-navigation:not(.is-vertical) .wp-block-navigation-link .wp-block-navigation-item__content:hover {
  color: #f29071;
}

body {
  overflow-x: hidden;
}

.wp-site-blocks {
  overflow-x: hidden;
}

:root :where(p.has-background),
:root :where(.wp-block-columns.has-background) {
  padding: 2rem 20px;
}
@media only screen and (min-width: 781px) {
  :root :where(p.has-background),
  :root :where(.wp-block-columns.has-background) {
    padding: 2rem 50px;
  }
}

input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.wp-block-post-content {
  padding-top: calc(54.24px - 1.2rem);
}
@media only screen and (min-width: 1120px) {
  .wp-block-post-content {
    padding-top: calc(100px - 1.2rem);
  }
}
.single-post .wp-block-post-content {
  padding-top: 0;
}

.has-accent-gradient-color {
  display: inline;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left bottom, right top, from(#838fa3), color-stop(#8591a5), color-stop(#8693a7), color-stop(#8894aa), color-stop(#8a96ac), color-stop(#8c98ae), color-stop(#8d99af), color-stop(#8f9bb1), color-stop(#909cb3), color-stop(#919eb5), color-stop(#93a0b7), to(#94a1b9));
  background: linear-gradient(to right top, #838fa3, #8591a5, #8693a7, #8894aa, #8a96ac, #8c98ae, #8d99af, #8f9bb1, #909cb3, #919eb5, #93a0b7, #94a1b9);
}

.has-gradient-grey-background-color {
  background: linear-gradient(40deg, rgba(237, 234, 230, 0.72) 41%, rgba(242, 241, 240, 0.95) 99%);
}

.has-white-gradient-color {
  display: inline;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(40deg, rgba(237, 234, 230, 0.72) 41%, rgba(242, 241, 240, 0.95) 99%);
}

.wp-block-columns.is-style-top {
  position: relative;
  z-index: 1;
  padding: 30px 20px 40px 20px;
  margin-top: -10vh;
}
@media only screen and (min-width: 1280px) {
  .wp-block-columns.is-style-top {
    padding: 50px 50px 50px 50px;
    border-radius: 3px 3px 0 0;
  }
}
.wp-block-columns.is-style-padding {
  padding: 30px 20px 40px 20px;
}
@media only screen and (min-width: 1280px) {
  .wp-block-columns.is-style-padding {
    padding: 50px 50px 70px 50px;
    border-radius: 0 0 3px 3px;
  }
}
.wp-block-columns.is-style-corners > .wp-block-column {
  position: relative;
  z-index: 1;
  padding: 30px 20px 60px 20px;
  border-radius: 3px;
}
.wp-block-columns.is-style-corners > .wp-block-column:after {
  position: absolute;
  z-index: -1;
  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, #e2dcca 1px, transparent 1px) 0 0, linear-gradient(to right, #e2dcca 1px, transparent 1px) 0 100%, linear-gradient(to left, #e2dcca 1px, transparent 1px) 100% 0, linear-gradient(to left, #e2dcca 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #e2dcca 1px, transparent 1px) 0 0, linear-gradient(to bottom, #e2dcca 1px, transparent 1px) 100% 0, linear-gradient(to top, #e2dcca 1px, transparent 1px) 0 100%, linear-gradient(to top, #e2dcca 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-corners > .wp-block-column .wp-block-heading {
    font-size: 1.5rem !important;
    margin-bottom: 20px;
  }
}
.wp-block-columns.is-style-border-inset > .wp-block-column {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  border-radius: 3px;
}
@media only screen and (min-width: 1280px) {
  .wp-block-columns.is-style-border-inset > .wp-block-column {
    padding: 40px 30px 50px 30px;
  }
}
.wp-block-columns.is-style-border-inset > .wp-block-column:after {
  position: absolute;
  z-index: -1;
  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, #e2dcca 1px, transparent 1px) 0 0, linear-gradient(to right, #e2dcca 1px, transparent 1px) 0 100%, linear-gradient(to left, #e2dcca 1px, transparent 1px) 100% 0, linear-gradient(to left, #e2dcca 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #e2dcca 1px, transparent 1px) 0 0, linear-gradient(to bottom, #e2dcca 1px, transparent 1px) 100% 0, linear-gradient(to top, #e2dcca 1px, transparent 1px) 0 100%, linear-gradient(to top, #e2dcca 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-mobile-center .wp-block-column {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-columns .wp-block-column.is-style-box-shadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
}
.wp-block-columns .wp-block-column.is-style-box-shadow:after {
  content: "";
  position: absolute;
  margin: 0;
  z-index: -1;
  top: 100%;
  bottom: 0;
  width: 120%;
  height: 30px;
  left: -10%;
  right: -10%;
  background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.3), rgba(97, 97, 97, 0) 40%);
}
.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-group.is-style-top {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (min-width: 781px) {
  .wp-block-group.is-style-top {
    margin-top: -10vh;
  }
}
.wp-block-group.is-style-fullwidth_mobile {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media only screen and (max-width: 781px) {
  .wp-block-group.is-style-fullwidth_mobile {
    padding-right: var(--wp--style--root--padding-right) !important;
    padding-left: var(--wp--style--root--padding-left) !important;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    max-width: unset;
  }
}
.wp-block-group.is-style-box-shadow {
  position: relative;
}
.wp-block-group.is-style-box-shadow:after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  width: 120%;
  height: 50px;
  left: -10%;
  right: -10%;
  background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 50%);
}
@media only screen and (max-width: 781px) {
  .wp-block-group.is-style-bg_mobile {
    background: rgba(188, 176, 158, 0.8);
    padding: 30px 20px 40px 20px;
    border-radius: 3px;
  }
  .wp-block-group.is-style-bg_mobile p strong {
    font-weight: normal;
  }
}
.wp-block-group.is-style-padding {
  padding: 30px 20px 30px 20px;
}
@media only screen and (min-width: 1280px) {
  .wp-block-group.is-style-padding {
    padding: 50px;
    border-radius: 0 0 3px 3px;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-group.is-layout-grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wp-block-group > h2 {
  margin-top: 0;
}

h1 {
  font-family: "Adobe Garamond Pro";
  line-height: 1.1;
}
h1.has-h-2-style-font-size {
  line-height: 1.4;
}
.single-post h1 {
  font-size: var(--wp--preset--font-size--h-2-style);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
  font-family: "Adobe Garamond Pro";
}
@media only screen and (max-width: 781px) {
  h1 {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

h2 {
  font-family: "Adobe Garamond Pro";
  -webkit-margin-after: 1.6rem;
          margin-block-end: 1.6rem;
}
.single-post h2 {
  font-size: var(--wp--preset--font-size--h-2-style-blog);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 2rem;
}

.has-h-1-style-font-size {
  font-family: "Adobe Garamond Pro";
  font-size: var(--wp--preset--font-size--h-1-style);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
}

.has-h-2-style-font-size {
  font-family: "Adobe Garamond Pro";
  font-size: var(--wp--preset--font-size--h-2-style);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.25;
}

.has-h-3-style-font-size,
h3 {
  font-family: "Roboto";
  font-size: var(--wp--preset--font-size--h-3-style);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
}

.has-h-4-style-font-size {
  font-family: "Adobe Garamond Pro";
  font-size: var(--wp--preset--font-size--h-4-style);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.has-button-style-font-size {
  font-family: "Roboto";
  font-size: var(--wp--preset--font-size--button-style);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.wp-block-list {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: disc;
}
ul.wp-block-list li {
  margin-top: 0;
}
ul.wp-block-list.is-style-no-point {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-margin-before: 1.5vh;
          margin-block-start: 1.5vh;
  padding-left: 0;
  list-style: none;
}
ul.wp-block-list.is-style-checkmark-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
ul.wp-block-list.is-style-checkmark-list li {
  margin-bottom: 0.5rem;
  padding-left: 24px;
  position: relative;
}
ul.wp-block-list.is-style-checkmark-list li:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='341' height='341' clip-rule='evenodd'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%2355544f' stroke='null' d='M153.923 12.887C156.255 5.38 162.963.305 170.511.305s14.229 5.076 16.56 12.582l29.242 94.054c.864 2.754 2.55 5.167 4.795 6.88 2.263 1.715 4.993 2.643 7.767 2.643l94.736-.046c7.55 0 14.229 5.076 16.56 12.585 2.332 7.485-.22 15.69-6.325 20.325l-76.642 58.102c-2.264 1.714-3.95 4.127-4.814 6.886-.87 2.779-.846 5.77 0 8.53l29.305 94.023c2.332 7.51-.223 15.715-6.328 20.35-6.107 4.635-14.388 4.635-20.494 0L178.28 279.07c-2.264-1.719-4.97-2.646-7.768-2.646s-5.508.927-7.772 2.646l-76.617 58.147c-6.107 4.636-14.365 4.636-20.47 0-6.126-4.634-8.68-12.839-6.326-20.349l29.283-94.024c.864-2.759.864-5.75 0-8.53a13.66 13.66 0 0 0-4.796-6.885L7.175 149.328c-6.105-4.635-8.68-12.84-6.352-20.325 2.355-7.509 9.04-12.585 16.587-12.585l94.709.046c2.798 0 5.528-.928 7.772-2.643a13.65 13.65 0 0 0 4.794-6.88z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.us_focus-window ul.wp-block-list.is-style-checkmark-list li:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='341' height='341' clip-rule='evenodd'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' stroke='null' d='M153.923 12.887C156.255 5.38 162.963.305 170.511.305s14.229 5.076 16.56 12.582l29.242 94.054c.864 2.754 2.55 5.167 4.795 6.88 2.263 1.715 4.993 2.643 7.767 2.643l94.736-.046c7.55 0 14.229 5.076 16.56 12.585 2.332 7.485-.22 15.69-6.325 20.325l-76.642 58.102c-2.264 1.714-3.95 4.127-4.814 6.886-.87 2.779-.846 5.77 0 8.53l29.305 94.023c2.332 7.51-.223 15.715-6.328 20.35-6.107 4.635-14.388 4.635-20.494 0L178.28 279.07c-2.264-1.719-4.97-2.646-7.768-2.646s-5.508.927-7.772 2.646l-76.617 58.147c-6.107 4.636-14.365 4.636-20.47 0-6.126-4.634-8.68-12.839-6.326-20.349l29.283-94.024c.864-2.759.864-5.75 0-8.53a13.66 13.66 0 0 0-4.796-6.885L7.175 149.328c-6.105-4.635-8.68-12.84-6.352-20.325 2.355-7.509 9.04-12.585 16.587-12.585l94.709.046c2.798 0 5.528-.928 7.772-2.643a13.65 13.65 0 0 0 4.794-6.88z'/%3E%3C/svg%3E");
}
ul.wp-block-list.is-style-checkmark-list li.has-h-3-style-font-size {
  padding-left: 23px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 781px) {
  ul.wp-block-list.is-style-checkmark-list li.has-h-3-style-font-size {
    padding-left: 27px;
  }
}
ul.wp-block-list.is-style-checkmark-list li.has-h-3-style-font-size:after {
  background-size: 12px;
  top: 0;
}
@media only screen and (min-width: 781px) {
  ul.wp-block-list.is-style-checkmark-list li.has-h-3-style-font-size:after {
    background-size: 15px;
    top: 3px;
  }
}
ul.wp-block-list.is-style-checkmark-list li:last-child {
  margin-bottom: 0;
}

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

.wp-block-query.is-style-overlay-mode .wp-block-post {
  position: relative;
}
.wp-block-query.is-style-overlay-mode p {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: white;
  color: #000000;
  padding: 6px 12px 4px 12px;
  margin: 0;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 42px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__background {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__inner-container .wp-block-post-title {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  line-height: 1.4;
  font-size: 1.65rem;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover .wp-block-cover__inner-container .wp-block-post-title a {
  width: 100%;
  height: 100%;
  color: white;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover .wp-block-cover__background {
  opacity: 0.1;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover .wp-block-cover__inner-container .wp-block-post-title {
  opacity: 0;
}
.wp-block-query.is-style-overlay-mode .wp-block-cover:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.has-primary-background-color .wp-block-query .wp-block-post-excerpt__excerpt {
  color: #fff;
}
.wp-block-query time {
  text-transform: none;
}
.news .wp-block-query ul li {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.news .wp-block-query ul li .wp-block-post-title a {
  text-decoration: none;
}
.news .wp-block-query ul li .wp-block-post-title a:hover {
  color: #f29071;
}
.news .wp-block-query ul li:last-child {
  border: none;
}
.subnavigation .wp-block-query ul li {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.subnavigation .wp-block-query ul li .current_page_item {
  color: #f29071;
}
.subnavigation .wp-block-query ul li:last-child {
  border: none;
}

.wp-block-buttons .wp-block-button {
  z-index: 9;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  line-height: 1.5;
  letter-spacing: 2px;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 781px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #9e9285 !important;
  color: white !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-tertiary-background-color:hover {
  background-color: #9e9285 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  text-decoration: none;
  border-width: 2px;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #fff;
  color: #8d99af;
  border: 2px solid #8d99af;
}
@media only screen and (max-width: 781px) {
  .wp-block-buttons .wp-block-button.is-style-mobile_center {
    margin: 0 auto;
  }
}
.wp-block-buttons.hl_sidebar {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 25%;
  width: 35px;
  height: auto;
  gap: 0;
  padding: 3px 0;
  background: #8d99af;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
}
.wp-block-buttons.hl_sidebar .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 100%;
}
.wp-block-buttons.hl_sidebar .wp-block-button__link {
  padding: 0;
  text-indent: -99999px;
  height: 35px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.wp-block-buttons.hl_sidebar .hl_search .wp-block-button__link {
  background-image: url("assets/images/icon_search.svg");
}
.wp-block-buttons.hl_sidebar .hl_mail .wp-block-button__link {
  background-image: url("assets/images/icon_email.svg");
}
.wp-block-buttons.hl_sidebar .hl_phone .wp-block-button__link {
  background-image: url("assets/images/icon_phone.svg");
}
@media only screen and (min-width: 980px) {
  .wp-block-buttons.hl_sidebar {
    width: 50px;
  }
  .wp-block-buttons.hl_sidebar .wp-block-button__link {
    background-size: 20px;
    height: 50px;
  }
  .wp-block-buttons.hl_sidebar .wp-block-button {
    height: 50px;
  }
}
.wp-block-buttons.hl_back-to-top-container {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 15px;
  width: 35px;
  height: 35px;
  gap: 0;
  padding: 3px 0;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.31);
  display: none;
  background: #ece9e6;
}
@media only screen and (min-width: 781px) {
  .wp-block-buttons.hl_back-to-top-container {
    bottom: 60px;
    right: 15px;
  }
}
.is-scrolled .wp-block-buttons.hl_back-to-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1970588) 0 3px 8px 0;
          box-shadow: rgba(0, 0, 0, 0.1970588) 0 3px 8px 0;
}
@media only screen and (min-width: 980px) {
  .wp-block-buttons.hl_back-to-top-container .hl_back-to-top {
    width: 50px;
    height: 50px;
  }
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
  height: 35px;
  width: 35px;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link {
    height: 50px;
    width: 50px;
  }
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link:after {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("assets/images/arrow-orange.svg") no-repeat center;
  background-size: 35px;
  content: "";
  height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-buttons.hl_back-to-top-container .hl_back-to-top .wp-block-button__link code {
  display: none;
}

.wp-block-file__button {
  border-radius: 0;
}

.wp-block-acf-blocklink {
  border-radius: 3px;
  max-width: 340px;
}

.us_blocklink {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
  padding-left: 20px;
  font-size: var(--wp--preset--font-size--h-3-style);
  text-decoration: none;
}
@media only screen and (min-width: 781px) {
  .us_blocklink {
    padding-right: 50px;
    padding-left: 30px;
  }
}
.us_blocklink:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none'%3E%3Cpath stroke='%23fff' d='M.5 9.429V.857h8.571M20.5 12.286v8.571h-8.571M11.929.857H20.5V9.43M9.071 20.857H.5v-8.571'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.has-accent-color .us_blocklink:after, .has-base-background-color .us_blocklink:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none'%3E%3Cpath stroke='%238d99af' d='M.5 9.429V.857h8.571M20.5 12.286v8.571h-8.571M11.929.857H20.5V9.43M9.071 20.857H.5v-8.571'/%3E%3C/svg%3E");
}
.us_blocklink:hover:after {
  -webkit-animation: pulse 0.5s ease-out;
          animation: pulse 0.5s ease-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.us_blocklink p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
  color: inherit;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}
.us_blocklink p:last-child {
  margin-bottom: 0;
}

.us_blocklink__headline {
  font-weight: 700;
}

.us_blocklink-inner {
  line-height: 1.4;
  position: relative;
  width: auto;
  padding: 1rem 0;
}

.wp-block-acf-textlink {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}

.us_textlink {
  display: inline-block;
  position: relative;
}
.us_textlink:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%238d99af' fill-rule='evenodd' d='M.89 6.786H0V0H5.429v1.14H.89v5.646Zm18.11 0h-.912v-5.76h-4.517V0H19v6.786ZM5.429 19H0v-6.786h.89v5.673H5.43V19Zm12.66 0H13.57v-1.113h4.517v-5.673H19V19h-.912Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.has-base-color .us_textlink:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M.89 6.786H0V0H5.429v1.14H.89v5.646Zm18.11 0h-.912v-5.76h-4.517V0H19v6.786ZM5.429 19H0v-6.786h.89v5.673H5.43V19Zm12.66 0H13.57v-1.113h4.517v-5.673H19V19h-.912Z'/%3E%3C/svg%3E");
}
.us_textlink:hover:after {
  -webkit-animation: pulse 0.5s ease-out;
          animation: pulse 0.5s ease-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.us_textlink a {
  display: inline-block;
  text-decoration: none;
}
.us_textlink a:not(.is-link):hover .us_textlink__headline {
  color: #f29071;
}
.us_textlink p {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: inherit;
}
@media (min-width: 781px) {
  .us_textlink p {
    width: 80%;
  }
}
.us_textlink p:last-child {
  margin-bottom: 0;
}
.us_textlink .us_textlink__headline {
  position: relative;
  display: inline-block;
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0 10px 0 0;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
}
@media (min-width: 781px) {
  .us_textlink .us_textlink__headline {
    -ms-hyphens: initial;
        hyphens: initial;
  }
}
.us_textlink .us_textlink__headline h1,
.us_textlink .us_textlink__headline h2,
.us_textlink .us_textlink__headline h3,
.us_textlink .us_textlink__headline h4,
.us_textlink .us_textlink__headline h5,
.us_textlink .us_textlink__headline h6 {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.wp-block-separator {
  height: 1px;
  border: 0;
  width: 100%;
  opacity: 0.3;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.wp-block-spacer {
  clear: initial;
  margin: 0 !important;
}

.wp-block-quote {
  padding: 0;
}
@media (min-width: 1280px) {
  .wp-block-quote {
    padding: 40px;
  }
}
.wp-block-quote {
  margin: 50px 0;
  border: none;
  position: relative;
}
.wp-block-quote:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 17.5px;
  background-image: url("assets/images/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.wp-block-quote:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 17.5px;
  background-image: url("assets/images/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-quote:not(.has-text-align-center).is-style-default {
  padding-left: 20px;
  border-left: 3px solid currentColor;
}
@media (min-width: 1280px) {
  .wp-block-quote:not(.has-text-align-center).is-style-default {
    border-left: 4px solid currentColor;
  }
}
.wp-block-quote.is-style-plain, .wp-block-quote.is-style-large {
  border-left: none;
}
.wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1.1;
  font-size: 40px;
  font-size: calculateRem(40px);
}
.wp-block-quote.is-style-large cite {
  font-size: 24px;
  font-size: calculateRem(24px);
}
.wp-block-quote p {
  font-size: 1.08rem;
  font-family: "Adobe Garamond Pro";
  font-style: italic;
  margin: 0;
}
.wp-block-quote cite {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  color: currentColor;
}

.wp-block-file a:not(.wp-block-file__button) {
  display: none;
}
.wp-block-file .wp-block-file__button {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  padding-right: 40px;
  padding-left: 40px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--accent);
  margin-left: 0;
  padding-right: 80px;
  position: relative;
}
.wp-block-file .wp-block-file__button:after {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 32px;
  width: 26.57px;
  background: url("assets/images/icon_download.svg") no-repeat center;
}

div.wp-block-cover {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  div.wp-block-cover {
    padding: 40px;
  }
}
div.wp-block-cover.is-style-full-link .wp-block-cover__inner-container {
  position: unset;
  z-index: 1;
}
div.wp-block-cover.is-style-full-link .wp-block-cover__background {
  display: unset;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
div.wp-block-cover.is-style-full-link a {
  font-size: unset;
  text-decoration: none;
}
div.wp-block-cover.is-style-full-link a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}
div.wp-block-cover.is-style-border {
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 0;
  padding-bottom: 0;
  background: none;
}
div.wp-block-cover.is-style-border .wp-block-cover__background {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0 !important;
  top: -25px;
  left: -35px;
}
div.wp-block-cover.is-style-border img {
  margin-top: 25px;
  margin-left: 35px;
  z-index: 1 !important;
}
div.wp-block-cover.is-style-border a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}
div.wp-block-cover.is-style-focus-mobile .wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media only screen and (min-width: 781px) {
  div.wp-block-cover.is-style-focus-mobile .wp-block-group {
    margin-bottom: 10vh;
  }
  div.wp-block-cover.is-style-focus-mobile .wp-block-group.alignwide {
    padding-right: 40%;
  }
}
@media only screen and (max-width: 781px) {
  div.wp-block-cover.is-style-alternate-mobile {
    width: 100%;
    background-size: contain !important;
    background-position: 50% 0% !important;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  div.wp-block-cover.is-style-alternate-mobile * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  div.wp-block-cover.is-style-alternate-mobile .wp-block-post-title {
    color: #bcb09e !important;
  }
  div.wp-block-cover.is-style-alternate-mobile p {
    color: #55544f !important;
  }
  div.wp-block-cover.is-style-alternate-mobile .wp-block-cover__background {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    background: none !important;
    backdrop-filter: none;
  }
  div.wp-block-cover.is-style-alternate-mobile .wp-block-cover__image-background {
    -o-object-position: 0% 0% !important;
       object-position: 0% 0% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.wp-block-cover.is-style-alternate-mobile .wp-block-cover__inner-container {
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 781px) and (max-width: 781px) {
  div.wp-block-cover.is-style-alternate-mobile .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    gap: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-block-veranstaltung {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media only screen and (min-width: 781px) {
  .wp-block-veranstaltung .wp-block-veranstaltung_date,
  .wp-block-veranstaltung .wp-block-veranstaltung_title {
    font-weight: 400;
  }
}
.wp-block-veranstaltung .wp-block-veranstaltung_title {
  -webkit-margin-after: 0.5rem !important;
          margin-block-end: 0.5rem !important;
  -webkit-margin-before: 1.2rem !important;
          margin-block-start: 1.2rem !important;
  display: block;
}
.wp-block-veranstaltung .wp-block-veranstaltung_date {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.wp-block-veranstaltung .wp-block-veranstaltung_title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wp-block-veranstaltung .wp-block-image {
  height: 100%;
  width: auto;
}
.wp-block-veranstaltung .wp-block-image img {
  height: 100%;
  width: auto;
  max-height: 90px;
}
.wp-block-veranstaltung.is_minimal {
  text-align: center;
}
.wp-block-veranstaltung.is_minimal ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.wp-block-veranstaltung.is_minimal .wp-block-image img {
  margin: 0 auto;
}
.wp-block-veranstaltung.is_minimal .wp-block-veranstaltung_title {
  color: #8d99af;
}
.wp-block-veranstaltung.is_minimal .wp-block-veranstaltung_title:hover {
  color: #f29071;
}
.wp-block-veranstaltung.is_table .wp-block-columns {
  padding: 0;
  background: #ece9e6;
  border-radius: 3px;
  gap: 0;
}
.wp-block-veranstaltung.is_table .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.wp-block-veranstaltung.is_table .wp-block-columns .wp-block-column:nth-child(1) {
  padding: 30px 20px 30px 20px;
}
@media only screen and (min-width: 781px) {
  .wp-block-veranstaltung.is_table .wp-block-columns .wp-block-column:nth-child(1) {
    padding: 50px;
  }
}
.wp-block-veranstaltung.is_table .wp-block-veranstaltung_date {
  margin-bottom: 10px;
}
.wp-block-veranstaltung.is_table .wp-block-cover {
  border-radius: 0 0 3px 3px;
  min-height: 220px;
  height: 100%;
}
@media only screen and (min-width: 781px) {
  .wp-block-veranstaltung.is_table .wp-block-cover {
    border-radius: 0 3px 3px 0;
    min-height: unset;
  }
}
.wp-block-veranstaltung.is_advanced .wp-block-group * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-block-veranstaltung.is_advanced .wp-block-image img {
  margin: 0 auto;
}
.wp-block-veranstaltung.is_advanced .wp-block-buttons {
  margin-top: 30px;
}
.wp-block-veranstaltung.is_advanced_icon .wp-block-group * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media only screen and (max-width: 781px) {
  .wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__media {
    padding: 20px;
  }
}
.wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__media img {
  max-height: 120px;
}
@media only screen and (max-width: 781px) {
  .wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__media img {
    width: auto;
  }
}
@media only screen and (min-width: 781px) {
  .wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__media img {
    max-height: 240px;
  }
}
.wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__content {
  padding: 0 20px 40px 20px !important;
}
@media only screen and (min-width: 600px) {
  .wp-block-veranstaltung.is_advanced_icon .wp-block-media-text__content {
    padding: 20px 20px 40px 20px !important;
  }
}
.wp-block-veranstaltung.is_advanced_icon .wp-block-buttons {
  margin-top: 30px;
}

@media only screen and (min-width: 601px) {
  .wp-block-media-text h2:first-child,
  .wp-block-media-text h3:first-child,
  .wp-block-media-text h4:first-child,
  .wp-block-media-text h5:first-child {
    margin-top: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 3px 3px 0 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media img {
    border-radius: 3px 0 0 3px;
  }
}
.wp-block-media-text.is-stacked-on-mobile {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
  padding: 20px 20px 30px 20px;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 60px 0 70px 8%;
  }
}
@media only screen and (max-width: 600px) {
  .alignfull .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 0 35px 0;
  }
}
.wp-block-media-text.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.has-media-on-the-right > .wp-block-media-text__content {
    padding: 60px 8% 70px 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media img {
  border-radius: 0 3px 3px 0;
}
@media only screen and (min-width: 1280px) {
  .wp-block-media-text.is-style-image-fullwith .wp-block-media-text__media {
    width: calc(45vw + 20px);
    margin: 0;
  }
}

.wp-block-image {
  max-width: none;
}
.wp-block-image.aligncenter, .wp-block-image .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-image.alignleft, .wp-block-image .alignleft {
  margin-right: auto;
}
.wp-block-image.alignright, .wp-block-image .alignright {
  margin-left: auto;
}
.wp-block-image svg,
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  color: #9d9d9d;
}

.wp-block-gallery .wp-lightbox-container button:focus,
.wp-block-gallery .wp-lightbox-container button:hover,
.wp-block-gallery .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #8d99af;
}

.wp-block-post-title a:hover {
  color: #f29071;
  text-decoration: none;
}
.wp-block-query .wp-block-post-title {
  width: 100%;
}

.wp-block-table td {
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) thead th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) thead td,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tbody th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tbody td,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tfoot th,
.wp-block-table.is-style-stripes table:not(.variations):not(.shop_table) tfoot td {
  padding: 10px 15px;
}
@media (max-width: 780px) {
  .wp-block-table table:not(.variations):not(.shop_table),
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout {
    max-width: unset;
    table-layout: initial;
  }
}
.wp-block-table table:not(.variations):not(.shop_table) thead th,
.wp-block-table table:not(.variations):not(.shop_table) thead td,
.wp-block-table table:not(.variations):not(.shop_table) tbody th,
.wp-block-table table:not(.variations):not(.shop_table) tbody td,
.wp-block-table table:not(.variations):not(.shop_table) tfoot th,
.wp-block-table table:not(.variations):not(.shop_table) tfoot td,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead th,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead td,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody th,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody td,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot th,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot td {
  padding-right: 10px;
  border: none;
}
.wp-block-table table:not(.variations):not(.shop_table) thead th:last-child,
.wp-block-table table:not(.variations):not(.shop_table) thead td:last-child,
.wp-block-table table:not(.variations):not(.shop_table) tbody th:last-child,
.wp-block-table table:not(.variations):not(.shop_table) tbody td:last-child,
.wp-block-table table:not(.variations):not(.shop_table) tfoot th:last-child,
.wp-block-table table:not(.variations):not(.shop_table) tfoot td:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead th:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead td:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody th:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody td:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot th:last-child,
.wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot td:last-child {
  padding-right: 0;
}
@media (max-width: 780px) {
  .wp-block-table table:not(.variations):not(.shop_table) thead th,
  .wp-block-table table:not(.variations):not(.shop_table) thead td,
  .wp-block-table table:not(.variations):not(.shop_table) tbody th,
  .wp-block-table table:not(.variations):not(.shop_table) tbody td,
  .wp-block-table table:not(.variations):not(.shop_table) tfoot th,
  .wp-block-table table:not(.variations):not(.shop_table) tfoot td,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead th,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout thead td,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody th,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tbody td,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot th,
  .wp-block-table table:not(.variations):not(.shop_table).has-fixed-layout tfoot td {
    white-space: nowrap;
  }
}
.wp-block-table table:not(.variations):not(.shop_table).has-background thead th,
.wp-block-table table:not(.variations):not(.shop_table).has-background thead td,
.wp-block-table table:not(.variations):not(.shop_table).has-background tbody th,
.wp-block-table table:not(.variations):not(.shop_table).has-background tbody td,
.wp-block-table table:not(.variations):not(.shop_table).has-background tfoot th,
.wp-block-table table:not(.variations):not(.shop_table).has-background tfoot td {
  padding: 10px 15px;
}
.wp-block-table figcaption {
  padding: 0;
  text-align: right;
  color: currentColor;
  background: none;
  font-size: 12px;
  font-size: calculateRem(12px);
}

.single .taxonomy-post_tag a {
  background-color: #ece9e6;
  border: none;
  border-radius: 3px;
  margin-right: 5px;
  color: #8d99af;
}
.single .taxonomy-post_tag a:hover {
  color: #f29071;
}
.single .taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Accordion
 */
.c-accordion__item {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-accordion__item + .c-accordion__item {
  border-top: 1px solid #e2dcca;
  margin-top: 0;
  margin-bottom: 0;
}
.us_focus-window .c-accordion__item + .c-accordion__item {
  border-top: 0.5px solid #e2dcca;
}
.c-accordion__item {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.c-accordion__item.has-background {
  border-radius: 3px;
  border-top: 0;
  margin-bottom: 1px;
}
.c-accordion__item.has-background .c-accordion__content {
  padding: 10px 0 20px 0;
  background: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item.has-background .c-accordion__content {
    padding: 20px 0 40px 0;
  }
}
.c-accordion__item.has-background .c-accordion__title {
  padding: 20px 60px 20px 20px;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item.has-background .c-accordion__title {
    padding: 30px 100px 30px 50px;
  }
}
.c-accordion__item.has-background .c-accordion__title:after {
  right: 20px;
}
@media only screen and (min-width: 781px) {
  .c-accordion__item.has-background .c-accordion__title:after {
    right: 50px;
  }
}
.c-accordion__item:hover {
  opacity: 0.9;
}
.c-accordion__item.is-style-base-font {
  padding: 15px 0;
}
.c-accordion__item.is-style-base-font h2.c-accordion__title,
.c-accordion__item.is-style-base-font h3.c-accordion__title {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.23;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
}
.c-accordion__item .c-accordion__title {
  font-family: inherit;
  position: relative;
  margin-bottom: 20px;
  padding-right: 40px;
  cursor: pointer;
  color: #8d99af;
  background-color: transparent;
  margin: 0;
  padding: 10px 30px 10px 0;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item .c-accordion__title {
    padding: 20px 50px 20px 0;
  }
}
.c-accordion__item .c-accordion__title:after {
  content: "";
  width: 21px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
  background: url("assets/images/arrow-tertiary.svg") no-repeat center;
}
@media only screen and (min-width: 781px) {
  .c-accordion__item .c-accordion__title:after {
    width: 28px;
    height: 15px;
  }
}
.is-style-base-font .c-accordion__item .c-accordion__title:after, .us_focus-window .c-accordion__item .c-accordion__title:after {
  background: url("assets/images/arrow-lightgrey.svg") no-repeat center;
}
.c-accordion__item .c-accordion__title:hover {
  color: #f29071;
}
.c-accordion__item .c-accordion__title:hover:after {
  background: url("assets/images/arrow-orange.svg") no-repeat center;
}
.c-accordion__item h2.c-accordion__title,
.c-accordion__item h3.c-accordion__title,
.c-accordion__item h4.c-accordion__title {
  font-size: var(--wp--preset--font-size--h-3-style);
  font-weight: 500;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 1px;
}
.c-accordion__item.is-open > .c-accordion__title {
  color: #f29071;
}
.c-accordion__item.is-open > .c-accordion__title:after {
  background: url("assets/images/arrow-orange.svg") no-repeat center;
  content: "";
  -webkit-transform: rotate(180deg) translate(0, -50%);
          transform: rotate(180deg) translate(0, -50%);
  top: calc(50% - 15px);
}
.c-accordion__item .c-accordion__item[data-click-to-close=false] > .c-accordion__title:after {
  display: none;
}
.c-accordion__item .c-accordion__title--button {
  line-height: 1.4;
  padding: 10px 30px 10px 15px;
  color: #ffffff;
  background: #7b7b7b;
}
.no-touchevents .c-accordion__item .c-accordion__title--button:hover {
  color: #ffffff;
  background: #7b7b7b;
}
.c-accordion__item .c-accordion__title--button:after {
  right: 10px;
  color: #ffffff;
}
@media (min-width: 781px) {
  .c-accordion__item .c-accordion__title--button {
    padding: 10px 15px;
  }
}
.c-accordion__item .c-accordion__content {
  padding: 0 30px 20px 0;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item .c-accordion__content {
    padding: 0 50px 30px 0;
  }
}
.c-accordion__item .c-accordion__content p:last-child {
  margin-bottom: 0;
}
.c-accordion__item .c-accordion__content .wp-block-buttons {
  margin: 50px 0;
}
.c-accordion__item .c-accordion__content .c-accordion__item .c-accordion__title {
  color: #55544f;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  padding: 10px 50px 10px 0;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item .c-accordion__content .c-accordion__item .c-accordion__title {
    padding: 10px 50px 10px 0;
  }
}
.c-accordion__item .c-accordion__content .c-accordion__item .c-accordion__content {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item .c-accordion__content .c-accordion__item .c-accordion__content {
    padding: 0 0 30px 50px;
  }
}
.c-accordion__item .c-accordion__content:has(.c-accordion__item) {
  padding: 0 0 30px 0;
}
.c-accordion__item .c-accordion__content:has(.c-accordion__item) .c-accordion__title:after {
  right: 3px;
  content: "";
  width: 16px;
  height: 12px;
}
@media only screen and (min-width: 781px) {
  .c-accordion__item .c-accordion__content:has(.c-accordion__item) .c-accordion__title:after {
    width: 21px;
    height: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .c-accordion__item .c-accordion__content:has(.c-accordion__item) .c-accordion__content {
    padding: 0 50px 30px 0;
  }
}

#ez-toc-container {
  padding: 20px;
}
@media (min-width: 1280px) {
  #ez-toc-container {
    padding: 20px 0;
  }
}
#ez-toc-container .ez-toc-title {
  font-weight: 500;
}
#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: outside;
  padding: 0 0 0 12px;
}
#ez-toc-container .ez-toc-list .ez-toc-link {
  line-height: 1.9;
  text-decoration: underline;
}
#ez-toc-container .ez-toc-list .ez-toc-link:hover {
  text-decoration: none;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
:root {
  --swiper-theme-color: $tertiary;
  --swiper-pagination-color: $accent;
  --swiper-pagination-bullet-size: 10px;
}

.hl_swiper {
  position: relative;
}
.hl_swiper .swiper-container {
  overflow: hidden;
  padding-bottom: calc(var(--wp--style--root--padding-right) * 2);
}
.hl_swiper .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.has-base-color .hl_swiper .swiper-slide > * {
  color: white;
}
.hl_swiper .swiper-slide ul {
  padding-left: 18px;
}
.hl_swiper .swiper-slide li {
  margin-top: 0.5rem;
  line-height: 1.7;
}
.hl_swiper .swiper-slide p:first-child {
  margin-top: 0;
}
.hl_swiper .swiper-slide h2:first-child,
.hl_swiper .swiper-slide h3:first-child,
.hl_swiper .swiper-slide h4:first-child,
.hl_swiper .swiper-slide h5:first-child {
  margin-top: 6px;
}
.hl_swiper .swiper-slide img,
.hl_swiper .swiper-slide svg {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin: 0 auto;
}
.hl_swiper .gallery-thumbs {
  padding-top: calc(var(--wp--style--root--padding-right) / 2);
}
@media (min-width: 781px) {
  .hl_swiper .gallery-thumbs {
    padding-top: var(--wp--style--root--padding-right);
  }
}
.hl_swiper .gallery-thumbs .swiper-slide {
  border: 1px solid #fff;
  height: 60px;
  width: auto !important;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 781px) {
  .hl_swiper .gallery-thumbs .swiper-slide {
    height: 100px;
  }
}
.hl_swiper .gallery-thumbs .swiper-slide:hover {
  border: 1px solid #e2dcca;
}
.hl_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #e2dcca;
}
.hl_swiper .swiper-buttons {
  position: absolute;
  right: 0;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
.hl_swiper .swiper-buttons.pos_top {
  top: -48px;
  bottom: unset;
}
.hl_swiper .swiper-buttons > div {
  position: relative;
  height: 24px;
  width: auto;
  outline: none;
  left: unset;
  right: unset;
  top: unset;
  margin-top: 0;
}
.hl_swiper .swiper-buttons > div:after {
  font-size: 24px;
  --swiper-navigation-size: 24px;
  color: #f29071;
}
.has-base-color .hl_swiper .swiper-buttons > div:after {
  color: white;
}
.hl_swiper .swiper-buttons .swiper-button-prev {
  margin-right: 12px;
}
.hl_swiper .swiper-buttons .swiper-slide-index {
  left: 0;
  line-height: 24px;
  margin-right: 12px;
}
.hl_swiper .swiper-pagination-bullets {
  bottom: -30px !important;
  top: unset !important;
}
.hl_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #f29071;
}
.hl_swiper.hl_swiper-text .swiper-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hl_swiper.hl_swiper-text .swiper-pagination.swiper-pagination-fraction {
  bottom: -36px;
  text-align: right;
  right: 60px;
  width: auto;
  line-height: 24px;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide {
  opacity: 0;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide img,
.hl_swiper.hl_swiper-referenzen .swiper-slide svg {
  height: 420px;
}
.hl_swiper.hl_swiper-referenzen .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 781px) {
  .hl_swiper.hl_swiper-referenzen .swiper-buttons {
    display: none;
  }
  .hl_swiper.hl_swiper-referenzen .wp-block-columns .wp-block-column:first-child {
    min-height: 140px;
  }
}

/*
 * Advanced Tabs Gutenberg Block
 *
 * https://wordpress.org/plugins/advanced-tabs-block/
 */
.wp-block-atbs-tabs .tabs-container .tabs-nav {
  overflow: visible;
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles {
  background-color: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
    margin-bottom: 20px;
  }
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 781px) {
  .wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title {
    margin-bottom: -64px;
  }
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title:first-child.active svg path:first-child {
  fill: #dbd0ba !important;
}
.wp-block-atbs-tabs .tabs-container .tabs-nav .tabs-titles .tab-title:last-child.active svg g path:nth-child(3) {
  fill: #dbd0ba !important;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .single-tab {
  opacity: 0;
}
.wp-block-atbs-tabs .tabs-container .tabs-content .single-tab.active {
  opacity: 1;
}

.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) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.nf-form-cont nf-field:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
}
.nf-form-cont nf-field:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.nf-form-cont nf-field:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
}
.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[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel] {
  color: #55544f;
  font-family: "Roboto";
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  line-height: 1.7;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li label {
  cursor: pointer;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li input {
  color: #55544f;
  width: 20px !important;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li input:before {
  content: "X";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--form-control-color);
          box-shadow: inset 1em 1em var(--form-control-color);
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li input.nf-checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.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: #55544f;
  font-family: "Roboto";
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  line-height: 1.7;
  padding: 20px;
  border-radius: 3px;
  border: none;
  width: 100%;
}
.nf-form-cont input[type=submit] {
  background-color: #8d99af;
  color: #ffffff;
  border-radius: 0;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  cursor: pointer;
}
.nf-form-cont input[type=submit]:hover {
  background-color: #9e9285 !important;
  color: white !important;
}
.nf-form-cont label {
  display: none;
}
.nf-form-cont .ninja-forms-req-symbol {
  color: #55544f;
}
.nf-form-cont .nf-error-msg {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.038, 1rem);
}
.nf-form-cont .nf-form-fields-required {
  font-size: 0.813rem;
  margin-bottom: 30px;
}

/*
 * Variables
 *
 * Reassign variables so they can be easily modified when including this file in another project.
 */
/*
 * Search Form
 */
.hl_searchform {
  font-family: "Roboto";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  width: 100vw !important;
  height: 100vh !important;
  padding-top: 70px;
  -webkit-transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  opacity: 0;
  background: white;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 781px) {
  .hl_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .hl_searchform {
    padding-top: 135px;
  }
}
.page-parent .hl_searchform, .page-child .hl_searchform {
  padding-top: 104px;
}
@media (min-width: 781px) {
  .page-parent .hl_searchform, .page-child .hl_searchform {
    padding-top: 115px;
  }
}
@media (min-width: 1280px) {
  .page-parent .hl_searchform, .page-child .hl_searchform {
    padding-top: 135px;
  }
}
.home .hl_searchform {
  padding-top: 70px;
}
@media (min-width: 781px) {
  .home .hl_searchform {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .home .hl_searchform {
    padding-top: 90px;
  }
}
.hl_searchform.is-active {
  z-index: 200;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in, visibility 0s linear, z-index 0s linear;
  transition: opacity 0.2s ease-in, visibility 0s linear, z-index 0s linear;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .hl_searchform.is-active {
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 781px) {
  .hl_searchform {
    padding-top: 144px;
  }
}
.hl_searchform .frame-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .hl_searchform .frame-content {
  padding-top: 83px;
}
@media (min-width: 781px) {
  .home .hl_searchform .frame-content {
    padding-top: 50px;
  }
}
.hl_searchform form {
  position: relative;
}
.hl_searchform label {
  display: none;
}
.hl_searchform input {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 0 12px 0;
  text-indent: 0;
  color: #55544f;
  border: none;
  border-bottom: 1px solid #8d99af;
  border-radius: 0;
  background: transparent url("assets/images/icon_search_accent.svg") no-repeat center right;
  background-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 20px;
  font-size: calculateRem(20px);
}
.hl_searchform input.placeholder {
  color: #e2dcca;
}
.hl_searchform input:-moz-placeholder {
  color: #e2dcca;
}
.hl_searchform input::-moz-placeholder {
  color: #e2dcca;
}
.hl_searchform input:-ms-input-placeholder {
  color: #e2dcca;
}
.hl_searchform input::-webkit-input-placeholder {
  color: #e2dcca;
}
@media (min-width: 375px) {
  .hl_searchform input {
    font-size: 24px;
    font-size: calculateRem(24px);
  }
}
@media (min-width: 781px) {
  .hl_searchform input {
    padding-bottom: 5px;
    border-bottom: 2px solid #dbd0ba;
  }
}
@media (min-width: 1280px) {
  .hl_searchform input {
    font-size: 32px;
    font-size: calculateRem(32px);
  }
}
.hl_searchform input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hl_searchform input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1280px) {
  .hl_searchform input[type=submit] {
    width: 49px;
    height: 49px;
  }
}

.hl_searchform__close {
  font-weight: 400;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 50%;
  display: block;
  padding-bottom: 55px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #8d99af;
  font-size: 14px;
  font-size: calculateRem(14px);
}
@media (min-width: 781px) {
  .hl_searchform__close {
    top: 25px;
    padding-bottom: 85px;
    background-size: 25px auto;
  }
}

.hl_searchform__close {
  color: transparent;
  background: none;
  width: 40px;
  height: 40px;
  padding-bottom: 0;
}
.hl_searchform__close:hover {
  opacity: 1;
  text-decoration: none;
}
.hl_searchform__close:before, .hl_searchform__close:after {
  position: absolute;
  left: auto;
  right: 25px;
  content: " ";
  height: 40px;
  width: 2px;
  background-color: #dbd0ba;
}
.hl_searchform__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hl_searchform__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 781px) {
  .hl_searchform__close {
    height: 40px;
    right: 15px;
    top: 10px;
  }
  .hl_searchform__close:before, .hl_searchform__close:after {
    right: 20px;
    height: 40px;
  }
}

.hl_searchmessage {
  line-height: 1.2;
  display: block;
  margin-top: 40px;
  font-size: 16px;
  font-size: calculateRem(16px);
}
@media (min-width: 1280px) {
  .hl_searchmessage {
    font-size: 18px;
    font-size: calculateRem(18px);
  }
}
.hl_searchmessage strong {
  font-weight: 700;
}

.hl_searchresult {
  margin-top: 40px;
}

.hl_searchform__results mark {
  background: #8d99af;
}

.hl_searchresult__title {
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: calculateRem(20px);
}
@media (min-width: 1280px) {
  .hl_searchresult__title {
    font-size: 24px;
    font-size: calculateRem(24px);
  }
}

.hl_searchresult__excerpt {
  display: block;
}
.hl_searchresult__excerpt p {
  margin-bottom: 0;
}
.hl_searchresult__excerpt a {
  color: #8d99af;
}

.hl_searchresult__link {
  display: block;
  margin-top: 15px;
}
.hl_searchresult__link a {
  color: #8d99af;
  text-decoration: underline;
}
.hl_searchresult__link a:hover {
  text-decoration: none;
}

.us_focus-window {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: scroll;
  -webkit-transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: width 0.2s ease-out 0.3s, height 0.2s ease-out 0.3s, transform 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.4s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, -webkit-transform 0.2s ease-out 0.3s;
  opacity: 0;
  background-color: #8d99af;
  border-bottom: 10px solid #8d99af;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 781px) {
  .us_focus-window {
    border-bottom: 20px solid #8d99af;
  }
}
.us_focus-window:before {
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  opacity: 0.2;
  position: fixed;
  z-index: 101;
  content: "";
  border-top: 2px solid #ece9e6;
  border-left: 2px solid #ece9e6;
  opacity: 0.4;
}
@media (min-width: 781px) {
  .us_focus-window:before {
    width: 25px;
    height: 25px;
    top: 20px;
    left: 20px;
  }
}
.us_focus-window:after {
  width: 15px;
  height: 15px;
  position: fixed;
  z-index: 101;
  top: 10px;
  right: 10px;
  content: "";
  border-top: 2px solid #ece9e6;
  border-right: 2px solid #ece9e6;
  opacity: 0.4;
}
@media (min-width: 781px) {
  .us_focus-window:after {
    width: 25px;
    height: 25px;
    top: 20px;
    right: 30px;
  }
}
.us_focus-window .us_focus-window__content {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 1380px) {
  .us_focus-window .us_focus-window__content {
    max-width: 1200px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.us_focus-window .us_focus-window__content * {
  color: #ffffff;
}
.us_focus-window .us_focus-window__content:before {
  position: fixed;
  content: "";
  bottom: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #ece9e6;
  border-left: 2px solid #ece9e6;
  opacity: 0.4;
}
@media (max-width: 781px) {
  .us_focus-window .us_focus-window__content:before {
    left: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 360px) {
  .us_focus-window .us_focus-window__content:before {
    opacity: 0;
  }
}
.us_focus-window .us_focus-window__content:after {
  right: 30px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  border-right: 2px solid #ece9e6;
  border-bottom: 2px solid #ece9e6;
  opacity: 0.4;
  position: fixed;
  content: "";
}
@media (max-width: 781px) {
  .us_focus-window .us_focus-window__content:after {
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 360px) {
  .us_focus-window .us_focus-window__content:after {
    opacity: 0;
  }
}
.is-resizing .us_focus-window {
  -webkit-transition: none;
  transition: none;
}
.us_focus-window.is-active {
  z-index: 201;
  overflow-x: hidden;
  visibility: visible;
  width: 100vw !important;
  height: 100vh !important;
  -webkit-transition: width 0.2s ease-in, height 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, height 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear;
  transition: width 0.2s ease-in, height 0.2s ease-in, transform 0.2s ease-in, opacity 0s linear, visibility 0s linear, z-index 0s linear, -webkit-transform 0.2s ease-in;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
}
.is-resizing .us_focus-window.is-active {
  -webkit-transition: none;
  transition: none;
}
.us_focus-window.is-active .us_focus-window__content {
  overflow: visible;
  -webkit-transition: opacity 0.2s ease-in 0.3s;
  transition: opacity 0.2s ease-in 0.3s;
  opacity: 1 !important;
}
.block-scroll .us_focus-window {
  width: 87.5%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 781px) {
  .block-scroll .us_focus-window {
    width: 87.5%;
  }
}
@media (min-width: 1380px) {
  .block-scroll .us_focus-window {
    width: 780px;
  }
}
.us_focus-window .is-style-top {
  margin-top: 0;
}
.us_focus-window .has-background:not(.has-accent-light-background-color),
.us_focus-window .has-lightgrey-background-color {
  background-color: inherit !important;
  color: inherit !important;
}
.us_focus-window .has-accent-light-background-color,
.us_focus-window .has-accent-light-background-color strong {
  color: var(--wp--preset--color--copy);
}
.us_focus-window .has-accent-light-background-color a {
  color: var(--wp--preset--color--orange);
}
.us_focus-window .alignfull {
  margin-left: 0;
  margin-right: 0;
}
.us_focus-window .alignwide {
  max-width: unset;
}
.us_focus-window .alignwide .alignwide {
  max-width: var(--wp--style--global--content-size);
}
.us_focus-window .has-global-padding .has-global-padding {
  padding-left: 0;
  padding-right: 0;
}
.us_focus-window .wp-block-cover {
  min-height: unset !important;
  border-radius: 3px;
}
@media only screen and (min-width: 781px) {
  .us_focus-window .wp-block-cover {
    padding: 70px 20px;
  }
}
.us_focus-window .wp-block-cover {
  margin-bottom: 60px;
}
.us_focus-window .wp-block-cover .wp-block-cover__inner-container {
  margin-top: 0 !important;
  max-width: var(--wp--style--global--content-size);
}
.us_focus-window .wp-block-cover .wp-block-cover__inner-container p {
  color: #55544f;
}

.us_focus-window__close-trigger {
  cursor: pointer;
}

.us_focus-window__close-top {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-top {
    height: 28px;
  }
}

.us_focus-window__close-right {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-right {
    width: 28px;
  }
}

.us_focus-window__close-bottom {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  height: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-bottom {
    height: 28px;
  }
}

.us_focus-window__close-left {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 13px;
}
@media (min-width: 781px) {
  .us_focus-window__close-left {
    width: 28px;
  }
}

.us_focus-window__close-top,
.us_focus-window__close-right,
.us_focus-window__close-bottom,
.us_focus-window__close-left {
  height: 0;
  width: 0;
}

.us_focus-window__close {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  max-width: unset;
  height: 60px;
  display: block;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  cursor: pointer;
  background-color: #8d99af;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 41.3' style='enable-background:new 0 0 40 41.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23ffffff;} %3C/style%3E%3Cpath class='st0' d='M0.4,39.1c-0.5,0.5-0.5,1.3,0,1.8c0.5,0.5,1.3,0.5,1.8,0L39.6,2.2c0.5-0.5,0.5-1.3,0-1.8 c-0.5-0.5-1.3-0.5-1.8,0L0.4,39.1L0.4,39.1z'/%3E%3Cpath class='st0' d='M37.8,40.9c0.5,0.5,1.3,0.5,1.8,0c0.5-0.5,0.5-1.3,0-1.8L2.2,0.4c-0.5-0.5-1.3-0.5-1.8,0 c-0.5,0.5-0.5,1.3,0,1.8L37.8,40.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
@media (min-width: 781px) {
  .us_focus-window__close {
    background-size: 25px auto;
    width: calc(100vw - 100px);
  }
}

.us_focus-window-header {
  font-size: 0;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 10px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
          box-shadow: rgba(0, 0, 0, 0.0870588) 0 4px 12px 0;
}
.us_focus-window-header .container {
  position: relative;
}
.us_focus-window-header .us_sub-header__subnavi {
  margin-right: 0;
}
@media (min-width: 781px) {
  .us_focus-window-header .us_sub-header__subnavi {
    margin-right: -10px;
  }
}
@media (min-width: 781px) {
  .us_focus-window-header {
    height: 96px;
    padding-top: 0;
  }
  .us_focus-window-header > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .us_focus-window-header > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

body .ti-widget.ti-no-profile-img {
  width: auto !important;
  margin: 0 !important;
}
body .ti-widget.ti-no-profile-img .ti-widget-container {
  margin: 0 !important;
}
body .ti-widget[data-layout-id="79"][data-set-id=light-minimal][data-pid="70714695909093746e5602f4aca"] .ti-widget-header {
  border-radius: 3px;
}
body .ti-widget[data-layout-id="113"][data-set-id=light-minimal][data-pid=b2f74115973b324c1e0641879c5],
body .ti-widget[data-layout-id="113"][data-set-id=light-minimal][data-pid=b2f74115973b324c1e0641879c5] .ti-header,
body .ti-widget[data-layout-id="113"][data-set-id=light-minimal][data-pid=b2f74115973b324c1e0641879c5] .ti-header span,
body .ti-widget[data-layout-id="113"][data-set-id=light-minimal][data-pid=b2f74115973b324c1e0641879c5] .ti-header strong {
  color: white !important;
}
@media only screen and (max-width: 781px) {
  body .ti-widget[data-layout-id="113"][data-set-id=light-minimal] .ti-header .ti-fade-container:nth-child(1) {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.wp-block-acf-numbercounter.aligncenter {
  text-align: center;
}

/* ---------------------------------------------------
 *  LIBRARIES
 * --------------------------------------------------- */
/*
 * Swiper v8.0.2
 *
 * Swiper styles and configuration
 */
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
 * Fancybox
 *
 * Fancybox styles and configuration
 */