:root, body {
  --linearBackground: linear-gradient(225deg, var(--paletteColor2), var(--paletteColor3));
  --webkitLinearBackground: -webkit-linear-gradient(225deg, var(--paletteColor2), var(--paletteColor3)); }

.button, .submit, .ct-button, .entry-tags a, .added_to_cart, [type="submit"], .wp-block-file .wp-block-file__button, div:not(.is-style-outline) > .wp-block-button__link:not([class*="background-color"]), .forminator-design--none .forminator-button {
  background-image: var(--linearBackground); }

#header [data-row="middle"]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -3px;
  background: var(--linearBackground); }

.ct-drawer-canvas .ct-button {
  background: white;
  width: 100%; }

.ct-drawer-canvas .ct-header-cta {
  justify-content: flex-end;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column; }

.ct-contact-info .ct-icon-container {
  display: none; }

@media screen and (min-width: 900px) {
  h1.is-style-big {
    --fontSize: 70px;
    --lineHeight: 1.1; } }
.wp-block-group.is-style-teaser {
  border-radius: 5px; }
  .wp-block-group.is-style-teaser .wp-block-group__inner-container {
    display: flex;
    flex-direction: column; }
  .wp-block-group.is-style-teaser .wp-block-image {
    margin: auto; }
  .wp-block-group.is-style-teaser #wpcf7-f273-p145-o1 .inline-form {
    gap: 0; }
  .wp-block-group.is-style-teaser form .inline-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    width: 100%; }
  .wp-block-group.is-style-teaser form .tel-998 {
    flex-grow: 1; }
    .wp-block-group.is-style-teaser form .tel-998 input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .wp-block-group.is-style-teaser form .ajax-loader, .wp-block-group.is-style-teaser form .wpcf7-spinner {
    display: none; }
  .wp-block-group.is-style-teaser form .acceptance-395 {
    width: 100%; }
  .wp-block-group.is-style-teaser form .wpcf7-list-item-label {
    font-size: 12px; }
  .wp-block-group.is-style-teaser form [type="submit"] {
    background: white;
    color: var(--paletteColor1);
    opacity: 1;
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    .wp-block-group.is-style-teaser form [type="submit"]:hover {
      transform: none; }

.wp-block-columns.is-style-overlap-top {
  z-index: 100;
  margin-top: -120px; }
  .wp-block-columns.is-style-overlap-top .wp-block-column {
    display: flex;
    flex-direction: column; }
    .wp-block-columns.is-style-overlap-top .wp-block-column .wp-block-group {
      flex-grow: 1; }
      .wp-block-columns.is-style-overlap-top .wp-block-column .wp-block-group .wp-block-group__inner-container {
        min-height: 100%; }

.wpcf7 form .inline-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%; }
.wpcf7 form .acceptance-395 {
  width: 100%;
  color: white; }
.wpcf7 form [type="submit"] {
  background: white;
  color: var(--paletteColor1);
  opacity: 1; }
.wpcf7 form .ajax-loader {
  display: none; }

.has-text-align-center + .wpcf7 {
  text-align: center; }
  .has-text-align-center + .wpcf7 form .inline-form {
    justify-content: center; }

.rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .rank-math-list .rank-math-list-item {
    background-color: #eee;
    padding: 10px 20px;
    border-radius: 5px; }
    .rank-math-list .rank-math-list-item:not(.open) .rank-math-question {
      margin-bottom: 0; }
    .rank-math-list .rank-math-list-item .rank-math-question {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .rank-math-list .rank-math-list-item .rank-math-question:after {
        display: flex;
        width: 24px;
        height: 24px;
        transform: scale(1.5);
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2329A175'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M15.88 9.29L12 13.17 8.12 9.29c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59c.39-.39.39-1.02 0-1.41-.39-.38-1.03-.39-1.42 0z'/%3E%3C/svg%3E"); }
    .rank-math-list .rank-math-list-item.open .rank-math-question:after {
      transform: rotate(180deg) scale(1.5); }
  .rank-math-list .rank-math-answer {
    display: none; }

.wp-block-group.alignfull {
  margin-bottom: 0; }

*:not(.has-background) ul li::marker {
  color: var(--paletteColor1); }

#sidebox {
  z-index: 98;
  position: fixed;
  left: calc(100% - 50px);
  top: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all 0.3s ease; }
  #sidebox:hover {
    left: calc(100% );
    transform: translateY(-50%) translateX(-100%); }
  #sidebox .sidebox__menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0; }
    #sidebox .sidebox__menu li {
      display: block;
      position: relative;
      background: var(--linearBackground);
      border: solid 1px white;
      border-right: none;
      border-bottom: none;
      margin-bottom: 0; }
      #sidebox .sidebox__menu li:first-of-type {
        border-top-left-radius: 5px; }
      #sidebox .sidebox__menu li:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom: solid 1px white; }
      #sidebox .sidebox__menu li a {
        display: flex;
        align-items: center;
        color: white;
        line-height: 50px;
        padding: 0px 14px;
        white-space: nowrap;
        font-size: 1rem; }
        #sidebox .sidebox__menu li a svg {
          height: 1.5rem;
          margin-right: 15px; }

body .entry-content [class*="_inner-container"] > *:not(.alignfull) {
  width: min(calc(100% - 30px), var(--container-width)); }

.ct-sidebar .wp-block-group.has-background {
  padding: 20px;
  border-radius: 5px; }

.has-text-color a {
  color: inherit; }

:root {
  /* Fixes for new css color variable names */
  --paletteColor1: var(--theme-palette-color-1);
  --paletteColor2: var(--theme-palette-color-2);
  --paletteColor3: var(--theme-palette-color-3);
  --paletteColor4: var(--theme-palette-color-4);
  --paletteColor5: var(--theme-palette-color-5);
  --paletteColor6: var(--theme-palette-color-6);
  --paletteColor7: var(--theme-palette-color-7);
  --paletteColor8: var(--theme-palette-color-8);
  --container-width: 770px;
  --block-wide-max-width: 1170px; }

/* Fixes for old Blocksy palette class names (pre-2.0 compatibility) */
.has-palette-color-1-color {
  color: var(--theme-palette-color-1); }

.has-palette-color-2-color {
  color: var(--theme-palette-color-2); }

.has-palette-color-3-color {
  color: var(--theme-palette-color-3); }

.has-palette-color-4-color {
  color: var(--theme-palette-color-4); }

.has-palette-color-5-color {
  color: var(--theme-palette-color-5); }

.has-palette-color-6-color {
  color: var(--theme-palette-color-6); }

.has-palette-color-7-color {
  color: var(--theme-palette-color-7); }

.has-palette-color-8-color {
  color: var(--theme-palette-color-8); }

.has-palette-color-1-background-color {
  background-color: var(--theme-palette-color-1); }

.has-palette-color-2-background-color {
  background-color: var(--theme-palette-color-2); }

.has-palette-color-3-background-color {
  background-color: var(--theme-palette-color-3); }

.has-palette-color-4-background-color {
  background-color: var(--theme-palette-color-4); }

.has-palette-color-5-background-color {
  background-color: var(--theme-palette-color-5); }

.has-palette-color-6-background-color {
  background-color: var(--theme-palette-color-6); }

.has-palette-color-7-background-color {
  background-color: var(--theme-palette-color-7); }

.has-palette-color-8-background-color {
  background-color: var(--theme-palette-color-8); }

/* Content centering fix for Blocksy 2.0+ */
article > .entry-content > * {
  margin-left: auto;
  margin-right: auto; }

/* Support for old structure (with inner-container) */
.entry-content [class*="_inner-container"] > * {
  margin-left: auto;
  margin-right: auto; }

/* Support for new structure (without inner-container, WordPress 6.x + theme.json) */
/* Regular groups: center children at container width */
.wp-block-group:not(.alignfull):not(.alignwide) > *:not(.alignfull):not(.alignwide) {
  max-width: var(--container-width, 1200px);
  margin-left: auto;
  margin-right: auto; }

/* Full-width/wide groups: center non-aligned children at container width */
.wp-block-group.alignwide > *:not(.alignfull):not(.alignwide):not([class*="align"]),
.wp-block-group.alignfull > *:not(.alignfull):not(.alignwide):not([class*="align"]) {
  max-width: var(--container-width, 1200px);
  margin-left: auto;
  margin-right: auto; }

/* Full-width groups: center wide-aligned children at wide width */
.wp-block-group.alignfull > .alignwide,
.wp-block-group.alignfull > [class*="alignwide"] {
  max-width: var(--block-wide-max-width);
  margin-left: auto;
  margin-right: auto; }

article > .entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--container-width); }

article > .entry-content > .alignwide {
  max-width: var(--block-wide-max-width); }

form[aria-label="Kontaktformular"] {
  color: white; }
  form[aria-label="Kontaktformular"] .inline-form p {
    display: flex;
    gap: 10px; }

/*# sourceMappingURL=main.css.map */
