/*
 Theme Name:   budigital Child Theme
 Theme URI:    https://bundesweit.digital/
 Description:  budigital Child Theme
 Author:       bundesweit.digital GmbH
 Author URI:   https://bundesweit.digital/
 Template:     budigital
 Version:      1.1.1
*/

:root {
  --content-max-width: 1250px;
  --gray: var(--color-main);
  --color-main: #1b1f2a;
}

@media only screen and (max-width: 767px) {
  #wpadminbar {
    overflow: hidden;
  }
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: var(--color-main);
}

h2 {
  line-height: 55px;
}

a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:not(.btn):not(.scroll-link):not(.budi-pflegedienstverkauf__button_offer):hover {
  color: var(--color-main);
  font-weight: 500;
}

.wpb-content-wrapper p,
.wpb-content-wrapper li {
  color: var(--color-main);
  font-size: 18px;
  line-height: 30px;
}

.hidden-md {
  display: none;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}

.simplistic-header {
  background: var(--color-main);
}

.simplistic-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: var(--color-main);
  padding: 30px 0;
  margin: auto;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.landing-page .fix-contacts {
  display: none;
}

.simplistic-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simplistic-header .simplistic-menu #mainmenu ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}

.simplistic-header .simplistic-menu #mainmenu ul.mainmenu>li>a {
  line-height: 60px;
}

.simplistic-header .simplistic-menu-mobile .simplistic-close-mobile-menu-btn,
.simplistic-header .simplistic-menu-mobile .simplistic-close-mobile-menu-btn svg {
  width: 15px;
  height: 15px;
}

.simplistic-header .simplistic-menu-mobile .simplistic-close-mobile-menu-btn svg g {
  opacity: 1;
}

.simplistic-header .simplistic-menu-mobile .simplistic-close-mobile-menu-btn svg g line {
  stroke: #fff;
}

.simplistic-header .simplistic-menu-mobile {
  background: var(--color-main);
}

.simplistic-header .simplistic-menu-mobile.open {
  width: 100%;
}

.simplistic-header .simplistic-menu-mobile #mainmenu-mobile ul:not(.sub-menu) {
  margin: 50px 0;
}

.simplistic-header .simplistic-menu-mobile #mainmenu-mobile ul li {
  border: none;
  text-align: center;
  margin-bottom: 13px;
  line-height: 45px;
}

.simplistic-header .simplistic-menu-mobile #mainmenu-mobile ul li a,
.simplistic-header .simplistic-menu-mobile #mainmenu-mobile ul li ul li a {
  color: #fff;
  padding-right: 0;
}

.logo-mobile-section {
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.mobile-menu-socials {
  text-align: center;
  margin: auto;
}

.mobile-menu-socials a {
  margin-right: 30px;
}

.mobile-menu-socials a:last-of-type {
  margin-right: 0;
}

.mobile-menu-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.mobile-menu-contacts a {
  color: #fff;
}

.mobile-menu-contacts .company-phone-class {
  font-size: 20px;
  margin-bottom: 25px;
}

.mobile-menu-contacts .company-phone-class:before {
  content: url(images/phone.png);
  padding-right: 10px;
}

.mobile-menu-contacts .company-email-class {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.6;
}

/* Header */
header.simplistic-header {
  padding: 20px 0;
  background-color: var(--color-main);
  height: auto;
}

header.simplistic-header .simplistic-cta {
  flex-basis: auto;
  gap: 20px;
}

header.simplistic-header .simplistic-menu {
  flex-basis: 45%;
}

.simplistic-cta a {
  background: #FFFFFF;
  margin-right: 0px;
  padding: 12px 30px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.36em;
  color: var(--color-main);
}

.simplistic-cta a.cta-header-1 {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.simplistic-cta a.cta-header-1:hover {
  background-color: #ffffff;
  color: var(--color-main);
}

.simplistic-menu-desktop {
  padding-right: 10px;
}

/* White header style */
body.hv-use-white-header header.simplistic-header:not(.fixed) {
  background-color: #ffffff;
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-menu-mobile-hamburger svg line{
  stroke: #000000;
}

body.hv-use-white-header header.simplistic-header:not(.fixed) img.logo {
  filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(1304%) hue-rotate(186deg) brightness(93%) contrast(92%);
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-menu #mainmenu ul li a {
  color: var(--color-main);
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-menu #mainmenu .sub-menu a{
  color: #ffffff;
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-cta a {
  background: var(--color-main);
  color: #ffffff;
  border-color: var(--color-main);
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-cta a:first-child {
  background: transparent;
  color: var(--color-main);
}

body.hv-use-white-header header.simplistic-header:not(.fixed) .simplistic-cta a:hover{
  background: var(--color-main);
  color: #FFFFFF;
}

/* Fixed header */
header.simplistic-header.fixed{
  padding: 10px 0;
}

@media(max-width: 1300px) {
  .simplistic-menu-desktop {
    padding-right: 0px;
  }
}

@media(max-width: 1200px) {

  .simplistic-header .simplistic-menu #mainmenu ul li a,
  .simplistic-cta a {
    font-size: 14px;
  }
}

@media(max-width: 1100px) {

  .simplistic-header .simplistic-menu #mainmenu ul li a,
  .simplistic-cta a {
    font-size: 13px;
  }

  .simplistic-header .simplistic-menu #mainmenu ul.mainmenu {
    gap: 20px;
  }
}

.top-block {
  height: 100vh;
}

.top-block-title {
  font-size: 50px;
  line-height: 67.5px;
  /* font-weight: normal; */
  padding-top: 120px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.top-block-text .vc_column-inner {
  padding-left: calc((100vw - var(--content-max-width)) / 2) !important;
  height: 100vh;
}

.top-block-text>.vc_column-inner {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.top-block-text p {
  max-width: 490px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding-left: 15px;
}

.simplistic-header .simplistic-menu #mainmenu ul.mainmenu {
  justify-content: flex-end !important;
  margin-right: 20px;
}

.top-block-links {
  margin-top: 60px;
}

.top-block-links p {
  display: flex;
  align-items: center;
}

.top-block-links p a,
.dark-block-link p a {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: var(--color-main);
}

/* .top-block-links p a:last-of-type {
  margin-right: 0;
  padding: 0;
  border: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
} */

.top-block-links p a:hover,
.dark-block-link p a:hover {
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width:767px) {

  .top-block,
  .top-block-text>.vc_column-inner {
    padding-top: 0px !important;
    height: fit-content;
  }

  .top-block-text>.vc_column-inner {
    padding-bottom: 32px !important;
  }
}

.grey-title p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 7px;
  text-transform: uppercase;
  /* color: #b5bac7; */
  color: var(--color-main);
}

.black-title {
  color: var(--color-main);
  margin: 55px 0 40px 0;
  line-height: 50px;
}

.white-title {
  color: #fff;
  margin: 55px 0 40px 0;
  line-height: 50px;
}

.images-block .img-2 {
  margin-top: -290px;
  margin-left: -130px;
}

.warum-mir-text {
  max-width: 440px;
}

.under-slider-text {
  max-width: 50%;
}


/* Header new */
.hv-main-menu__mobile-wrapper {
  padding: 40px 35px 30px;
}

.hv-main-menu__mobile li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.hv-main-menu__mobile li a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.hv-main-menu__mobile-cta {
  border: 1px solid #ffffff;
  margin-top: 20px;
  padding: 10px 18px;
  transition: all 0.3s;
  font-size: 20px;
  color: #fff;
}

.hv-main-menu__mobile-cta:hover {
  background-color: #ffffff;
  color: var(--color-main);
  text-decoration: none;
}

.hv-main-menu__mobile-tagline {
  margin-top: 30px;
  padding: 0 15px;
}

.hv-main-menu__mobile-tagline li {
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}

.hv-main-menu__mobile-tagline li:last-child {
  border-bottom: 0;
}

.hv-main-menu__mobile-tagline-icon {
  min-width: 25px;
}

.simplistic-header .simplistic-menu-mobile .logo-mobile-section img {
  max-width: 180px;
}

@media(max-width: 360px) {
  .hv-main-menu__mobile-wrapper {
    padding: 20px;
  }

  .hv-main-menu__mobile-tagline li {
    gap: 15px;
    padding: 15px 0;
  }

  .hv-main-menu__mobile-cta {
    margin-top: 0;
  }

  .hv-main-menu__mobile-tagline {
    margin-top: 15px;
  }
}

/*-------------*/
.about-left {
  background-repeat: no-repeat;
  background-position: right;
  /* padding-left: 15px; */
}

.about-right {
  background-repeat: no-repeat;
  background-position: left;
  /* padding-right: 15px; */
}

.about-left .black-title,
.about-right .black-title {
  max-width: 600px;
  /* padding-top: 222px; */
}

.about-left .black-text,
.about-right .black-text {
  max-width: 600px;
  /* padding-bottom: 222px; */
  margin-bottom: 0;
}

.about-left .left-col,
.about-right .right-col {
  position: relative;
  background: #fff;
  padding-top: 110px;
  padding-bottom: 170px;
}

.left-col:after,
.left-col:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 50%;
  left: 100%;
}

.left-col:after {
  bottom: 0;
  background: linear-gradient(to right bottom, #fff 50%, transparent 50%);
}

.left-col:before {
  top: 0;
  background: linear-gradient(to right top, #fff 50%, transparent 50%);
}

.right-col:after,
.right-col:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 50%;
  right: 100%;
}

.right-col:after {
  bottom: 0;
  background: linear-gradient(to left bottom, #fff 50%, transparent 50%);
}

.right-col:before {
  top: 0;
  background: linear-gradient(to left top, #fff 50%, transparent 50%);
}

.about-left .left-col {
  padding-left: calc((100vw - var(--content-max-width)) / 2) !important;
}

/*-------------*/
.social {
  margin-left: -230px;
}

.social a {
  margin-right: 20px;
}

.social a:last-child {
  margin-right: 0;
}

.social a img {
  width: 25px;
  margin-top: 0;
}

.social a:first-of-type img {
  width: 15px;
}

.social a:last-of-type img {
  width: 23px;
}

@media (max-width: 1024px) {
  .social {
    display: none;
  }
}

.dark-block {
  padding: 50px 0 80px 0;
}

.faq-block .vc_toggle {
  border-bottom: 1px solid #b5bac7;
  margin-bottom: 0;
}

.faq-block .vc_toggle_title {
  padding: 40px 0;
}

.faq-block .vc_toggle_title,
.faq-block .vc_toggle_content {
  padding-left: 0 !important;
}

.faq-block h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.faq-block .vc_toggle_content p {
  font-size: 16px;
}

.faq-block .vc_toggle_icon {
  position: absolute;
  right: 0;
  left: auto !important;
}

.faq-block .vc_toggle_size_md .vc_toggle_icon::before {
  height: 3px;
  width: 20px;
}

.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
  background-color: var(--color-main);
}

.faq-block .vc_toggle_size_md .vc_toggle_icon::after {
  height: 20px;
  width: 3px;
}

.partners {
  padding: 35px 0 70px 0;
}

.partners-title {
  margin-top: 0;
  padding-left: calc((100vw - var(--content-max-width)) / 2 + 15px);
}

.partners-block {
  max-width: var(--content-max-width);
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.partner-item {
  max-width: 375px;
  background: #fff;
  padding: 40px 40px 10px 40px;
  margin-right: 35px;
}

.partner-item:last-of-type {
  margin-right: 0;
}

.partner-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.partner-item p strong {
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.person-badge {
  max-width: 246px;
  padding: 10px 29px;
  background-color: var(--color-main);
  color: #fff;
  margin-top: -85px;
  margin-left: -10px;
  z-index: 5;
}

.person-name {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.person-name span {
  font-weight: bold;
}

.person-prof {
  font-size: 16px;
  line-height: 28px;
  color: #b5bac7;
}

.contacts-block {
  padding-top: 120px;
  padding-bottom: 0px;
}

.contacts-block span.wpcf7-not-valid-tip {
  font-size: 15px;
  color: #dc3232;
  margin-top: 5px;
}

.contacts-block p,
.contacts-block a,
.contacts-block span {
  color: var(--color-main);
}

.contacts-block .text-white p,
.contacts-block .text-white a,
.contacts-block .text-white span {
  color: #ffffff;
}

.contacts-block .text-white a:hover {
  color: #8e8f94 !important;
}

.contact-form {
  background: #ffffff;
  padding: 20px 55px;
  max-width: 550px;
  height: 660px;
  position: relative;
  top: -60px;
  left: calc((100vw - var(--content-max-width)) / 2 + 15px);
  box-shadow: 0px 20px 50px rgb(18 18 18 / 25%);
  z-index: 10;
}

.contact-form h2 {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  color: var(--color-main);
  text-transform: initial;
}


.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7-validates-as-number,
textarea,
footer input,
select {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #b5bac7 !important;
  outline: none;
  margin-top: 30px;
}

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

select {
  width: 424px;
}

textarea {
  height: 100px;
}

.wpcf7 input[type="submit"],
button[type="submit"],
.btn {
  background: var(--color-main);
  border: 1px solid var(--color-main) !important;
  font-size: 16px !important;
  font-weight: bold;
  /* text-transform: uppercase; */
  border-radius: 0;
  padding: 15px 30px;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.wpcf7 input[type="submit"]:hover,
button[type="submit"]:hover,
.btn:hover {
  background: transparent;
  color: var(--color-main);
}

.process {
  padding: 100px 0 100px calc((100vw - var(--content-max-width)) / 2 + 15px);
}

/* Anfrage Form */
.hv-anfrage-form form {
  background: #ffffff;
  padding: 20px 55px;
  max-width: 550px;
  max-height: 660px;
  position: relative;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 20px 50px rgb(18 18 18 / 25%);
  z-index: 10;
  overflow: hidden;
}

.hv-anfrage-form form h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.hv-anfrage-form select {
  width: 100%;
  padding: 6px 3px 4px 3px;
  opacity: 0.6;
}

.hv-anfrage-form .hv-small-text {
  color: var(--color-main);
  font-size: 16px;
}

.hv-anfrage-form input[type="submit"] {
  margin-top: 30px;
}

/* .process .slick-list {
  padding: 0 20% 0 0 !important;
} */
.process-uber-title {
  margin-bottom: 50px;
}

.process .slick-list {
  margin: 0 -60px;
}

.process .slick-slide {
  margin: 0 60px;
}

.process .slider-controls {
  top: auto;
  bottom: 60%;
}

.process .process-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: var(--color-main);
  margin-bottom: 15px;
}

.process .process-text {
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  margin-bottom: 55px;
}

.process .count {
  display: block;
  font-weight: bold;
  padding-left: 20px;
  border-left: 2px solid #b5bac7;
  margin-bottom: 20px;
}

.services {
  margin-bottom: 100px;
}

.services-title {
  margin-bottom: 70px;
}

.services .slick-slider img {
  width: 370px;
  height: auto;
}

.services .slider-controls {
  top: 60px;
  right: 20px;
}

.services .serv-name,
.services .serv-address {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-transform: capitalize;
  color: var(--gray);
}

.projects {
  padding-bottom: 150px;
}

.projects .slick-slide .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--color-main);
  color: #ffffff;
}

.projects .slick-slide .item-left {
  padding: 0 70px;
}

.projects .slick-slide .item .item-right img {
  width: 100%;
  height: 100%;
}

.projects .item-left-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}

.projects .item-left-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.item-left-icons {
  display: flex;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0;
}

.item-left-icons .icon {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.item-left-icons .icon img {
  margin-right: 12px;
}

.reviews {
  padding: 50px 0 150px 0;
}

.regione {
  padding-left: calc((100vw - var(--content-max-width)) / 2 + 15px);
  padding-right: calc((100vw - var(--content-max-width)) / 2 + 15px);
  padding-bottom: 70px;
}

footer {
  max-width: 100%;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footer_widget p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-main);
  opacity: 0.6;
}

.footer .footer_widget.footer_1 p {
  opacity: 1;
}

.footer .simplistic-logo {
  margin-bottom: 35px;
}

.footer .simplistic-logo img {
  filter: invert(100%);
}

.footer_widget.footer_2 {
  text-align: right;
  margin-top: 35px;
}

.footer_widget.footer_2 p {
  opacity: 1;
}

.simplistic-menu-footer .footermenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.simplistic-menu-footer .footermenu li a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-right: 35px;
}

.simplistic-menu-footer .footermenu li:last-child a {
  margin-right: 0;
}

.footer .company-phone-class {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}

.footer .company-phone-class:before {
  content: url(images/phone.png);
  padding-right: 10px;
}

.footer .company-email-class {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.6;
}

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

.bottommenu li {
  margin-right: 20px;
}

.bottommenu li:last-child {
  margin-right: 0;
}

.bottommenu li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.6;
}

.container.legal {
  padding: 20px 0 0 0;
  position: relative;
}

.container.legal::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.legal-copyright-section p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: var(--color-main);
}

.footer .social {
  margin-left: 0;
  opacity: 0.6;
}

/* Fragebogen */
.fragen {
  padding: 70px calc((100vw - var(--content-max-width)) / 2 + 15px);
}

.questionnaire-block .slick-slide {
  max-width: var(--content-max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}

@media (max-width:767px) {
  .questionnaire-block .slick-slide {
    display: block;
  }
}

/* .questionnaire-block .slick-slide:first-of-type {
  grid-template-columns: 1fr;
} */
/* .questionnaire-block .slick-slide:first-of-type .subtitle {
  display: flex;
  justify-content: flex-end;
} */
/* .questionnaire-block .slick-slide:first-of-type .questionnaire-title {
  font-size: 35px;
  text-align: center;
} */
/* .questionnaire-block .slick-slide:first-of-type .questionnaire-content div {
  margin-right: 70px;
} */
.controls {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  margin-top: 70px;
}

.controls .slider-controls {
  position: relative;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.progress {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  /* background-color: #B5BAC7; */
  background-color: transparent;
  background-image: linear-gradient(to right, var(--color-main), var(--color-main));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b5bac7;
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.questionnaire-title {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 135%;
  color: var(--color-main);
  margin-bottom: 20px;
}

/* .questionnaire-content.item-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
/* .questionnaire-content.item-3 input {
  max-width: 370px;
  padding: 10px 0;
} */
.questionnaire-content .subtitle {
  display: flex;
  justify-content: space-between;
  margin-left: 109px;
  margin-bottom: 25px;
}

.questionnaire-content span {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: var(--gray);
}

.questionnaire-content span.wpcf7-not-valid-tip {
  font-size: 15px;
  color: #dc3232;
  margin-top: 5px;
}

.questionnaire-content span.weiter {
  font-weight: 600;
}

.weiter {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: var(--color-main);
  position: relative;
  cursor: pointer;
}

.weiter::after {
  content: url(images/arr-r.svg);
  margin-left: 10px;
  margin-bottom: 11px;
  vertical-align: middle;
}

.weiter-mob {
  display: none;
}

.questionnaire-content.item-5 {
  margin-left: 50px;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  font-family: var(--font-text);
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
  display: none;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 2px solid var(--gray);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 8px 0px;
}

.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  padding: 0;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  padding: 20px 100px 45px 20px;
  background: #fff;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 10px;
}

.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  padding: 20px;
  padding-top: 20px;
  margin-right: 20px;
  margin-left: 0;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.questionnaire-block .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 90px;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-family: var(--font-text);
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: var(--color-main);
  position: relative;
  cursor: pointer;
}

.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 20px;
}

.questionnaire-block .item-1 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after,
.questionnaire-block .item-1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "Patientenplätze";
  font-family: "OpenSans";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-main);
  position: absolute;
  left: 30px;
  top: 36px;
}

.questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label.checked .wpcf7-list-item-label:before,
.questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label.checked .wpcf7-list-item-label:before {
  content: url(images/check.svg);
  background: #000;
  border-color: #000;
}

.questionnaire-block .slick-slide:first-of-type {
  grid-gap: 70px;
}

.questionnaire-block .slick-slide:first-of-type .questionnaire-content .subtitle {
  margin-left: 0;
  margin-bottom: 0;
}

.questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio {
  align-items: center;
  justify-content: start;
}

.questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  background: transparent;
  padding: 0;
}

.questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  padding: 0 0 2px 0;
}

.questionnaire-block .slick-slide:first-of-type .line-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.questionnaire-block .slick-slide:first-of-type .line-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-gap: 30px;
}

.questionnaire-block input[type="text"],
.questionnaire-block input[type="email"] {
  padding: 10px 8px 10px 0px;
}

.questionnaire-block .slick-slide:last-of-type .weiter {
  display: none;
}

@media (max-width: 768px) {

  .questionnaire-block .slick-slide:first-of-type .line-1,
  .questionnaire-block .slick-slide:first-of-type .line-2 {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: 20%;
  }

  .questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio {
    flex-direction: row;
  }

  .questionnaire-block .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .questionnaire-content.item-5 {
    margin-left: 0;
  }
}

@media (max-width:400px) {
  .questionnaire-block .slick-slide:first-of-type .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
  }
}

.info strong {
  font-weight: bold;
  color: var(--color-main);
}

.questionnaire-submit {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

.fix-contacts {
  position: fixed;
  top: 40%;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.fix-contacts .fix-tel,
.fix-contacts .fix-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  opacity: 0.7;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.fix-contacts .fix-tel:hover,
.fix-contacts .fix-mail:hover {
  opacity: 1;
}

.fix-contacts svg {
  width: 23px;
}

.welcome {
  text-align: center;
}

@media (max-width: 950px) {

  footer p,
  footer a {
    text-align: left !important;
  }
}

@media (max-width: 768px) {

  .hidden-xs,
  h2 br {
    display: none;
  }

  h2 {
    font-size: 30px;
  }

  p,
  li {
    font-size: 16px;
    line-height: 28px;
  }

  .vc_column_container>.vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fix-contacts {
    display: none;
  }

  /* .top-block {
    background-position: -440px !important;
    position: relative;
  }
  .top-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color-main);
    opacity: 0.8;
    z-index: -1;
  } */
  .top-block {
    background: none;
  }

  .top-block-text {
    background: linear-gradient(180deg,
        rgb(0 0 0 / 45%) 0%,
        rgb(3 3 3 / 67%) 100%),
      #c4c4c400;
    background-position-x: 540px;
    padding-left: 10px;
    padding-right: 25px;
    background-size: cover;
  }

  .top-block-text .vc_column-inner {
    background-color: transparent !important;
  }

  .top-block-text.fadeInLeft,
  .about-left .left-col.fadeInLeft,
  .about-right .right-col.fadeInRight {
    animation: none;
  }

  .top-block-title {
    font-size: 35px;
    line-height: 47px;
    padding-top: 54px;
  }

  .top-block-links {
    margin-top: 50px;
  }

  .top-block-links p {
    flex-direction: column;
  }

  .top-block-links p a,
  .dark-block-link p a {
    margin-right: 0;
  }

  .top-block-links p a:first-of-type {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
  }

  .top-block-links p a:last-of-type {
    margin-top: 25px;
  }

  .welcome {
    padding-top: 0;
    text-align: left;
  }

  /* .welcome .wpb_single_image.vc_align_left {
    text-align: center;
  } */
  .images-block .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }

  .images-block .img-2 {
    order: 2;
    margin-top: 0;
    margin-left: 0;
  }

  .w350 img {
    max-width: 100% !important;
  }

  .images-block .img-1 {
    display: none;
  }

  .black-title {
    margin: 25px 0 25px 0;
  }

  .grey-title {
    margin-top: 65px;
  }

  .questionnaire-block {
    padding: 0 25px;
  }

  .questionnaire-title {
    font-weight: 500;
    font-size: 30px;
  }

  .questionnaire-block .slick-slide,
  .projects .slick-slide .item {
    grid-template-columns: 1fr;
  }

  .questionnaire-block .wpcf7-form-control.wpcf7-radio {
    justify-content: center;
    flex-direction: column;
  }

  .weiter {
    display: none;
  }

  .questionnaire-content .subtitle {
    justify-content: flex-start;
    margin-left: 0;
  }

  .fragen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .questionnaire-block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 0;
  }

  .questionnaire-block .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    padding: 20px;
    padding-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .questionnaire-block .slick-slide:first-of-type {
    grid-gap: 10px;
  }

  .controls {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .controls .slider-controls {
    display: none;
  }

  .slider-progress,
  .weiter.mob {
    margin: auto;
    width: 85%;
    margin-top: 30px;
  }

  .weiter-mob,
  .weiter.mob {
    display: block;
  }

  .about-left .black-title,
  .about-right .black-title {
    padding-top: 0;
  }

  .about-left .left-col,
  .about-right .right-col {
    padding: 0 25px !important;
  }

  .left-col .wpb_single_image,
  .right-col .wpb_single_image {
    margin-bottom: 7px;
  }

  .about-left {
    padding-left: 0;
  }

  .about-right {
    padding-right: 0;
  }

  .about-left .black-text,
  .about-right .black-text {
    padding-bottom: 100px;
  }

  .under-slider-text {
    max-width: 88%;
  }

  .process {
    padding: 0 0 0 25px;
    margin-bottom: 100px;
  }

  .process .slick-slide {
    margin: 0 35px 0 0;
  }

  .process .slider-controls {
    width: 93%;
  }

  .process .slick-list {
    margin: 0;
    /* padding: 0 20% 0 0; */
    padding: 0px;
  }

  .process .slider-controls {
    top: auto;
    bottom: 0;
  }

  .services .wpb_wrapper {
    position: relative;
  }

  .services .slider-controls {
    right: 100%;
    top: 96%;
  }

  .regione {
    padding: 0 25px 70px 25px;
  }

  .regione img {
    max-width: 100%;
  }

  .projects {
    padding-bottom: 100px;
  }

  .projects .slick-slide {
    margin: 0;
  }

  .projects .slick-slide .item-left {
    padding: 40px 20px;
  }

  .projects .slick-slide .item {
    display: block;
    padding-bottom: 25px;
  }

  .projects .item-left-title {
    font-size: 20px;
    line-height: 26px;
  }

  .item-left-icons {
    flex-wrap: wrap;
  }

  .item-left-icons .icon {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .projects .slick-slide .item .item-right img {
    width: 87%;
    margin: auto;
  }

  .services-title {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .partners-title {
    padding-left: 25px;
  }

  .partners-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .partner-item {
    margin-bottom: 30px;
  }

  .team {
    margin-top: 100px;
  }

  .contacts-block {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0;
  }

  .contacts-block .vc_column_container {
    padding: 0 25px;
  }

  .contacts-block .white-title {
    margin-top: 0;
  }

  .contacts-block .wpb_column:first-of-type {
    order: 2;
  }

  .contact-form {
    position: initial;
    padding: 25px;
    height: auto;
  }

  .contact-form h2 {
    font-size: 20px;
    margin: 0;
  }

  .faq-block h4 {
    margin-right: 30px;
    display: block;
  }

  .simplistic-menu-footer .footermenu {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: baseline;
  }

  select {
    width: 300px;
  }

  .questionnaire-block .slick-slide:first-of-type .questionnaire-title {
    font-size: 27px;
    text-align: left;
    /* max-width: 300px; */
  }

  .questionnaire-block .slick-slide:first-of-type .weiter {
    display: none;
  }

  .dark-block {
    padding: 0px 25px 60px 25px;
  }

  .process .process-text {
    margin-bottom: 20px;
  }

  .slick-dots {
    margin-top: 15px;
  }

  .process-uber-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 368px) {
  .contact-form h2 span {
    display: inline-block !important;
  }
}

.landing {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  /* background-color: var(--color-main); */
  z-index: 1;
}

.landing-page .contact-form {
  left: 100px;
  /* right: 0; */
  margin-top: 200px;
  /* left: calc((108vw - var(--content-max-width)) / 2); */
}

.landing-page .simplistic-menu,
.landing-page .simplistic-cta {
  display: none;
}

.landing-page .top-block-text .vc_column-inner {
  height: auto;
}

.like-block {
  margin-left: 20px;
}

.like-block .vc_column-inner {
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding-left: 50px !important;
  padding-top: 0;
}

.like-title {
  max-width: 340px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
}

.like-text {
  max-width: 337px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.7;
}

.top-block-right p {
  color: #fff;
}

.top-block-right h2.simplistic-headline {
  padding-top: 0;
  font-weight: normal;
}

.landing .wpcf7 input[type="submit"],
button[type="submit"],
.btn {
  width: 100%;
}

.landing .top-block-title {
  padding-top: 80px;
}

.landing .top-block-links {
  margin-top: 0;
}

.accept {
  font-size: 15px;
  color: #8e8f94;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: -20px;
}

div.wpcf7 .wpcf7-submit:disabled {
  background: var(--color-main);
  border: 1px solid var(--color-main) !important;
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 18px 40px;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .landing {
    background-size: auto;
  }

  .landing::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,
        rgb(0 0 0 / 45%) 0%,
        rgb(3 3 3 / 67%) 100%),
      #c4c4c400;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .landing-page .contact-form {
    margin: 0 25px;
  }

  .landing-page .top-block-text {
    background: none;
  }

  .top-block-right h2.simplistic-headline {
    font-size: 30px;
    padding-left: 25px;
    margin-bottom: 40px;
  }

  .like-block {
    margin-left: 25px;
    padding-right: 50px;
  }

  .landing .wpcf7 input[type="submit"],
  button[type="submit"],
  .btn {
    margin-bottom: 0;
  }

  .landing .top-block-links {
    display: flex;
    margin-bottom: 20px;
    margin-top: -40px;
  }
}

.w350 img {
  max-width: 350px;
}

.page-template-cover {
  padding-top: 100px;
}

.page-template-cover h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .page-template-cover h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .page-template-cover h1 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 17px;
  }
}

.page-top-block {
  padding-top: 100px;
}

.page-top-block h1 {
  margin-bottom: 15px;
}

.page-top-block-subtitle,
.page-top-block-text {
  margin-bottom: 25px;
}

.page-top-block-subtitle p {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--color-main);
}

.page-top-block-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: var(--color-main);
  max-width: 776px;
  margin: auto;
}

.page-top-block .btn {
  margin: 25px auto 40px auto;
}

.numbers {
  margin-top: 100px;
  margin-bottom: 30px;
}

.numbers .vc_column-inner {
  padding: 0;
}

.numbers-item {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: var(--color-main);
  border-right: 2px solid rgba(0 0 0 / 0.2);
}

.numbers-item.last {
  border-right: 0;
}

.numbers-item strong {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
}

.page-text-title {
  font-family: "OpenSans";
  max-width: 600px;
  margin: 70px auto 30px;
}

.page-text {
  max-width: 600px;
  margin: auto;
}

.page-text p {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-main);
}

.page-text ul {
  padding-inline-start: 30px;
}

.page-text ul li {
  color: var(--color-main);
  font-weight: normal;
  font-size: 16px;
}

.slider-no-arrows .slider-controls {
  display: none;
}

.w600 {
  max-width: 600px;
  margin: auto;
}

.services {
  padding-left: calc((100vw - var(--content-max-width)) / 2) !important;
}

.services .slick-slider img {
  width: 100%;
  height: auto;
}

.services .slick-list {
  margin: 0 -20px;
}

.services .slick-slide {
  margin-right: 20px;
}

.projects .slider-text p {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-main);
  max-width: 575px;
}

.contacts-block span.strong-name {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.uber-uns-top {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.uber-uns-top h1 {
  margin-bottom: 20px;
}

.uber-uns-top .btn {
  margin-top: 0;
  margin-bottom: 0;
}

h2.dark-banner {
  font-size: 45px;
  margin-bottom: 45px;
}

.perfom {
  display: flex;
  background-color: #f8f8f8;
}

.perfom .vc_column_container,
.perfom .vc_column-inner {
  max-width: var(--content-max-width);
  margin: auto;
}

.perfom .slick-dots {
  display: none;
}

.perfom .slick-list {
  margin: 0 -30px;
}

.perfom .slick-slide {
  background: #fff;
  padding: 38px 38px 25px 38px;
  margin-right: 30px;
}

.perfom a:not(.btn.simplistic-button) {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #0d73bb;
  text-decoration: underline;
  margin-bottom: 5px;
}

.perfom .btn.simplistic-button {
  margin: 0;
  color: #fff;
}

.perfom .slick-slide p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

.perfom .slick-slide strong {
  display: block;
  max-width: 270px;
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  color: var(--color-main);
}

.leistungen h2 {
  font-size: 45px;
  margin-bottom: 70px;
}

.process.leistungen .slider-controls {
  top: auto;
  bottom: 70%;
}

.benefits-item {
  border-bottom: 1px solid #000000;
  padding: 25px 35px 25px 0;
  margin-bottom: 50px;
  min-height: 154px;
}

/* .benefits-item>div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
} */

/* .benefits-item svg {
  margin-bottom: 25px;
} */

.plate-column {
  max-width: 585px;
  margin: auto;
}

.plate-text {
  box-shadow: 0px 20px 50px rgba(18, 18, 18, 0.25);
  margin-top: -95px;
  padding: 70px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.plate-text p {
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  color: var(--color-main);
}

@media (max-width: 768px) {
  .page-template-cover {
    padding-top: 85px;
  }

  .page-top-block {
    padding-top: 50px;
  }

  .page-top-block h1,
  .uber-uns-top h1 {
    font-size: 35px;
    line-height: 47px !important;
    margin-bottom: 20px;
  }

  .numbers {
    margin-top: 20px;
  }

  .numbers-item {
    position: relative;
    border-right: 0;
    padding-bottom: 30px;
  }

  .numbers-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 2px;
    background-color: rgba(0 0 0 / 0.2);
  }

  .numbers-item.last:after {
    content: none;
  }

  .page-text-title {
    font-size: 26px;
  }

  .page-top-block-subtitle p {
    font-size: 16px;
  }

  .perfom .slick-dots {
    display: flex;
    justify-content: center;
  }

  .services .vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .services .slick-slider img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services .slick-slide {
    margin-right: 0;
  }

  .services .slick-dots {
    margin-bottom: 10px;
  }

  .uber-uns-top {
    display: flex;
    flex-direction: column-reverse;
  }

  .uber-uns-top .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col-paddings {
    padding-left: 25px;
    padding-right: 25px;
  }

  .uber-uns-top .btn {
    display: block;
    width: 100%;
  }

  .process-uber-title,
  .leistungen h2 {
    font-size: 26px;
    line-height: 35px;
    margin-top: 0;
  }

  .process .process-title {
    font-size: 18px;
  }

  .leistungen h2 {
    margin-top: 100px;
  }

  .process.leistungen .slider-controls {
    bottom: 0;
  }

  .benefits-item {
    margin-bottom: 20px;
  }

  h2.dark-banner {
    font-size: 25px;
    line-height: 35px;
  }

  .plate-text {
    padding: 30px 20px;
  }

  .plate-text p {
    font-size: 18px;
    line-height: 24px;
  }

  .perfom {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .perfom .slick-slide {
    margin-right: 25px;
    margin-left: 25px;
    padding: 20px;
  }
}

/* Borlabs */
._brlbs-btn {
  background-color: var(--color-main) !important;
  color: #fff !important;
}

._brlbs-btn:hover {
  background-color: #999 !important;
  color: #fff !important;
}

#BorlabsCookieBox ._brlbs-btn {
  font-size: 18px !important;
}

#fragebogen form {
  display: flex;
  flex-direction: column;
}

#fragebogen form .controls {
  order: 2;
}

#fragebogen form .wpcf7-response-output {
  order: 1;
  max-width: 717px;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  #fragebogen form .wpcf7-response-output {
    margin: 40px 32px 0;
  }
}

/* Checkliste Form Block */
.checkliste-block {
  padding-top: 95px;
}

.checkliste-block-title {
  font-weight: 400;
  font-size: 45px;
  line-height: 135%;
  margin-top: 0;
  margin-bottom: 32px;
}

.checkliste-block-title-angebote {
  font-size: 35px;
}

.checkliste-block-text {
  max-width: 474px;
}

.checkliste-form .pdfs input[type="checkbox"] {
  display: none;
}

.checkliste-form input[type="email"],
.checkliste-form input[type="tel"],
.checkliste-form input[type="text"] {
  font-size: 16px;
}

.checkliste-form .pdfs {
  margin-top: 11px;
  margin-bottom: 10px;
}

.checkliste-form .pdfs .wpcf7-list-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 0;
  margin-bottom: 23px;
  cursor: unset;
}

.checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label {
  display: flex;
  align-items: center;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-main);
  position: relative;
  /* padding-left: 37px; */
  cursor: unset;
}

/* .checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label.active {
  color: var(--color-main);
} */

.checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  display: none;
}

.checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label.active::before {
  /* border-color: var(--color-main); */
}

.checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label.active::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 15px;
  height: 15px;
  background: var(--color-main);
  border-radius: 50%;
  display: none;
}

/* .checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label.active+.pdf-icon svg path {
  fill: var(--color-main);
} */

.checkliste-form .wpcf7-list-item {
  margin-left: 0;
}

.checkliste-form .accept {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--color-main);
  margin-top: 30px;
}

.checkliste-form .accept input[type="checkbox"] {
  display: none;
}

.checkliste-form .accept .wpcf7-list-item label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.checkliste-form .accept .wpcf7-list-item-label::before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 7px;
  border: 2px solid #B5BAC7;
}

.checkliste-form .accept input[type=checkbox]:checked+.wpcf7-list-item-label::before {
  content: "✓";
}

div.wpcf7 .checkliste-form .wpcf7-submit,
div.wpcf7 .checkliste-form .wpcf7-submit:disabled {
  width: 100%;
  height: 62px;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 175%;
  /* letter-spacing: 1px; */
  /* letter-spacing: 0.135em; */
  /* text-transform: uppercase; */
  color: #ffffff;
  padding: 15px;
  margin-bottom: 0;
}

div.wpcf7 .checkliste-form .wpcf7-submit:hover {
  color: var(--color-main);
}

div.wpcf7 .checkliste-form .wpcf7-submit:disabled:hover {
  color: #ffffff;
}

.checkliste-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}

.checkliste-block .wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .checkliste-block {
    padding-top: 45px;
  }

  .checkliste-block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .checkliste-block-text {
    margin-bottom: 0;
  }

  .checkliste-form .pdfs .wpcf7-checkbox .wpcf7-list-item>label {
    font-size: 17px;
  }

  .checkliste-form .pdfs .wpcf7-list-item {
    align-items: center;
  }

  .checkliste-form .pdfs {
    margin-top: 30px;
    margin-bottom: -20px;
  }
}

/* Flex */
.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-gap-2 {
  gap: 20px;
}

.hv-processing {
  position: relative;
}

.hv-processing::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('/wp-admin/images/spinner-2x.gif') no-repeat center center rgba(255, 255, 255, 0.6);
}

.wpcf7-form {
  overflow: unset;
}

.hv-small-text {
  font-size: 16px;
  color: var(--color-main);
}

.hv-small-text a {
  text-decoration: underline;
}


/* Interessentenprofil Form
======================================== */
/* .hv-interessentenprofil-form__wrapper {
  max-width: 1000px;
  background-color: #fcfcfc;
  padding: 40px 60px 30px;
  border: 0.2px solid #cccccc;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
} */

.hv-interessentenprofil-form__wrapper .wpcf7 label {
  font-weight: 600;
  font-size: 15px;
}

.hv-interessentenprofil-form__wrapper .wpcf7 .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hv-interessentenprofil-form__wrapper .budi-interessentenprofil-form-control:not(.wpcf7-radio):not(.wpcf7-checkbox) {
  margin-top: 0;
  min-height: 50px;
  border: 1px solid #a4a4a4 !important;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 10px;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: left 10px center;
  background-color: #ffffff;
  display: block;
}

.hv-interessentenprofil-form__wrapper .budi-interessentenprofil-form-control.wpcf7-select:not(.hv-select-multiple) {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_18' data-name='Group 18' xmlns='http://www.w3.org/2000/svg' width='14' height='7.636' viewBox='0 0 14 7.636'%3E%3Cpath id='Path_8' data-name='Path 8' d='M13.814,75.186a.636.636,0,0,0-.9,0L7,81.1,1.087,75.186a.636.636,0,0,0-.9.9L6.551,82.45a.636.636,0,0,0,.9,0l6.363-6.364a.636.636,0,0,0,0-.9Z' transform='translate(-0.001 -75)' fill='%231b1f2a'/%3E%3C/svg%3E%0A") !important;
  background-position: right 10px center !important;
  padding-left: 10px !important;
  position: relative;
  display: block;
  color: var(--color-main);
}

.hv-interessentenprofil-form__wrapper .budi-interessentenprofil-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0 15px 0 0;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns {
  margin-top: 30px;
  gap: 15px;
  display: block;
  min-height: 0 !important;
  position: relative;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns p {
  display: none;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns button {
  background-color: var(--color-main) !important;
  min-height: 50px;
  font-size: 16px !important;
  font-weight: 600;
  background-repeat: no-repeat !important;
  background-size: auto;
  margin: 0 !important;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns button.cf7mls_back {
  padding: 13px 36px 13px 65px !important;
  background-position: left 25px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.613' height='10' viewBox='0 0 27.613 10'%3E%3Cg id='Group_94' data-name='Group 94' transform='translate(31.613)'%3E%3Cpath id='Path_73' data-name='Path 73' d='M4.571,504.491H31.044a.569.569,0,0,0,0-1.139H5.946L9.4,499.9a.57.57,0,0,0-.806-.806L4.167,503.52a.569.569,0,0,0,.4.971Z' transform='translate(-35.613 -498.925)' fill='%23fff'/%3E%3Cpath id='Path_74' data-name='Path 74' d='M1247.829,753.3a.561.561,0,0,0,.4-.167.57.57,0,0,0,0-.806l-4.434-4.434a.57.57,0,0,0-.806.806l4.434,4.434A.568.568,0,0,0,1247.829,753.3Z' transform='translate(-1274.438 -743.298)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns button.cf7mls_next {
  padding: 13px 65px 13px 36px !important;
  background-position: right 25px center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.613' height='10' viewBox='0 0 27.613 10'%3E%3Cg id='Group_94' data-name='Group 94' transform='translate(-4 -498.925)'%3E%3Cpath id='Path_73' data-name='Path 73' d='M31.043,504.491H4.569a.569.569,0,0,1,0-1.139h25.1L26.212,499.9a.57.57,0,0,1,.806-.806l4.428,4.428a.569.569,0,0,1-.4.971Z' fill='%23fff'/%3E%3Cpath id='Path_74' data-name='Path 74' d='M1243.394,753.3a.561.561,0,0,1-.4-.167.57.57,0,0,1,0-.806l4.434-4.434a.57.57,0,0,1,.806.806l-4.434,4.434A.568.568,0,0,1,1243.394,753.3Z' transform='translate(-1216.785 -244.373)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns .ajax-loader,
.hv-interessentenprofil-form__wrapper .cf7mls-btns .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}

.hv-interessentenprofil-form__wrapper .cf7mls-btns .budi-pf-submit{
  width: 100%;
  background: #527D5C;
  font-weight: 600;
}

.hv-interessentenprofil-form__wrapper .hv-list-item-block {
  display: flex;
  flex-wrap: wrap;
}

.hv-interessentenprofil-form__wrapper .hv-list-item-block .wpcf7-list-item {
  display: block;
  margin: 0 0 8px !important;
  flex-basis: 50%;
}

.hv-interessentenprofil-form__wrapper form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
}

.hv-interessentenprofil-form__wrapper form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.8;
}

.hv-interessentenprofil-form__wrapper .fieldset-cf7mls>.action-button {
  display: none;
}

.hv-interessentenprofil-form__wrapper .wpcf7-radio .wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Ellipse_19' data-name='Ellipse 19' fill='%23fff' stroke='%23000' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 25px;
  min-height: 30px;
  line-height: 30px;
  display: inline-block;
}

.hv-interessentenprofil-form__wrapper .wpcf7-radio input:checked~.wpcf7-list-item-label {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_353' data-name='Group 353' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='Ellipse_19' data-name='Ellipse 19' transform='translate(4 4)' fill='%23000' stroke='%23000' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_31' data-name='Ellipse 31' fill='none' stroke='%23000' stroke-width='1'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 25px;
}

.hv-interessentenprofil-form__wrapper .wpcf7-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* .hv-interessentenprofil-form__wrapper .fieldset-cf7mls{
  position: relative !important;
  opacity: 1;
  visibility: visible;
  left: 0 !important;
  transform: unset !important;
} */

.hv-interessentenprofil-form__wrapper .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hv-interessentenprofil-form__wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid var(--color-main);
  border-radius: 2px;
  background-color: transparent;
  position: relative;
}

.hv-interessentenprofil-form__wrapper input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: var(--color-main);
}

@media(max-width: 767px) {
  .hv-interessentenprofil-form__wrapper {
    padding: 20px;
  }

  .hv-interessentenprofil-form__wrapper .wpcf7-radio .wpcf7-list-item-label,
  .hv-interessentenprofil-form__wrapper .wpcf7-radio input:checked~.wpcf7-list-item-label {
    background-size: 20px;
  }

  .hv-interessentenprofil-form__wrapper .budi-interessentenprofil__content h2 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .hv-interessentenprofil-form__wrapper .hv-list-item-block {
    flex-direction: column;
  }
}

@media(max-width: 576px) {

  .hv-interessentenprofil-form__wrapper .cf7mls-btns button.cf7mls_back,
  .hv-interessentenprofil-form__wrapper .cf7mls-btns button.cf7mls_next {
    background-image: none !important;
    padding: 13px 30px !important;
  }
}

@media(max-width: 360px) {
  .hv-interessentenprofil-form__wrapper .cf7mls-btns {
    flex-direction: column;
  }
}

/* Angebote button */
.hv-2-button-angebote>.wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media(max-width: 576px) {
  .hv-2-button-angebote>.wpb_column>.vc_column-inner>.wpb_wrapper {
    flex-direction: column;
  }

  .hv-2-button-angebote>.wpb_column>.vc_column-inner>.wpb_wrapper .budi_button {
    margin-bottom: 0 !important;
  }

  .hv-2-button-angebote>.wpb_column>.vc_column-inner>.wpb_wrapper .budi_button>div {
    width: 100%;
  }
}

@media(max-width: 576px) {
  .page-template-cover h1.hv-internal-page-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media(max-width: 360px) {
  .page-template-cover h1.hv-internal-page-title {
    font-size: 25px;
  }
}

/* Update - 12 Sept 23 */
@media (min-width:767px) {
  .about-left .left-col .vc_column-inner {
    padding-left: 15px !important;
  }
}

.benefits-item>div {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 20px;
}

.benefits-item svg {
  margin-bottom: 0px;
}

/* Custom CSS
========================================= */
.simplistic-header .simplistic-menu #mainmenu ul li .sub-menu {
  top: 60px;
  background: var(--color-main);
}

.simplistic-header .simplistic-menu #mainmenu ul li:hover .sub-menu {
  width: 170px;
}

.simplistic-header .simplistic-menu #mainmenu ul li:hover .sub-menu li {
  width: 100%;
}

.simplistic-header .simplistic-menu #mainmenu ul li:hover .sub-menu li a {
  display: block;
  color: #ffffff;
}

.simplistic-header .simplistic-menu #mainmenu ul li:hover .sub-menu li a:hover {
  color: #ffffff !important;
}

.info-plate .info-subtitle {
  color: var(--color-main) !important;
}

/* New section */
.hv-custom-grid-landing>.wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.hv-custom-grid-landing>.wpb_column>.vc_column-inner>.wpb_wrapper .wpb_single_image,
.hv-custom-grid-landing>.wpb_column>.vc_column-inner>.wpb_wrapper .simplistic-headline {
  margin: 0;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hv-custom-grid-landing>.wpb_column>.vc_column-inner>.wpb_wrapper {
    margin-bottom: 18px;
  }
}

/* PD POPUP */
@media (max-width: 500px) {
  .budi-pflegedienstverkauf-popup-detail__container .budi-pflegedienstverkauf-popup__close {
    top: 15px;
    padding: 8px;
    right: 15px;
    z-index: 20;
  }
}

/* pflegedienstverkauf style */
.hv-pv-region {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18.204' viewBox='0 0 16 18.204'%3E%3Cg id='Group_25' data-name='Group 25' transform='translate(-31)'%3E%3Cpath id='Path_9' data-name='Path 9' d='M42.039,12.028c1.937-3.04,1.694-2.661,1.749-2.74A5.823,5.823,0,0,0,44.867,5.9,5.867,5.867,0,1,0,34.242,9.331l1.718,2.7C34.123,12.31,31,13.152,31,15c0,.675.441,1.638,2.541,2.388A16.834,16.834,0,0,0,39,18.2c3.841,0,8-1.083,8-3.2C47,13.151,43.88,12.311,42.039,12.028ZM35.133,8.745l-.018-.027a4.8,4.8,0,1,1,7.809-.054c-.051.068.217-.349-3.924,6.148ZM39,17.138c-4.2,0-6.933-1.233-6.933-2.133,0-.605,1.407-1.6,4.524-1.988l1.959,3.074a.533.533,0,0,0,.9,0l1.959-3.074C44.526,13.4,45.933,14.4,45.933,15,45.933,15.9,43.22,17.138,39,17.138Z' fill='%231b1f2a'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M183.667,91a2.667,2.667,0,1,0,2.667,2.667A2.67,2.67,0,0,0,183.667,91Zm0,4.267a1.6,1.6,0,1,1,1.6-1.6A1.6,1.6,0,0,1,183.667,95.267Z' transform='translate(-144.667 -87.764)' fill='%231b1f2a'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-bottom: 4px;
  padding-left: 24px;
  font-size: 16px;
  color: #1b1f2a;
}