@charset "UTF-8";
/*
Theme Name: IMAXX (Twenty Twenty-Five Child)
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Enrico Gering
Author URI: https://www.enricogering.com
Description: 
Version: 1.0
Updated: 2026-04-21 12:08:22

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Breakpoints
 */
/*
 * Fonts
 *
 * Single Source of Truth: theme.json
 * WordPress generiert pro Font-Family eine CSS Custom Property:
 *   --wp--preset--font-family--<slug>
 */
/*
 * Colors
 *
 * Single Source of Truth: theme.json
 * WordPress generiert pro Palette-Eintrag eine CSS Custom Property:
 *   --wp--preset--color--<slug>
 *
 * Hinweis: SCSS-Color-Functions wie lighten() / darken() / rgba()
 * funktionieren mit CSS-Variablen NICHT. Für Farbmischung nutze
 * CSS color-mix(in srgb, var(--wp--preset--color--accent) 50%, transparent).
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

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

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

code,
kbd {
  font-family: monospace;
}

button {
  font-family: var(--wp--preset--font-family--montserrat);
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch {
  display: -ms-grid;
  display: grid;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch > *:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.wp-block-columns .wp-block-column.is-style-inner-padding {
  padding: 40px 20px 40px 20px;
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.is-style-inner-padding {
    padding: 50px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Default styles
 */
/*
 * Variables
 *
*/