/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-stack: "Gotham", Helvetica, Arial, sans-serif;
  --content-width: 50rem;
  --content-gutter: 2rem;
  --transition-time: 0.25s;
  --transition-time--longer: 0.5s;
}
@media only screen and (max-width: 599px) {
  :root {
    --content-width: calc( 100% - 2 * var( --content-gutter ) );
  }
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/gotham-light.woff2") format("woff2"), url("../fonts/gotham-light.woff") format("woff");
}
@font-face {
  font-family: "GOtham";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff");
}
/****************************
****** CONTENT WIDTHS *******
****************************/
.content-container > *,
.wp-block-cover__inner-container > *,
.wp-block-group__inner-container > * {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

.content-container .alignwide {
  max-width: calc(1.2 * var(--content-width));
  width: 100%;
}

.content-container .alignfull {
  max-width: 100%;
  width: 100%;
}

/****************************
****** BASE STYLES **********
****************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  scroll-padding-top: 4rem;
}

.content-container {
  overflow-x: hidden;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-stack);
  color: var(--wp--preset--color--black);
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.4rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2.2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 2rem;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

b,
strong {
  font-weight: bold;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

th,
td {
  border: 1px solid grey;
  padding: 0.4rem 0.8rem;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}
figure img {
  display: block;
}

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

hr {
  border: 0;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

a {
  color: inherit;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: var(--wp--preset--color--primary);
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--wp--preset--color--primary);
  opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--wp--preset--color--primary);
}

::placeholder { /* Most modern browsers support this now. */
  color: var(--wp--preset--color--primary);
}

form fieldset {
  border: none;
  padding: 0;
}
form fieldset > legend {
  display: none;
}
form input[type=text],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=submit],
form input[type=button],
form select,
form textarea,
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-stack--heading);
  width: 100%;
  padding: 0.75rem 1.5rem 0.5rem 0;
  line-height: 1.5;
  margin: 0.5rem 0;
  border: none;
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  background: transparent;
  border-radius: 0;
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=submit]:focus,
form input[type=button]:focus,
form select:focus,
form textarea:focus,
form button:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary-lighter);
}
form input[type=checkbox] {
  width: 1.4rem !important;
  height: 1.4rem !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
form input[type=checkbox]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid var(--wp--preset--color--primary);
}
form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  height: 50%;
  width: 50%;
  background: var(--wp--preset--color--primary);
}
form textarea {
  resize: vertical;
  padding-left: 1.5rem;
  border: none;
  background: var(--wp--preset--color--secondary-lighter);
}
form select {
  color: var(--wp--preset--color--grey-100);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4rem;
  background-image: linear-gradient(45deg, transparent 50%, var(--wp--preset--color--grey-100) 50%), linear-gradient(135deg, var(--wp--preset--color--grey-100) 50%, transparent 50%), linear-gradient(to right, var(--wp--preset--color--grey-100), var(--wp--preset--color--grey-100));
  background-position: calc(100% - 1.8rem) 52%, calc(100% - 1.2rem) 52%, calc(100% - 3.4rem) 0.75rem;
  background-size: 0.6rem 0.6rem, 0.6rem 0.6rem, 0.1rem calc(100% - 1.5rem);
  background-repeat: no-repeat;
}
form input[type=submit],
form input[type=button],
form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-stack--main);
  padding: 0;
  background: none;
  border: none;
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  cursor: pointer;
}
.nf-form-cont .nf-form-fields-required,
.nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
.nf-form-cont .nf-field-container {
  margin: 0;
}
.nf-form-cont .nf-field-element textarea {
  margin-top: 2rem;
  height: 14rem;
}
.nf-form-cont .nf-field-container.checkbox-container .field-wrap {
  flex-wrap: wrap;
}
.nf-form-cont .nf-field-container.checkbox-container .field-wrap .nf-field-element {
  width: auto;
  vertical-align: middle;
  padding-bottom: 0.4rem;
}
.nf-form-cont .nf-field-container.checkbox-container .field-wrap .nf-field-label {
  vertical-align: middle;
  width: auto;
  font-size: smaller;
}
.nf-form-cont .nf-field-container.checkbox-container .field-wrap .nf-field-label label {
  font-weight: 600;
}
.nf-form-cont .nf-field-container.checkbox-container .field-wrap .nf-field-description {
  font-size: smaller;
  width: 100%;
  margin: 0;
}
.nf-form-cont .nf-field-container.submit-container {
  margin-top: 2rem;
}
.nf-form-cont .nf-error .ninja-forms-field {
  border: none;
  border-bottom: 2px solid red;
}
.nf-form-cont .nf-error input[type=checkbox] {
  border: 2px solid red;
}
.nf-form-cont .nf-error input[type=checkbox]::before {
  content: none;
}
.nf-form-cont .nf-error-msg {
  font-size: smaller;
}

/******************************
********** HEADER *************
******************************/
#header {
  width: 100%;
  padding: 0;
  background: var(--wp--preset--color--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 400;
  height: var(--header-height);
  transition: var(--transition-time--longer) ease height;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05), 0 0 4rem rgba(0, 0, 0, 0.04);
}

#header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 410;
  width: 100%;
  height: 100%;
  max-width: var(--content-width);
  padding: 1rem 0;
  margin: 0 auto;
  position: relative;
}

#header__previous-container {
  width: 33.33%;
}

#header__previous-button {
  display: block;
  height: 2.5rem;
  width: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#header__previous-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  --arrow-width: 0.15rem;
  -webkit-clip-path: polygon(calc(100% - var(--arrow-width)) 0, 100% 0, var(--arrow-width) 50%, 100% 100%, calc(100% - var(--arrow-width)) 100%, 0% 50%);
          clip-path: polygon(calc(100% - var(--arrow-width)) 0, 100% 0, var(--arrow-width) 50%, 100% 100%, calc(100% - var(--arrow-width)) 100%, 0% 50%);
}

#header__logo-container {
  text-decoration: none;
  line-height: 0;
  display: inline-block;
  z-index: 425;
  width: 10rem;
}

#header__nav-link-container {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}

/**********************************
********** MOBILE NAV BUTTON ******
**********************************/
#header__nav-link {
  display: block;
  width: 4.5rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 9999px;
  z-index: 425;
}

#header__nav-link span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  left: 0;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: var(--transition-time--longer) ease top, var(--transition-time--longer) ease left, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease transform, var(--transition-time--longer) ease width;
}

#header__nav-link span:nth-child(1) {
  top: 0.8rem;
}

#header__nav-link span:nth-child(2) {
  top: 2rem;
}

#header__nav-link span:nth-child(3) {
  top: 3.2rem;
}

body.header-menu--visible #header__nav-link span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.4rem;
  left: 0.7rem;
}

body.header-menu--visible #header__nav-link span:nth-child(2) {
  left: 50%;
  width: 0%;
  opacity: 0;
}

body.header-menu--visible #header__nav-link span:nth-child(3) {
  transform: rotate(-45deg);
  top: 3.6rem;
  left: 0.7rem;
}

/***********************************
********** MOBILE MENU *************
***********************************/
#header-menu__container {
  position: fixed;
  z-index: 375;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: var(--wp--preset--color--palegrey);
  transition: var(--transition-time--longer) ease clip-path, var(--transition-time--longer) ease visibility, var(--transition-time--longer) ease opacity, var(--transition-time--longer) ease top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

body.header-menu--visible #header-menu__container {
  visibility: visible;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% + 5rem), 0 calc(100% + 5rem));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% + 5rem), 0 calc(100% + 5rem));
}

#header-menu__inner-container {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
}
#header-menu__inner-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-image: url("../img/bubbles.png");
  background-size: auto 140%;
  background-repeat: no-repeat;
  background-position: -5vh 100%;
  transform: rotate(180deg);
}
#header-menu__inner-container #header-menu__menu-container {
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 9rem 0 6rem;
}
#header-menu__inner-container div.languages {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1.5rem 0;
}
#header-menu__inner-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: items;
}
#header-menu__inner-container ul.menu li {
  margin: 0;
  margin: 0 auto;
  padding: 1rem 0;
  counter-increment: items;
}
#header-menu__inner-container ul.menu li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0.5rem 0;
  padding-left: 5rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#header-menu__inner-container ul.menu li a::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: counter(items, decimal-leading-zero);
  display: inline-block;
  margin-right: 2rem;
}
#header-menu__inner-container ul.menu li.current-menu-item {
  position: relative;
  background-image: url("../img/gold.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  color: white;
  margin: 1.5rem auto;
  padding-top: 4rem;
}
#header-menu__inner-container ul.menu li.current-menu-item a::after {
  position: absolute;
  top: -2.25rem;
  left: 5rem;
  font-size: 1.4rem;
  content: "You are here";
}
html[lang=de-DE] #header-menu__inner-container ul.menu li.current-menu-item a::after {
  content: "Sie sind hier";
}

#footer {
  margin-top: 5rem;
}

.footer__menu {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 2.5rem 0;
  color: var(--wp--preset--color--grey);
  border-top: 0.1rem solid var(--wp--preset--color--primary-lighter);
  font-size: 1.4rem;
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer__menu li {
  margin: 0;
}
.footer__menu a {
  text-decoration: none;
}

/************************************
***** MARGIN & PADDING HELPERS ******
************************************/
.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-top-negative-0 {
  margin-top: -0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-0 {
    padding-right: 0 !important;
  }
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-0 {
    padding-left: 0 !important;
  }
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-top-negative-1 {
  margin-top: -1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-1 {
    padding-right: 0 !important;
  }
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-1 {
    padding-left: 0 !important;
  }
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-top-negative-2 {
  margin-top: -2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-2 {
    padding-right: 0 !important;
  }
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-2 {
    padding-left: 0 !important;
  }
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-top-negative-3 {
  margin-top: -3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-3 {
    padding-right: 0 !important;
  }
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-3 {
    padding-left: 0 !important;
  }
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.margin-bottom-4 {
  margin-bottom: 4rem !important;
}

.margin-top-negative-4 {
  margin-top: -4rem !important;
}

.padding-top-4 {
  padding-top: 4rem !important;
}

.padding-right-4 {
  padding-right: 4rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-4 {
    padding-right: 0 !important;
  }
}

.padding-bottom-4 {
  padding-bottom: 4rem !important;
}

.padding-left-4 {
  padding-left: 4rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-4 {
    padding-left: 0 !important;
  }
}

.margin-top-5 {
  margin-top: 5rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

.margin-top-negative-5 {
  margin-top: -5rem !important;
}

.padding-top-5 {
  padding-top: 5rem !important;
}

.padding-right-5 {
  padding-right: 5rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-5 {
    padding-right: 0 !important;
  }
}

.padding-bottom-5 {
  padding-bottom: 5rem !important;
}

.padding-left-5 {
  padding-left: 5rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-5 {
    padding-left: 0 !important;
  }
}

.margin-top-6 {
  margin-top: 6rem !important;
}

.margin-bottom-6 {
  margin-bottom: 6rem !important;
}

.margin-top-negative-6 {
  margin-top: -6rem !important;
}

.padding-top-6 {
  padding-top: 6rem !important;
}

.padding-right-6 {
  padding-right: 6rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-6 {
    padding-right: 0 !important;
  }
}

.padding-bottom-6 {
  padding-bottom: 6rem !important;
}

.padding-left-6 {
  padding-left: 6rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-6 {
    padding-left: 0 !important;
  }
}

.margin-top-7 {
  margin-top: 7rem !important;
}

.margin-bottom-7 {
  margin-bottom: 7rem !important;
}

.margin-top-negative-7 {
  margin-top: -7rem !important;
}

.padding-top-7 {
  padding-top: 7rem !important;
}

.padding-right-7 {
  padding-right: 7rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-7 {
    padding-right: 0 !important;
  }
}

.padding-bottom-7 {
  padding-bottom: 7rem !important;
}

.padding-left-7 {
  padding-left: 7rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-7 {
    padding-left: 0 !important;
  }
}

.margin-top-8 {
  margin-top: 8rem !important;
}

.margin-bottom-8 {
  margin-bottom: 8rem !important;
}

.margin-top-negative-8 {
  margin-top: -8rem !important;
}

.padding-top-8 {
  padding-top: 8rem !important;
}

.padding-right-8 {
  padding-right: 8rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-8 {
    padding-right: 0 !important;
  }
}

.padding-bottom-8 {
  padding-bottom: 8rem !important;
}

.padding-left-8 {
  padding-left: 8rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-8 {
    padding-left: 0 !important;
  }
}

.margin-top-9 {
  margin-top: 9rem !important;
}

.margin-bottom-9 {
  margin-bottom: 9rem !important;
}

.margin-top-negative-9 {
  margin-top: -9rem !important;
}

.padding-top-9 {
  padding-top: 9rem !important;
}

.padding-right-9 {
  padding-right: 9rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-9 {
    padding-right: 0 !important;
  }
}

.padding-bottom-9 {
  padding-bottom: 9rem !important;
}

.padding-left-9 {
  padding-left: 9rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-9 {
    padding-left: 0 !important;
  }
}

.margin-top-10 {
  margin-top: 10rem !important;
}

.margin-bottom-10 {
  margin-bottom: 10rem !important;
}

.margin-top-negative-10 {
  margin-top: -10rem !important;
}

.padding-top-10 {
  padding-top: 10rem !important;
}

.padding-right-10 {
  padding-right: 10rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-10 {
    padding-right: 0 !important;
  }
}

.padding-bottom-10 {
  padding-bottom: 10rem !important;
}

.padding-left-10 {
  padding-left: 10rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-10 {
    padding-left: 0 !important;
  }
}

.margin-top-11 {
  margin-top: 11rem !important;
}

.margin-bottom-11 {
  margin-bottom: 11rem !important;
}

.margin-top-negative-11 {
  margin-top: -11rem !important;
}

.padding-top-11 {
  padding-top: 11rem !important;
}

.padding-right-11 {
  padding-right: 11rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-11 {
    padding-right: 0 !important;
  }
}

.padding-bottom-11 {
  padding-bottom: 11rem !important;
}

.padding-left-11 {
  padding-left: 11rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-11 {
    padding-left: 0 !important;
  }
}

.margin-top-12 {
  margin-top: 12rem !important;
}

.margin-bottom-12 {
  margin-bottom: 12rem !important;
}

.margin-top-negative-12 {
  margin-top: -12rem !important;
}

.padding-top-12 {
  padding-top: 12rem !important;
}

.padding-right-12 {
  padding-right: 12rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-12 {
    padding-right: 0 !important;
  }
}

.padding-bottom-12 {
  padding-bottom: 12rem !important;
}

.padding-left-12 {
  padding-left: 12rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-12 {
    padding-left: 0 !important;
  }
}

.margin-top-13 {
  margin-top: 13rem !important;
}

.margin-bottom-13 {
  margin-bottom: 13rem !important;
}

.margin-top-negative-13 {
  margin-top: -13rem !important;
}

.padding-top-13 {
  padding-top: 13rem !important;
}

.padding-right-13 {
  padding-right: 13rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-13 {
    padding-right: 0 !important;
  }
}

.padding-bottom-13 {
  padding-bottom: 13rem !important;
}

.padding-left-13 {
  padding-left: 13rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-13 {
    padding-left: 0 !important;
  }
}

.margin-top-14 {
  margin-top: 14rem !important;
}

.margin-bottom-14 {
  margin-bottom: 14rem !important;
}

.margin-top-negative-14 {
  margin-top: -14rem !important;
}

.padding-top-14 {
  padding-top: 14rem !important;
}

.padding-right-14 {
  padding-right: 14rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-14 {
    padding-right: 0 !important;
  }
}

.padding-bottom-14 {
  padding-bottom: 14rem !important;
}

.padding-left-14 {
  padding-left: 14rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-14 {
    padding-left: 0 !important;
  }
}

.margin-top-15 {
  margin-top: 15rem !important;
}

.margin-bottom-15 {
  margin-bottom: 15rem !important;
}

.margin-top-negative-15 {
  margin-top: -15rem !important;
}

.padding-top-15 {
  padding-top: 15rem !important;
}

.padding-right-15 {
  padding-right: 15rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-15 {
    padding-right: 0 !important;
  }
}

.padding-bottom-15 {
  padding-bottom: 15rem !important;
}

.padding-left-15 {
  padding-left: 15rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-15 {
    padding-left: 0 !important;
  }
}

.margin-top-16 {
  margin-top: 16rem !important;
}

.margin-bottom-16 {
  margin-bottom: 16rem !important;
}

.margin-top-negative-16 {
  margin-top: -16rem !important;
}

.padding-top-16 {
  padding-top: 16rem !important;
}

.padding-right-16 {
  padding-right: 16rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-16 {
    padding-right: 0 !important;
  }
}

.padding-bottom-16 {
  padding-bottom: 16rem !important;
}

.padding-left-16 {
  padding-left: 16rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-16 {
    padding-left: 0 !important;
  }
}

.margin-top-17 {
  margin-top: 17rem !important;
}

.margin-bottom-17 {
  margin-bottom: 17rem !important;
}

.margin-top-negative-17 {
  margin-top: -17rem !important;
}

.padding-top-17 {
  padding-top: 17rem !important;
}

.padding-right-17 {
  padding-right: 17rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-17 {
    padding-right: 0 !important;
  }
}

.padding-bottom-17 {
  padding-bottom: 17rem !important;
}

.padding-left-17 {
  padding-left: 17rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-17 {
    padding-left: 0 !important;
  }
}

.margin-top-18 {
  margin-top: 18rem !important;
}

.margin-bottom-18 {
  margin-bottom: 18rem !important;
}

.margin-top-negative-18 {
  margin-top: -18rem !important;
}

.padding-top-18 {
  padding-top: 18rem !important;
}

.padding-right-18 {
  padding-right: 18rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-18 {
    padding-right: 0 !important;
  }
}

.padding-bottom-18 {
  padding-bottom: 18rem !important;
}

.padding-left-18 {
  padding-left: 18rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-18 {
    padding-left: 0 !important;
  }
}

.margin-top-19 {
  margin-top: 19rem !important;
}

.margin-bottom-19 {
  margin-bottom: 19rem !important;
}

.margin-top-negative-19 {
  margin-top: -19rem !important;
}

.padding-top-19 {
  padding-top: 19rem !important;
}

.padding-right-19 {
  padding-right: 19rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-19 {
    padding-right: 0 !important;
  }
}

.padding-bottom-19 {
  padding-bottom: 19rem !important;
}

.padding-left-19 {
  padding-left: 19rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-19 {
    padding-left: 0 !important;
  }
}

.margin-top-20 {
  margin-top: 20rem !important;
}

.margin-bottom-20 {
  margin-bottom: 20rem !important;
}

.margin-top-negative-20 {
  margin-top: -20rem !important;
}

.padding-top-20 {
  padding-top: 20rem !important;
}

.padding-right-20 {
  padding-right: 20rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-right-20 {
    padding-right: 0 !important;
  }
}

.padding-bottom-20 {
  padding-bottom: 20rem !important;
}

.padding-left-20 {
  padding-left: 20rem !important;
}
@media only screen and (max-width: 781px) {
  .padding-left-20 {
    padding-left: 0 !important;
  }
}

.margin-top-auto {
  margin-top: auto !important;
}

@media only screen and (max-width: 781px) {
  .mobile-margin-top-0 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 781px) {
  .mobile-padding-top-0 {
    padding-top: 0 !important;
  }
}

/************************************
***** TEXT ALIGN HELPERS ************
************************************/
@media only screen and (max-width: 599px) {
  .mobile-text-align-left {
    text-align: left !important;
  }
  .mobile-text-align-center {
    text-align: center !important;
  }
}
/************************************
***** OPACITY HELPERS ***************
************************************/
/************************************
***** HEADINGS **********************
************************************/
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: calc(2 * var(--content-gutter)) var(--content-gutter);
}

/************************************
***** SEPARATORS ********************
************************************/
.wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-default {
  border: none;
  height: 0.1rem;
  background-color: var(--wp--preset--color--primary);
  margin: 5rem auto;
  opacity: 1;
}
.wp-block-separator.has-background,
.wp-block-separator.is-style-wide.has-background,
.wp-block-separator.is-style-default.has-background {
  background-color: currentColor;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 15rem;
}

.wp-block-separator.has-background:not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 0.1rem;
}

/************************************
***** LISTS *************************
************************************/
/************************************
***** COLUMNS ***********************
************************************/
@media only screen and (max-width: 781px) {
  .wp-block-columns.is-style-mobile-collapse-reversed {
    flex-direction: column-reverse;
  }
}

/************************************
***** BUTTONS ***********************
************************************/
.wp-block-buttons {
  gap: 0.5rem 2rem !important;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 1.75rem;
}

.wp-block-button__link {
  padding: calc(0.5rem + 2px) calc(1.75rem + 2px);
  text-transform: uppercase;
  font-weight: bold;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transition: var(--transition-time) ease background-color, var(--transition-time) ease border-color;
  border: 2px solid var(--wp--preset--color--primary);
  box-shadow: inset 0 0 0px 1px white;
}
.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-lighter);
  border-color: var(--wp--preset--color--primary-lighter);
}

.is-style-outline > .wp-block-button__link {
  padding: 0.5rem 1.75rem;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background-color: transparent;
}

.is-style-outline > .wp-block-button__link:not(.has-background-color) {
  background-color: transparent;
}

/************************************
***** IMAGE *************************
************************************/
.wp-block-image.is-style-white-hover {
  position: relative;
}
.wp-block-image.is-style-white-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  transition: var(--transition-time--longer) ease opacity;
}
.wp-block-image.is-style-white-hover:hover::before {
  opacity: 0.25;
}

/************************************
***** COVER FIX *********************
************************************/
.wp-block-cover__image-background {
  height: 100%;
}

/************************************
***** COVER / GROUP *****************
************************************/
.wp-block-group:where(.has-background),
.wp-block-cover:where(.has-background) {
  padding: calc(2 * var(--content-gutter)) 0;
}
@media only screen and (max-width: 781px) {
  .wp-block-group:where(.has-background):is(.alignwide, .alignfull),
  .wp-block-cover:where(.has-background):is(.alignwide, .alignfull) {
    padding: var(--content-gutter);
  }
}

/************************************
***** MIXED HELPERS *****************
************************************/
@media only screen and (max-width: 781px) {
  .has-mobile-background-color-primary-lighter {
    background: var(--wp--preset--color--primary-lighter) !important;
  }
}

@media only screen and (max-width: 781px) {
  .has-mobile-background-color-secondary {
    background: var(--wp--preset--color--secondary) !important;
  }
}

/************************************
***** FRONTPAGE STYLES **************
************************************/
.wp-block-group:not(.block-editor-block-list__block).is-style-frontpage-about-us {
  position: relative;
  padding: 0 var(--content-gutter);
}
.wp-block-group:not(.block-editor-block-list__block).is-style-frontpage-about-us::before {
  content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 476.35 571.71' version='1.1' viewBox='0 0 476.35 571.71' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23a2babc' d='m269.89 148.64c47.28 0 61.59-25.78 105.14-20.89 43.55 4.88 31.73 52.03 17.42 85.53s-25.96 71.61-8.54 148.52-2.49 106-2.49 106-29.89-16.27-47.29-86.47c-17.41-70.2-40.56-117.77-80.38-117.77s-57.6 47.1-91.19 156.18c0 0-24.49-45.4-11.2-114.79 10.96-57.23-1.89-80.77-6.69-105.8s-35.14-85.72 54.92-59.82c24.05 6.93 70.3 9.31 70.3 9.31z'/%3E%3Cpath fill='%23a2babc' d='m152.68 469.87s-8.77 27.59-16.08 27.42c-8.48-0.19-46.63-32.76-49.88-113.01-3.54-87.55 23.5-75.23 6.67-143.71-16.35-66.57-32.53-81.75-12.03-127.75 22.79-51.13 59.08-45.2 100.9-35.25s47.99 9.95 77.08 9.95 61.2-16.18 100.59-16.18 46.35 33.59 46.35 33.59-30.91-14.63-68.78-4.35c-43.73 11.87-48.47 18.66-83.02 18.66s-86.06-14.93-111.51-14.93-50.92 35.92-35.17 81.33 24.86 56.16 14.56 120.24-12.7 115.2 30.32 163.99z'/%3E%3Cpath fill='%23a2babc' d='m315.11 411.09c-16.15-58.94-32.12-111.4-66.56-118.78-11.97-2.17-19.13 6.53-22.54 18.56 0 0 21.57-6.84 46.03 46.3 16.86 36.62 20.61 105.56 64.78 142.01 0 0 12.84 7.43 27.15-9.14 0 0-34.55-26.74-48.86-78.95z'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: -20rem;
  top: -5rem;
  width: 50rem;
}
@media only screen and (max-width: 781px) {
  .wp-block-group:not(.block-editor-block-list__block).is-style-frontpage-about-us::before {
    left: -25rem;
    top: -5rem;
    width: 40rem;
    opacity: 0.5;
  }
}
.wp-block-group:not(.block-editor-block-list__block).is-style-frontpage-about-us::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 80%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--white) 50%);
}
@media only screen and (max-width: 781px) {
  .wp-block-group:not(.block-editor-block-list__block).is-style-frontpage-about-us::after {
    top: 10%;
    height: 90%;
    background: var(--wp--preset--color--secondary);
  }
}

.wp-block-cover:not(.block-editor-block-list__block).is-style-signet-overlay {
  position: relative;
}
.wp-block-cover:not(.block-editor-block-list__block).is-style-signet-overlay::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 297.94 153.88002' version='1.1' viewBox='0 0 297.94 153.88' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='m214.88 131.83c0 7.51 1.41 11.03 8.21 12.2 5.87 1.18 9.15 1.41 9.15 4.22 0 2.35-1.87 3.05-5.39 3.05-4.22 0-9.15-0.94-22.52-0.94-14.08 0-18.3 0.94-23.46 0.94-3.52 0-5.87-0.47-5.87-3.05 0-3.04 2.82-3.04 9.85-4.22 6.1-0.7 7.51-3.52 7.51-13.13v-107.45c0-9.38-0.94-12.43-7.51-13.37-4.46-0.94-8.91-0.47-8.91-3.75 0-2.58 1.87-3.52 5.63-3.52 7.27 0 13.84 0.94 22.29 0.94 11.03 0 20.64-0.94 31.43-0.94 27.45 0 46.22 15.01 46.22 37.53 0 13.6-6.57 24.39-19.24 30.96-7.03 3.75-11.49 3.52-13.13 4.92 1.88 1.18 4.69 2.35 7.51 8.44 8.68 17.83 14.31 32.84 19.47 43.63 3.99 7.97 7.27 14.54 12.44 15.72 3.75 0.94 9.38 1.18 9.38 4.22 0 2.35-1.87 3.05-4.46 3.05-3.52 0-7.74-0.7-13.84-0.7-4.92 0-10.32 0.7-14.31 0.7-3.75 0-5.16-3.99-9.15-13.13-4.46-10.56-10.32-25.1-19.23-46.45-3.99-8.68-6.34-10.55-15.25-10.55-5.63 0-6.8 0.94-6.8 4.92v45.76h-0.02004zm0-61.93c0 3.75 0.47 4.46 8.44 4.46 17.13 0 34.01-10.32 34.01-32.61 0-21.58-10.56-32.14-28.85-32.14-12.2 0-13.61 2.58-13.61 11.03v49.26h0.00998z'/%3E%3Cpath fill='%23ffffff' d='m85.39 108.37c0 27.44-20.88 45.51-50.2 45.51-11.49 0-25.34-2.58-31.44-7.04-2.58-2.58-3.52-6.8-3.75-18.3 0-6.8 0-15.48 0.94-20.41 0.23-2.58 1.17-3.52 3.28-3.52 3.05 0 3.75 2.82 4.46 6.1 5.63 22.99 14.54 36.6 30.03 36.6 14.78 0 25.56-12.43 25.56-28.38 0-17.13-11.26-26.75-25.1-35.19-3.28-1.87-6.8-4.22-10.09-6.33-14.08-9.15-27.44-19.71-27.44-40.11 0-22.52 21.82-37.3 43.86-37.3 10.79 0 23.46 3.28 28.39 6.1 2.11 1.17 2.35 2.11 2.58 7.51 0.23 3.75 0.23 8.68 0.23 15.95 0 9.85-0.23 11.73-3.52 11.73-3.28 0-3.28-3.99-4.69-8.68-5.16-17.6-12.91-26.04-24.63-26.04-11.26 0-21.35 8.68-21.35 21.11 0 19.71 17.13 28.39 33.31 38 14.78 9.15 29.56 19.94 29.56 42.46v0.23003h0.01z'/%3E%3Crect fill='%23ffffff' transform='matrix(.70711 -.70711 .70711 .70711 -14.714 118.36)' x='104.18' y='68.561' width='62.669' height='16.76'/%3E%3C/svg%3E");
  background-size: auto 35rem;
  background-position: -4rem calc(100% + 7rem);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .wp-block-cover:not(.block-editor-block-list__block).is-style-signet-overlay::after {
    background-size: auto 20rem;
    background-position: -2rem calc(100% + 3rem);
  }
}

/************************************
***** ZAHNMEDIZIN STYLES ************
************************************/
.wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-01 {
  position: relative;
  background: none !important;
}
.wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-01::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: var(--wp--preset--color--secondary);
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 297.94 153.88002' version='1.1' viewBox='0 0 297.94 153.88' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23eeeeee' d='m214.88 131.83c0 7.51 1.41 11.03 8.21 12.2 5.87 1.18 9.15 1.41 9.15 4.22 0 2.35-1.87 3.05-5.39 3.05-4.22 0-9.15-0.94-22.52-0.94-14.08 0-18.3 0.94-23.46 0.94-3.52 0-5.87-0.47-5.87-3.05 0-3.04 2.82-3.04 9.85-4.22 6.1-0.7 7.51-3.52 7.51-13.13v-107.45c0-9.38-0.94-12.43-7.51-13.37-4.46-0.94-8.91-0.47-8.91-3.75 0-2.58 1.87-3.52 5.63-3.52 7.27 0 13.84 0.94 22.29 0.94 11.03 0 20.64-0.94 31.43-0.94 27.45 0 46.22 15.01 46.22 37.53 0 13.6-6.57 24.39-19.24 30.96-7.03 3.75-11.49 3.52-13.13 4.92 1.88 1.18 4.69 2.35 7.51 8.44 8.68 17.83 14.31 32.84 19.47 43.63 3.99 7.97 7.27 14.54 12.44 15.72 3.75 0.94 9.38 1.18 9.38 4.22 0 2.35-1.87 3.05-4.46 3.05-3.52 0-7.74-0.7-13.84-0.7-4.92 0-10.32 0.7-14.31 0.7-3.75 0-5.16-3.99-9.15-13.13-4.46-10.56-10.32-25.1-19.23-46.45-3.99-8.68-6.34-10.55-15.25-10.55-5.63 0-6.8 0.94-6.8 4.92v45.76h-0.02004zm0-61.93c0 3.75 0.47 4.46 8.44 4.46 17.13 0 34.01-10.32 34.01-32.61 0-21.58-10.56-32.14-28.85-32.14-12.2 0-13.61 2.58-13.61 11.03v49.26h0.00998z'/%3E%3Cpath fill='%23eeeeee' d='m85.39 108.37c0 27.44-20.88 45.51-50.2 45.51-11.49 0-25.34-2.58-31.44-7.04-2.58-2.58-3.52-6.8-3.75-18.3 0-6.8 0-15.48 0.94-20.41 0.23-2.58 1.17-3.52 3.28-3.52 3.05 0 3.75 2.82 4.46 6.1 5.63 22.99 14.54 36.6 30.03 36.6 14.78 0 25.56-12.43 25.56-28.38 0-17.13-11.26-26.75-25.1-35.19-3.28-1.87-6.8-4.22-10.09-6.33-14.08-9.15-27.44-19.71-27.44-40.11 0-22.52 21.82-37.3 43.86-37.3 10.79 0 23.46 3.28 28.39 6.1 2.11 1.17 2.35 2.11 2.58 7.51 0.23 3.75 0.23 8.68 0.23 15.95 0 9.85-0.23 11.73-3.52 11.73-3.28 0-3.28-3.99-4.69-8.68-5.16-17.6-12.91-26.04-24.63-26.04-11.26 0-21.35 8.68-21.35 21.11 0 19.71 17.13 28.39 33.31 38 14.78 9.15 29.56 19.94 29.56 42.46v0.23003h0.01z'/%3E%3Crect fill='%23eeeeee' transform='matrix(.70711 -.70711 .70711 .70711 -14.714 118.36)' x='104.18' y='68.561' width='62.669' height='16.76'/%3E%3C/svg%3E");
  background-size: auto 40rem;
  background-position: calc(100% + 40rem) 95%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-01::after {
    background-size: auto 30rem;
    background-position: calc(100% + 32rem) 50%;
  }
}

.wp-block-image:not(.block-editor-block-list__block).is-style-zahnmedizin-05 {
  position: relative;
}
.wp-block-image:not(.block-editor-block-list__block).is-style-zahnmedizin-05::after {
  content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 476.35 571.71' version='1.1' viewBox='0 0 476.35 571.71' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E0E4E2' d='m269.89 148.64c47.28 0 61.59-25.78 105.14-20.89 43.55 4.88 31.73 52.03 17.42 85.53s-25.96 71.61-8.54 148.52-2.49 106-2.49 106-29.89-16.27-47.29-86.47c-17.41-70.2-40.56-117.77-80.38-117.77s-57.6 47.1-91.19 156.18c0 0-24.49-45.4-11.2-114.79 10.96-57.23-1.89-80.77-6.69-105.8s-35.14-85.72 54.92-59.82c24.05 6.93 70.3 9.31 70.3 9.31z'/%3E%3Cpath fill='%23E0E4E2' d='m152.68 469.87s-8.77 27.59-16.08 27.42c-8.48-0.19-46.63-32.76-49.88-113.01-3.54-87.55 23.5-75.23 6.67-143.71-16.35-66.57-32.53-81.75-12.03-127.75 22.79-51.13 59.08-45.2 100.9-35.25s47.99 9.95 77.08 9.95 61.2-16.18 100.59-16.18 46.35 33.59 46.35 33.59-30.91-14.63-68.78-4.35c-43.73 11.87-48.47 18.66-83.02 18.66s-86.06-14.93-111.51-14.93-50.92 35.92-35.17 81.33 24.86 56.16 14.56 120.24-12.7 115.2 30.32 163.99z'/%3E%3Cpath fill='%23E0E4E2' d='m315.11 411.09c-16.15-58.94-32.12-111.4-66.56-118.78-11.97-2.17-19.13 6.53-22.54 18.56 0 0 21.57-6.84 46.03 46.3 16.86 36.62 20.61 105.56 64.78 142.01 0 0 12.84 7.43 27.15-9.14 0 0-34.55-26.74-48.86-78.95z'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: -27.5%;
  top: 41.5%;
  width: 60%;
  opacity: 0.5;
}
.wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-09 {
  position: relative;
  background: none !important;
}
.wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-09::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 297.94 153.88002' version='1.1' viewBox='0 0 297.94 153.88' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E0E4E2' d='m214.88 131.83c0 7.51 1.41 11.03 8.21 12.2 5.87 1.18 9.15 1.41 9.15 4.22 0 2.35-1.87 3.05-5.39 3.05-4.22 0-9.15-0.94-22.52-0.94-14.08 0-18.3 0.94-23.46 0.94-3.52 0-5.87-0.47-5.87-3.05 0-3.04 2.82-3.04 9.85-4.22 6.1-0.7 7.51-3.52 7.51-13.13v-107.45c0-9.38-0.94-12.43-7.51-13.37-4.46-0.94-8.91-0.47-8.91-3.75 0-2.58 1.87-3.52 5.63-3.52 7.27 0 13.84 0.94 22.29 0.94 11.03 0 20.64-0.94 31.43-0.94 27.45 0 46.22 15.01 46.22 37.53 0 13.6-6.57 24.39-19.24 30.96-7.03 3.75-11.49 3.52-13.13 4.92 1.88 1.18 4.69 2.35 7.51 8.44 8.68 17.83 14.31 32.84 19.47 43.63 3.99 7.97 7.27 14.54 12.44 15.72 3.75 0.94 9.38 1.18 9.38 4.22 0 2.35-1.87 3.05-4.46 3.05-3.52 0-7.74-0.7-13.84-0.7-4.92 0-10.32 0.7-14.31 0.7-3.75 0-5.16-3.99-9.15-13.13-4.46-10.56-10.32-25.1-19.23-46.45-3.99-8.68-6.34-10.55-15.25-10.55-5.63 0-6.8 0.94-6.8 4.92v45.76h-0.02004zm0-61.93c0 3.75 0.47 4.46 8.44 4.46 17.13 0 34.01-10.32 34.01-32.61 0-21.58-10.56-32.14-28.85-32.14-12.2 0-13.61 2.58-13.61 11.03v49.26h0.00998z'/%3E%3Cpath fill='%23E0E4E2' d='m85.39 108.37c0 27.44-20.88 45.51-50.2 45.51-11.49 0-25.34-2.58-31.44-7.04-2.58-2.58-3.52-6.8-3.75-18.3 0-6.8 0-15.48 0.94-20.41 0.23-2.58 1.17-3.52 3.28-3.52 3.05 0 3.75 2.82 4.46 6.1 5.63 22.99 14.54 36.6 30.03 36.6 14.78 0 25.56-12.43 25.56-28.38 0-17.13-11.26-26.75-25.1-35.19-3.28-1.87-6.8-4.22-10.09-6.33-14.08-9.15-27.44-19.71-27.44-40.11 0-22.52 21.82-37.3 43.86-37.3 10.79 0 23.46 3.28 28.39 6.1 2.11 1.17 2.35 2.11 2.58 7.51 0.23 3.75 0.23 8.68 0.23 15.95 0 9.85-0.23 11.73-3.52 11.73-3.28 0-3.28-3.99-4.69-8.68-5.16-17.6-12.91-26.04-24.63-26.04-11.26 0-21.35 8.68-21.35 21.11 0 19.71 17.13 28.39 33.31 38 14.78 9.15 29.56 19.94 29.56 42.46v0.23003h0.01z'/%3E%3Crect fill='%23E0E4E2' transform='matrix(.70711 -.70711 .70711 .70711 -14.714 118.36)' x='104.18' y='68.561' width='62.669' height='16.76'/%3E%3C/svg%3E");
  background-size: auto 40rem;
  background-position: -35rem 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 781px) {
  .wp-block-group:not(.block-editor-block-list__block).is-style-zahnmedizin-09::after {
    background-size: auto 25rem;
    background-position: -40rem 70%;
  }
}

.post-thumbnail__container {
  max-width: calc(1.2 * var(--content-width));
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.post-thumbnail__container::after {
  content: "";
  position: absolute;
  z-index: 100;
  left: -15%;
  width: 35%;
  height: 125%;
  background-image: url("../img/bubbles.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.post-thumbnail__image {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.post-thumbnail__container + .post-title__container {
  margin-top: -5rem;
  isolation: isolate;
  background-color: white;
  padding: var(--content-gutter);
}

.post-title__pretext {
  text-align: center;
  color: var(--wp--preset--color--primary);
  margin: 0;
  text-transform: uppercase;
}

.post-thumbnail__container + .post-title__container .post-title__heading {
  margin-top: 1.25rem;
  margin-bottom: 0;
  text-align: center;
}
