/* GLOBAL STYLES */

.btn.btn-outline-light a {
  color: #fff !important;
}
body {
  background: url(../img/pattern.svg);
  background-color: #f5f6f1;
}
.btn.btn-outline-light a:hover {
  color: #212529 !important;
  border-bottom: none !important;
}
.for-popup-container {
display:flex;height: 100%;flex-direction: column;width: 40%;align-items: center;justify-content: center;align-content: center;
}
.btn:focus,
.btn:active {
  box-shadow: none !important;
}
.faq-content-block .question:first-child {
  margin-top: 33px !important;
}
.rich-text ~ .faq-cont,
.rich-text ~ .faq-cont .faq-component {
  padding-top: 0 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 5px 0.14rem rgba(134, 221, 7, 0.35) !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(134, 221, 7, 0.85) !important;
  border-color: rgba(134, 221, 7, 0.95) !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(134, 221, 7, 0.95) !important;
}
@media (min-width: 1024px) {
  .container.menu-desktop-component {
    max-width: 1140px !important;
    width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
	
}

@media (min-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1750px !important;
  }
}
.wpcf7-response-output {
  color: #fff !important;
}
h1 {
  font-family: Comfortaa;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0;
  color: #323232;
}
.main-header ~ .rich-text.about:first-of-type {
  padding-top: 0 !important;
}
h2 {
  font-family: Comfortaa;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 0;
  color: #323232;
  margin-bottom: 4px;
}
a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.btn-success:hover {
  color: #4f4f4f !important;
}

.close {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

h3 {
  font-family: Comfortaa;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
  color: #323232;
}

h4 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
  color: #323232;
}

h5 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #323232;
}

h6 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #323232;
}

p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #323232;
}
/* ********************* */

/* *********************
FOOTER COMPONENT
************************ */
footer {
  background: #323232;
  box-sizing: border-box;
  padding: 75px 0;
  width: 100vw;
  margin-top: 105px;
}
.social a:hover {
  text-decoration: none;
  border-bottom: none;
}
footer .row {
  align-items: center;
}

footer .swisslogo {
  width: 32px;
  height: 36px;
}
.footer-links {
  padding-left: 0;
  padding-right: 0;
}
.footer-links ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}

.footer-links li {
  display: inline;
  padding-right: 10px;
  padding-left: 15px;
}

.footer-links a {
  color: #fff;
  font-weight: bold;
}

.creds {
  display: grid;
  grid-template-columns: 45px auto;
}

.credits {
  padding-top: 6px;
}

.credits p {
  color: #fff;
  font-size: 13px;
  line-height: 7%;
}

.social ul {
  list-style: none;
  float: left;
  padding-left: 10px;
  padding-top: 6px;
}

@media (min-width: 992px) {
  .social.col-lg-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .footer-links.col-lg-6 {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}
.social ul li {
  float: left;
  padding-right: 15px;
}

.social ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
}

.header ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

.header li {
  float: auto;
}

.facebook {
  background: url("../img/facebook.svg") top left no-repeat;
  background-size: cover;
}

.facebook:hover {
  background: url("../img/facebook-active.svg") top left no-repeat;
  background-size: cover;
}

.header .facebook {
  background: url("../img/facebook-active.svg") top left no-repeat;
  background-size: cover;
}

.instagram {
  background: url("../img/instagram.svg") top left no-repeat;
  background-size: cover;
}

.instagram:hover {
  background: url("../img/instagram-active.svg") top left no-repeat;
  background-size: cover;
}

.header .instagram {
  background: url("../img/instagram-active.svg") top left no-repeat;
  background-size: cover;
}

.twitter {
  background: url("../img/twitter.svg") top left no-repeat;
  background-size: cover;
}

.twitter:hover {
  background: url("../img/twitter-active.svg") top left no-repeat;
  background-size: cover;
}

.header .twitter {
  background: url("../img/twitter-active.svg") top left no-repeat;
  background-size: cover;
}
.x div {
	background-color: #fff;
} 
.x:hover div {
	background-color: #85dd05 !important;
} 

.youtube {
  background: url("../img/youtube.svg") top left no-repeat;
  background-size: cover;
}

.youtube:hover {
  background: url("../img/youtube-active.svg") top left no-repeat;
  background-size: cover;
}

.header .youtube {
  background: url("../img/youtube-active.svg") top left no-repeat;
  background-size: cover;
}
.rich-text a {
  color: #4f4f4f;
  text-decoration: underline;
}
.rich-text a:hover {
  text-decoration: underline;
  border-bottom: none;
  color: #777777;
}
@media screen and (max-width: 1440px) {
  footer {
    align-items: center;
    align-content: center;
    padding: 75px 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-links {
    order: 1;
  }
  footer {
    margin-top: 50px;
  }

  .creds {
    order: 3;
  }

  .social {
    order: 2;
  }

  footer .footer-links ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  footer .footer-links ul li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 16px;
  }

  .footer-links ul li a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;
  }

  .social ul {
    list-style: none;
    float: none;
    padding-left: 0;
    padding-top: 6px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .social ul li {
    float: none;
    display: inline;
    padding-left: 10px;
    padding-right: 4px;
  }

  .creds {
    grid-template-columns: auto 35px 178px auto;
    margin-top: 27px;
  }

  .credits {
    padding-top: 7px;
  }

  .credits p {
    color: #fff;
    margin-top: -3px;
    font-size: 11px;
    line-height: 0%;
  }

  footer .swisslogo {
    grid-column-start: 2;
    width: auto;
    height: 29px;
  }

  .social ul li:first-of-type {
    padding-left: 0;
  }

  .social ul li:last-of-type {
    padding-right: 0;
  }

  footer {
    align-items: center;
    align-content: center;
    padding: 30px 0;
  }
}

/* ********************************** */

/* *********************
NEWSLETTER COMPONENT
************************ */

.newsletter {
  width: 100vw;
  box-sizing: border-box;
  padding: 105px 0;
  /* background: url("../img/pattern.svg");
  background-color: #f5f6f1; */
}
.newsletter + footer {
  margin-top: 100px !important;
}
.newsletter .container {
  background: #fff;
}
.newsletter .row {
  background: #fff;
  box-sizing: border-box;
  padding: 45px;
  align-items: center;
}

.newsletter .row .col-lg-12 {
  align-items: center;
  align-content: center;
  text-align: center;
}

.newsletter .row .col-lg-12 h2 {
  position: relative;
}

.newsletter p {
  color: #323232;
  margin-bottom: 0;
}

.newsletter .row .col-lg-12 h2 span {
  position: relative;
  top: -8px;
}

.newsletter input[type="email"] {
  background: #ffffff;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 18px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  padding: 24px;
  text-align: center;
  color: #444444;
  width: 93%;
  margin: 0 auto;
  margin-top: 19px;
}

.newsletter .btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 70%;
  border-radius: 2em;
  padding: 0.375rem 4.4rem;
  color: #323232;
  background: #86dd07;
  border-color: #86dd07;
  font-weight: bold;
  font-size: 17px;
  font-family: Open Sans;
}

.newsletter input[type="email"]::placeholder {
  color: #323232;
}

@media screen and (max-width: 991px) {
  .newsletter .row .col-lg-12 h2 span {
    position: relative;
    top: -4px;
  }

  .newsletter .row .col-lg-12 {
    padding: 0;
  }

  .newsletter .row .col-lg-12 h2 span img {
    width: 46px;
  }
  .newsletter .row {
    padding: 30px 15px;
  }

  .newsletter .btn,
  .newsletter input[type="email"] {
    width: 100%;
    border-radius: 100px;
  }

  .newsletter {
    padding: 30px 38px 50px 38px;
  }
  .newsletter h2 {
    font-weight: bold;
    font-size: 30px;
  }
}
/* ********************************** */

/* *********************
NEWS OVERVIEW COMPONENT
************************ */
.news-component {
  padding-top: 111px;
  background: transparent;
}

.news-component h2 {
  height: 58px;
  line-height: 51px;
  font-size: 46px;
  margin-bottom: 0;
}
.slider-news {
  margin-top: 10px;
}
.line {
  width: 142px;
  height: 6px;
  background: #86de29;
  border-radius: 20px;
}

.news-list {
  margin-top: 25px;
}

.news {
  overflow: hidden;
}

.news-item {
  max-width: calc(100% / 4);
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.6) 0px,
      rgba(0, 0, 0, 0.4) 50%,
      transparent 100%
    ),
    url("../img/news-placeholder.svg") top left no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 20px;
  height: 420px !important;
  display: grid !important;
  position: relative;
  align-items: end;
  outline: none !important;
  overflow: hidden;
}
.news-item * {
  position: relative;
}
.news-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
}
.news-item:hover::before {
  transform: scale(1.2);
}
.news-item h3 {
  display: grid;
  height: 258px;
  align-items: end;
  padding: 0 10px;
}
.news-item p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 19px;
  display: block;
  overflow: hidden;
  height: 58px;
}
.news-item .btn {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  margin: 10px auto;
  display: inline-block;
  padding: 0.375rem 4.4rem;
}

.news-item span {
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .no-mobile .news-item .btn {
    padding: 0.375rem 3rem;
  }

  .no-mobile .news-item h3 {
    font-size: 27px;
  }
}
.news-item * {
  color: #fff;
}

.news-item .date {
  float: left;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 30px;
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
}

.news-component .arrow-left {
  border: none;
  outline: none;
  width: 20px;
  height: 35px;
  vertical-align: middle;
  background: url("../img/arrow-left.svg") top left no-repeat;
  margin-right: 32px;
}

.news-component .btn:hover,
.news-item .btn:hover {
  background: none;
}

.news-component .arrow-left:hover {
  background-image: url("../img/arrow-left-active.svg");
}

.news-component .arrow-right:hover {
  background-image: url("../img/arrow-right-active.svg");
}

.news-component .btn-outline-primary {
  color: #323232;
  font-weight: bold;
  border-radius: 32px;
  border: 1px solid #323232;
  padding: 0.5rem 3.6rem;
  font-size: 20px;
}

.news-controls {
  text-align: right;
  align-self: center;
}
.news-item {
  transition: 0.8s all ease;
  cursor: pointer;
}
/* .news-item:hover {
  background-size: auto 104% !important;
} */
.news-component .arrow-right {
  border: none;
  outline: none;
  vertical-align: middle;
  width: 20px;
  height: 35px;
  background: url("../img/arrow-right.svg") top left no-repeat;
  margin-right: 30px;
}

.mobile-only {
  display: none !important;
}
@media screen and (min-width: 1590px) {
  .news-item {
    height: 650px !important;
    align-items: self-end;
    /* padding-top: 310px; */
    padding-top: 0;
  }
  .news-item h3 {
    display: grid;
    height: 488px;
    align-items: end;
  }
}
@media screen and (max-width: 1100px) {
  .news-component h2 {
    font-size: 24px;
    line-height: 27px;
    height: auto;
    font-weight: bold;
  }
  .news-component {
    padding-top: 30px;
  }
  .line {
    width: 78px;
    height: 3px;
    background: #86de29;
    border-radius: 20px;
    margin-top: 3px;
  }

  .no-mobile {
    display: none !important;
  }

  .news-item span.date {
    font-size: 15px;
    line-height: 140%;
  }

  .news-controls {
    display: none;
  }

  .news-item {
    width: auto;
    max-width: 320px !important;
    padding: 0 10px 10px;
    margin-right: 15px;
  }

  .news-item p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
  }

  .news-item h3 {
    font-size: 19px;
  }

  .mobile-only {
    display: grid !important;
  }

  .languages .mobile-only {
    display: none !important;
  }
  .languages .mobile-only[selected] {
    display: block !important;
  }

  .news-component-mobile {
    display: block !important;
    text-align: center;
  }

  .news-component-mobile .btn:hover {
    background: none;
  }

  .news-component-mobile .btn-outline-primary {
    color: #323232;
    font-weight: bold;
    border-radius: 32px;
    border: 1px solid #323232;
    padding: 0.5rem 3.6rem;
    margin: 30px 0;
  }

  .news-item .btn {
    padding: 10px 40px;
    border: 1px solid #ffffff;
  }
}
.news-component-mobile + footer {
  margin-top: 170px;
}
.newsletter + footer {
  margin-top: 70px;
}
/* ********************************** */

body {
  font-family: Open Sans;
  font-style: normal;
  overflow-x: hidden;
}
html {
  overflow-y: scroll;
}
/* ********************************** */

/* *********************
MENU DESKTOP COMPONENT
************************ */
.menu-desktop-component {
  position: relative;
  z-index: 3;
}
.main-header {
  z-index: 1;
}
.blue-bg {
  background: #2d9cdb;
  height: 81px;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-bottom: 10px;
  box-sizing: content-box;
}
.logo,
.logo-hover {
  padding-left: 15px;
  margin-top: -3px;
  object-fit: contain;
}
.links {
  padding: 0;
}
.partner-button {
  padding-left: 31px;
}
.partner-button .btn.btn-outline-light a {
  color: #323232 !important;
}
.menu-desktop {
  width: 100vw;
  height: 81px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
  max-width: 100%;
  height: 81px;
  display: flex;
  justify-content: space-between;
  line-height: 81px;
  width: 100%;
  padding-bottom: 10px;
  box-sizing: content-box;
}

.languages img {
  display: none;
}

.menu-desktop .links a {
  color: #fff !important;
  line-height: 81px;
  font-size: 16px;
  margin-right: 31px;
  font-weight: bold;
}

.menu-desktop .languages span {
  width: 44px;
  height: 70px;
  background: #444;
  border-radius: 0px 0px 10px 10px;
  float: left;
  margin: 0 0;
  line-height: 81px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: height 0.5s;
}

.menu-desktop .languages span a {
  color: #fff;
}

.menu-desktop .languages span a:hover {
  border-bottom: 0;
}

.menu-desktop .languages span:hover {
  color: #fff;
  border-bottom: none;
  background: #f5f6f1;
  border-bottom: 11px solid #f5f6f1;
  height: 81px;
  cursor: pointer;
}
.menu-desktop .languages span:hover a {
  color: #444 !important;
}

.menu-desktop .languages span[selected=""] {
  height: 81px;
  background: #f5f6f1;
  border-bottom: 11px solid #f5f6f1;
  color: #444;
}
.menu-desktop .languages span[selected=""] a {
  color: #444;
}
.menu-desktop .burger {
  width: 54px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  display: none;
}

.menu-desktop .partner-button .btn-outline-light {
  border-radius: 100px;
  min-height: 30px;
  font-size: 14px;
  line-height: 16px;
  width: 160px;
  margin-top: -2px;
}

.menu-desktop .partner-button .btn-outline-light:hover {
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  /* opacity: 0.75; */
  background: #f8f9fa;
  color: #323232;
}

.menu-desktop .partner-button .btn-outline-light:active {
  background: #fff;
  border-bottom: 1px solid #fff;
  border: 1px solid #86dd07;
  color: #86dd07;
  opacity: 1;
}

.languages {
  padding-right: 0px;
  position: relative;
  padding-top: 0px;
  margin-left: 0px;
}

.languages .languages-mobile {
  display: none;
  position: absolute;
  width: 70px;
  min-height: 30px;
  left: 6px;
  padding: 0;
  text-transform: uppercase;
  padding-top: 20px;
}
.languages .languages-mobile a {
  color: #fff;
}

.languages .languages-mobile li {
  width: 100%;
  height: 40px;
  float: left;
  list-style: none;
  line-height: 30px;
  list-style: none;
  color: #fff;
  font-size: 18px;
}

.menu-mobile {
  width: 100vw;
  height: 100vh;
  background: #86dd07;
  display: none;
  position: absolute;
  z-index: 20;
  text-align: center;
  position: fixed;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
}
.menu-mobile .links a:hover {
  border-bottom: none !important;
}

.menu-mobile .links {
  width: 100%;
  text-align: center;
  float: left;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  margin-top: 16px;
}

.menu-mobile .links a {
  text-align: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #323232;
  margin-top: 24px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 24px;
}

.menu-mobile .links a[aria-current="page"]:after {
  content: "";
  height: 2px;
  background: #323232;
  display: block;
  margin-top: 2px;
}

.menu-mobile .close {
  position: absolute;
  left: 19px !important;
  top: 32px !important;
}

.menu-mobile .logo {
  width: 100%;
  height: 81px;
  line-height: 81px;
  text-align: center;
  float: left;
}

.menu-mobile .partner-button .btn-outline-light {
  border-radius: 100px;
  min-height: 30px;
  font-size: 14px;
  line-height: 16px;
  width: 166px;
  color: #444;
  border-color: #444;
  margin-top: 38px;
}

.menu-mobile .social {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 20px;
}

.main-header {
  width: 100%;
  height: 790px;
  max-height: 100vh !important;
  background: #2d9cdb;
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 2000px) {
  .main-header {
    height: 920px;
  }
}
.main-header .main-header-img {
  height: 494px;
  position: absolute;
  left: -120px;
  margin: auto;
  top: 45px;
  bottom: 0;
  z-index: 2;
}

.main-header .btn-outline-light {
  border-radius: 100px;
  padding: 0.35em 2.35em;
  font-size: 20px;
  margin-top: 37px;
  font-weight: bold;
}

.main-header .btn-outline-light:hover {
  color: #323232;
  border-bottom: 1px solid #fff;
}

.main-header .btn-outline-light:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.advantages .btn-outline-light:hover {
  color: #323232;
  border-bottom: 1px solid #fff;
}

.advantages .btn-outline-light:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.news-item .btn:hover {
  color: #323232;
  background: #ffffff !important;
  border-bottom: 2px solid #fff;
}

.news-item .btn:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.news-controls .btn:hover {
  opacity: 0.8;
  background: transparent;
}

.news-controls .btn:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.newsletter .btn:hover {
  opacity: 0.8;
}

.newsletter .btn:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.popup .btn-outline-light:hover {
  opacity: 0.8;
}
.popup .btn-outline-light:active {
  background: #ffffff !important;
  opacity: 1;
  color: #86dd07 !important;
}

.popup .btn-nein:hover {
  opacity: 0.8;
}
.popup .btn-nein:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.faq-modal .btn:hover {
  opacity: 0.8;
}
.faq-modal .btn:active {
  background: #ffffff !important;
  color: #86dd07 !important;
  opacity: 1;
}

.for-modal .btn:hover {
  opacity: 0.8;
}

.faq-modal .btn:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.faq .btn-outline-dark:hover {
  opacity: 0.8;
}
.faq .btn-outline-dark:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.radios .btn-outline-success:hover {
  opacity: 0.8;
}
.radios + .news-component {
  padding-top: 0 !important;
}
.radios .btn-outline-success:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.radios .search-filter .btn-success:hover {
  opacity: 0.8;
}
.radios .search-filter .btn-success:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.garage .btn:hover {
  opacity: 0.8;
}
.garage .btn:active {
  background: #ffffff !important;
  color: #86dd07 !important;
  opacity: 1;
}

.garages .more-block .btn-more:hover {
  opacity: 0.8;
}
.garages .more-block .btn-more:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.news .btn-success:hover {
  opacity: 0.8;
}

.news .btn-success:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.for-page .btn:hover {
  opacity: 0.8;
}

.for-page .btn:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.faq-component .question .btn-outline-light:hover {
  opacity: 0.8;
}

.faq-component .question .btn-outline-light:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.all-stations .btn-success:hover {
  opacity: 0.8;
}

.all-stations .btn-success:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.faq-component .question .btn-outline-light:hover {
  opacity: 0.8;
}

.faq-component .question .btn-outline-light:active {
  background: #ffffff !important;
  border: 1px solid #92e020 !important;
  color: #86dd07 !important;
  opacity: 1;
}

.main-header h1 {
  color: #ffffff;
  margin-top: 43px;
  margin-left: -5px;
  letter-spacing: 0;
  padding-bottom: 20px;
}
.slider-top {
  display: grid !important;
  align-items: center;
}
.main-header-right {
  position: relative;
  z-index: 9;
}
.main-header h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  letter-spacing: 0;
}

.menu-mobile .close {
  left: 20px;
  position: absolute;
  top: 20px;
  opacity: 1;
}

.menu-mobile .partner-button {
  padding-left: 0;
}

@media screen and (min-width: 1025px) {
  .menu-desktop .languages img {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
	.for-popup-container {
display:flex;height: auto;flex-direction: column;width: 40%;align-items: center;justify-content: center;align-content: center;
}
	.for-popup-container img {
		padding-top:30px;
	}
  .blue-bg {
    padding-bottom: 0;
    box-sizing: content-box;
  }

  .menu-desktop {
    padding-bottom: 0;
    box-sizing: content-box;
  }

  .links,
  .partner-button {
    display: none;
  }
  .slider-top {
    width: 100vw !important;
  }
  .menu-desktop .languages span {
    width: 33px;
    height: 70px;
    background: #444;
    border-radius: 0px 0px 10px 10px;
    float: left;
    margin: 0 1px;
    line-height: 81px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  .languages {
    padding-right: 0px;
    position: relative;
    padding-top: 4px;
    margin-left: 0px;
  }
  .menu-desktop .languages span[selected=""] {
    border: none !important;
  }
  .menu-desktop .languages span[selected=""] a {
    color: #fff !important;
  }
  .menu-mobile .links {
    display: block;
  }

  .menu-mobile .partner-button {
    display: block;
  }

  .main-header h1 {
    margin-top: 135px;
    padding-bottom: 0;
  }
  buttons {
    display: none;
  }

  .menu-desktop .burger {
    display: block;
  }

  .main-header-img {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
  }

  .main-header-left {
    position: unset;
  }

  .main-header-right {
    width: 100%;
    position: relative;
    z-index: 9;
  }

  .languages span {
    display: none;
  }

  .menu-desktop .languages span[selected=""] {
    display: block;
    background: transparent;
    color: #fff;
    font-weight: normal;
    line-height: 73px;
    font-size: 18px;
    text-transform: uppercase;
  }

  .menu-desktop .languages img {
    display: block;
    margin-top: 33px;
    margin-right: 20px;
  }

  .main-header .main-header-img {
    height: 40vh;
    left: -10vw;
    bottom: 0;
    top: auto;
    width: 100%;
    width: auto;
  }

  .main-header h1 {
    font-size: 38px;
    margin-top: 0;
  }

  .main-header h2 {
    font-size: 22px;
  }

  .right-block {
    display: none;
  }

  .main-header .btn-outline-light {
    padding: 0.42em 2.37em;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16.7px;
    line-height: 16px;
    margin-top: 20px;
  }

  .logo {
    padding: 0px;
    margin: 0;
    margin-left: 0;
    width: auto;
    margin-top: -2px;
  }

  .main-header-right {
    text-align: center;
  }
}
.slider-top {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  height: 790px !important;
  max-height: 100vh !important;
  width: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slick-dots li button:before {
  font-family: Open sans;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-header .slick-dots li button:before {
  color: #fff !important;
  font-size: 32px !important;
}
.main-header .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 32px !important;
}
.main-header .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: 5px !important;
}
.main-header .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main-header.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .main-header .slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 38px !important;
  }
  .main-header {
    height: 500px !important;
  }
  .slider-top {
    height: 500px !important;
  }
  .slider-top .slider-top-img {
    width: 100%;
    height: auto;
    position: unset;
    display: block;
    margin: 0 auto;
  }
  .slider-top-left {
    display: none;
  }
  .slider-top,
  .main-header {
    height: 600px !important;
  }
  .slider-top-left {
    order: 2;
  }
  slider-top-right {
    order: 1;
  }
  .slider-top {
    display: block;
  }
  .slider-top .row {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 2000px) {
  .main-header {
    height: 920px;
  }
  .slider-top {
    height: 920px !important;
    max-height: 100vh !important;
  }
}
/* ********************************** */

/* *********************
ABOUT COMPONENT
************************ */
.about {
  width: 100vw;
  background: #2d9cdb;
  display: flex;
  justify-content: center;
  padding-top: 105px;
  padding-bottom: 50px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  /* background-color: #f5f6f1; */
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 30px;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
}
.about p {
  margin-top: 20px;
}

.video {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: relative;
}

.video video {
  width: 100%;
  object-fit: cover;
  min-height: 220px;
}

.video .play-button {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
  line-height: 164px;
  cursor: pointer;
}
.video .play-button:hover {
  width: 184px;
  line-height: 184px;
  height: 184px;
}
.advantages {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: relative;
  background: #2d9cdb;
  padding-top: 100px;
  padding-bottom: 100px;
}
.advantages .col-md-4.col-6.text-center {
  padding-top: 70px;
}

.advantages h2 {
  color: #fff;
  font-weight: bold;
}

.advantages h3 {
  font-family: Comfortaa;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 10px;
}
.adv-h2 {
  margin-bottom: 24px;
}

.advantages p {
  line-height: 140%;
  color: #ffffff;
  min-height: 70px;
  margin-bottom: 0;
}

.advantages .btn-outline-light {
  border-radius: 100px;
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold;
  border-width: 1px;
  padding: 5px 24px;
  max-width: 100%;
  width: 250px;
}

.advantages img {
  height: 80px;
}

.advantages .m-o {
  display: none;
}

@media screen and (max-width: 991px) {
  .advantages {
    padding-top: 30px;
  }
  .advantages img {
    width: 50px;
    height: 50px !important;
    height: auto;
    object-fit: contain;
  }

  .advantages h3 {
    font-family: Comfortaa;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .advantages p {
    display: block;
    min-height: 115px;
    overflow: hidden;
    font-size: 14.5px;
    line-height: 160%;
  }
  .advantages .col-md-4.col-6.text-center {
    padding-top: 24px;
  }
  .adv-h2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 900px) {
  .advantages .m-o {
    display: inline-block;
    max-width: auto;
    border-width: 1px;
    width: auto;
  }
}

/**
*
*
*
*/
.right-block {
  position: absolute;
  right: 0;
  height: 210px;
  width: 60px;
  overflow: hidden;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 10px 0px 0 10px;
  cursor: pointer;
}

.right-block .contact {
  width: 60px;
  height: 150px;
  background: #ffffff;
  border-radius: 10px 0px 10px 10px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.right-block .contact .text {
  font-family: Open Sans;
  font-style: normal;
  font-size: 16px;
  height: calc(100% - 64px);
  float: left;
  text-align: center;
  color: #444444;
  transform: rotate(-90deg);
  line-height: 67px;
  font-weight: bold;
  padding-right: 8px;
}
.question ul,
.question ol {
  font-weight: normal;
}
.right-block .faq .text {
  font-family: Open Sans;
  font-style: normal;
  font-size: 16px;
  height: calc(100% - 70px);
  float: left;
  text-align: center;
  transform: rotate(-90deg);
  line-height: 70px;
  font-weight: bold;
  padding-right: 35px;
}

.right-block .contact .icon-block {
  width: 36px;
  height: 36px;
  float: left;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  border: 1px solid #444;
  margin: 12px;
  margin-top: 12px;
}

.right-block .faq {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 150px;
  background: #86dd07;
  border-radius: 10px 10px 0px 10px;
  text-align: center;
  z-index: 0;
  color: #fff;
}

.right-block:hover .contact {
  top: -81.54px;
}
.right-block:hover .faq {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq:hover {
  z-index: 9;
}
.contact:hover {
  top: 0 !important;
}

.right-block .faq img {
  margin-top: 20px;
}

.popup-button {
  position: fixed;
  width: 59px;
  height: 59px;
  right: 15px;
  bottom: 15px;
  background: #86dd07;
  box-shadow: 0px 4px 25px rgba(9, 71, 75, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

.popup-button img {
  width: 59px;
  height: 59px;
  object-fit: contain;
	padding:8px;
}

.popup {
  position: fixed;
  width: 510px;
  height: 220px;
  right: 49px;
  bottom: 82px;
  background: #86dd07;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: block;
  z-index: 999;
}

.popup .btn-outline-light {
  border-radius: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  border-width: 1px !important;
  width: 120px;
  margin-top: 16px;
  font-weight: bold;
  color: #323232;
  background: #fff;
}

.popup .close {
  top: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
}

.popup .popup-right {
  width: 280px;
  height: 110px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 3px;
}

.strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  display: block;
  color: #323232;
}
.btn-nein {
  background: none !important;
  border-width: 1px !important;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .popup .popup-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 23px;
    padding-left: 7px;
  }
  .strong {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #323232;
    margin-top: 20px;
    display: block;
    padding-left: 11px;
  }
  .popup .btn-outline-light {
    border-radius: 100px;
    height: auto;
    font-size: 14px;
    width: auto;
    margin-top: 27px;
    font-weight: bold;
    color: #323232;
    padding: 0.15em 2.8em;
    background: #fff;
  }
  .popup {
    padding-right: 20px;
    width: 236px;
    padding: 10px;
    height: 298px;
  }
  .popup-img {
    width: 215px;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
  }
  .btn-nein {
    text-align: right;
    /* float: right; */
    margin-left: 8px;
    padding: 0.15em 2em !important;
    background: none !important;
  }
}
/* *********************
FAQ COMPONENT
************************ */

.faq {
  max-width: 768px;
}
.faq-component {
  padding-bottom: 60px;
  padding-top: 70px;
  background: transparent;
  /* background-color: #f5f6f1; */
}
.faq .btn-outline-dark {
  width: 240px;
  min-height: 50px;
  height: auto;
  background: #f6f6f1;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 100px;
  display: block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #323232;
  margin-top: 32px;
  margin-right: 10px;
}

.faq .btn-outline-dark[selected] {
  background: #86dd07;
}

.faq .btn-block {
  display: flex;
  justify-content: center !important;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 30%;
}

.faq-content {
  margin-top: 100px;
}

.line-2 {
  width: 71px;
  height: 6px;
  background: #86dd07;
  border-radius: 20px;
}
.modal .line-2 {
  margin-bottom: 33px;
}
.question {
  min-height: 36px;
  padding-top: 6px;
  border-bottom: 1px solid #86dd07;
  line-height: 140%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  color: #323232;
  display: grid;
  grid-template-columns: auto 36px;
  border-top: 0;
  cursor: pointer;
  margin-top: 0;
  padding-bottom: 5px;
}
.answer {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.question .btn-outline-light {
  width: 81px;
  height: 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #323232;
  background: #f6f6f1;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 100px;
  min-width: 85px;
}
.question .btn-outline-light:last-of-type {
  margin-left: 10px;
}
.question .btn-outline-light[selected=""] {
  background: #ffffff;
}

.question img {
  float: right;
  height: 36px;
  width: 36px;
  object-fit: none;
}

@media screen and (max-width: 1024px) {
  .faq .btn-outline-dark {
    width: 140px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #323232;
    margin-top: 10px;
  }
  .faq h3 {
    font-size: 20px;
  }
  .faq .btn-block {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0 10px;
  }
  .question {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .question p,
  .question ol,
  .question ul {
    font-weight: normal;
    font-size: 12px;
  }

  .faq-content h3 {
    margin-bottom: 0;
  }
  .modal .line-2 {
    margin-bottom: 13px;
  }
  .line-2 {
    width: 71px;
    height: 3px;
  }
}
@media screen and (max-width: 402px) {
  .faq .btn-outline-dark {
    width: 120px;
    height: 35px;
    gap: 10px;
    font-size: 14px;
    border: 1px solid #323232;
  }
}
/* ********************* */
.zum-kont {
  width: 300px !important;
}
@media screen and (max-width: 402px) {
  .zum-kont {
    width: 250px !important;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1030px;
  }
}
/* width */
.modal-body::-webkit-scrollbar {
  width: 8px !important;
  background: #fff !important;
  border-radius: 50px !important;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
  border-radius: 50px !important;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb {
  background: #86dd07 !important;
  border-radius: 50px !important;
}

/* Handle on hover */
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #86dd07 !important;
}

@media screen and (max-width: 991px) {
  .modal .faq h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #323232;
  }

  .modal-body .container {
    padding: 0;
  }

  .faq-content {
    margin-top: 50px;
  }

  .faq .faq-content h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
  }

  .modal-body {
    max-height: unset !important;
    width: 100% !important;
    overflow-y: auto !important;
  }
}

/* ********************************** */

/* *********************
RICH TEXT COMPONENT
************************ */
.rich-text {
  padding-top: 70px;
  background: transparent;
  /* background-color: #f5f6f1; */
}

.menu-mobile + .rich-text:first-of-type {
  padding-top: 130px;
}
.rich-text .col-lg-8 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 22px;
}
.rich-text h2 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 100;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 0;
  margin-top: 30px;
}
.rich-text h2::after {
  display: block;
  content: " ";
  margin-top: 10px;
  width: 142px;
  height: 6px;
  background: #86de29;
  border-radius: 20px;
}
.rich-text p {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 0;
  margin-left: 0;
}
.rich-text ul {
  grid-column-start: 1;
  grid-column-end: 3;
}
.rich-text h3 + * {
  font-size: 16px;
  grid-column-start: 2;
  grid-column-end: 3;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 24px;
  margin-left: 10px;
}
.rich-text h3::after {
  display: block;
  content: " ";
  margin-top: 10px;
  width: 104px;
  height: 4px;
  background: #86de29;
  border-radius: 20px;
}
.rich-text h3 {
  font-size: 31px;
  line-height: 38px;
  float: left;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 991px) {
  .rich-text .col-lg-8 {
    gap: 0;
  }
  .rich-text h2 {
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
  }
  .rich-text h2::after {
    display: block;
    content: " ";
    margin-top: 6px;
    width: 78px;
    height: 3px;
    background: #86de29;
    border-radius: 20px;
  }
  .rich-text {
    padding-top: 0;
  }
  .menu-mobile + .rich-text.about:first-of-type {
    margin-top: 70px;
  }
  .rich-text p {
    line-height: 140%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .rich-text h3 {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .rich-text h3 + * {
    grid-column-start: 1;
    grid-column-end: 3;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 0;
    font-size: 14px;
  }
  .rich-text h3::after {
    display: block;
    content: " ";
    margin-top: 4px;
    width: 60px;
    height: 3px;
    background: #86de29;
    border-radius: 20px;
  }
  .rich-text h3 {
    font-size: 31px;
    line-height: 38px;
    float: left;
    margin-top: 10px;
    display: block;
  }
}

.modal-body .question {
  color: #fff;
}

.modal-body .question p {
  color: #fff;
}

.modal-body .faq-content h3 {
  color: #fff;
}

.btn.btn-outline-light a:hover {
  color: #212529 !important;
  border-bottom: none !important;
}
.slick-dots > li:only-child {
  display: none !important;
}
.btn.btn-outline-light:hover a {
  color: #212529 !important;
}

.for-modal {
  padding: 50px;
}

.for-modal .contact-form {
  background: #323232;
  padding-top: 60px;
  padding-bottom: 60px;
}
.faq-cont + section {
  padding-top: 0 !important;
}
.faq-cont + .rich-text h2:first-child {
  margin-top: 0 !important;
}
.for-modal .text,
.email,
.select {
  height: 50px;
  background: #ffffff;
  border-radius: 18px;
  border: 0;
  padding: 14px;
  padding-left: 26px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.select {
  background: #fff url(../img/union.png) 98% center no-repeat;
}
.for-modal .line {
  width: 71px;
  height: 6px;
  background: #86dd07;
  border-radius: 20px;
  margin-bottom: 40px;
}
.for-modal .textarea {
  min-height: 130px;
  background: #ffffff;
  border-radius: 18px;
  border: 0;
  padding: 15px;
  padding-left: 30px;
  width: 100%;
}

.for-modal .btn {
  width: 300px;
  height: 39px;
  padding: 0.37rem 4.4rem;
  background: #86dd07;
  border-radius: 100px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  color: #323232;
  margin-top: 20px;
}

.for-modal .btn:hover {
  color: #4f4f4f;
}

.for-modal span {
  color: #fff;
}

.for-modal input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444444;
}

.for-modal input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444444;
}

.for-modal input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444444;
}

.for-modal input[type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444444;
}

.for-modal input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444444;
}

.for-modal input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444444;
}

.for-modal textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444444;
}

.for-modal textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444444;
}

.for-modal textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444444;
}

.for-modal input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.for-modal input[type="radio"]:checked + span,
input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  color: #ffffff;
  margin-right: 30px;
}
.for-modal input[type="radio"]:checked + span:before,
input[type="radio"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
}
.for-modal input[type="radio"]:checked + span:after,
input[type="radio"]:not(:checked) + span:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #86dd07;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.for-modal input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.for-modal input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.for-modal input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.for-modal input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.for-modal input[type="checkbox"] + span:before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 4px;
  margin-top: 2px;
}
.for-modal input[type="checkbox"]:hover + span:before {
  background: #0080c8;
}
.for-modal input[type="checkbox"]:focus + span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.for-modal input[type="checkbox"]:checked + span:before {
  background: #fff;
}
.for-modal input[type="checkbox"]:disabled + span {
  color: #fff;
  cursor: auto;
}
.for-modal input[type="checkbox"]:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.for-modal input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: #0080c8;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #0080c8, 4px 0 0 #0080c8, 4px -2px 0 #0080c8,
    4px -4px 0 #0080c8, 4px -6px 0 #0080c8, 4px -8px 0 #0080c8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.for-modal p:last-of-type {
  text-align: center;
  margin-bottom: 0;
}
form.sent p,
form.sent div {
  display: none !important;
}
form.sent .wpcf7-response-output {
  display: block !important;
  border: none !important;
  width: 100%;
  float: none;
  font-size: 23px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.video-block {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
}

.play-button-mobile {
  display: none;
}

.for-modal h3 {
  color: #fff;
  margin-bottom: 8px;
}

.for-modal span.wpcf7-list-item {
  margin: 0;
}

#exampleModal1 .close {
  right: 32px;
  top: 32px;
  position: absolute;
  opacity: 1;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  .for-modal {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #exampleModal1 .close {
    right: 25px;
    top: 25px;
  }

  #exampleModal1 .close img {
    width: 15px;
  }

  .for-modal h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    color: #f6f6f1;
    margin-bottom: 8px;
  }

  .for-modal input[type="checkbox"] + span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0;
    color: #ffffff;
  }

  .for-modal input[type="checkbox"] + span:before {
    position: relative;
    top: -3px;
  }

  .for-modal input[type="checkbox"] + span:after {
    top: 7px !important;
  }

  .for-modal .text,
  .email,
  .select {
    padding: 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0;
    background: #ffffff;
    border-radius: 100px;
    color: #444444;
    padding-left: 20px;
    -webkit-appearance: none;
    appearance: none;
  }
  .select {
    background: #fff url(../img/union.png) 93% center no-repeat;
  }

  .for-modal .textarea {
    padding: 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    background: #ffffff;
    border-radius: 18px;
    letter-spacing: 0;
    color: #444444;
    padding-left: 20px;
    max-height: 100px;
  }

  .for-modal .btn {
    width: 180px;
    height: 39px;
    background: #86dd07;
    border-radius: 100px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    padding: 0.375rem 0;
    color: #323232;
  }

  .play-button {
    display: none;
  }
  .play-button-mobile {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 84px;
    cursor: pointer;
  }
  .play-button-mobile img {
    height: 40px;
  }

  .video-block {
    height: 220px;
    background-size: cover;
  }
}

.close:hover {
  cursor: pointer;
  opacity: 0.75 !important;
}

.close-modal:hover {
  cursor: pointer;
  opacity: 0.75 !important;
}

.close-filter:hover {
  cursor: pointer;
  opacity: 0.75 !important;
}

.logo a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.first-h3-for-kontakt {
  margin-top: 123px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .faq-modal img {
    height: 15px;
    width: 15px;
  }

  .faq-modal .btn-outline-dark {
    padding: 14px 14px;
    width: auto;
    height: auto;
    width: calc(50% - 5px);
    margin-right: 0;
  }

  .faq-modal .modal-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .faq-modal h3 {
    font-size: 22px !important;
  }

  .faq-modal .btn-block {
    justify-content: space-between;
  }

  .first-h3-for-kontakt {
    margin-top: 40px;
  }

  .zum-kont {
    width: auto !important;
  }
}

.acf-form input[type="text"] {
  height: 50px;
  background: #ffffff;
  border-radius: 100px;
  border: 0;
  padding: 15px !important;
  padding-left: 26px !important;
  width: 100%;
}

.acf-form select {
  height: 50px;
  background: #ffffff;
  border-radius: 100px;
  border: 0;
  padding: 15px !important;
  padding-left: 26px !important;
  width: 100%;
}

.acf-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.acf-form select {
  background-image: url("img/chevron-dark_2.svg");
  background-position: calc(100% - 20px), calc(100% - 15px), calc(100% - 2.5em);
  background-repeat: no-repeat;
}

.acf-form select:focus {
  background-image: url("img/chevron-dark_2.svg");
  background-position: calc(100% - 20px), calc(100% - 15px), calc(100% - 2.5em);
  background-repeat: no-repeat;
  outline: 0;
}

.acf-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.acf-form input[type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.acf-form input[type="checkbox"] + span:before {
  content: "";
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 4px;
  margin-top: 2px;
}
.acf-form input[type="checkbox"]:hover + span:before {
  background: #0080c8;
}
.acf-form input[type="checkbox"]:focus + span:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.acf-form input[type="checkbox"]:checked + span:before {
  background: #fff;
}
.acf-form input[type="checkbox"]:disabled + span {
  color: #fff;
  cursor: auto;
}
.acf-form input[type="checkbox"]:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.acf-form input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  background: #0080c8;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #0080c8, 4px 0 0 #0080c8, 4px -2px 0 #0080c8,
    4px -4px 0 #0080c8, 4px -6px 0 #0080c8, 4px -8px 0 #0080c8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.acf-fields > .acf-field {
  border: 0px !important;
  color: #fff;
}

.acf-form .acf-button {
  padding: 10px 30px;
  background: #86dd07;
  border-radius: 100px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #323232;
  margin-top: 20px;
  border: 0;
}

.acf-field p.description {
  color: #fff;
}

.acf-form-submit {
  text-align: center;
}

.acf-form textarea {
  min-height: 130px;
  background: #ffffff;
  border-radius: 18px;
  border: 0;
  padding: 15px !important;
  padding-left: 30px !important;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .acf-form input[type="text"] {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    background: #ffffff;
    border-radius: 100px;
    height: 40px;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0;
    color: #444444;
    padding: 10px;
    padding-left: 20px !important;
  }

  .acf-form .acf-button {
    width: 140px;
    height: 40px;
    background: #86dd07;
    border-radius: 100px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #323232;
  }

  .acf-form textarea {
    padding: 8px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    background: #ffffff;
    border-radius: 18px;
    letter-spacing: 0;
    color: #444444;
    padding-left: 20px !important;
    max-height: 100px;
  }

  .acf-form select {
    height: 40px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0;
    color: #444444;
    padding: 10px !important;
    padding-left: 20px !important;
  }

  .acf-form input[type="checkbox"] + span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0;
    color: #ffffff;
  }

  .acf-form input[type="checkbox"] + span:before {
    position: relative;
    top: -3px;
  }

  .acf-form input[type="checkbox"] + span:after {
    top: 7px !important;
  }
}

ul.acf-checkbox-list.acf-hl li {
  width: 50% !important;
  float: left !important;
  margin-right: 0 !important;
}

input[type="text"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 221, 7, 0.25);
}

input[type="email"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 221, 7, 0.25);
}

textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134, 221, 7, 0.25);
}

div.wpcf7 .ajax-loader {
  float: left;
  display: block;
  width: 100%;
  display: none !important;
}
.wpcf7-not-valid-tip {
  padding: 10px 0 0 0;
  color: #e0e3e8 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  border: none !important;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  @keyframes ripple {
    0% {
      color: #86dd07 !important;
    }
    90% {
      border: 1px solid #92e020 !important;
    }
    100% {
      background: #ffffff !important;
    }
  }
  * {
    transition: none !important;
  }
  *:focus,
  *:active {
    transition: 0.3s all ease !important;
  }
  /* *:active {
    transition: 1s all ease !important;
  } */
  .btn:active {
    animation: ripple 0.5s linear !important;
  }

  .news-item:hover::before {
    transform: none !important;
  }
  .news-item:focus::before {
    transform: scale(1.2) !important;
    transition: 1s all ease !important;
  }
  .slick-mbl *,
  .slick-news * {
    transition: 1s all ease !important;
  }
}
.cmplz-status-marketing #cc-banner-wrap,
.cmplz-status-marketing #cc-window,
.cmplz-status-no-choice #cc-window,
.cmplz-status-no-choice #cc-banner-wrap,
.cmplz-status-allow #cc-window,
.cmplz-status-allow #cc-banner-wrap,
.cmplz-status-stats #cc-window,
.cmplz-status-stats #cc-banner-wrap {
  display: none !important;
}

.close-modal-from-popup {
  right: 27px;
  top: 27px;
  position: absolute;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .close-modal-from-popup {
    right: 25px;
    top: 20px;
    position: absolute;
    opacity: 1;
  }
}

/*.languages span:focus {
  outline: none;
  box-shadow: none;
}

.popup .close:focus {
  outline: none;
  box-shadow: none;
}*/

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.faq-modal .answer a {
  color: #fff;
  text-decoration: underline;
}

.faq-modal .answer a:hover {
  text-decoration: underline;
  border-bottom: none;
  color: #999;
}

.grecaptcha-badge {
	display:none;
}

#nachricht{margin-top:1rem;}

#anliegenals{padding:14px;}
