/*
Theme Name:     Faßnacht Horb
Author:         2code
Description:    Faßnacht Horb Theme
Version:        1.0
License:        GNU General Public License v2 or later
*/

@font-face {
  font-family: "DIN";
  src: url("assets/fonts/DINRoundWeb-Medium.woff") format("woff");
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}

:root {
  --red: #e7000e;
  --dark-red: #9a0e16;
  --blue: #2a2a3c;
  --blue-light: #636386;
  --green: #186419;
  --black100: #040c1b;
  --black80: #040c1bcc;
  --icon-size: 40px;
  --header-height: 66px;
}

a.button:hover {
  color: white !important;
}

html {
  margin: 0;
  position: relative;
  scrollbar-width: thin;
}

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

video {
  max-width: 100%;
}

main ul {
  padding-left: 1rem;
  margin-bottom: 12px;
}

main ul li {
  line-height: 30px;
  font-size: 20px;
  color: var(--black80);
  letter-spacing: 1%;
  font-weight: 500;
}

html body.page section.text-template ul {
  padding-left: calc(1rem + 12px);
}

body {
  font-family: "DIN";
  font-size: 16px;
  line-height: 19.2px;
  color: var(--blue-light);
  background-color: #fafafb;
  font-weight: 400;
}

section+.wp-block-heading {
  margin-top: 40px;
}

h1 {
  font-size: 86px;
  line-height: 89px;
  letter-spacing: -5%;
  color: var(--black100);
  margin-bottom: 80px;
  font-weight: 900;
}

h2 {
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 0%;
  color: var(--black100);
}

h3 {
  font-size: 39px;
  line-height: 52px;
  color: var(--black100);
  letter-spacing: 1%;
}

h4 {
  font-size: 33px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1%;
  color: var(--black100);
}

h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1%;
  font-weight: 700;
  color: var(--black100);
}

p {
  line-height: 30px;
  font-size: 20px;
  color: var(--black80);
  letter-spacing: 1%;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  word-break: n;
}

button,
a.button-link,
header li.button a,
input.wpcf7-submit,
a.button {
  display: inline-block;
  background-color: #040c1b;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  border-radius: 60px;
  transition: all 0.5s;
  border: 0px solid;
  text-decoration: none;
}

input.wpcf7-submit:hover,
button:hover,
a.button-link:hover,
header li.button a:hover {
  background-color: black;
  color: white;
}

input,
textarea {
  font-size: 20px;
  line-height: 24px;
  padding: 15.5px;
  border-radius: 4px;
  border: 1px solid var(--blue-light);
  width: 100%;
  margin-bottom: 6px;
  color: #636386;
}

input::placeholder,
textarea::placeholder {
  color: #636386;
}

form p {
  margin-bottom: 0;
}

form br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
}

input.wpcf7-submit {
  margin-bottom: 0;
}

p+.wpcf7 {
  margin-top: 40px;
}

a {
  color: var(--black100);
}

p:last-of-type {
  margin-bottom: 0 !important;
}

nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

header a,
footer a {
  text-decoration: none;
}

section .wpcf7-spinner {
  display: none;
}

img.icon {
  width: 24px;
  height: auto;
}

.icon-wrap {
  cursor: pointer;
  border: none;
}

body.open-menu header .menu-icon-wrap {
  background-color: var(--red);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* .overlay {
  background-color: #2a2a3c6b;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
}

.overlayed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 60, 0.42);
  pointer-events: none;
} */

section div.buttons {
  display: flex;
  gap: 8px;
}

section {
  display: inline-block;
  width: 100%;
  position: relative;
}

section .container>.row,
section .container>.row>* {
  --bs-gutter-x: 55px;
  --bs-gutter-y: 55px;
}

/* TEXT TEMPLATE */

p+.wp-block-heading {
  margin-top: 56px;
}

section.text-template>.container>section {
  padding-top: 117px;
}

section.text-template>.container {
  max-width: unset;
  padding: 0;
}

section.text-template>.container>*:not(section) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

section.text-template>.container>section:first-child {
  margin-bottom: 120px;
}

/* For large devices (≥992px) */
@media (min-width: 992px) {
  section.text-template>.container>*:not(section) {
    max-width: 960px;
  }
}

/* For extra large devices (≥1200px) */
@media (min-width: 1200px) {
  section.text-template>.container>*:not(section) {
    max-width: 1140px;
  }
}

/* For extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
  section.text-template>.container>*:not(section) {
    max-width: 1320px;
  }
}

@media (min-width: 1240px) {
  section.text-template>.container>*:not(section) {
    max-width: 1240px;
  }
}

/* HEADER & FOOTER */
header a:hover,
header .current-menu-item a,
footer a:hover,
footer .current-menu-item a {
  color: var(--green);
}

html header .current-menu-item a {
  color: #ed1c24;
}

/* HEADER */
header {
  background-color: transparent;
  color: var(--black100);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 89px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.error404 header {
  position: relative;
}

header>.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

header .header-menu,
header .header-menu>nav,
header .header-menu>nav>ul {
  height: 100%;
}

header .header-menu>nav>ul>li {
  height: 100%;
  display: flex;
  align-items: center;
}

header>.container>* {
  flex-shrink: 0;
}

header a {
  color: var(--black100);
}

header img {
  height: 48px;
  width: auto;
}

header nav ul {
  gap: 35px;
}

header .row {
  align-items: center;
  justify-content: space-between;
  --webkit-justify-content: space-between;
}

/* header mobile */
img.menu-icon {
  height: 16px;
  width: auto;
  padding: 0;
}

img.menu-icon.close {
  height: 30px;
  width: auto;
  filter: invert(1) brightness(100);
}

section.mobile-menu {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  background: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 10;
}

section.mobile-menu nav ul {
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

section.mobile-menu .container,
section.mobile-menu nav,
section.mobile-menu ul {
  height: 100%;
}

section.mobile-menu nav ul a {
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
}

section.mobile-menu nav ul li.current-menu-item a {
  font-weight: 700;
}

body.open-menu {
  overflow: hidden;
}

/* FOOTER */
footer {
  padding-top: 118px;
  padding-bottom: 35px;
}

footer nav {
  display: flex;
}

footer nav ul {
  gap: 30px;
}

footer li.button {
  display: none;
}

footer .top-row a img.logo {
  height: 88px;
}

footer .top-row,
footer .bottom-row .bottom-row-menu {
  display: flex;
  justify-content: space-between;
  --webkit-justify-content: space-between;
}

footer .bottom-row .bottom-row-menu a,
footer .bottom-row .bottom-row-menu {
  color: #767683;
}

footer .bottom-row .contact a:hover,
footer .bottom-row .bottom-row-menu a:hover,
footer .bottom-row .bottom-row-menu .current-menu-item a {
  color: var(--green);
}

footer .top-row-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 17px;
}

footer .top-row .socials {
  display: flex;
  gap: 10px;
}

footer .bottom-row .contact {
  display: flex;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  gap: 10px;
  padding-top: 18px;
  margin-top: 28px;
  margin-bottom: 28px;
  border-top: 1px solid #a0a0b5;
}

footer .bottom-row .contact a,
footer .bottom-row .contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black100);
}

footer .contact img.icon {
  width: 18px;
}

footer ul.sub-menu {
  display: none;
}

/* TEMPLATE PARTS */

/* 404 */
section.text-404 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* HERO */
section.hero {
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  background: linear-gradient(to bottom,
      #d8dcdf 100%,
      rgba(216, 220, 223, 0) 100%);
}

section.hero+section {
  padding-top: 173px;
}

section.hero.size-big .container {
  top: 0;
  height: 100%;
  padding-top: 140px;
  padding-top: 21vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  min-height: fit-content;
  gap: 20px;
}

section.hero.size-small .container {
  top: 138px;
}

section.hero.size-small video,
section.hero.size-small img.heroimage {
  aspect-ratio: 1440 / 600;
  object-fit: cover;
  max-height: 600px;
}

section.hero .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

section.hero .textcontent {
  color: #fff;
  width: 100%;
  max-width: 100%;
}

section.hero.size-big .textcontent {
  max-width: 65%;
}

section.hero img.heroimage,
section.hero video {
  width: 100%;
  object-fit: cover;
  object-position: 510px;
}

section.hero video,
section.hero.size-big img.heroimage {
  height: 100vh;
  height: 100vh;
}

section.hero .textcontent p {
  font-weight: 700;
  font-size: 119px;
  line-height: 108px;
  letter-spacing: -0.04em;
  color: white;
}

section.hero .textcontent p+p {
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0;
  margin-top: 25px;
  max-width: 51%;
}

section.hero .icon-wrap {
  background-color: var(--red);
  padding: 19px;
  border-radius: 50%;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 40px;
}

/* QUICKLINKS */
section.quicklinks+section {
  padding-top: 117px;
}

section.quicklinks+section.text-left-right {
  padding-top: 120px;
}

section.quicklinks h4 {
  color: #2a2a3c;
  margin-top: 20px;
  font-size: 26px;
  margin-bottom: 11px;
  line-height: 100%;
  letter-spacing: 0;
}

section.quicklinks.space h4 {
  margin-top: 0px;
}

section.quicklinks a {
  text-decoration: none;
  /* background-color: var(--black100); */
  border-radius: 4px;
  transition: all 0.4s;
}

section.quicklinks a:hover {
  /* background-color: var(--dark-red); */
}

section.quicklinks a.quicklink {
  display: flex;
  flex-direction: column;
}

section.quicklinks a.quicklink .bottom {
  flex: 1;
}

section.quicklinks .quicklinks-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}

section.quicklinks .quicklinks-wrap>* {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  color: #2a2a3c;
  padding: 0px;
  border-radius: 4px;
}

section.quicklinks .bottom {
  padding: 20px;
  background-color: #1864190d;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body:not(.home) section.quicklinks .bottom {
  height: 100%;
}

body:not(.home) section.quicklinks.white .rolling-icon-wrap svg {
  background-color: transparent !important;
}

section.quicklinks .rolling-icon-wrap {
  margin-top: auto;
}

section.quicklinks .rolling-icon-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  position: absolute;
  right: 51px;
  top: calc(1px + 25%);
}

section.quicklinks svg {
  width: auto;
  height: calc(var(--icon-size) - 2px);
}

section.quicklinks i {
  font-size: 10px;
}

section.quicklinks.columns-3 .quicklinks-heading {
  margin-bottom: 20px;
}

section.quicklinks.columns-3 .quicklinks-heading h2 {
  margin-bottom: 27px;
}

section.quicklinks.columns-3 .quicklinks-wrap {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 48px;
}

section.quicklinks.columns-3 .quicklink-image img {
  object-fit: cover;
  width: 100%;
}

section.quicklinks.columns-3 .bottom {
  background-color: #1864191a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --webkit-justifiy-content: space-between;
}

/* rolling icon */
.rolling-icon-wrap {
  position: relative;
  width: 100%;
  text-align: right;
  overflow: hidden;
  height: var(--icon-size);
  display: flex;
  flex-direction: column;
  align-items: end;
}

.rolling-icon-wrap .rolling-icon,
.rolling-icon-wrap .icon {
  flex: 1;
  transition: all 0.4s;
}

.rolling-icon-wrap .rolling-icon {
  transform: translate(calc(-1 * var(--icon-size)), 1px);
}

section.events .event-link:hover .rolling-icon-wrap .icon,
section.quicklinks a:hover .rolling-icon-wrap .icon {
  transform: translate(var(--icon-size), calc(-1 * var(--icon-size)));
}

section.events .event-link:hover .rolling-icon-wrap .rolling-icon,
section.quicklinks a:hover .rolling-icon-wrap .rolling-icon {
  transform: translate(0, calc(-1 * var(--icon-size)));
}

section.events .rolling-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

/* TEXT LEFT RIGHT */
section.text-left-right {
  padding-top: 60px;
}

section.text-left-right+section {
  padding-top: 93px;
}

section.text-left-right h1,
section.text-left-right h2,
section.text-left-right h3 {
  color: var(--black100);
  margin-bottom: 35px;
}

section.text-left-right .left-right-wrap {
  display: flex;
  gap: 20px;
}

section.text-left-right .text-right {
  padding: 15px 0;
}

section.text-left-right .text-right img,
section.text-left-right .text-right video {
  float: left;
  width: 50%;
  margin-right: 20px;
  border-radius: 4px;
}

section.text-left-right .text-right+.text-right {
  border-top: 1px solid #c1c1cf;
}

section.text-left-right .text-right::after {
  content: "";
  display: table;
  clear: both;
}

section.text-left-right button {
  min-width: 203px;
}

section.text-left-right .left:last,
section.text-left-right .right {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.text-left-right .left:has(h3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.text-left-right .right:has(.text-right) .text-right:last-child {
  padding-bottom: 0px;
}

/* SLIDER */

/* Testimonials */

section.testimonials+section {
  margin-top: 140px;
}

section.testimonials+section.quicklinks {
  margin-top: 205px;
}

section.testimonials {
  overflow-x: hidden;
}

section.testimonials .testimonials-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  margin-top: 120px;
}

section.testimonials .top-section+.container .testimonials-head {
  margin-top: 192px;
}

/* section.testimonials .testimonials-slider {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
} */

section.testimonials .slide-content {
  border: 1px solid #a0a0b5;
  padding: 19px;
  margin: 0 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

section.testimonials .slick-track {
  display: flex;
  /* flex-wrap: nowrap; */
  padding-bottom: 1px;
}

section.testimonials h2 {
  margin-bottom: 24px;
}

section.testimonials h3 {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

section.testimonials .reviewer>* {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: var(--black80);
}

/* TEAM */
section.team+section {
  margin-top: 120px;
}

section.team h2 {
  margin-bottom: 22px;
}

section.team .textcontent {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}

section.team .textcontent .text {
  flex: 1;
  margin: 0;
}

section.team .textcontent .button-link {
  flex-shrink: 0;
  white-space: nowrap;
}

section.team .team-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  gap: 18px;
}

section.team .team-box {
  flex: 0 1 calc(25% - 18px);
}

section.team img.team-image {
  margin-bottom: 18px;
  width: 100%;
  aspect-ratio: 295 / 231;
  object-fit: cover;
}

/* EVENTS */
section.events+section {
  margin-top: 120px;
}

section.events {
  --icon-size: 20px;
}

section.events h2 {
  margin-bottom: 28px;
}

section.events input {
  width: 100%;
}

section.events form {
  margin-top: 38px;
}

section.events .event-content p,
section.events a:hover .event-content p {
  color: var(--blue-light);
}

section.events .event h4 {
  flex: 1;
  margin: 0;
  max-width: 580px;
}

section.events .event p {
  margin-bottom: 0;
}

section.events .event-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --webkit-justify-content: space-between;
}

section.events .event-footer p {
  font-size: 12px;
  line-height: 14.4px;
  color: #9292a2;
}

section.events .event-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-right: 25px;
  position: relative;
}

section.events img.link-icon {
  width: 18px;
}

section.events a.event-link {
  text-decoration: none;
}

section.events a.event-link+a.event-link {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #767683;
  padding-top: 40px;
  margin-top: 20px;
}

section.events a.event-link:last-of-type {
  border-bottom: 1px solid #767683;
  padding-bottom: 20px;
}

section.events .event-content {
  padding: 10px 0;
}

section.events img.event-image {
  width: 97px;
  object-fit: cover;
  aspect-ratio: 97 / 94;
}

.quicklinks+.quicklinks {
  padding-top: 120px;
}

/* TITLE TEXT */
section.title-text+section {
  padding-top: 117px;
}

section.title-text .left-right-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  --webkit-justify-content: space-between;
  gap: 55px;
}

section.title-text .left-content {
  flex: 0 1 calc(33.33% - 27.5px);
}

section.title-text .right-content {
  flex: 0 1 calc(66.66% - 27.5px);
}

section.quicklinks.purewhite {
  background-color: white;
}

section.quicklinks.purewhite,
section.quicklinks.green {
  padding: 120px 0px;
}

section.quicklinks.green {
  background-color: #186419;
}

section.quicklinks.green h2 {
  color: white;
}

section.quicklinks.purewhite .quicklinks-heading p {
  color: #636386;
}

section.quicklinks.green .quicklinks-heading p {
  color: #b2c3d2;
}

section.quicklinks.columns-3.green .quicklinks-heading {
  padding: 0px;
}

section.quicklinks.columns-3.green .bottom {
  background-color: #389439;
}

section.quicklinks.columns-3.green .bottom h4,
section.quicklinks.columns-3.green .bottom p {
  color: white;
}

section.quicklinks.white {
  padding-bottom: 120px;
}

header nav ul.nav-menu li.menu-item {
  position: relative;
}

header nav ul.nav-menu li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  padding: 20px;
  background-color: var(--green);
  gap: 0px;
  width: max-content;
  align-items: baseline;
  top: 67px;
}

header nav ul.nav-menu li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}

header nav ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: -0.04em;
  color: white;
}

header nav ul.nav-menu li.menu-item ul.sub-menu li.menu-item a:hover {
  color: white;
}

section.quicklinks.white .rolling-icon-wrap svg {
  background-color: #1864191a;
  border-radius: 50px;
}

section.quicklinks.green .rolling-icon-wrap svg {
  color: white;
}

section.testimonials .top-section {
  background-color: #186419;
  padding-top: 120px;
}

section.testimonials .top-section .top-text {
  max-width: 985px;
  margin-bottom: 120px;
}

section.testimonials .top-section .top-text p:first-of-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  color: #b2c3d2;
}

section.testimonials .top-section .top-text p:first-of-type+p {
  margin-bottom: 60px;
}

section.testimonials .top-section .top-text p {
  font-size: 36px;
  line-height: 58px;
  letter-spacing: -0.04em;
  color: white;
}

section.testimonials .top-section .top-text button p:has(a) {
  margin-bottom: 120px;
}

section.testimonials .top-section .top-text button {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
  background-color: #e30613;
  margin-top: 39px;
}

section.testimonials .top-section .top-image img {
  display: block;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 1440 / 600;
  object-fit: cover;
  height: auto;
}

/* TEXT */
section.text+section {
  padding-top: 117px;
}

/* DYNAMIC LEADGENERATOR FORM */
section.dynamic-form {

  margin-top: 140px;
  margin-bottom: 140px;

  input,
  select {
    accent-color: var(--green);
  }

  p {
    margin-bottom: 20px !important;
  }

  p+fieldset {
    margin-top: 20px;
  }

  form {
    background-color: #1864190d;
    border-radius: 4px;
    overflow: hidden;
  }

  .hint.required {
    text-align: right;
    margin-top: 20px;
  }

  .hint.error {
    margin-top: 20px;
    color: var(--red);
  }

  .hint.success {
    color: var(--green);
    margin-top: 20px;
  }

  fieldset {
    display: inline-block;
    width: 100%;
  }

  fieldset+fieldset {
    margin-top: 40px;
  }

  .input-group+.input-group {
    margin-top: 20px;
  }

  .step-content {
    padding: 80px 60px;
  }

  .step.step-7 .step-content {
    background-color: #d3d3d3;

    p {
      font-size: 20px;
    }
  }

  .step:not(.active) {
    display: none;
  }

  .step-navigation {
    display: flex;
    background-color: var(--green);

    button {
      flex: 1 1 0;
      border-radius: 0;
      cursor: pointer;
    }

    button.continue:not(.start) {
      text-align: right;
    }

    button.return {
      text-align: left;
      background-color: #2a2a3c;
    }

    button.return:hover {
      background-color: white;
      color: #2a2a3c;
      border-color: #2a2a3c;
    }

    button:hover::before,
    button:hover::after {
      filter: unset !important;
    }

    button.continue:not(.start)::after,
    button.return::before {
      vertical-align: middle;
      margin-top: auto;
      margin-bottom: auto;
      height: 25px;
      width: 20px;
      display: inline-block;
      filter: brightness(0) invert(1);
    }

    button.continue:not(.start)::after {
      content: url('assets/images/leadgenerator-form/arrow-right-long-sharp-light.svg');
      margin-left: 8px;
    }

    button.return::before {
      content: url('assets/images/leadgenerator-form/arrow-left-long-sharp.svg');
      margin-right: 8px;
    }

    button.is-disabled,
    button.is-disabled:hover {
      background-color: #767683;
      color: white;
      cursor: default;
    }
  }

  .input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --webkit-justify-content: space-between;
    gap: 10px;

    .input-subgroup {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      border-radius: 4px !important;
      border: 1px solid var(--blue);
    }

    .radio-subgroup {
      label {
        display: flex;
        flex-direction: column;
        padding: 20px;
        height: 100%;
        cursor: pointer;
      }
    }

    input[type="radio"] {
      height: 20px;
      width: 20px;
      align-self: start;
    }
  }

  .input-group.checkbox-group {
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: start;

    input[type="checkbox"] {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      margin-top: 5px;
    }
  }

  .label-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  img.icon {
    height: 60px;
    width: auto;
  }

  legend {
    margin-bottom: 40px;
  }

}


@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  :root {
    --header-height: 60px;
  }

  .container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  h1 {
    font-weight: 900;
    font-size: 54px;
    line-height: 50px;
    letter-spacing: -3%;
    margin-bottom: 40px;
  }

  h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 41px;
    letter-spacing: 0%;
  }

  h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
  }

  h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  p,
  ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  /* TEXT TEMPLATE */
  section.text-template>.container>*:not(section) {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }

  /* HEADER */
  header img {
    height: 52px;
  }

  /* TEMPLATE PARTS */

  /* HERO */
  section.hero .textcontent p {
    font-size: 20px;
    line-height: 23px;
  }

  section.hero .icon-wrap {
    margin-bottom: 18px;
  }

  /* SLIDER */
  section.slider div.buttons {
    display: none;
  }

  section.slider .textcontent {
    max-width: 100%;
    padding: 20px;
  }

  /* QUICKLINKS */
  section.quicklinks .quicklinks-wrap>* {
    flex: 0 1 calc(50% - 20px);
  }

  section.quicklinks .quicklinks-wrap {
    gap: 20px;
  }

  /* TEAM */
  section.team .team-box {
    flex: 0 1 calc(50% - 10px);
  }

  /* FOOTER */
  footer {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  footer .top-row {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  footer .top-row a img.logo {
    height: 64px;
    margin-bottom: 10px;
  }

  footer .top-row-right {
    flex-direction: row;
    justify-content: space-between;
    --webkit-justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  footer nav {
    flex-direction: column;
  }

  footer .top-row nav ul {
    flex-direction: column;
    align-items: start;
    gap: 17px;
  }

  footer .bottom-row nav ul {
    flex-direction: row-reverse;
    align-items: center;
    gap: 17px;
    justify-content: space-between;
    --webkit-justify-content: space-between;
  }

  footer .top-row .socials {
    gap: 30px;
    flex-direction: column;
  }

  footer .bottom-row .contact {
    gap: 38px;
    margin-bottom: 38px;
    margin-top: 38px;
    padding-top: 20px;
  }

  footer .bottom-row .bottom-row-menu {
    flex-direction: column;
    gap: 18px;
  }

  header {
    max-width: 100%;
  }

  section.hero.size-big .textcontent {
    max-width: 100%;
  }

  section.hero .textcontent p {
    font-weight: 700;
    font-size: 70px;
    line-height: 62px;
    letter-spacing: -0.04em;
  }

  section.hero .textcontent p+p {
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
  }

  section.mobile-menu {
    width: 80%;
    margin-left: 20%;
    background-color: #e30613;
    padding-top: 67px;
  }

  section.mobile-menu nav {
    padding-top: 40px;
  }

  section.mobile-menu nav ul {
    justify-content: flex-start;
    gap: 0px;
  }

  section.mobile-menu nav ul li,
  section.mobile-menu nav ul li a {
    width: 100%;
  }

  section.mobile-menu nav ul li.current-menu-ancestor>a {
    border-left: 6px solid white;
  }

  #menu-header-menue {
    padding-left: 16px;
  }

  .mobile-menu #menu-header-menue>li.current-menu-item {
    background-image: url("assets/images/icons/rectangleleft.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    position: relative;
    z-index: 2;
  }

  .mobile-menu #menu-header-menue>li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 62px;
    letter-spacing: -0.04em;
    padding-left: 13px;
  }

  .mobile-menu #menu-header-menue>li:has(.sub-menu)>a {
    background-image: url("assets/images/icons/arrowright.svg");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 69px;
  }

  .mobile-menu #menu-header-menue>li>ul.sub-menu {
    display: none;
    height: min-content;
    padding-right: 13px;
    /* margin-top: 6px; */
  }

  .mobile-menu #menu-header-menue>li>ul.sub-menu>li:first-of-type {
    margin-top: 6px;
  }

  .mobile-menu #menu-header-menue>li>ul.sub-menu>li {
    background-image: url("assets/images/icons/arrowright.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 13px;
  }

  .mobile-menu #menu-header-menue>li>ul.sub-menu a {
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: -0.04em;
    padding-left: 45px;
  }

  .mobile-menu a.clicked {
    background-image: url("assets/images/icons/arrowdown.svg") !important;
  }

  li:has(a.clicked) {
    position: relative;
    z-index: 1;
    background-color: #b40711;
    box-shadow: 0px 0 0 0 #b40711, -36px 0 0 0 #b40711;
    padding-top: 12px;
    padding-bottom: 26px;
    margin-bottom: 12px;
  }

  .mobile-menu #menu-header-menue>li.current-menu-item:has(a.clicked) {
    background-position: 0px 14px;
  }

  li:has(a.clicked)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-98px);
    width: 100vw;
    height: 100%;
    background-color: #b40711;
    z-index: -1;
  }

  #menu-item-139 {
    display: none;
  }

  body.home section.hero img.heroimage {
    object-fit: cover;
    object-position: 72%;
  }

  section.title-text+.quicklinks.white {
    padding-top: 90px;
  }

  section.hero.size-small video,
  section.hero.size-small img.heroimage {
    aspect-ratio: 1330 / 600;
  }

  body:not(.home) section.quicklinks.white+section.slider {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {

  .container,
  section .container>.row,
  section .container>.row>* {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  /* DYNAMIC FORM */
  section.dynamic-form {
    .input-group {
      flex-direction: column;
    }

    .step-content {
      padding: 40px 20px;
    }
  }

  /* TEXT TEMPLATE */
  section.text-template>.container>section:first-child {
    margin-bottom: 88px;
  }

  /* FOOTER */
  footer .bottom-row .contact span {
    max-width: 300px;
    width: 100%;
  }

  footer .top-row a img.logo {
    height: auto;
    width: 100%;
  }

  /* HERO */
  section.hero+section {
    padding-top: 80px;
  }

  section.hero .textcontent p+p {
    margin-top: 40px;
  }

  section.hero .textcontent {
    margin-top: 85px;
  }

  section.hero.size-small img.heroimage {
    min-height: 200px;
  }

  section.hero.size-big .container {
    padding-top: 28px;
  }

  section.hero.size-small .container {
    top: 28px;
  }

  /* QUICKLINKS */
  section.quicklinks+section.text-left-right {
    padding-top: 64px;
  }

  section.quicklinks .quicklinks-wrap>* {
    flex: 0 1 100%;
  }

  section.quicklinks .rolling-icon-wrap {
    padding-right: 0;
  }

  section.quicklinks .rolling-icon-wrap {
    margin-top: 2px;
  }

  section.quicklinks.space h4 {
    margin-top: 0px;
  }

  .quicklink-image img {
    width: 100%;
  }

  section.quicklinks.columns-3 .quicklinks-wrap {
    grid-template-columns: 1fr;
  }

  /* TITLE TEXT */
  section.title-text .left-content {
    flex: 1 1 auto;
  }

  section.title-text .right-content {
    flex: 1 1 auto;
  }

  section.title-text .left-right-content {
    gap: 18px;
  }

  /* TEXT LEFT RIGHT */
  section.text-left-right+section {
    padding-top: 88px;
  }

  section.text-left-right .left-right-wrap {
    flex-direction: column;
    gap: 23px;
  }

  section.text-left-right h3 {
    margin-bottom: 18px;
  }

  section.text-left-right .text-right img,
  section.text-left-right .text-right video {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* SLIDER */
  section.slider+section {
    margin-top: 88px;
  }

  section.slider img.slider-image {
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
  }

  section.slider .container {
    bottom: unset;
    top: 40px;
  }

  /* EVENTS */
  section.events+section {
    margin-top: 90px;
  }

  section.events h2 {
    margin-bottom: 18px;
  }

  section.events form {
    margin-top: 18px;
  }

  p+.wpcf7 {
    margin-top: 18px;
  }

  section.events .text {
    margin-bottom: 18px;
  }

  section.events .event-head {
    flex-direction: column;
    align-items: start;
  }

  section.events a.event-link+a.event-link {
    margin-top: 17px;
  }

  section.events input {
    max-width: 413px;
  }

  /* TESTIMONIALS */
  section.testimonials+section {
    margin-top: 68px;
  }

  section.testimonials .testimonials-slider {
    mask-image: unset;
    -webkit-mask-image: unset;
  }

  section.testimonials h2 {
    margin-bottom: 24px;
  }

  section.testimonials h3 {
    font-size: 20px;
    line-height: 24px;
  }

  section.testimonials .slide-content {
    padding: 15px;
    margin: 0 5px;
  }

  section.testimonials .buttons {
    justify-content: center;
    margin-top: 18px;
    gap: 18px;
  }

  section.testimonials .top-section+.container .testimonials-head {
    margin-top: 115px;
  }

  /* TEAM */
  section.team+section {
    margin-top: 88px;
  }

  section.team .textcontent {
    flex-direction: column;
    gap: 18px;
    align-items: start;
  }

  section.team h2 {
    margin-bottom: 18px;
  }

  section.team .team-box {
    flex: 0 0 calc(75% - 10px);
  }

  section.team .team-boxes {
    flex-wrap: nowrap;
    overflow: auto;
    max-width: none;
    flex-direction: row;
    width: calc(100% + 18px);
  }

  section.team .team-boxes::-webkit-scrollbar {
    display: none;
  }

  section.team .team-boxes {
    scrollbar-width: none;
  }

  section.team .team-box:last-of-type {
    padding-right: 18px;
  }

  section.quicklinks .quicklinks-wrap {
    grid-template-columns: 1fr;
  }

  section.testimonials .top-section {
    padding-top: 90px;
  }

  section.testimonials+section.quicklinks {
    margin-top: 118px;
  }

  section.quicklinks.white {
    padding-bottom: 90px;
  }

  section.quicklinks.purewhite,
  section.quicklinks.green {
    padding: 90px 0px;
  }

  section.testimonials .top-section .top-text p {
    font-size: 24px;
    line-height: 36px;
  }

  section.quicklinks.columns-3 div.bottom {
    height: auto;
  }

  .fullwidth-text .container {
    background-position: top center !important;
    padding-top: 260px;
    background-size: 223px;
  }

  html section.fullwidth-text {
    padding-bottom: 85px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  html section.contact {
    padding: 80px 0px 0px 0px;
  }

  section.contact .text {
    margin-bottom: 20px;
  }

  html section.contact .contact {
    border-radius: 20px;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
  }

  section.contact .wpcf7-form-control-wrap[data-name="date-129"] input {
    width: 63%;
  }

  section.contact .distance {
    padding-bottom: 20px;
  }

  html section.contact .borderl {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section.contact .borderl .col-12 {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  section.contact .borderl a {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  section.contact .row+.row {
    margin-top: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  section.contact .borderl+.borderl {
    margin-top: 28px;
  }

  html section.fullwidth-image {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  section.fullwidth-image .image img {
    height: 328px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
  }

  html section.quote {
    margin-bottom: 60px;
  }

  html section.quote p {
    width: 100%;
  }

  html section.quote .quote-wrapper {
    padding: 78px 12px 16px 12px;
    background-position: 12px 16px;
  }

  html section.boxes .box .title>* {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  html section.boxes .col-12 h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }

  html section.boxes .middle .col-12+.col-12 {
    margin-top: 12px !important;
  }

  section.boxes .last {
    margin-top: 16px;
  }

  section.boxes .last .col-12 {
    margin-top: 24px;
  }

  section.boxes .last a.button {
    padding: 18px 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  a.button:hover {
    color: white;
  }

  html section.textcolumns {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  html section.textcolumns .col-12 {
    margin-bottom: 40px;
  }

  html section.textcolumns .col-12.col-md-6 {
    margin-top: 0px;
    margin-bottom: 8px;
  }

  html section.textcolumns .col-12.col-md-3 p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1%;
    color: var(--black80);
  }

  section.textcolumns .row:first-of-type {
    margin-bottom: 40px;
  }

  html section.textcolumns .col-12:last-of-type {
    margin-bottom: 0px;
  }

  section.textcolumns .row+.row {
    margin-top: 0px;
  }

  html section.three-textcolumns .col-12 img {
    margin-bottom: 4px;
  }

  html section.three-textcolumns .row:first-of-type .col-12 {
    margin-bottom: 32px;
  }

  html section.three-textcolumns .row:last-of-type .col-12 {
    margin-bottom: 0px;
  }

  html section.three-textcolumns .row:last-of-type .col-12+.col-12 {
    margin-top: 20px;
  }

  html section.three-textcolumns p {
    margin-bottom: 0px;
  }

  html section.three-textcolumns .icon {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  html section.three-textcolumns .text p:empty {
    display: none;
  }

  html section.testimonials .slick-slide {
    padding: 85px 12px 16px 12px;
    background-position: 12px 16px;
  }

  html section.testimonials .textcontent {
    margin-bottom: 15px;
  }

  section.testimonials .buttons {
    gap: 14px;
    margin-top: 11px;
  }

  .slider-buttons {
    gap: 14px;
  }

  html .slick-next,
  html .slick-prev {
    padding: 0px;
  }

  html section.consulting .border-left {
    margin-right: 0px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-top: 16px;
  }

  section.consulting .col-6:has(br) {
    display: none;
  }

  section.consulting .consulting_label.consulting_label--small {
    margin-top: 12px;
  }

  html section.consulting a {
    font-weight: 600;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1%;
  }

  .consulting_info .row:last-of-type .consulting_data {
    margin-top: 8px;
  }

  html footer h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 40px;
  }

  html footer .right-side {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  html footer .right-side p {
    margin-top: 24px;
    text-align: left !important;
  }

  footer .container {
    position: relative;
  }

  footer nav {
    flex-direction: column;
    position: absolute;
    top: 326px;
  }

  html footer {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 153px;
  }

  header {
    padding-top: 13px;
    height: calc(67px + 26px);
    padding-bottom: 13px;
  }

  html .page-id-513 section.contact {
    margin-bottom: 20px;
  }

  html .page-id-513 section.contact {
    padding-top: 134px;
  }

  html .page-id-513 section.contact .text {
    margin-bottom: 20px;
  }

  html .wp-block-group {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0px !important;
  }

  .text-template .container>h3.wp-block-heading {
    text-align: left;
  }

  html .text-template .container>h3.wp-block-heading {
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .text-template .wp-block-group+.wp-block-heading {
    margin-top: 80px !important;
  }

  html .text-template {
    padding-bottom: 40px;
  }

  section.hero .textcontent button {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1%;
    padding: 18px 36px;
  }

  section.consulting .consulting_label.consulting_label--small {
    margin-bottom: 12px;
    margin-top: 8px;
  }

  section.consulting .consulting_label {
    margin-bottom: 8px;
  }

  html section.consulting .consulting_icon {
    margin-bottom: 20px;
  }

  .consulting .row:last-of-type .consulting_data {
    margin-top: -4px;
  }

  .slider-buttons {
    width: 100%;
  }

  html body.page.wp-theme-fassnacht section.text-template ul {
    padding-left: calc(1rem + 20px);
  }
}

.reviewer>* {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: var(--black80);
  color: #040c1bcc !important;
}

@media (max-width: 575.98px) {}

@media (max-width: 360px) {
  h1 {
    hyphens: auto;
  }

  section.contact .wpcf7-form-control-wrap[data-name="date-129"] input {
    width: 75% !important;
  }
}

section.fullwidth-text {
  padding-bottom: 100px;
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, #e1e1e1 100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

section.fullwidth-text h2 {
  margin-bottom: 24px;
}

section.fullwidth-text p+p {
  margin-top: 40px;
}

section.fullwidth-text p:has(a) {
  margin-top: 24px;
}

section.fullwidth-text p {
  max-width: 910px;
}

section.contact {
  padding: 140px 0px 80px 0px;
}

section.contact h2 {
  margin-bottom: 24px;
  font-weight: 700;
}

section.contact .row+.row {
  margin-top: 40px;
}

section.contact .contact {
  padding: 20px 40px;
  background-color: #e1e1e1;
  border-radius: 20px;
}

section.contact .contact .top {
  margin-bottom: 18.5px;
}

section.contact .contact .top span {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.contact span.wpcf7-radio {
  width: 100%;
  margin-bottom: 6px;
}

section.contact .wpcf7-list-item {
  margin-right: 30px;
  margin-left: 0px;
}

section.contact span.wpcf7-radio .wpcf7-list-item label {}

section.contact input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--black100);
  border-radius: 50%;
  background: transparent;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 0.2s;
  margin-bottom: 0px;
  padding: 0px;
}

section.contact input[type="radio"]:checked {
  border-color: var(--black100);
}

section.contact input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--black100);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.contact .wpcf7-list-item-label {
  margin-left: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: var(--black80);
}

.wpcf7-form-control-wrap[data-name="date-129"] input {
  width: 46%;
  border-radius: 40px;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  padding: 15px 30px;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap[data-name="your-name"] input {
  border-radius: 40px;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  padding: 15px 30px;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap[data-name="your-email"] input {
  border-radius: 40px;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  padding: 15px 30px;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap[data-name="your-message"] textarea {
  border-radius: 20px;
  border: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  padding: 15px 30px;
  margin-bottom: 12px;
  height: 116px;
}

section.contact .wpcf7-form-control-wrap[data-name="acceptance-299"] .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-form-control-wrap[data-name="acceptance-299"] label {
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap[data-name="acceptance-299"] label input {
  width: 16px;
  height: 16px;
  margin-bottom: auto;
}

.wpcf7-form-control-wrap[data-name="acceptance-299"] label span {
  margin-top: -4px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: var(--black100);
  border-radius: 47px;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  width: 133px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
}

.page-id-513 section.contact {
  margin-top: 0px;
  padding-bottom: 0px;
}

.page-id-513 section.contact .text,
.page-id-513 section.contact .contact {
  margin-top: 0px;
}

.page-id-513 section.contact .text {
  margin-top: auto;
  margin-bottom: auto;
}

.page-id-513 section.contact .text img {
  margin-right: 15px;
}

.page-id-513 .text h5 {
  margin-bottom: 12px;
}

section.fullwidth-image {
  margin-top: 80px;
  margin-bottom: 140px;
}

section.fullwidth-image .image img {
  border-radius: 20px;
}

section.quote {
  margin-bottom: 80px;
}

section.quote h2 {
  margin-bottom: 12px;
}

section.quote p {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

section.quote .quote-wrapper {
  padding: 82px 40px 20px 40px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1%;
  background-color: #e1e1e1;
  color: var(--black100);
  margin-top: 40px;
  background-image: url("assets/images/icons/quote.svg");
  background-position: 40px 20px;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 20px;
}

section.contact .borderl {
  border-left: 1px solid #878787;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.contact .borderl .col-6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

section.contact .borderl .col-6 span {
  margin-top: auto;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.contact .borderl+.borderl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

section.boxes .col-12 h3 {
  font-weight: 700;
  font-size: 39px;
  line-height: 52px;
  letter-spacing: 1%;
  text-align: center;
  margin-bottom: 40px;
}

section.boxes .box {
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

section.boxes .box-green {
  background: linear-gradient(133.28deg,
      #9ec538 -13.07%,
      #99c137 -0.76%,
      #8cb836 23.86%,
      #76a935 48.47%,
      #579333 60.78%,
      #307731 85.39%,
      #00562e 110%);
  color: white;
}

section.boxes .box .title>* {
  font-weight: 500;
  font-size: 33px;
  line-height: 30px;
  letter-spacing: 1%;
  color: white;
  margin-bottom: 12px;
  margin-top: 40px;
}

section.boxes .box .text>* {
  color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  -webkit-font-smoothing: antialiased;
}

section.boxes .box-blue {
  background: linear-gradient(132.41deg,
      #009fe3 1.35%,
      #0496db 21.34%,
      #117ec7 51.34%,
      #2658a6 91.33%,
      #2d4d9c 101.33%);
  color: white;
}

section.boxes .box-red {
  background: linear-gradient(129.86deg,
      #eb5c60 1.32%,
      #e05458 21.41%,
      #c24243 51.54%,
      #932423 81.67%,
      #7f1715 101.76%);
  color: white;
}

section.boxes .row:has(.col-8) {
  margin-top: -9px;
}

section.boxes .col-8 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
  color: #040c1bcc;
}

section.textcolumns {
  margin-top: 100px;
  padding-top: 60px;
  background: linear-gradient(180deg,
      #e1e1e1 0%,
      rgba(225, 225, 225, 0.453525) 78.84%,
      rgba(225, 225, 225, 0) 100%);
  padding-bottom: 142px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

section.textcolumns h2 {
  margin-bottom: 24px;
}

section.textcolumns .col-12 {
  margin-bottom: 60px;
}

section.textcolumns h5 {
  margin-bottom: 12px;
}

section.textcolumns .col-3 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  margin-bottom: 0px;
}

section.three-textcolumns .col-12 {
  margin-bottom: 40px;
}

section.three-textcolumns h2 {
  display: flex;
  justify-content: center;
}

section.three-textcolumns .col-12 img {
  margin-bottom: 12px;
}

section.three-textcolumns .icon {
  display: flex;
  justify-content: left;
}

section.three-textcolumns p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  margin-bottom: 0px;
}

section.testimonials .top-text {
  margin-bottom: 40px;
}

section.testimonials .slick-slide {
  padding: 20px 24px;
  background-color: #ededed;
  border: 0px;
  border-radius: 20px;
  justify-content: space-between;
  padding-top: 111px;
  background-image: url("assets/images/icons/quote.svg");
  background-position: 24px 20px;
  background-size: auto;
  background-repeat: no-repeat;
}

section.testimonials .textcontent {
  margin-bottom: 41px;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
  color: var(--black100);
}

.slick-prev,
.slick-next {
  background-color: transparent;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
}

.slider-buttons {
  display: flex;
  justify-content: space-between;
}

section.consulting .col-12 {}

section.consulting h2 {
  margin-bottom: 24px;
  font-weight: 700;
}

section.consulting .border-left {
  padding-left: 19px;
  border-left: 1px solid #878787;
  height: 100%;
  margin-right: -20px;
  padding-bottom: 42px;
  padding-top: 20px;
}

section.consulting .consulting_icon {
  margin-bottom: 28px;
}

section.consulting .consulting_label {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.consulting a {
  text-decoration: none;
  font-weight: 500;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.consulting .consulting_label.consulting_label--small {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: var(--black100);
}

section.consulting .consutling_data {
  margin-bottom: 12px;
}

section.consulting .consulting_info .row:last-of-type .consulting_label {
  margin-bottom: 0px;
}

section.consulting .consulting_header {
  margin-bottom: 40px;
}

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e1e1e1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

footer .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

footer .left-side li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
  color: #878787;
}

footer h3,
footer h2 {
  font-weight: 700;
  font-size: 39px;
  line-height: 52px;
  letter-spacing: 1%;
}

footer .right-side {
  padding-left: 63px;
}

header {
  transition: background 300ms, backdrop-filter 300ms;
}

header.scrolled {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--black80);
  text-decoration: none;
}

.text-template {
  padding-top: 114px;
  padding-bottom: 140px;
}

.text-template h2 {
  margin-bottom: 24px;
  font-weight: 700;
}

.text-template .wp-block-group:first-of-type {
  margin-top: 40px;
}

.text-template .wp-block-group {
  gap: 20px;
  margin-bottom: 12px;
}

.text-template .wp-block-group p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: #878787;
}

.text-template .wp-block-group h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1%;
  color: var(--black80);
}

.text-template .container>h3.wp-block-heading {
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 80px;
}

.text-template .container>p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1%;
}

.text-template .container>p+p {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fullwidth-text .text ul {
    max-width: 910px;
  }
}

@media (min-width: 768px) {
  .col-12.col-md-7.text {
    padding-right: 10px;
  }

  .col-12.col-md-5.right {
    padding-left: 10px;
  }

  .row.last {
    margin-top: 0px;
  }

  section.contact .borderl .col-12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  section.contact .borderl .col-12 span,
  section.contact .borderl span a {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1%;
    color: var(--black100);
  }

  section.textcolumns .row:first-of-type .col-12 {
    margin-bottom: 60px;
  }

  section.textcolumns .row:last-of-type .col-12 {
    margin-bottom: 0px;
  }

  .slider-buttons {
    width: 100%;
  }

  .consulting_boxes>div:last-of-type .consulting_label.consulting_label--small {
    margin-top: 12px;
  }

  section.contact .row+.row:has(.borderl) {
    padding-left: 26px;
    padding-right: 26px;
  }

  .button-end {
    text-align: end;
    padding-left: 10px;
  }

  .text-first {
    padding-right: 10px;
  }

  section.three-textcolumns .col-12:has(.text) {
    margin-bottom: 0px;
  }

  section.three-textcolumns p:empty {
    display: none;
  }

  section.three-textcolumns .text h4 {
    margin-top: 8px;
  }

  section.testimonials h2 {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    padding-right: 110px;
    font-weight: 800;
  }

  .consulting_data {
    align-items: center;
    display: flex;
  }

  section.consulting .consulting_label.consulting_label--small {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .consulting_data.middle {
    margin-top: 12px;
  }

  section.hero .textcontent button {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    padding: 18px 32px;
  }

  .text-template h2+p {
    margin-bottom: 40px !important;
  }
}

.back-link img {
  margin-right: 0px !important;
  width: 5px;
  height: 10px;
  object-fit: cover;
  margin-bottom: 2px;
}

.back-link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1%;
  color: #878787;
}

@media (min-width: 1024px) and (max-width: 1240px) {
  section.boxes a.button {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  html .wpcf7-form-control-wrap[data-name="date-129"] input {
    width: 100% !important;
    height: 57px;
    background-color: white;
  }

  section.fullwidth-text .container {
    padding-bottom: 145px;
    background-size: 200px;
  }

  section.textcolumns .row:last-of-type .col-12 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  section.boxes .row.middle .col-12:first-of-type {
    padding-right: 10px;
  }

  section.boxes .row.middle .col-12:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.boxes .row.middle .col-12:last-of-type {
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .button-end a {
    text-align: center;
  }

  section.hero+section {
    padding-top: 100px !important;
  }

  html section.fullwidth-image {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  section.three-textcolumns {
    margin-bottom: 80px;
  }

  .page-id-513 section.contact {
    margin-bottom: 80px;
  }

  section.text-template>.container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

section.consulting .consulting_label.consulting_label--small {
  color: var(--black80) !important;
}

.consulting_data>* {
  color: var(--black100);
}

@media (min-width: 461px) and (max-width: 641px) {
  html footer nav {
    top: 306px;
  }
}

@media (min-width: 642px) and (max-width: 768px) {
  html footer nav {
    top: 281px;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  html section.consulting a {
    font-size: 20px;
    line-height: 27px;
  }

  section.boxes .box .title>* {
    hyphens: auto;
  }
}

@media (max-width: 1200px) {
  @supports (-webkit-touch-callout: none) {
    input[type="date"] {
      padding: 15px 30px;
      font-size: 16px;
      height: 57px;
      border-radius: 40px;
    }
  }

  input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 0;
    border-radius: 40px;
    padding: 15px 30px;
    font-size: 16px;
    height: 57px;
    font-family: inherit;
    color: #636386;
    width: 100%;
  }
}

section.textcolumns .text p {
  font-weight: 200;
}

.date-wrapper {
  position: relative;
}

.date-wrapper input[type="date"] {
  width: 100%;
  height: 57px;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 40px;
}

.date-placeholder {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: 0.2s;
}

.date-wrapper input:focus+.date-placeholder,
.date-wrapper input:valid+.date-placeholder {
  opacity: 0;
}

/* Fixes */

@media (min-width: 992px) and (max-width: 1200px) {
  body.home section.hero.size-big img.heroimage {
    object-position: 30vw;
  }
}

@media (max-width: 991px) {
  section.hero.size-big .textcontent {
    max-width: 65vw;
    text-align: end;
    align-self: end;
  }
}

@media (max-width: 609px) {
  section.hero.size-big .textcontent {
    max-width: 100vw;
  }
}

@media (max-width: 424px) {
  section.hero.size-big .textcontent {
    word-break: break-word;
    hyphens: auto;
  }
}

@media (max-width: 425px) {
  body.home section.hero.size-big img.heroimage {
    object-position: 60%;
  }
}