@charset "UTF-8";
/*!
Theme Name: ANPE test
Theme URI: http://underscores.me/
Author: Konstantin Krischke
Author URI: http://underscores.me/
Description: ANPE Schädlingsbekämpfertheme
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anpe_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ANPE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 62.5% of the base size of 16px = 10px.*/
}

body {
  font-size: 1.6rem;
  /* reset 10*1.6 = 16px, to make sure you do not get any 10px around */
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #595959;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/***********************************************
 *	Typography
 */
/*  $size--lvl-1: 60px;
 $size--lvl-2: 48px;
 $size--lvl-3: 36px;
 $size--lvl-4: 24px;
 $size--lvl-5: 18px;

 $size--large: 24px;
 $size--medium: 18px;
 $size--small: 12px;

 $size--caption: 18px;


 $line-height--lvl-1: 75px;
 $line-height--lvl-2: 60px;
 $line-height--lvl-3: 45px;
 $line-height--lvl-4: 30px;
 $line-height--lvl-5: 22px;

 $line-height--large: 140%;
 $line-height--medium: 140%;
 $line-height--small: 140%;

 $line-height--caption: 140%;


 $weight--regular: 400;
 $weight--medium: 500;
 $weight--bold: 700;
 $weight--black: 900;


 @mixin type ( $size, $weight, $color, $line: 140%) {
	 font-family: $font__main;
	 font-style: normal;
	 font-weight: $weight;
	 font-size: $size;
	 line-height: $line;
	 color: $color;
 } */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/***********************************************
 *	Headings
 */
/* 
@mixin type ( $size, $weight, $color, $line: 140%) {
	font-family: $font__main;
	font-style: normal;
	font-weight: $weight;
	font-size: $size;
	line-height: $line;
	color: $color;
}
 */
/***********************************************
 *	Paragraphs
 */
/***********************************************
 *	Captions
 */
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
}

.site {
  position: absolute;
  top: 0;
  width: 100%;
}

.anpe-divider,
.cta-contact__divider {
  max-width: 150px;
  margin-top: 12px;
  margin-left: 0;
  margin-bottom: 24px;
  border-top: solid 1px #6cad51;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

li {
  margin: 0;
  margin-bottom: 12px;
}

li::marker {
  color: #6cad51;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #6cad51;
  text-decoration: none;
}
a:visited {
  color: #6cad51;
}
a:hover,
a:focus,
a:active {
  color: rgb(195.7952755906, 222.1535433071, 184.8464566929);
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #6cad51;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #6cad51;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  /* 	color: $color__text-input;
  border: 1px solid $color__border-input;
  border-radius: 3px;
  padding: 3px; */
  width: 100%;
  padding: 12px 0 4px 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #6cad51;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
  outline: none;
  border: 0px solid transparent !important;
  border-bottom: 5px solid #6cad51 !important;
}

.nf-error.listimage-wrap .nf-field-element ul,
.nf-error .ninja-forms-field {
  border: 0 solid transparent !important;
  border-bottom: 2px solid #e80000 !important;
}
.nf-error.listimage-wrap .nf-field-element ul :focus-visible,
.nf-error .ninja-forms-field :focus-visible {
  border-bottom: 5px solid #e80000 !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

label {
  color: #6cad51;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
  padding: 0;
  margin: 0;
}

.label-above .nf-field-label {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-footer {
  background: #6cad51;
  margin-top: 120px;
}

.site-footer__inner {
  max-width: 800px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  padding: 24px 24px 34px 24px;
  margin: auto;
  color: #ebebeb;
}

@media screen and (max-width: 600px) {
  .site-footer__inner {
    max-width: 75%;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.legals .entry-content {
  margin: auto;
  max-width: 800px;
}

.legals .entry-content h1 {
  display: none;
}
.legals .entry-content .legals_heading {
  display: block;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.legals .entry-content h2 {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.75rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.legals .entry-content h3 {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.legals .entry-content h4 {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.legals .entry-content p,
.legals .entry-content li {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header,
body main,
#colophon {
  display: none;
}

.loader {
  height: 50px;
  width: 50px;
  border: solid 8px #f9fff4;
  border-top-color: #6cad51;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: 10;
  animation: 0.8s linear forwards infinite spin;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.entry-title {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(
    1px 1px 1px 1px
  ); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(
    1px,
    1px,
    1px,
    1px
  ); /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(
    50%
  ); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.site-header {
  position: sticky;
  top: 0;
  max-height: 7rem;
  background: #f9fff4;
  z-index: 10;
}

.header__inner {
  margin: auto;
  padding: 0 3rem 0 3rem;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.svg-sprite {
  display: none;
}

.menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  align-self: center;
}

.custom-logo-link {
  padding: 10px;
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.custom-logo-link img {
  width: 100%;
  max-height: 5rem;
  height: 5rem;
}
.custom-logo-link:hover {
  opacity: 0.7;
}

.notfall-phone {
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  cursor: pointer;
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.notfall-phone a {
  display: flex;
  flex-direction: row;
}
.notfall-phone svg {
  height: 25px;
  width: 25px;
}
.notfall-phone p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}
.notfall-phone:hover {
  opacity: 0.7;
}

.notfall-phone__btn {
  display: flex;
  align-items: center;
  padding: 0 12px 0 12px;
  margin-right: 0.7rem;
  border-radius: 0 0 4px 4px;
  background: #6cad51;
}
.notfall-phone__btn p {
  color: #f9fff4;
}

#masthead .contact-icons {
  margin-top: 0;
  margin-left: 0;
}
#masthead .floating_open svg {
  fill: #ec3146;
}
#masthead .floating_phone__dialog {
  left: -50px;
}

@media screen and (max-width: 790px) {
  .menu__wrapper {
    flex-direction: row;
    align-items: stretch;
    align-self: stretch;
  }
  .header__inner {
    padding: 0;
  }
  .notfall-phone a {
    height: 100%;
  }
  .notfall-phone a > svg,
  .notfall-phone a > p {
    display: none;
  }
  .notfall-phone__btn {
    margin-right: 0;
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.main-navigation .nav-menu {
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 24px;
}
.main-navigation ul {
  list-style: none;
}
.main-navigation .menu-item {
  white-space: nowrap;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  font-size: 1.4rem;
  cursor: pointer;
}
.main-navigation .sub-menu {
  width: auto;
  transform: translateX(-100%);
  position: fixed;
  flex-direction: row;
  top: 4rem;
  z-index: -10;
  display: flex;
  gap: 24px;
  visibility: hidden;
  opacity: 0;
  background: #f9fff4;
}
.main-navigation .sub-menu .menu-item {
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-navigation .sub-menu .menu-item:hover {
  opacity: 0.7;
}
.main-navigation .sub-menu .menu-item a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
}
.main-navigation .focus .sub-menu {
  padding: 24px 24px 16px 24px;
  visibility: visible;
  opacity: 1;
  margin-top: 2rem;
}
.main-navigation .sub-menu {
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-navigation .menu__dropdown--expanded .sub-menu {
  padding: 24px 24px 16px 24px;
  visibility: visible;
  opacity: 1;
  margin-top: 2rem;
}
.main-navigation .menu-svg {
  height: 60px;
  width: 60px;
}
.main-navigation li {
  position: relative;
  margin-bottom: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle {
  display: none;
  border: none;
  background-color: transparent;
  opacity: 1;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  cursor: pointer;
}
.menu-toggle:hover {
  opacity: 0.7;
}

.main-navigation ul {
  display: flex;
}

@media screen and (max-width: 790px) {
  .site-branding {
    align-self: flex-start;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation.toggled {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .main-navigation {
    position: absolute;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    top: 6rem;
    left: 0;
    right: 0;
    z-index: -1;
    background: #f9fff4;
    padding: 6rem 3rem 3rem 0;
    min-height: 70vh;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation .nav-menu {
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .main-navigation .menu-item {
    width: 100%;
    text-align: right;
    align-items: flex-end;
    font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #6cad51;
    text-decoration: none;
    font-display: swap;
  }
  .main-navigation .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    transform: translateX(0);
    top: 0;
    z-index: 0;
    max-height: 0;
    gap: 24px;
    transition-delay: 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .main-navigation .sub-menu .menu-item a {
    align-items: flex-end;
    font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 140%;
    color: #595959;
    font-display: swap;
  }
  .main-navigation .menu__dropdown--expanded .sub-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 16px;
    padding-bottom: 16px;
    max-height: 1000px;
  }
  .main-navigation .menu__dropdown--expanded .sub-menu .menu-item a {
    padding-right: 3rem;
  }
  .main-navigation .menu-svg {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.d-hide {
  display: none;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

#cmplz-document {
  /* 	padding: $space--400;
  padding-top: $space--800;
  margin: auto; */
}
#cmplz-document h2,
#cmplz-document .cmplz-subtitle {
  color: #6cad51;
}

.structure {
  padding: 12px;
  padding-top: 60px;
  margin: auto;
  max-width: 800px;
}
.structure a {
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.structure a:hover {
  opacity: 0.7;
}
.structure .wp-block-post-title {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.75rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.structure p {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}
.structure .structure-link {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.structure .structure-link:hover {
  opacity: 0.7;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Contac Form
--------------------------------------------- */
.nf-form-fields-required {
  margin-bottom: 2.4rem;
}

.nf-error-msg .nf-error-field-errors {
  font-size: 1.4rem;
}

.nf-form-cont {
  padding: 24px;
  padding: 24px;
  padding-bottom: 34px;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  max-width: 800px;
  margin: auto;
}
.nf-form-cont h2 {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}
.nf-form-cont input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  border-radius: 15px;
  width: 30px !important;
  height: 15px;
  background-color: #ebebeb;
  cursor: pointer;
}
.nf-form-cont input[type="radio"]::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-1px);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #6cad51;
}
.nf-form-cont input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(4px, 3px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6cad51;
  opacity: 0;
}
.nf-form-cont input[type="radio"]:checked {
  background-color: #595959;
}
.nf-form-cont input[type="radio"]:checked::after {
  opacity: 1;
}
.nf-form-cont input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  border-radius: 15px;
  width: 30px !important;
  height: 15px;
  background-color: #595959;
  cursor: pointer;
}
.nf-form-cont input[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-1px);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #6cad51;
}
.nf-form-cont input[type="checkbox"]:checked {
  background-color: #595959;
}
.nf-form-cont input[type="checkbox"]:checked::before {
  right: 0;
}
.nf-form-cont .field-wrap.checkbox-wrap {
  flex-direction: column;
}
.nf-form-cont .field-wrap.checkbox-wrap label {
  padding-left: 34px;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
}
.nf-form-cont .field-wrap.checkbox-wrap .nf-field-element {
  transform: translateY(5px);
}
.nf-form-cont .field-wrap.checkbox-wrap .nf-field-description {
  margin: 0;
  padding-left: 48px !important;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
}

.contact_radio_btns .list-radio-wrap .nf-field-element li label {
  margin-left: 24px;
}
.contact_radio_btns .nf-label-span {
  display: none;
}
.contact_radio_btns ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.contact_radio_btns li {
  display: flex;
  align-items: center;
}
.contact_radio_btns.nf-error .ninja-forms-field {
  border-bottom: 0 solid transparent !important;
}

.form__submit {
  float: right;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #f9fff4 !important;
  background-color: #6cad51 !important;
  cursor: pointer;
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.form__submit:hover {
  opacity: 0.7;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Flying contact
--------------------------------------------- */
.contact-icons {
  position: relative;
}

.floating_open {
  width: 40px;
  height: 40px;
  border-width: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9fff4;
  cursor: pointer;
}
.floating_open svg {
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  fill: #ec3146;
}
.floating_open svg:hover {
  opacity: 0.3;
}

.floating_dialog__close {
  position: absolute;
  top: 25px;
  right: 25px;
  scale: 0.6;
  border-width: 0;
  z-index: 1;
  background-color: transparent;
  stroke: #6cad51;
  cursor: pointer;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.floating_dialog__close:hover {
  opacity: 0.3;
}

.floating_dialog {
  width: 100%;
  max-width: 800px;
  max-height: 80vh;
  margin: 0;
  border-width: 0;
  padding: 24px;
  padding-bottom: 24px;
  padding-bottom: 34px;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.floating_dialog .nf-form-cont {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.floating_mail__dialog {
  margin: auto;
}

.floating_phone__dialog {
  display: none;
  min-width: 20rem;
  position: absolute;
  top: 55px;
  left: 5px;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border-radius: 12px;
}

.copy_phone__button {
  background-color: #6cad51;
  border: 0;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.copy_phone__button:hover {
  opacity: 0.3;
}
.copy_phone__button svg {
  fill: #f9fff4;
}

.floating_phone__dialog_inner {
  position: relative;
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  background-color: #f9fff4;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}

/* Stoerer
--------------------------------------------- */
.stoerer {
  position: fixed;
  z-index: 2;
  border-radius: 99999px;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
  top: 15rem;
  margin: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.stoerer .stoerer_bg {
  background-color: #f9fff4;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.stoerer .stoerer_bg--out {
  background-color: #6cad51;
  opacity: 0.6;
}
.stoerer:hover .stoerer_bg {
  background-color: #ec3146;
  opacity: 0.8;
}
.stoerer:hover svg {
  animation: none; /* Stops wiggle on hover */
}
.stoerer > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.stoerer .stoerer-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  padding: 0.8rem;
  transition: color 0.2s;
  border-radius: 99999px;
}
.stoerer .stoerer-close-btn svg {
  stroke: #fff;
}
.stoerer .stoerer-close-btn:hover {
  background-color: #fff;
}
.stoerer .stoerer-close-btn:hover svg {
  stroke: red;
}

.stoerer-img-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  max-width: 100px;
}
.stoerer-img-wrapper > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stoerer-img-wrapper svg {
  width: 100%;
  animation: steadyMoveWiggle 3s infinite;
  fill: var(--wiggle-fill, white);
}

.stoerer_text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #fff;
  max-width: 210px;
}

@keyframes steadyMoveWiggle {
  0% {
    transform: translate(1px, 1px) rotate(0deg) scale(1);
    --wiggle-fill: #ec3146;
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg) scale(0.95);
    --wiggle-fill: #ec3146;
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg) scale(0.9);
    --wiggle-fill: #ec3146;
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg) scale(0.93);
    --wiggle-fill: #ec3146;
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg) scale(0.93);
    --wiggle-fill: #ec3146;
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg) scale(0.95);
    --wiggle-fill: #ec3146;
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg) scale(1);
    --wiggle-fill: #ec3146;
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg) scale(0.97);
    --wiggle-fill: #ec3146;
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg) scale(0.9);
    --wiggle-fill: #ec3146;
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg) scale(0.95);
    --wiggle-fill: #ec3146;
  }
  95% {
    transform: translate(1px, -1px) rotate(-1deg) scale(0.95);
    --wiggle-fill: #ec3146;
  }
  100% {
    transform: translate(1px, 1px) rotate(0deg) scale(1);
    --wiggle-fill: #ec3146;
  }
}
/* Blocks
--------------------------------------------- */
.cta-contact__wrapper {
  margin-bottom: 24px;
}

.cta-contact__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin: 0;
}

.cta-contact__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}

.cta-contact__button {
  background-color: transparent;
  border: none;
  border-radius: 12px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.cta-contact__button:hover {
  opacity: 0.7;
}
.cta-contact__button a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.cta-contact__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: #6cad51;
}

.cta-contact__button--phone .cta-contact__inner {
  padding: 0 16px 0 16px;
  border-radius: 10px;
}

.cta-contact__button--phone {
  border: solid 2px #6cad51;
  border-radius: 12px;
  padding-left: 0;
}

/* .cta-contact__button:hover {
    background-color: lighten(#6CAD51, 25 );
    border-color: lighten(#6CAD51, 25 )
} */
.cta-contact__button--mail {
  background: #6cad51;
}

.cta-contact__title {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #f9fff4;
}

.cta-contact__number-displayed {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}

.cta-contact__title,
.cta-contact__number-displayed {
  margin: 0;
}

.cta-contact__icon {
  margin: 0.25rem 0 0rem 0;
  height: 42px;
  width: 42px;
}

@media screen and (max-width: 600px) {
  .cta-contact__number-displayed {
    display: none;
  }
  .cta-contact__button--phone {
    border: none;
    padding: 0;
  }
}
.card-container__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  justify-content: center;
  margin: auto;
}

.container__content--full {
  padding: 0 34px 0 34px;
}

@media screen and (max-width: 600px) {
  .container__content--full {
    max-width: 600px;
    flex-flow: row wrap;
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .container__content--round {
    max-width: 950px;
    flex-flow: row wrap;
    width: 100%;
  }
}
.full-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 33%;
  padding: 1rem;
  text-align: center;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border-radius: 6px;
  max-width: 600px;
}

.full-card__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin-top: 12px;
  margin-bottom: 16px;
}

.full-card__Text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  width: 100%;
  word-break: break-word;
}

.full-card__content {
  max-height: 150px;
  min-height: 150px;
}

@media screen and (max-width: 600px) {
  .full-card__wrapper {
    flex-grow: 1;
    max-width: 50%;
  }
}
.round-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  text-align: center;
  width: 188px;
}

.round-card__image {
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  height: 188px;
}

.round-card__content {
  width: 100%;
  padding: 2rem;
}

.round-card__head {
  padding: 8px 0 8px 0;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.round-card__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin: 0;
  color: #6cad51;
}

.round-card__image,
.round-card__head {
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.round-card__image:hover,
.round-card__head:hover {
  opacity: 0.7;
}

@media screen and (max-width: 950px) {
  .round-card__wrapper {
    flex-grow: 1;
    max-width: 150px;
  }
  .round-card__image {
    height: 150px;
  }
}
.heading-center__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.75rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
}

.heading-center__divider {
  margin-left: auto;
  margin-right: auto;
}

.heading-left__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  text-align: left;
  margin: 0;
  margin-bottom: 16px;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-anpe-dropdown {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.anpe-dropdown {
  background: white;
  padding: 8px 12px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  cursor: pointer;
}

.anpe-dropdown__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.anpe-dropdown__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin: 0;
}

.anpe-dropdown__content {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  height: 0;
  opacity: 0;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: max-height;
  overflow: hidden;
}
.anpe-dropdown__content p {
  margin: 0;
}

[dropdownclicked="true"] .anpe-dropdown__content {
  display: block;
  height: 100%;
  opacity: 100%;
}

.anpe-dropdown__icon {
  transform: rotate(0);
  transition: transform 0.3s ease-out;
}

[dropdownclicked="true"] .anpe-dropdown__icon {
  transform: rotate(180deg);
}

.header-img {
  min-height: 100vh;
  margin-bottom: 136px;
  /* 	.anpe-text:last-child {
  		margin-bottom: 5rem !important;
  	} */
}
.header-img .wp-block-post-title {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin: 0;
  margin-bottom: 24px;
}
.header-img .heading-left__divider {
  display: none;
}

.column--one,
.column--two {
  /* column width */
  width: 50%;
}

/* Content column */
.column--one {
  padding: 30vh 3rem 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column--one .column--one__inner {
  max-width: 515px;
  width: 100%;
}
.column--one .wp-block-post-title {
  margin-bottom: 34px;
}
.column--one .cta-contact__wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.column--one .scroll-link__wrapper {
  margin-bottom: 12px;
}

/* IMG column */
.columns--two {
  height: 100%;
  display: flex;
  flex-direction: row;
}

/* Header image */
.header-img__img {
  position: sticky;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #6cad51;
}

@media screen and (max-width: 950px) {
  .header-img {
    min-height: auto;
  }
  .columns--two {
    flex-direction: column-reverse;
    gap: 34px;
  }
  .column--one,
  .column--two {
    /* column width */
    width: 100%;
  }
  .column--one {
    padding-top: 0;
  }
  .column--two {
    height: 100%;
    max-height: 50vh;
  }
  .header-img__img {
    position: block;
    height: inherit;
    max-height: inherit;
  }
}
.header-home__wrapper {
  width: 100%;
  height: 100vh;
}

.header-home__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 34px;
  padding-left: 60px;
}

.header-home__title {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  font-size: 60px;
  color: #f9fff4;
  width: 50%;
  max-width: 540px;
  align-self: flex-start;
}

.header-home__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 950px) and (max-width: 1153px) {
  .header-home__bar {
    scale: 0.8;
    width: auto !important;
  }
}
@media screen and (max-width: 790px) {
  .header-home__title {
    font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 120%;
    color: #6cad51;
    text-decoration: none;
    font-display: swap;
    color: #f9fff4;
    max-width: 490px;
    width: 80%;
    word-break: break-word;
  }
}
.header-home__bar {
  width: 100%;
  overflow: hidden;
}

.cta-home__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #f9fff4;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.cta-home__content {
  position: relative;
}
.cta-home__content p {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 5rem;
  z-index: 1;
  transform: translateY(-50%);
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #595959;
}

.cta-home__stepone {
  z-index: 5;
}
.cta-home__stepone p {
  left: 2rem;
}

.cta-home__steptwo {
  z-index: 4;
  margin-left: -4rem;
}

.cta-home__stepthree {
  z-index: 3;
  margin-left: -4rem;
}

.cta-home__stepfour {
  z-index: 2;
  margin-left: -4rem;
}

.cta-home__stepfive {
  z-index: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: opacity;
}
.cta-home__stepfive:hover {
  opacity: 0.8;
}
.cta-home__stepfive p {
  color: #f9fff4;
}

@media screen and (max-width: 950px) {
  .header-home__content {
    padding-left: 16px;
  }
  .cta-home__stepone,
  .cta-home__steptwo,
  .cta-home__stepthree,
  .cta-home__content {
    display: none;
  }
  .cta-home__stepfive {
    display: block;
  }
}
.header-contact__wrapper {
  display: grid;
  grid-template-columns: auto 50rem auto;
  justify-content: center;
  align-items: center;
  height: 80vh;
  gap: 60px;
  z-index: 1;
  position: relative;
}

.header-contact__content {
  max-width: 50rem;
  width: 100%;
}

.header-contact__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}

.header-contact__heading--bold {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}

.header-contact--text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}

.header-contact--blocks {
  margin-top: 8rem;
}
.header-contact--blocks .cta-contact__heading,
.header-contact--blocks .cta-contact__divider {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(
    1px 1px 1px 1px
  ); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(
    1px,
    1px,
    1px,
    1px
  ); /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(
    50%
  ); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.header-contact__svg {
  background: #6cad51;
  border-radius: 50%;
  opacity: 1;
}
.header-contact__svg:hover {
  opacity: 0.7;
}
.header-contact__svg svg {
  filter: drop-shadow(2px 2px 4px rgba(108, 173, 81, 0.5));
  padding: 3rem;
}

.header-contact__svg--phone {
  transform: translateY(13rem);
  width: 15rem;
}

.header-contact__svg--mail {
  width: 20rem;
}

@media screen and (max-width: 1200px) {
  .header-contact__wrapper {
    grid-template-columns: auto 40rem auto;
  }
  .header-contact__svg--phone {
    transform: translateY(13rem);
    width: 12rem;
  }
  .header-contact__svg--mail {
    transform: translateY(-17rem);
    width: 17rem;
  }
  .header-contact__svg svg {
    padding: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .header-contact__wrapper {
    height: 65vh;
    margin-bottom: 15vh;
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: auto;
    grid-template-areas: "mail phone" "adress adress";
  }
  .header-contact__content {
    grid-area: adress;
  }
  .header-contact__svg--phone {
    grid-area: phone;
    transform: translateY(13rem);
    width: 12rem;
  }
  .header-contact__svg--mail {
    grid-area: mail;
    transform: translateY(8rem);
    width: 17rem;
  }
  .header-contact__svg svg {
    padding: 2rem;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  .cta-contact__number-displayed {
    display: none;
  }
  .cta-contact__button--phone {
    border: none;
    padding: 0;
  }
}
.anpe-container__wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: -7rem;
  padding-top: 7rem;
}
.anpe-container__wrapper .anpe-text {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 0;
  margin-bottom: 5rem;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}

.page-id-177 .anpe-container__wrapper {
  max-width: 600px;
}
.page-id-177 .anpe-container__wrapper:first-child {
  margin-top: 15vh;
  max-width: 800px;
}
.page-id-177 .anpe-container__wrapper .anpe-text {
  margin-left: 0;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}
.page-id-177 .anpe-container__wrapper .anpe-text strong {
  line-height: 300%;
}
.page-id-177 .anpe-container__content {
  padding: 0 34px 0 34px;
}
.page-id-177 .full-card__wrapper {
  box-shadow: none;
}
.page-id-177 .full-card__head {
  order: 2;
}
.page-id-177 .full-card__Text {
  order: 3;
}
.page-id-177 .full-card__svg {
  order: 1;
}

.anpe-text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  margin: 0;
  margin-bottom: 16px;
}

/* .anpe-faq__heading {
    //display: none;
}

.anpe-faq__heading {
	@include type-lvl__3--bold;
} */
.faqs__wrapper {
  max-width: 800px;
  padding: 24px;
  margin: auto;
  margin-top: -15rem;
  padding-top: 15rem;
}

.scroll-link__wrapper {
  margin: 0;
}

.scroll-link {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #6cad51;
}

/* see. sass\base\elements\_lists.scss */
.anpe-list__wrapper {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
}

.wp-block-query {
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 900px;
}
.wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  margin: 0;
  padding-left: 0;
}
.wp-block-query .wp-block-post {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 16px !important;
  opacity: 1;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.wp-block-query .wp-block-post:hover {
  opacity: 0.7;
}
.wp-block-query .wp-block-post-title {
  margin: 0;
  text-align: center;
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  font-size: 1.6rem;
}
.wp-block-query figure {
  margin: 0;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #f9fff4;
  margin-bottom: 34px;
}

.branch__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #f9fff4;
}

.footer-contact__single {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  margin: 0;
  padding-top: 0;
  padding-bottom: 16px;
  padding-left: 0;
  background-color: transparent;
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.footer-contact__single:hover {
  opacity: 0.7;
}
.footer-contact__single a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  color: #f9fff4;
}
.footer-contact__single svg {
  height: 34px;
  width: 34px;
  background: #f9fff4;
  border-radius: 50%;
  padding: 0.3rem;
}

#menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-footer-menu .menu-item a {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: #f9fff4;
  opacity: 1;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#menu-footer-menu .menu-item a:hover {
  opacity: 0.7;
}

.contact-branches__wrapper {
  margin-top: 120px;
}

.contact-branches__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  max-width: 800px;
  margin: auto;
  padding: 0 24px;
}
.contact-branches__content .column--img {
  width: 100%;
  padding: 0;
  padding-top: 8px;
}
.contact-branches__content .column--content {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.contact-branches__content .adress--content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-branches__content .contact-branches__img {
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-branches__content .contact-branch__heading {
  margin-bottom: 8px;
}
.contact-branches__content .anpe-divider {
  margin: 0 0 24px 0;
}
.contact-branches__content .contact-branch__wrapper {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .contact-branches__content {
    flex-direction: column;
    /* 	.adress--content {
    	width: 100%;
    	display: flex;
    	flex-wrap: wrap;
    	gap: $space--600;
    } */
  }
  .contact-branches__content .column--content {
    width: 100%;
  }
  .contact-branches__content .contact-branch__wrapper {
    width: calc(50% - 12px);
  }
}
.contact-branch__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border-radius: 8px;
  padding: 8px 8px 8px 16px;
}

.contact-branch__head {
  display: flex;
  flex-direction: column;
}

.contact-branch__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin-top: 0;
  margin-bottom: 12px;
}

.contact-branch__text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  margin-top: 0;
  margin-bottom: 6px;
}

.contact-branch__content {
  width: 50px;
}

.contact-branch__svg {
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.contact-branch__svg:hover {
  opacity: 0.7;
}

.worker-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 33%;
  gap: 2rem;
  padding: 1rem;
  text-align: center;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border-radius: 6px;
  max-width: 600px;
}

.worker-card__textwrapper {
  height: 100%;
  max-height: 115px;
}

.worker-card__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  margin-top: 12px;
  margin-bottom: 16px;
}

.worker-card__Text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  width: 100%;
  word-break: break-word;
  margin: 0;
  margin-bottom: 1rem;
}

.worker-card__TextTwo {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  width: 100%;
  word-break: break-word;
  margin: 0;
  margin-top: 0;
}

.worker-card__content {
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.worker-card__img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .worker-card__wrapper {
    flex-grow: 1;
    max-width: 50%;
  }
}
#home-comments {
  padding: 0 34px 0 34px;
}

.social-comments__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin: auto;
  max-width: 700px;
  width: 100%;
}

.social-comments__inner {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.social-comments__content {
  position: relative;
  margin: auto;
  align-self: flex-start;
  width: 100%;
  width: auto;
}

.social-comments__arrowleft,
.social-comments__arrowright {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}

.social-comments__arrowleft,
.social-comments__arrowright {
  cursor: pointer;
  transition-delay: 0s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.social-comments__arrowleft:hover,
.social-comments__arrowright:hover {
  opacity: 0.7;
}

.social-comment__wrapper {
  display: none;
}

.social-comment__wrapper.active {
  display: block;
}

.social-comments__indicators {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.comments-indicator {
  width: 6px;
  height: 6px;
  border: solid 1px #6cad51;
  border-radius: 100%;
}

.comments-indicator.active {
  border: solid 0px #6cad51;
  background-color: #6cad51;
}

@media screen and (max-width: 800px) {
  .social-comments__inner {
    gap: 8px;
  }
}
.social-comment__wrapper {
  width: 100%;
}

.social-comment__content {
  position: relative;
  padding-top: 12px;
  padding-left: 24px;
}
.social-comment__content p {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  margin: 0;
}

.social-comment__svg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.social-comment__svg {
  width: 60px;
  height: auto;
}

.text-img-block_content {
  margin-left: 6rem;
  margin-right: 6rem;
  gap: 2rem;
}
.text-img-block_content .anpe-text {
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}
.text-img-block_content .column--one {
  width: 60%;
  padding: 0;
  display: flex;
  justify-content: center;
}
.text-img-block_content .column--two {
  width: 40%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

#schaedlinge .anpe-divider,
#laestlinge .anpe-divider {
  display: none;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #5dafb8;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.card {
  height: 50vh;
  border-radius: 13px;
  box-shadow: 20px 40px 33px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  width: 35vh;
  background-color: #6cc2ce;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* info page
--------------------------------------------- */
.info_header__wrapper {
  position: relative;
  height: 80vh;
  max-width: 100vw;
  width: 100%;
  margin-bottom: 3rem;
}

.info_header__content-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  display: grid;
  grid-template-areas: "content";
}
@media screen and (max-width: 600px) {
  .info_header__content-wrapper {
    left: 0%;
  }
}

.info_header__content {
  grid-area: content;
  z-index: 1;
  padding: 0.3rem 3rem;
}

.info_header__bg {
  grid-area: content;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.contact-icons {
  display: flex;
  flex-direction: row;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-left: 3rem;
  border-radius: 50px;
  padding: 0.5rem;
  background-color: #6cad51;
}

.info-card__wrapper {
  max-width: 1200px !important;
}

.info_header__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 120%;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}

.info_header__subheading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
}

.info_header__heading,
.info_header__subheading {
  color: #f9fff4;
}

.info_header__img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.width-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-basis: 48%;
  padding: 1rem 2rem;
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  .width-half {
    width: 100%;
    flex-basis: 100%;
  }
}
.width-half .card__heading {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #6cad51;
  text-decoration: none;
  font-display: swap;
  color: #6cad51;
}
.width-half .card-text {
  font-family: "questa-sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  color: #595959;
  font-display: swap;
  color: black;
}
.width-half ul {
  margin: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
} /*# sourceMappingURL=style.css.map */
