/*
Theme Name: wunschhaus
Theme URI: https://wunschhaus.at/
Author: Brand unit
Author URI: https://brand-unit.com/
Version: 1.0.0
Description: Wordpress Theme - wunschhaus Relaunch 2025
*/

@charset "UTF-8";
@import "css/fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Palanquin", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 130%;
  font-weight: 500;
  background: #E6E6E6;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 30px;
}

h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: .5em;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: .5em;
}

.ratgeber-single header h2,
.ratgeber-item .descr,
.stableItem__text h3,
.faqItem__head h3,
.projectItem__content h2,
h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

#modalTitle,
h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.ratgeber-single header span,
.contactContent h1,
.headline,
.footer__inner-links h2,
.workContent h2,
.stableItem__title h2,
.faq__inner-title h2,
.planContent__title h2,
.story__inner-title h2,
.teamItem__content h3,
.teamTop__title h2,
.welcome__inner-title h1,
h6 {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

p.big {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

.notfound {
  padding-top: 200px;
  min-height: 60vh;
}

.main {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.main.light {
  background: #0000ff;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  padding: 7px 10px;
}
.button.primary {
  border: 1px solid #0000ff;
  color: #0000ff;
}
.button.primary:hover {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
}
.info.dark .button,
.button.secondary {
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
}
.info.dark .button:hover,
.button.secondary:hover {
  opacity: 1;
  border-color: #0000ff;
  color: #0000ff;
}
.button.light {
  border: 1px solid #E6E6E6;
  color: #E6E6E6;
}
.button.light:hover {
  opacity: 1;
  color: #0000ff;
  background: #E6E6E6;
}

.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000ff;
  color: #fff;
  padding: 93px 30px;
  z-index: 9999;
  overflow-y: auto;
  display: none;
}
.modall::-webkit-scrollbar {
  display: none;
}
.modall.light {
  background: #cccccc;
  color: #0000ff;
}
.modall.light .modallClose span::before {
  background: #0000ff;
}
.modall.light .modallClose span::after {
  background: #0000ff;
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.modall__inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 70px 40px 30px;
  width: 100%;
  max-width: 600px;
  min-height: 300px;
  margin: auto;
  position: relative;
}
.modall__inner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #efefef;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modall__inner-close:hover {
  opacity: 0.8;
}
.modall__inner-close::before {
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333;
}
.modall__inner-close::after {
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #333;
}
.modall__inner p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.modall__inner p:last-child {
  margin: 0;
}
.modall__inner p b {
  font-weight: 500;
  color: #000;
}
.modall__inner h2,
.modall__inner h3,
.modall__inner h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
.modall__title {
  position: absolute;
  top: 30px;
  left: 30px;
}
.modall__slider {
  width: 100%;
  max-width: 1140px;
  margin: auto !important;
}
.modallItem__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 54%;
  position: relative;
}
.modallItem__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modall .slick-slide {
  height: unset !important;
}
.modall .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modall .slick-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  top: unset;
  bottom: 20px;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modall .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.modall .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  content: "";
  border-top: 1px solid #0000ff;
  border-right: 1px solid #0000ff;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.modall .slick-prev {
  left: 30px;
}
.modall .slick-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.modall .slick-next {
  right: 30px;
}
.modall .slick-dots {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
}
.modall .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #0000ff;
  margin: 0 4px;
}
.modall .slick-dots li.slick-active {
  background-color: #0000ff;
}
.modall .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.modall .slick-dots li button::before {
  display: none;
}
.modallClose {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.modallClose span {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.modallClose span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modallClose span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modallForm {
  display: flex;
  flex-direction: column;
  max-width: 670px;
  margin: auto;
}
.modallForm__title {
  text-align: center;
  margin-bottom: 40px;
}
.modallForm__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modallForm__foot {
  display: flex;
  justify-content: center;
}
.modallForm .input {
  width: calc(50% - 5px);
}
.modallForm .input:first-child input {
  border-top: 1px solid #fff;
}
.modallForm .input.big p,
.modallForm .input.big {
  width: 100%;
}
.modallForm .check {
  margin-bottom: 28px;
}
.modallForm__foot p {
  display: flex;
  flex-direction: column;
}

.wpcf7 {
  display: flex;
  min-height: 100%;
}
.wpcf7-not-valid-tip {
  color: #FF9800;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1em;
}
.wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}


.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input input {
  width: 100%;
  font-family: "Palanquin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  background: transparent;
}
.input input::-webkit-input-placeholder {
  color: #fff;
}
.input input::-moz-placeholder {
  color: #fff;
}
.input input:-ms-input-placeholder {
  color: #fff;
}
.input input::-ms-input-placeholder {
  color: #fff;
}
.input input::placeholder {
  color: #fff;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check__box {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 16px;
}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.check__box input:checked ~ span img {
  opacity: 1;
}
.check__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.check__box span img {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check p {
  width: calc(100% - 32px);
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.check p a {
  color: #fff;
  text-decoration: underline;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.header__inner {
  padding: 15px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 164px;
  position: relative;
  z-index: 11;
}
.header__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.nav__inner > li {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
.nav__inner > li:last-child {
  margin: 0;
}

.menu-item-has-children > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-right: 6px;
  margin-top: -6px;
  vertical-align: middle;
  transition: transform .3s ease;
}

.menu-item-has-children:hover > a::before {
  transform: rotate(-230deg);
  margin-top: -2px;
}
.burger {
  display: none;
}

.menu-item-has-children {
  position: relative;
  margin-right: 10px !important;
}
.menu-item-has-children:hover .sub-menu {
  max-height: 300px;
  opacity: 1;
}
 .menu-item-has-children> a:hover,
.menu-item-has-children:hover .nav__inner-link {
  color: #0000ff;
}
.menu-item-has-children:hover .nav__inner-link span::before {
  border-color: #0000ff;
  -webkit-transform: translate(-50%, -40%) rotate(-45deg);
          transform: translate(-50%, -40%) rotate(-45deg);
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-left: 15px;
}
.sub-menu li a {
  white-space: nowrap;
}

.current_page_item > a,
.nav__inner > li a:hover,
.sub-menu li a:hover {
  opacity: 1;
  color: #0000ff;
}

.footer {
  background: #0000ff;
  color: #fff;
  padding: 30px 0;
  margin: auto 0 0 0;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 106px;
}
.footer__inner-main {
  width: calc(50% - 5px);
}
.footer__inner-main p {
  margin-bottom: 10px;
  font-weight: 500;
}
.footer__inner-main p:last-child {
  margin: 0;
}
.footer__inner-logo {
  width: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-info {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 5px);
}
.footer__inner-links h6 {
  margin-bottom: 5px;
}
.footer__inner-links ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
.footer__inner-links ul li a:hover {
  opacity: 1;
  color: #E6E6E6;
}
.footer__inner-buttons {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__inner-buttons .button {
  margin-right: 10px;
}
.footer__inner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner-social a {
  width: 28px;
  height: 28px;
  border: 1px solid #E6E6E6;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E6E6E6;
}
.footer__inner-social a:hover {
  opacity: 1;
  background: #E6E6E6;
  color: #0000ff;
}
.footer__inner-social a:last-child {
  margin: 0;
}
.footer__inner-social a svg {
  width: 100%;
  height: 100%;
}
.footer__inner-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__inner-copy a {
  color: #fff;
  font-weight: 500;
  margin-bottom: 2px;
}
.footer__inner-copy a:hover {
  opacity: 1;
  color: #E6E6E6;
}
.footer__inner-copy a:last-child {
  margin: 0;
}

.heroSlider {
  position: relative;
}
.heroItem__inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heroItem__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero .slick-slide {
  height: unset !important;
}
.hero .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero .slick-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  top: unset;
  bottom: 20px;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hero .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.hero .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  content: "";
  border-top: 1px solid #0000ff;
  border-right: 1px solid #0000ff;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.hero .slick-prev {
  left: 30px;
}
.hero .slick-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.hero .slick-next {
  right: 30px;
}
.hero .slick-dots {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
}
.hero .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #0000ff;
  margin: 0 4px;
}
.hero .slick-dots li.slick-active {
  background-color: #0000ff;
}
.hero .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hero .slick-dots li button::before {
  display: none;
}

.welcome {
  padding: 25px 0 30px;
  color: #0000ff;
}
.welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.welcome__inner-title {
  width: calc(50% - 5px);
}
.welcome__inner-text {
  width: calc(50% - 5px);
}

.banner {
  width: 100%;
}
.banner__inner {
  width: 100%;
  padding-bottom: 56%;
  max-height: 800px;
  position: relative;
}
.banner__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.37%, rgba(0, 0, 0, 0)), color-stop(83.17%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.37%, rgba(0, 0, 0, 0.2) 83.17%);
  z-index: 1;
  pointer-events: none;
}
.banner__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.work {
  color: #0000ff;
  position: relative;
}
.work.rev .work__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.work.rev .workImage {
  right: unset;
  left: 0;
}
.work.dark {
  background: #b3b3b3;
  color: rgba(0, 0, 0, 0.9);
}
.work.light {
  background: #0000ff;
  color: #E6E6E6;
}
.work.uniq .workContent {
  padding-top: 87px;
}
.work__inner {
  display: flex;
/*   max-width: 1430px; */
  margin: 0 auto;
}
.workContent {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 740px;
}

/***/
.workImage,
.workContent {
  width: 50%;
  aspect-ratio: 1 / 1;
  min-height: auto;
  box-sizing: border-box;
}
.work__inner {
  align-items: stretch;
}
/***/


.workContent__title {
  margin-bottom: 20px;
}
.workContent__title h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  margin-bottom: .5em;
}
.workContent__title h6 {
  margin-bottom: 3px;
}
.workContent__list li {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.workContent__list li:first-child {
  border-top: 1px solid #fff;
}
.workContent__foot {
  max-width: 450px;
}
.workContent__foot p {
  margin-bottom: 20px;
  font-weight: 500;
}
.workContent__foot p:last-child {
  margin: 0;
}
.workContent__foot h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.workContent__foot h4:last-child {
  margin: 0;
}
.workImage {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.workImage__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.workImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.ratgeber {
  background-color: #b3b3b3;
  padding: 25px 0;
}
.ratgeber-grid {
  display: flex;
  flex-wrap: wrap;
}
.ratgeber-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  width: calc(50% - 10px);
  margin: 5px;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.ratgeber-item .button.secondary {
  display: inline-block;
  width: auto;
  align-self: flex-start;
  margin-top: 2em;
}



.ratgeber-single {
  color: #fff;
}
.ratgeber-single header {
  background-color: #0000ff;
  min-height: 320px;
  height: 30vh;
  padding-top: 100px;
}
.ratgeber-single .center {
  text-align: center;
  margin-top: 3em;
}

.story {
  padding: 30px 0 52px;
  background: #cccccc;
  color: #0000ff;
}
.story.big {
  padding-bottom: 93px;
}
.story.last {
  padding-bottom: 5em;
  padding-top: 0;
}
.story.last .story__inner-foot {

}
.story__inner-title {
  margin-bottom: 50px;
}
.story__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.story__inner-foot p {
  text-align: center;
  font-weight: 500;
  min-height: 1.3em;
}
.storySlider {
  position: relative;
}
.storyItem__inner {
  width: 100%;
  padding-bottom: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.storyItem__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-width: 100%;
}
.story .slick-slide {
  height: unset !important;
}
.story .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.story .slick-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  top: unset;
  bottom: 20px;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.story .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.story .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  content: "";
  border-top: 1px solid #0000ff;
  border-right: 1px solid #0000ff;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.story .slick-prev {
  left: 30px;
}
.story .slick-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.story .slick-next {
  right: 30px;
}
.story .slick-dots {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
}
.story .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #0000ff;
  margin: 0 4px;
}
.story .slick-dots li.slick-active {
  background-color: #0000ff;
}
.story .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.story .slick-dots li button::before {
  display: none;
}

.plan {
  color: #0000ff;
  background: #b3b3b3;
}
.plan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1430px;
  margin: 0 auto;
}
.planContent {
  width: 50%;
  padding: 30px;
  min-height: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.planContent__title {
  margin-bottom: 100px;
}
.planContent__inner {
  max-width: 510px;
}
.planContent__text {
  margin-bottom: 40px;
}
.planContent__text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
.planContent__tabs {
  display: flex;
  flex-direction: column;
}
.planContent__tabs .tabBtn  {
  font-family: "Palanquin", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #737373;
  cursor: pointer;
  transition: 0.3s ease;
  background: transparent;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}
.planContent__tabs .tabBtn.active {
  color: #0000ff;
  border-color: #0000ff;
  z-index: 2;
}

.planContent__tabs {
  display: flex;
  position: relative;
}

.tabBtn {
  position: relative;
  padding: 0.5em 1em;
  background: none;
  border: none;
}

.tabBtn + .tabBtn {
  margin-top: -1px;
}

.tabBtn::before,
.tabBtn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #737373;
}

.tabBtn::before {
  top: 0;
}

.tabBtn::after {
  bottom: 0;
}

.tabBtn.active::before,
.tabBtn.active::after {
  background: #0000ff;
}


.planBanner {
  width: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planImage {
  width: 100%;
  max-width: 473px;
  border: 1.5px solid #0000ff;
}
.planImage__inner {
  width: 100%;
  padding-bottom: 103%;
  position: relative;
}
.planImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.planImage__inner img.active {
  opacity: 1;
}

.faq {
  padding: 30px 0 157px;
  color: #0000ff;
}
.faq__inner-title {
  margin-bottom: 114px;
}
.faq__inner-col {
  max-width: 910px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faqItem {
  width: 100%;
  border-bottom: 1px solid #0000ff;
}
.faqItem:first-child {
  border-top: 1px solid #0000ff;
}
.faqItem__head {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.faqItem__head.active span img {
          transform: rotate(90deg);
}
.faqItem__head span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}
.faqItem__head span img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faqItem__head h3 {
  width: calc(100% - 44px);
}
.faqItem__body {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.faqItem__body.active {
  opacity: 1;
  max-height: 400px;
  padding-bottom: 15px;
}

.team {
  background: #E6E6E6;
  padding: 30px 0 3em;
}
.teamTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
.teamTop__title {
  width: calc(50% - 5px);
}
.teamTop__text {
  width: calc(50% - 5px);
}
.teamTop__text p {
  margin-bottom: 20px;
  font-weight: 500;
}
.teamTop__text p:last-child {
  margin: 0;
}
.team__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.teamItem {
  width: calc(25% - 10px);
  margin: 5px;
  padding: 10px 10px 24px 10px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teamItem:hover {
  opacity: 1;
  background: #cccccc;
}
.teamItem__image {
  width: 100%;
  padding-bottom: 102%;
  position: relative;
  margin-bottom: 10px;
}
.teamItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all .2s ease;
}
.teamItem__image:hover img {
  filter:none;
}
.teamItem p {
  font-weight: 500;
}
.teamItem h4,
.teamItem h6 {
  margin-bottom: 2px;
}

.info {
  background: #b3b3b3;
  padding: 100px 0;
}
.info.light {
  background: #E6E6E6;
  color: #0000ff;
}
.info__inner-text {
  max-width: 910px;
  margin: 0 auto 50px;
}

.info__inner-text .aligncenter {
  margin: 2em auto;
  display: block;
}


.info__inner-text:last-child {
  margin: 0 auto;
}
.info__inner-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 10px;
}
.info__inner-text p:last-child {
  margin: 0;
}
.info__inner-content {
  max-width: 910px;
  margin: 0 auto 40px;
}
.info__inner-content:last-child {
  margin: 0 auto;
}
.info__inner-content p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.info__inner-content p:last-child {
  margin: 0;
}
.info__inner-content > p {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  text-align: start;
}
.info__inner-title {
  margin-bottom: 10px;
}
.info__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 498px;
  margin: 0 auto;
}
.info__inner-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infoImage {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
  margin-bottom: 40px;
}
.infoImage:last-child {
  margin: 0;
}
.infoImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.project {
  background: #cccccc;
  padding: 30px 0 25px;
}
.project__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.project__inner-tabs .button {
  margin-right: 10px;
  border-radius: 20px;
}
.project__inner-tabs .button:hover {
  opacity: 1;
  background: #0000ff;
  color: #fff;
  border-color: #0000ff;
}
.project__inner-tabs .button.active {
  background: #0000ff;
  color: #fff;
}
.project__inner-tabs .button:last-child {
  margin: 0;
}
.project__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.project__inner-row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.projectItem {
  width: calc(50% - 10px);
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.projectItem:hover {
  opacity: 1;
  background: #E6E6E6;
}
.projectItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.projectItem__image {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}
.projectItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projectItem__content {
  padding: 10px;
}
.projectItem .headline {
  margin-bottom: 2px;
}

.stable {
  background: #cccccc;
  color: #0000ff;
}
.stable.light {
  background: #0000ff;
  color: #E6E6E6;
}
.stable.light .slick-dots {
  background: rgba(255, 255, 255, 0.8);
}
.stable.dark {
  background: #b3b3b3;
  color: rgba(0, 0, 0, 0.9);
}
.stable.dark .slick-dots {
  background: rgba(255, 255, 255, 0.8);
}
.stable__inner {
  max-width: 1430px;
  margin: 0 auto;
}
.stableSlider {
  position: relative;
}
.stableItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.stableItem__title {
  margin-bottom: 100px;
}
.stableItem__text {
  max-width: 468px;
}
.stableItem__content {
  width: 50%;
  padding: 30px;
  min-height: 744px;
}
.stableItem__banner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 30px;
}
.stableItem__image {
  width: 100%;
  max-width: 473px;
  position: relative;
}
.stableItem__image-inner {
  width: 100%;
  position: relative;
  padding-bottom: 103%;
}
.stableItem__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.stableItem__image p {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.stableItem h3,
.stableItem h2 {
  margin-bottom: 20px;
}
.stable .slick-slide {
  height: unset !important;
}
.stable .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.stable .slick-arrow {
  width: 24px;
  height: 24px;
  position: relative;
  top: unset;
  bottom: 20px;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stable .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.stable .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 35%;
  content: "";
  border-top: 1px solid #0000ff;
  border-right: 1px solid #0000ff;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1 !important;
}
.stable .slick-prev {
  left: 30px;
}
.stable .slick-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.stable .slick-next {
  right: 30px;
}
.stable .slick-dots {
  width: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
}
.stable .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid #0000ff;
  margin: 0 4px;
}
.stable .slick-dots li.slick-active {
  background-color: #0000ff;
}
.stable .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.stable .slick-dots li button::before {
  display: none;
}

.features {
  position: relative;
}
.featuresNav {
  width: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 200px;
  z-index: 8;
}
.featuresNav.active {
  position: fixed;
  top: 50%;
}
.featuresNav a {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #0000ff;
  border: 1.5px solid #0000ff;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px;
  position: relative;
  border-radius: 50%;
  padding-bottom: 4px;
}
.featuresNav a:last-child {
  margin: 0;
}
.featuresNav a:hover {
  opacity: 1;
  background: #0000ff;
  color: #fff;
}
.featuresNav a:hover span {
  opacity: 1;
}
.featuresNav a span {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 3px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  color: #0000ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.featuresItem {
  background: #cccccc;
  color: #0000ff;
  padding: 30px 0 100px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ratgeber-single .featuresItem {
  min-height: auto;
  padding: 0 0 5em 0;
}

.featuresItem__top h2 {
  font-family: "Palanquin Dark", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.info__inner-text h3,
.featuresItem h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 120%;
  text-transform: none;
  text-align: center;
  margin-top: 2em;
  margin-bottom: .7em;
}

.featuresItem .auto__container {
  width: 100%;
}
.featuresItem.light {
  background: #E6E6E6;
}
.featuresItem.light .featuresItem__top {
  color: rgba(0, 0, 0, 0.9);
}
.featuresItem.dark {
  background: #b3b3b3;
  color: rgba(0, 0, 0, 0.9);
}
.featuresItem.dark .featuresItem__top {
  color: #0000ff;
}
.featuresItem.dark span {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.featuresItem__top {
  width: 100%;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.9);
}
.ratgeber-single header > div,
.featuresItem__inner {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}

.featuresItem__title {
  text-align: center;
  margin-bottom: 10px;
}
.featuresItem__title h3 {
  margin-top: 5px;
}


.featuresItem__title span {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #0000ff;
  margin-bottom: 10px;
  border: 1.5px solid #0000ff;
  border-radius: 50%;
  padding-bottom: 3px;
}
.featuresItem__content {
  margin-bottom: 40px;
}
.featuresItem__content:last-child {
  margin: 0;
}
.featuresItem__text {
  margin-bottom: 40px;
}
.featuresItem__text:last-child {
  margin: 0;
}

.featuresItem__text ul,
.featuresItem__text ol,
.featuresItem__text p {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
.featuresItem__text p:last-child {
  margin: 0;
}
.featuresItem__text ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
.featuresItem__text ul:last-child {
  margin: 0;
}
.featuresItem__text ul.last {
  margin-bottom: 10px;
}
.featuresItem__text ul.sm li {
  margin-bottom: 0;
}
.featuresItem__text ul li {
  list-style: disc;
  margin-bottom: 24px;
}
.featuresItem__text ul li:last-child {
  margin: 0;
}
.featuresItem__text ul li::marker {
  font-size: 70%;
  line-height: 100%;
}
.features .anchor {
  position: relative;
}

.contact {
  position: relative;
  background: #0000ff;
  color: #E6E6E6;
}
.contact__inner {
  display: flex;
          justify-content: flex-end;
  max-width: 1430px;
  margin: 0 auto;
}
.contactMap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contactMap__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#map {
  width: 100%;
  height: 100vh;
}
#map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('images/map_preview.jpg');
  background-size: cover;
  opacity: 0.2;
}

#mapconsent {
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
align-items: center;
}
.mapconsent_inner {
  padding: 2em;
  background: rgba(255,255,255,.2);
  display: flex;
flex-direction: column;
  max-width: 70%;
  line-height: 1.4em;
  font-size: 1em;
  text-align: center;
  z-index: 2;
}
#mapconsent a {
  color: #fff;
  text-decoration: underline;
}
#consentButton {
  display: inline-block;
  margin: 2em auto 0;
  color: #fff;
  border-color: #fff;
  transition: all .2s ease;
}
#consentButton:hover {
  color: #0000ff;
  background-color: #fff;
}

.contactContent {
  width: 50%;
  padding: 87px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
.contactContent__title {
  margin-bottom: 20px;
}
.contactContent__info {
  max-width: 340px;
}
.contactContent__info p a {
  color: #E6E6E6;
}
.contactContent__info p a span {
  text-decoration: underline;
}
.contactContent h1 {
  margin-bottom: 3px;
}

@media (max-width: 1380px) {
  .workContent {
    min-height: 640px;
  }

  .planContent {
    min-height: 640px;
  }
  .planContent__title {
    margin-bottom: 70px;
  }

  .faq {
    padding: 30px 0 120px;
  }
  .faq__inner-title {
    margin-bottom: 90px;
  }

  .contactContent {
    min-height: 700px;
  }

  .stableItem__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .workContent {
    min-height: 540px;
  }

  .story.big {
    padding-bottom: 70px;
  }
  .story.last {
    padding-bottom: 70px;
  }

  .planContent {
    min-height: 540px;
  }
  .planContent__title {
    margin-bottom: 50px;
  }

  .faq {
    padding: 30px 0 80px;
  }
  .faq__inner-title {
    margin-bottom: 70px;
  }

  .teamItem {
    width: calc(33.3% - 10px);
  }

  .info {
    padding: 70px 0;
  }

  .featuresItem {
    padding-bottom: 70px;
  }

  .contactContent {
    min-height: 600px;
  }

  .stableItem__title {
    margin-bottom: 50px;
  }
  .stableItem__content {
    min-height: 644px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .header {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header::before {
    border: unset;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header.active {
    background: #fff;
  }
  .header.active::before {
    opacity: 0;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 370px;
    z-index: 1;
    padding: 100px 30px 60px 30px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-link span {
    display: none;
  }
  .nav__inner > li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .nav__inner > li:last-child {
    margin: 0;
  }

  .menu-item-has-children {
    position: relative;
  }

  .sub-menu {
    opacity: 1;
    max-height: unset;
    overflow: visible;
    padding-left: 16px;
    padding-top: 10px;
  }
  .sub-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sub-menu li:last-child {
    margin: 0;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 11;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 20%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 20%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}

@media (min-width: 930px) {

  .ratgeber-single header > div {
    padding-left: 0;
    padding-right: 0;
  }

  .ratgeber-single header h2,
  .ratgeber-item .descr {
    max-width: 70%;
  }

} 
@media (max-width: 930px) {
  p.big {
    font-size: 20px;
    line-height: 130%;
  }

  .workContent {
    min-height: 440px;
  }

  .story.big {
    padding-bottom: 40px;
  }
  .story.last {
    padding-bottom: 50px;
  }

  .planContent {
    min-height: 440px;
  }
  .planContent__title {
    margin-bottom: 20px;
  }
  .tabBtn {
    font-size: 20px;
    line-height: 130%;
  }
  .planContent__text p {
    font-size: 20px;
    line-height: 130%;
  }

  .faq {
    padding: 30px 0 50px;
  }
  .faq__inner-title {
    margin-bottom: 40px;
  }

  .teamItem {
    width: calc(50% - 10px);
  }

  .info {
    padding: 50px 0;
  }
  .info__inner-text p {
    font-size: 20px;
    line-height: 130%;
  }
  .info__inner-content > p {
    font-size: 20px;
    line-height: 130%;
  }

  .featuresItem {
    padding-bottom: 50px;
  }
  .featuresItem__text p {
    font-size: 20px;
    line-height: 130%;
  }

  .contactContent {
    min-height: 500px;
  }

  .stableItem__content {
    min-height: 544px;
  }
  .stableItem__title {
    margin-bottom: 30px;
  }
  .stableItem__image p {
    font-size: 14px;
  }

  .ratgeber-item {
    width: 100%;
    
  }

  .footer__inner-row {
    margin-bottom: 70px;
  }
  .footer__inner-main {
    width: calc(42% - 5px);
  }
  .footer__inner-info {
    width: calc(58% - 5px);
  }
}
@media (max-width: 750px) {
  .hero .slick-arrow {
    display: none !important;
  }

  .welcome__inner {
    flex-direction: column;
  }
  .welcome__inner-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .welcome__inner-text {
    width: 100%;
  }

  .banner__inner {
    padding-bottom: 100%;
  }

  .work.uniq .workContent {
    min-height: auto;
  }
  .work__inner {
    flex-direction: column;
  }
  .workContent {
    width: 100%;
    min-height: unset;
  }
  .workContent.mobFirst {
    order: -2;
  }
  .workContent.big {
    min-height: 428px;
  }
  .workContent__foot {
    max-width: unset;
  }
  .workImage {
    width: 100%;
    height: unset;
    position: static;
  }
  .workImage__inner {
    padding-bottom: 100%;
  }

  .story {
    padding: 30px 0 20px;
  }
  .story.big {
    padding-bottom: 20px;
  }
  .story.last {
    padding-bottom: 40px;
  }
  .story.last .story__inner-foot {
    padding-top: 40px;
  }
  .story__inner-title {
    margin-bottom: 24px;
  }
  .story__inner-foot {
    padding-top: 40px;
  }
  .storySlider {
    padding-bottom: 46px;
  }
  .storyItem__inner {
    padding-bottom: 100%;
  }
  .storyItem__inner img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    object-fit: contain;
    width: 100%;
    min-height: 250px;
  }
  .story .slick-dots {
    bottom: 0;
  }
  .story .slick-arrow {
    display: none !important;
  }

  .plan__inner {
    flex-direction: column;
  }
  .planContent {
    width: 100%;
    min-height: unset;
    padding: 30px 30px 80px 30px;
  }
  .planContent__inner {
    max-width: unset;
  }

  .planContent__tabs {
    display: flex;
    position: relative;
  }

  .tabBtn {
    color: #0000ff!important;
  }
  .tabBtn:before,
  .tabBtn:after {
    background-color: #0000ff!important;
  }

  .planBanner {
    display: none;
  }

  .faq {
    padding: 30px 0;
  }
  .faq__inner-title {
    margin-bottom: 10px;
  }
  .faqItem:first-child {
    border-top: unset;
  }

  .teamTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teamTop__title {
    width: 100%;
    margin-bottom: 10px;
  }
  .teamTop__text {
    width: 100%;
  }

  .info {
    padding: 30px 0;
  }
  .info__inner-text {
    margin-bottom: 20px;
  }

  .featuresNav {
    top: calc(100vh - 30px);
            transform: translateY(-100%) !important;
  }
  .featuresNav.active {
    top: calc(100vh - 30px);
  }
  .featuresItem {
    padding-bottom: 30px;
  }
  .features .anchor {
    position: relative;
    top: -56px;
  }

  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactContent {
    width: 100%;
    min-height: 100vh;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .contactContent__foot {
    max-width: unset;
  }
  .contactMap {
    width: 100%;
    height: unset;
    position: static;
  }
  .contactMap__inner {
    padding-bottom: 100%;
  }
  
  .stable {
    padding: 30px;
    background: #E6E6E6 !important;
  }
  .stable.light .stableItem {
    background: #0000ff;
    color: #E6E6E6;
  }
  .stable.dark .stableItem {
    background: #b3b3b3;
    color: rgba(0, 0, 0, 0.9);
  }
  .stableSlider {
    padding-bottom: 44px;
  }
  .stableItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    background: #cccccc;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #0000ff;
  }
  .stableItem__content {
    width: 100%;
    min-height: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
    padding: 0;
  }
  .stableItem__content h2 {
    font-size: 30px;
  }
  .stableItem__content h4 {
    font-size: 18px;
  }
  .stableItem__title {
    margin-bottom: 5px;
  }
  .stableItem__text {
    max-width: unset;
  }
  .stableItem__banner {
    width: 100%;
    padding: 0;
  }
  .stableItem__image {
    max-width: unset;
  }
  .stableItem__image p {
    position: static;
    margin-top: 5px;
    font-family: "Palanquin Dark", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    min-height: 28px;
  }
  .stable .slick-dots {
    bottom: 0;
  }
  .stable .slick-arrow {
    display: none !important;
  }

  .project {
    padding: 30px 0;
  }
  .project__inner-tabs {
    margin-bottom: 30px;
  }
  .project__inner-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projectItem {
    width: 100%;
    margin: 0 0 30px 0;
    background: unset !important;
  }
  .projectItem:last-child {
    margin: 0;
  }
  .projectItem__image {
    margin-bottom: 10px;
    padding-bottom: 76%;
  }
  .projectItem__content {
    padding: 0;
  }

  .footer__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .footer__inner-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__inner-info {
    width: 100%;
  }

  .featuresItem {
    justify-content: flex-start;
  }

}
@media (max-width: 650px) {

  .heroItem__inner {
    height: 80vh;
  }

  .team {
    padding: 30px 0;
  }
  .team__inner-row.slider {
    margin: 0 -10px;
    padding-bottom: 44px;
    position: relative;
  }
  .teamItem {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .teamItem:last-child {
    margin: 0;
  }
  .team .slick-slide {
    height: unset !important;
    margin: 0 10px !important;
  }
  .team .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .team .slick-dots {
    width: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 28px;
  }
  .team .slick-dots li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1.5px solid #0000ff;
    margin: 0 4px;
  }
  .team .slick-dots li.slick-active {
    background-color: #0000ff;
  }
  .team .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .team .slick-dots li button::before {
    display: none;
  }

  .ratgeber-item {
    min-height: 300px;
  }

}
@media (max-width: 540px) {
  .modallClose {
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modallClose span {
    width: 20px;
    height: 20px;
  }
  .modall__title {
    top: 32px;
  }
  .modall__slider {
    position: static !important;
  }
  .modallItem__inner {
    padding-bottom: 100%;
  }
  .modallItem__inner img {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 250px;
  }
  .modall .slick-dots {
    bottom: 20px;
  }
  .modall .slick-arrow {
    display: none !important;
  }

  .header.active {
    background: unset;
  }

  .nav {
    background: unset;
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: hidden;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
  }
  .nav.active .nav__inner {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .nav__inner {
    max-width: unset;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .stableItem__content h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
  }
  .stableItem__content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .footer__inner-row {
    margin-bottom: 30px;
  }
  .footer__inner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-links {
    margin-bottom: 30px;
    width: 100%;
  }
  .footer__inner-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "â†";
}
[dir=rtl] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "â†’";
}
[dir=rtl] .slick-next:before {
  content: "â†";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* cf7 */
.wpcf7-response-output {
  padding: 1em;
  margin: 0;
  background-color: #fff;
  color: #0000ff;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background: #FF9800;
  color: #000;
  border-color: #FF9800;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
}