@charset "UTF-8";
html {
  touch-action: manipulation;
}

body {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #00a7ff;
}
a:focus {
  outline: none;
}

button {
  cursor: pointer;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: unset;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: SoleilBold;
  src: url(../fonts/SoleilBold.otf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: SoleilLight;
  src: url(../fonts/SoleilLight.otf);
}
@font-face {
  font-family: SoleilRegular;
  src: url(../fonts/SoleilRegular.otf);
}
@font-face {
  font-family: Soleil-SemiBold;
  src: url(../fonts/Soleil-SemiBold.otf);
}
@font-face {
  font-family: Outfit-SemiBold;
  src: url(../fonts/Outfit-SemiBold.ttf);
}
h2 {
  font-size: 35px;
  line-height: 68px;
  color: #343831;
  font-family: OpenSans-Bold;
}

p, li {
  font-size: 18px;
  line-height: 32px;
  color: #343831;
  font-family: SoleilLight;
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1664px;
  }
}
/*header css*/
.header {
  padding: 25px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header .header-logo a {
  display: inline-block;
}
.header .navbar-nav {
  margin-right: -5px;
}
.header .navbar-nav .nav-item.main-menu-item > .nav-link {
  padding: 0 0 0 45px;
  font-size: 16px;
  line-height: 20px;
  color: #F5F5F5;
  letter-spacing: 1.6px;
  font-family: SoleilBold;
}
.header .navbar-nav .nav-item li.sub-menu-item > .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.header .navbar-nav .nav-item li.sub-menu-item:hover > a {
  color: #ABC647;
}
.header .navbar-nav ul.dropdown-menu li {
  display: block;
  position: relative;
  padding: 0 0 0.4rem;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #f2f2f2;
}
.header .navbar-nav ul.dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.header .navbar-nav li:hover > ul.dropdown-menu {
  display: inline-block;
}
.header .navbar-nav li > ul.dropdown-menu {
  padding: 0.5rem 1rem;
}

.header-navbar .navbar .collapse > ul > li:hover > a {
  color: #ABC647;
}
.header-navbar .navbar .collapse > ul > li ul li:hover > a {
  color: #ABC647;
  background-color: transparent;
}
.header-navbar .navbar-nav .current_page_item > a {
  color: #ABC647 !important;
}

/*.header .navbar-expand-lg .navbar-nav .dropdown-menu{top:35px;}*/
/*banner css*/
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 58, 58, 0.7960784314);
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.banner .banner-heading {
  position: absolute;
  top: 478px;
}
.banner .banner-heading h2 {
  font-size: 50px;
  color: #FFFFFF;
  font-family: OpenSans-Bold;
  position: relative;
}
.banner .banner-heading h6 {
  min-height: 27px;
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  position: relative;
}

/*location-info css*/
.location {
  position: relative;
  margin-top: -208px;
  margin-bottom: 184px;
}
.location .location-details .row .col-md-9 {
  width: 67.789%;
}
.location .location-details .row .col-md-3 {
  width: 32.211%;
}
.location .location-content {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 59px 65px 47px 65px;
  height: 100%;
}
.location .location-content .location-text {
  padding-top: 66px;
  margin-bottom: 40px;
}
.location .location-content .location-text h5 {
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.location .location-content .location-text h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.location .location-content .location-text p {
  margin: 38px 0 12px 0;
}
.location .location-content .location-text h4 {
  font-size: 30px;
  line-height: 38px;
  color: #343831;
  font-family: Outfit-SemiBold;
}
.location .location-content .location-text a {
  font-size: 26px;
  line-height: 40px;
  color: #ABC647;
  font-family: Outfit-SemiBold;
  text-decoration: underline;
}
.location .location-content .location-map img {
  height: 323px;
  display: block;
  margin-left: 43px;
}
.location .contact-find {
  background-color: #ABC647;
  padding: 76px 60px 47px 61px;
  border-radius: 8px;
  height: 100%;
}
.location .contact-find p {
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: Outfit-SemiBold;
}
.location .contact-find a {
  margin-top: 63px;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  color: #343831;
  font-family: Outfit-SemiBold;
  position: relative;
}
.location .contact-find a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 8px;
  border-bottom: 4px solid #FFFFFF;
  width: 45px;
}
.location .contact-find a img {
  margin-left: 10px;
}
.location .location-content .row .col-lg-4.col-md-6.col-6:nth-child(2) .location-text {
  padding-left: 21px;
}
.location .location-content ul li {
  position: relative;
  padding-left: 40px;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  line-height: 40px;
  color: #343831;
}
.location .location-content ul li:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 8px;
  background-image: url(../images/list-arrow.png);
}
.location .location-content h2 {
  margin-bottom: 30px;
}
.location .location-details h1 {
  font-size: 35px;
  font-family: OpenSans-Bold;
  margin-bottom: 20px;
}

/*fulda-services css*/
.fulda-services {
  padding-bottom: 81px;
}
.fulda-services .fulda-details .row .col-lg-6:nth-child(1) {
  width: 49%;
}
.fulda-services .fulda-details .row .col-lg-6:nth-child(2) {
  width: 51%;
}
.fulda-services .fulda-text p {
  padding-left: 2px;
}

/*fulda-contact-info css*/
section.fulda-contact .fulda-contact-info .row {
  margin-top: 40px;
}

.fulda-contact {
  padding-bottom: 232px;
}
.fulda-contact .fulda-contact-text .fulda-contact-icon {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.fulda-contact .fulda-contact-text label {
  margin: 20px 0 29px 0;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1F6A5E;
  font-family: OpenSans-Bold;
}
.fulda-contact .fulda-contact-text p {
  width: 317px;
}
.fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(2) .fulda-contact-text {
  padding-left: 20px;
}
.fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(3) .fulda-contact-text {
  padding-left: 41px;
}
.fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(4) .fulda-contact-text {
  padding-left: 62px;
}

/*our-competences css*/
.our-competences {
  padding-bottom: 217px;
}

.our-competences-features {
  max-width: 75%;
  margin-inline: auto;
}

.our-competences h5 {
  margin-bottom: 139px;
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.our-competences h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.our-competences ul li {
  padding: 25px 0;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid #E5E5E5;
}
.our-competences ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/btn-black.png);
  width: 28px;
  height: 28px;
  right: 40px;
}
.our-competences ul li span {
  position: relative;
  display: inline-block;
  margin: -6px 40px 0px 3px;
  font-size: 26px;
  line-height: 40px;
  color: #343831;
  font-family: Outfit-SemiBold;
}
.our-competences ul li span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -6px;
  border-bottom: 8px solid #F5F5F5;
  width: 33px;
}
.our-competences ul li a {
  position: relative;
  font-size: 35px;
  line-height: 67px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-competences ul li.active a {
  color: #ABC647;
}
.our-competences ul li.active:before {
  content: "";
  position: absolute;
  background-image: url(../images/btn-green.png);
}
.our-competences .competences-btn {
  margin-top: 74px;
  margin-left: 14px;
}
.our-competences .competences-btn a {
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-competences .competences-btn a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -19px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.our-competences .competences-btn a img {
  margin-left: 15px;
}

/*questions-section css*/
.questions-section {
  padding-bottom: 215px;
}
.questions-section.questions-more {
  padding-bottom: 219px;
}
.questions-section .questions-details {
  overflow: hidden;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 31px 93px 103px 93px;
}
.questions-section .questions-details:before {
  content: "";
  position: absolute;
  mix-blend-mode: luminosity;
  background-image: url(../images/wind_bildmarke.png);
  width: 226px;
  height: 579px;
  left: 709px;
  top: -52px;
  background-repeat: repeat-y;
  background-size: 220px;
  opacity: 0.1;
  transform: rotate(13deg);
}
.questions-section .questions-text {
  max-width: 674px;
  margin-top: 107px;
}
.questions-section .questions-details h3 {
  font-size: 45px;
  line-height: 60px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.questions-section .questions-text a {
  margin-top: 69px;
  margin-left: 34px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.questions-section .questions-text a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -14px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.questions-section .questions-text a img {
  margin-left: 15px;
}
.questions-section .questions-info {
  position: relative;
}
.questions-section .questions-info img {
  margin-left: 187px;
}
.questions-section .questions-info h6 {
  margin-right: 20px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  color: #343831;
  font-family: OpenSans-Bold;
}
.questions-section .questions-info span {
  font-size: 24px;
  line-height: 36px;
  color: #343831;
  font-family: SoleilRegular;
}
.questions-section .questions-info label {
  margin-left: 245px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.questions-section .questions-info a {
  margin-left: 245px;
  text-decoration: underline;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  color: #ABC647;
  font-family: OpenSans-Bold;
}
.questions-section .questions-info h5 {
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.questions-section .questions-info h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.questions-section .questions-info p {
  margin: 38px 0 37px 0;
}
.questions-section .berater-text {
  margin: -11px 0 18px 245px;
}
.questions-section.questions-more .questions-details {
  padding: 33px 93px 135px 140px;
}
.questions-section.questions-more .questions-text a {
  margin-top: 57px;
}
.questions-section.questions-more .questions-details:before {
  left: 821px;
}
.questions-section.questions-more .questions-info {
  width: 463px;
  margin: 112px 0 0 auto;
}
.questions-section.questions-more .questions-info img {
  margin-left: 0;
}

/*about-windundpartner css*/
.about-windundpartner {
  padding-bottom: 203px;
}
.about-windundpartner .row {
  margin-bottom: 8px;
}
.about-windundpartner h5 {
  margin-bottom: 128px;
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.about-windundpartner h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.about-windundpartner .about-text h4 {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 65px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.about-windundpartner .about-text p {
  line-height: 40px;
}
.about-windundpartner .row:nth-child(2) .col-lg-6 .about-text h4 {
  width: 500px;
}
.about-windundpartner .row:nth-child(2) .col-lg-6 .about-text p {
  width: 578px;
}
.about-windundpartner .row:nth-child(2) .col-lg-6 .about-right img {
  margin: -150px 0 0 -27px;
}
.about-windundpartner .row.flex-md-row-reverse .about-left img {
  margin-top: 108px;
  margin-left: 10px;
}
.about-windundpartner .row.flex-md-row-reverse .about-text {
  width: 741px;
  margin-left: 37px;
}
.about-windundpartner .row:nth-child(4) .col-lg-6 .about-text {
  width: 750px;
}
.about-windundpartner .row:nth-child(4) .col-lg-6 .about-right img {
  margin: 189px 0 0 74px;
}
.about-windundpartner .row:nth-child(4) .col-lg-6 .about-text h4 {
  margin-top: 28px;
  margin-bottom: 21px;
}
.about-windundpartner .row:nth-child(4) .col-lg-6 .about-text p {
  margin-bottom: 40px;
}

/*certifications css*/
.certifications {
  padding-bottom: 300px;
}
.certifications h2 {
  margin-left: 22px;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 76px;
}
.certifications .certifications-details .row .col-lg-3:nth-child(2) .certifications-logo img {
  margin-left: 66px;
}
.certifications .certifications-details .row .col-lg-3:nth-child(3) .certifications-logo img {
  margin-left: 131px;
}
.certifications .certifications-details .row .col-lg-3:nth-child(4) .certifications-logo img {
  margin-left: auto;
  display: block;
}

/*our-customers css*/
.our-customers {
  padding-bottom: 220px;
}
.our-customers .our-customers-content {
  border-top: 2px solid #E5E5E5;
  padding-top: 120px;
}
.our-customers .customers-qoutes h2 {
  margin-left: 40px;
  margin-top: -10px;
  width: 971px;
  line-height: 75px;
}
.our-customers .customers-info {
  margin-left: 118px;
  margin-top: 56px;
}
.our-customers .customers-text {
  margin-left: 15px;
}
.our-customers .customers-text h5 {
  margin-top: 8px;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 33px;
  color: #343831;
  letter-spacing: 1.44px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
}
.our-customers .customers-text span {
  font-size: 22px;
  line-height: 36px;
  color: #343831;
  font-family: SoleilLight;
}
.our-customers .customers-heading h5 {
  margin-top: 9px;
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.our-customers .customers-heading h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}

.slick-slider {
  margin-bottom: 0px;
}

.our-customers .slick-next:before {
  content: "";
  background-image: url(../images/prve.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
}
.our-customers .slick-prev:before {
  content: "";
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
}
.our-customers .slick-next, .our-customers .slick-prev {
  top: unset;
  bottom: 9%;
  z-index: 5;
}
.our-customers .slick-next {
  right: 222px;
}
.our-customers .slick-prev {
  right: 136px;
  left: unset;
}
.our-customers .customers-details {
  margin-left: 38px;
}

/*our-partners css*/
.our-partners {
  padding-bottom: 240px;
}
.our-partners .our-partners-heading {
  margin-bottom: 60px;
}
.our-partners .our-partners-heading h2 {
  width: 715px;
  margin-left: 47px;
}
.our-partners .our-partners-heading h5 {
  margin-top: 21px;
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.our-partners .our-partners-heading h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.our-partners .col-lg-12 h2 {
  width: 100%;
  text-align: center;
  margin-left: 0px;
}

/* .our-partners .partners-slider .partners-details{background-color:#F5F5F5;border-radius: 8px;} */
.slick-carousel.partners-slider {
  width: 1475px;
  margin: 0 auto;
}
.slick-carousel.partners-slider .slick-slide {
  margin: 0 0 0 15px;
  text-align: center;
}
.slick-carousel.partners-slider .slick-slide .partners-details {
  display: inline-block;
}
.slick-carousel.partners-slider .slick-prev, .slick-carousel.partners-slider .slick-next {
  top: 45%;
}
.slick-carousel.partners-slider .slick-prev {
  left: -82px;
}
.slick-carousel.partners-slider .slick-next {
  right: -54px;
}
.slick-carousel.partners-slider .slick-next:before {
  content: "";
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  opacity: 1;
}
.slick-carousel.partners-slider .slick-prev:before {
  content: "";
  background-image: url(../images/prve.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  opacity: 1;
}

/*.slick-carousel.partners-slider .slick-current.slick-slide{margin-left:0;}*/
/*windundpartner-info css*/
.windundpartner-info {
  padding-bottom: 87px;
}
.windundpartner-info .windundpartner-heading {
  margin-bottom: 80px;
}
.windundpartner-info .windundpartner-heading h2 {
  margin-left: 47px;
  width: 715px;
}
.windundpartner-info .windundpartner-heading h5 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.windundpartner-info .windundpartner-heading h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.windundpartner-info .masonry .masonry__item {
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}
.windundpartner-info .masonry .masonry__item img {
  border-radius: 8px;
  margin-bottom: 1em;
  aspect-ratio: 779/519;
  object-fit: cover;
  height: auto;
}
.windundpartner-info .masonry .masonry__item h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 45px;
  line-height: 55px;
  color: #343831;
  font-family: OpenSans-Bold;
}
/*useful-information css*/
.useful-information {
  padding-bottom: 220px;
}
.useful-information .useful-information-heading {
  margin-bottom: 139px;
}
.useful-information .useful-information-heading h5 {
  font-size: 20px;
  line-height: 27px;
  color: #343831;
  letter-spacing: 1.2px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
}
.useful-information .useful-information-heading h5:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  border-bottom: 4px solid #ABC647;
  width: 50px;
}
.useful-information ul li {
  padding: 65px 0 64px 0;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 2px solid #E5E5E5;
}
.useful-information ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/btn-black.png);
  width: 28px;
  height: 28px;
  right: 40px;
}
.useful-information ul li a {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.useful-information ul li.active:before {
  content: "";
  position: absolute;
  background-image: url(../images/btn-green.png);
}
.useful-information .more-btn a {
  margin-top: 37px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}

.more-btn a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -15px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}

.useful-information .more-btn a img {
  margin-left: 15px;
}

/*windundpartner-help css*/
.windundpartner-help {
  padding-bottom: 105px;
}
.windundpartner-help .windundpartner-help-text p {
  margin-left: 150px;
  line-height: 40px;
  margin-top: 7px;
}

/*windundpartner-logo css*/
.windundpartner-logo {
  padding-bottom: 174px;
}
.windundpartner-logo .logo-info img {
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.windundpartner-logo .row {
  margin: 0;
}
.windundpartner-logo .windundpartner-logo-details > .row > .col-lg-2:first-child {
  margin-left: 0;
}
.windundpartner-logo .col-lg-2 {
  margin-bottom: 30px;
  padding: 0;
  width: 179px;
  margin-left: 113px;
}

/*our-locations css*/
.our-locations {
  padding-bottom: 200px;
}
.our-locations .our-locations-heading {
  margin-bottom: 84px;
}
.our-locations .our-locations-heading h2 {
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-locations .our-location-bg {
  border-radius: 8px;
  background-color: #F5F5F5;
  padding: 82px 34px 86px 62px;
  position: relative;
  overflow: hidden;
}
.our-locations .map-view a {
  margin-top: -6px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-locations .map-view a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -16px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.our-locations .map-view img {
  margin-left: 7px;
}
.our-locations .our-location-text p {
  margin: 34px 0 32px 0;
  font-size: 24px;
}
.our-locations .our-location-text h2 {
  font-size: 45px;
  line-height: 60px;
}
.our-locations .our-location-text .our-mail a {
  margin-top: 6px;
  display: inline-block;
  color: #ABC647;
}
.our-locations .our-location-text a {
  font-size: 30px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-locations .our-location-bg:before {
  content: "";
  position: absolute;
  mix-blend-mode: luminosity;
  background-image: url(../images/viri_element.png);
  width: 215px;
  height: 559px;
  left: 466px;
  top: 0;
}
.our-locations .our-locations-details .row {
  margin-bottom: 24px;
}

/*footer css*/
.footer {
  background-color: #343831;
  padding-top: 70px;
  padding-bottom: 52px;
}
.footer h2 {
  color: #FFFFFF;
  width: 495px;
}
.footer .footer-top {
  padding-bottom: 70px;
}
.footer .footer-top label {
  padding-top: 3px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: OpenSans-Bold;
}
.footer .footer-top ul li a {
  font-size: 16px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: SoleilRegular;
}
.footer .footer-bottom {
  border-top: 2px solid #FFFFFF;
  padding-top: 50px;
}
.footer .footer-bottom ul li {
  display: inline-block;
}
.footer .footer-bottom .footer-link li a {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: OpenSans-Regular;
  margin-right: 63px;
}
.footer .footer-bottom .footer-link li:last-child a {
  margin-right: 0;
}
.footer .footer-bottom .footer-social-media li a {
  margin-left: 41px;
  display: inline-block;
}
.footer .footer-bottom .footer-social-media li:first-child a {
  margin-left: 0;
}
.footer .footer-windundpartner {
  padding-left: 127px;
}
.footer .footer-competencies {
  padding-left: 47px;
}
.footer .footer-contact {
  padding-left: 36px;
}

/*karriere-Page css*/
.windundpartner-defines-us {
  padding-bottom: 174px;
  padding-top: 35px;
}
.windundpartner-defines-us p + h1, .windundpartner-defines-us p + h2, .windundpartner-defines-us p + h3, .windundpartner-defines-us p + h4, .windundpartner-defines-us p + h5, .windundpartner-defines-us p + h6 {
  margin-top: 1em;
}
.windundpartner-defines-us h1, .windundpartner-defines-us h2, .windundpartner-defines-us h3, .windundpartner-defines-us h4, .windundpartner-defines-us h5, .windundpartner-defines-us h6 {
  font-family: OpenSans-Bold;
  color: #1F6A5E;
}
.windundpartner-defines-us ul, .windundpartner-defines-us ol {
  list-style: inherit;
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 25px;
}
.windundpartner-defines-us ul li, .windundpartner-defines-us ol li {
  font-family: SoleilLight;
}
.windundpartner-defines-us ul li {
  list-style-type: "➞";
  padding-left: 10px;
}
.windundpartner-defines-us ul li::marker {
  color: #ABC647;
}
.windundpartner-defines-us .windundpartner-defines-text {
  width: 1400px;
  margin: 0 auto;
}
.windundpartner-defines-us .windundpartner-defines-text h2 {
  text-align: center;
  margin-bottom: 35px;
}

/*our-job css*/
.our-job {
  padding-bottom: 108px;
}
.our-job .slick-carousel.our-job-slider .slick-slide {
  margin: 0 20px;
}
.our-job .slick-next:before {
  content: "";
  background-image: url(../images/prve.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
}
.our-job .slick-prev:before {
  content: "";
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
}
.our-job .slick-next, .our-job .slick-prev {
  top: unset;
  bottom: -9%;
  z-index: 5;
}
.our-job .slick-next {
  right: 115px;
}
.our-job .slick-prev {
  right: 40px;
  left: unset;
}
.our-job .job-show a img {
  display: inline-block;
  margin-left: 5px;
}
.our-job .job-details {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 71px 60px 71px 60px;
}
.our-job .our-job-text {
  margin-bottom: 51px;
}
.our-job .our-job-text h5 {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.44px;
  color: #ABC647;
  font-family: OpenSans-Bold;
}
.our-job .job-details .job-location p {
  margin-left: 15px;
}
.our-job .job-details h4 {
  margin: 13px 0 32px 0;
  font-size: 37px;
  line-height: 46px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-job .job-details .job-btn a {
  margin-right: 21px;
  font-size: 20px;
  line-height: 24px;
  color: #343831;
  font-family: Soleil-SemiBold;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 13px 29px;
}
.our-job .job-details .job-btn a.administration-btn {
  margin-left: 20px;
}
.our-job .job-show a {
  margin-top: 74px;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-job .job-show a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -15px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.our-job .row {
  margin: 0 -32px;
}
.our-job .row .col-lg-4 {
  padding: 0 32px;
}
.our-job .job-advertisements a {
  margin-top: 75px;
  margin-right: 22px;
  display: inline-block;
  position: relative;
  font-size: 22px;
  line-height: 40px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.our-job .job-advertisements a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -15px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.our-job .job-advertisements a img {
  margin-left: 7px;
}

/*.our-job .slick-carousel.our-job-slider .slick-slide.slick-current.slick-active{margin:0;}*/
/*benefits-and-services css*/
.benefits-and-services {
  padding-bottom: 143px;
}
.benefits-and-services .benefits-services-details {
  border-top: 2px solid #E5E5E5;
  padding-top: 103px;
}
.benefits-and-services .benefits-services-details .row:nth-child(1) {
  margin: 0;
  margin-bottom: 106px;
}
.benefits-and-services .benefits-services-details h3 {
  width: 715px;
  margin-top: 7px;
  font-size: 40px;
  line-height: 45px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.benefits-and-services .benefits-services-details .row .col-lg-6 {
  padding: 0;
}
.benefits-and-services .services-features {
  margin-bottom: 73px;
}
.benefits-and-services .services-features span {
  margin-left: 17px;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.44px;
  color: #1F6A5E;
  font-family: OpenSans-Bold;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(2) .services-features {
  padding-left: 37px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(2) .services-features span {
  margin-left: 30px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(3) .services-features {
  padding-left: 58px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(4) .services-features {
  padding-left: 6px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(6) .services-features {
  padding-left: 36px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(7) .services-features {
  padding-left: 57px;
}
.benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(8) .services-features {
  padding-left: 7px;
}

/*our-applicants-say css*/
.our-applicants-say {
  padding-bottom: 200px;
  padding-top: 3px;
}
.our-applicants-say .our-applicants-heading h2 {
  margin-bottom: 75px;
}
.our-applicants-say .our-applicants-details {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 60px 30px 57px 30px;
}
.our-applicants-say .our-applicants-details .our-applicants-text {
  margin-bottom: 33px;
}
.our-applicants-say .our-applicants-details h5 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #343831;
  font-family: OpenSans-Bold;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.our-applicants-say .our-applicants-details h5:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  border-bottom: 5px solid #ABC647;
  width: 45px;
}
.our-applicants-say .our-applicants-details span, .our-applicants-say .our-applicants-details p {
  font-size: 18px;
  line-height: 30px;
  color: #343831;
  font-family: SoleilLight;
}

.slick-carousel.our-applicants-slider {
  width: 1500px;
  margin: 0 auto;
}
.slick-carousel.our-applicants-slider .slick-slide {
  margin: 0 15px;
}
.slick-carousel.our-applicants-slider .slick-next:before {
  content: "";
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  opacity: 1;
}
.slick-carousel.our-applicants-slider .slick-prev {
  left: -79px;
}
.slick-carousel.our-applicants-slider .slick-prev:before {
  content: "";
  background-image: url(../images/prve.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  opacity: 1;
}
.slick-carousel.our-applicants-slider .slick-next {
  right: -51px;
  top: 45%;
}
.slick-carousel.our-applicants-slider .slick-prev {
  top: 45%;
}

/*solution-page css*/
.page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-right img {
  margin: -50px 0 0 -41px;
}
.page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text h4 {
  width: 674px;
}
.page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text p {
  width: 677px;
}

.windundpartner-primus {
  padding-bottom: 202px;
  padding-top: 13px;
}
.windundpartner-primus .windundpartner-primus-text h2 {
  margin-bottom: 33px;
  margin-top: 18px;
  position: relative;
}
.windundpartner-primus .windundpartner-primus-text h2:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  border: solid #B0C45B;
  width: 50px;
}
.windundpartner-primus .windundpartner-primus-text p {
  width: 621px;
}
.windundpartner-primus .solution {
  position: relative;
  height: 523px;
  text-align: right;
}
.windundpartner-primus .windundpartner-primus-about .row .col-lg-6:nth-child(1) {
  width: 44%;
}
.windundpartner-primus .windundpartner-primus-about .row .col-lg-6:nth-child(2) {
  width: 56%;
}
.windundpartner-primus .solution-bg {
  padding: 71px 0 0 2px;
  position: absolute;
  top: 140px;
  left: 387px;
  z-index: 1;
  margin: 0 auto;
  background-color: #A6BA31;
  width: 225px;
  height: 225px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.windundpartner-primus .solution-bg h5 {
  margin-top: 5px;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: OpenSans-Bold;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.windundpartner-primus .solution-features {
  background-color: #F2F2F2;
  border-radius: 8px;
}
.windundpartner-primus .solution-features span {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #343831;
  font-family: OpenSans-Bold;
}
.windundpartner-primus .security {
  position: absolute;
  top: 38px;
  left: 158px;
  width: 251px;
  text-align: center;
  padding: 36px 0;
}
.windundpartner-primus .security:before {
  content: "";
  position: absolute;
  top: 120px;
  left: 60px;
  border: 2px solid #F2F2F2;
  width: 223px;
  transform: rotate(38deg);
}
.windundpartner-primus .cloud {
  position: absolute;
  top: 0;
  right: 34px;
  width: 251px;
  text-align: center;
  padding: 36px 0;
}
.windundpartner-primus .cloud:before {
  content: "";
  position: absolute;
  top: 138px;
  left: -68px;
  border: 2px solid #F2F2F2;
  width: 223px;
  transform: rotate(141deg);
}
.windundpartner-primus .business-application {
  position: absolute;
  bottom: 2px;
  left: 112px;
  width: 323px;
  text-align: center;
  padding: 36px 0;
}
.windundpartner-primus .business-application:before {
  content: "";
  position: absolute;
  bottom: 160px;
  left: 173px;
  border: 2px solid #F2F2F2;
  width: 223px;
  transform: rotate(-54deg);
}
.windundpartner-primus .modern-working {
  position: absolute;
  bottom: 42px;
  right: 0;
  width: 317px;
  text-align: center;
  padding: 36px 0;
}
.windundpartner-primus .modern-working:before {
  content: "";
  position: absolute;
  bottom: 134px;
  left: -113px;
  border: 2px solid #F2F2F2;
  width: 223px;
  transform: rotate(53deg);
}

/*solutions–advantages css*/
.solutions_advantages {
  padding-bottom: 115px;
}
.solutions_advantages .solutions_advantages-heading h2 {
  margin-bottom: 75px;
  text-align: center;
  font-size: 60px;
  line-height: 82px;
}
.solutions_advantages .solutions_advantages-text {
  margin-bottom: 98px;
}
.solutions_advantages .solutions_advantages-text span {
  width: 382px;
  display: block;
  margin: 20px 0 19px 0;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.44px;
  color: #1F6A5E;
  font-family: OpenSans-Bold;
}
.solutions_advantages .solutions_advantages-text p {
  width: 414px;
}
.solutions_advantages .solutions_advantages-details {
  width: 1500px;
  margin: 0 auto;
}
.solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(2) .solutions_advantages-text, .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(5) .solutions_advantages-text {
  padding-left: 35px;
}
.solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(3) .solutions_advantages-text, .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(6) .solutions_advantages-text {
  padding-left: 70px;
}

/*solutions-security css*/
.solutions-security {
  margin-bottom: 227px;
  background-color: #F5F5F5;
  padding: 135px 0 128px 0;
}
.solutions-security .solutions-security-text {
  width: 687px;
}
.solutions-security .solutions-security-features .row {
  margin-bottom: 16px;
}
.solutions-security .solutions-security-text h2 {
  margin-bottom: 34px;
  font-size: 40px;
  line-height: 55px;
}
.solutions-security .solutions-security-features .box {
  padding: 26px 0;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.solutions-security .solutions-security-features .box span {
  font-size: 18px;
  line-height: 29px;
  color: #333333;
  font-family: OpenSans-Bold;
}

/*contact-us css*/
.contact-us {
  padding-bottom: 170px;
}
.contact-us .row {
  margin: 0 -63px;
}
.contact-us .contact-us-heading h2 {
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 92px;
}
.contact-us .row .col-lg-3 {
  padding: 0 63px;
}
.contact-us .contact-text {
  position: relative;
}
.contact-us .contact-text:before {
  content: "";
  position: absolute;
  bottom: 89px;
  right: -75px;
  background-image: url(../images/btn-green.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
.contact-us .row .col-lg-3:last-child .contact-text:before {
  display: none;
}
.contact-us .contact-text label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/label-bg.png);
  background-repeat: no-repeat;
  width: 86px;
  height: 76px;
  font-size: 40px;
  line-height: 40px;
  color: #F5F5F5;
  font-family: Outfit-SemiBold;
}
.contact-us .contact-text span {
  display: block;
  margin: 25px 0 32px 0;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #1F6A5E;
  font-family: OpenSans-Bold;
}
.contact-us .contact-text p {
  width: 315px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.2px;
}

/*faq css*/
.faq .faq__headline h2 {
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 52px;
}
.faq .wrap_inner {
  padding: 5rem 0;
}

section.faq .faq__wrapper .faq__single {
  margin: 0 0 1.5rem;
  background: white;
  border-radius: 0;
}
section.faq .faq__wrapper .faq__single > a {
  display: block;
  font-size: 1.5rem;
  font-family: OpenSans-Bold;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.2;
  color: #343831;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 2rem 7rem 2rem 5rem;
}
section.faq .faq__wrapper .faq__single > a:after {
  display: block;
  content: url(../images/faq_plus.svg);
  width: 19px;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%);
}
section.faq .faq__wrapper .faq__single.expand > a:after {
  content: url(../images/faq_dash.svg);
  transform: translateY(-68%);
}
section.faq .faq__wrapper .faq__single .faq__answer {
  display: none;
  padding: 0 5rem 2rem;
}
section.faq .faq__wrapper .faq__single .faq__answer *:not(a) {
  color: #343831;
}
section.faq ul, section.faq ol {
  list-style: inherit;
  padding-left: 2rem;
  line-height: 25px;
}
section.faq ul li, section.faq ol li {
  font-family: SoleilLight;
}

/*guide page css*/
.guide {
  margin-bottom: 95px;
}
.guide .guide-details .data-backup {
  padding: 45px 50px 18px 40px;
  background-color: #F5F5F5;
  border-radius: 8px;
  mix-blend-mode: darken;
}
.guide .data-backup-process label {
  margin: 15px 0 0 0;
  font-family: OpenSans-Bold;
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.08px;
  color: #1F6A5E;
}
.guide .data-backup-process span {
  font-size: 22px;
  line-height: 36px;
  color: #343831;
  font-family: SoleilLight;
}
.guide .guide-details .row .col-md-9 {
  width: 67.789%;
}
.guide .guide-details .row .col-md-3 {
  width: 32.211%;
}
.guide .data-backup-process {
  position: relative;
  top: -42px;
  left: 23px;
}
.guide .data-backup-process .reading-time {
  margin-left: 50px;
}
.guide .data-backup-text h3 {
  margin-top: 45px;
  margin-bottom: 23px;
  position: relative;
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 40px;
  color: #1F6A5E;
}
.guide .data-backup-text h3:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  border: solid #B0C45B;
  width: 50px;
}
.guide .data-backup-text ul li {
  padding-left: 40px;
  position: relative;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  line-height: 37px;
  color: #343831;
}
.guide .data-backup-text ul li:before {
  left: 0;
  top: 7px;
  content: "";
  position: absolute;
  background-image: url(../images/data-arrow.png);
  width: 27px;
  height: 27px;
}
.guide .data-backup .row .col-md-5 {
  width: 37%;
}
.guide .data-backup .row .col-md-7 {
  width: 63%;
}
.guide .guide-tab {
  width: 420px;
  margin-left: auto;
}
.guide .guide-tab h2 {
  font-family: OpenSans-Bold;
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #343831;
}
.guide .guide-tab ul {
  margin-top: 36px;
}
.guide .guide-tab ul li a {
  margin-bottom: 2px;
  position: relative;
  font-family: OpenSans-Bold;
  display: block;
  font-size: 20px;
  line-height: 56px;
  color: #343831;
  border-bottom: 2px solid #E5E5E5;
}
.guide .guide-tab ul li a.active {
  color: #1F6A5E;
}
.guide .guide-tab ul li a.active:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -35px;
  border: solid #B0C45B;
  width: 23px;
}
.guide .guide-tab-details {
  width: 1078px;
  margin-left: 26px;
}
.guide .guide-tab-details .data-definition {
  padding-top: 170px;
}
.guide .guide-tab-details .data-definition h2 {
  margin-bottom: 34px;
}
.guide .guide-tab-details .data-backup-type {
  padding-top: 114px;
}
.guide .guide-tab-details .data-backup-type h2 {
  margin: 44px 0 32px 0;
}
.guide .guide-tab-details .data-backup-type ul {
  margin-top: 60px;
}
.guide .guide-tab-details .data-backup-type ul li {
  margin-bottom: 16px;
  padding-left: 35px;
  position: relative;
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 40px;
  color: #343831;
}
.guide .guide-tab-details .data-backup-type ul li:before {
  left: 0;
  top: 10px;
  content: "";
  position: absolute;
  background-image: url(../images/data-btn.png);
  width: 20px;
  height: 20px;
}
.guide .guide-tab-details .data-requirements {
  padding-top: 89px;
}
.guide .guide-tab-details .data-requirements p {
  padding: 33px 0 65px 0;
}
.guide .guide-tab-details .data-requirements-features p {
  padding: 38px 0 60px 0;
}
.guide .guide-tab-details .data-requirements h4 {
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 40px;
  color: #343831;
}
.guide .guide-tab-details .data-requirements .data-requirements-features .row {
  margin: 0 -35px;
}
.guide .guide-tab-details .data-requirements .data-requirements-features .row .col-md-6 {
  padding: 0 35px;
}
.guide .guide-tab-details .data-requirements .quick-tip {
  margin-top: 39px;
  padding: 35px 56px 65px 55px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.guide .guide-tab-details .data-requirements .quick-tip-text {
  margin-bottom: 46px;
}
.guide .guide-tab-details .data-requirements .quick-tip-text span {
  margin-left: 14px;
  font-family: OpenSans-Bold;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.08px;
  color: #343831;
}
.guide .guide-tab-details .data-requirements .quick-tip-box {
  padding: 26px 0;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.guide .guide-tab-details .data-requirements .quick-tip-box span {
  display: inline-block;
  margin-left: 4px;
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 29px;
  color: #333333;
}
.guide .guide-tab-details .data-security {
  padding-top: 120px;
}
.guide .guide-tab-details .data-security h2 {
  margin-bottom: 32px;
}
.guide .guide-tab-details .data-security ul {
  margin-top: 61px;
}
.guide .guide-tab-details .data-security ul li {
  margin-bottom: 16px;
  padding-left: 35px;
  position: relative;
  font-family: OpenSans-Bold;
  font-size: 30px;
  line-height: 40px;
  color: #343831;
}
.guide .guide-tab-details .data-security ul li:before {
  left: 0;
  top: 10px;
  content: "";
  position: absolute;
  background-image: url(../images/data-btn.png);
  width: 20px;
  height: 20px;
}

/*similar-themes css*/
.similar-themes {
  margin-bottom: 200px;
}
.similar-themes .similar-themes-details {
  width: 1420px;
  margin-left: 26px;
}
.similar-themes .similar-themes-details h2 {
  color: #ABC647;
  margin-bottom: 40px;
}
.similar-themes .similar-themes-details .similar-themes-more a {
  text-decoration: underline;
  padding: 34px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1F6A5E;
  font-size: 24px;
  line-height: 40px;
  font-family: OpenSans-Bold;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.kontakt-form .wrap_inner .textblock__headline {
  text-align: center;
  position: relative;
  margin: 0 0 3rem;
}
.kontakt-form .wrap_inner .row {
  margin: 0 0 1.5rem;
}
.kontakt-form .wrap_inner .row .col-md-6, .kontakt-form .wrap_inner .row .col-md-12 {
  position: relative;
}
.kontakt-form .wrap_inner .wpcf7 input[type=text], .kontakt-form .wrap_inner .wpcf7 input[type=email], .kontakt-form .wrap_inner .wpcf7 input[type=tel] {
  font-family: OpenSans-Regular;
  height: 58px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #343831;
  background: #F2F2F2;
  transition: all 0.2s;
  -webkit-appearance: none;
  font-size: 1.4rem;
  padding: 1.6rem 2.3rem;
  border-radius: 10px;
  border: 0;
}
.kontakt-form .wrap_inner .wpcf7 textarea {
  font-family: OpenSans-Regular;
  height: 58px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #343831;
  background: #F2F2F2;
  transition: all 0.2s;
  -webkit-appearance: none;
  font-size: 1.4rem;
  padding: 1.6rem 2.3rem;
  border-radius: 10px;
  border: 0;
  height: auto;
  outline: 0;
}
.kontakt-form .wrap_inner input:last-child {
  margin-bottom: 0;
}
.kontakt-form .wrap_inner input::placeholder {
  color: transparent;
}
.kontakt-form .wrap_inner textarea::placeholder {
  color: transparent;
}
.kontakt-form .wrap_inner .field-label {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #5a5b5b;
  font-weight: 300;
  /*right: 20px;*/
  left: 25px;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 7px;
}
.kontakt-form .wrap_inner input:focus + .field-label, .kontakt-form .wrap_inner input:not(:placeholder-shown) + .field-label {
  transform: translateY(-10px) translateX(14px) scale(0.5);
}
.kontakt-form .wrap_inner textarea:focus + .field-label, .kontakt-form .wrap_inner textarea:not(:placeholder-shown) + .field-label {
  transform: translateY(-10px) translateX(34px) scale(0.5);
}
.kontakt-form .wrap_inner input:focus + .field-label {
  color: #010101;
  font-size: 15px;
}
.kontakt-form .wpcf7 .wpcf7-acceptance > span > label input[type=checkbox] {
  display: none;
}
.kontakt-form .wpcf7 .wpcf7-acceptance > span > label input[type=checkbox] + span {
  display: block;
  vertical-align: top;
  font-size: clamp(11px, 2vw, 16px);
  margin-bottom: 0.8em;
  font-family: OpenSans-SemiBold;
  color: #868B83;
  line-height: 1.5;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2.5rem;
}
.kontakt-form .wpcf7 .wpcf7-acceptance > span > label input[type=checkbox] + span:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  top: 6px;
  left: 0;
  background: no-repeat center center #F2F2F2;
  background-size: auto 16px;
  border-radius: 2px;
  text-align: center;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  transition: all 0.2s;
}
.kontakt-form .wrap_inner input:focus {
  box-shadow: unset;
  outline: 0;
}
.kontakt-form .wrap_inner .wpcf7-submit {
  font-family: OpenSans-SemiBold;
  width: 100%;
  border: 0;
  height: auto;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.2;
  position: relative;
  padding: 1rem;
  background-color: #ABC647;
  border-radius: 10px;
  -webkit-appearance: none;
  transition: all 0.2s;
}
.kontakt-form .wpcf7 .wpcf7-acceptance > span > label input[type=checkbox]:checked + span:before {
  background-image: url(../images/download5.svg);
  background-color: #ABC647;
}
.kontakt-form .wpcf7 .wpcf7-acceptance > span > label input[type=checkbox] + span a {
  color: #ABC647;
}
.kontakt-form .wpcf7-list-item {
  margin: 0;
}

/*media css*/
@media (max-width: 1850px) {
  .contact-us .row {
    margin: 0 -30px;
  }
  .contact-us .row .col-lg-3 {
    padding: 0 30px;
  }
  .contact-us .contact-text:before {
    right: -25px;
  }
  .banner .banner-heading {
    top: 350px;
  }
}
@media (max-width: 1699px) {
  p {
    font-size: 19px;
    line-height: 33px;
  }
  .banner .banner-heading {
    top: 300px;
  }
  .location .location-content {
    padding: 35px;
  }
  .location .location-content .location-text h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .location .location-content .location-text a {
    font-size: 24px;
    line-height: 38px;
  }
  .location .location-content .row .col-lg-4.col-md-6.col-6:nth-child(2) .location-text {
    padding-left: 0;
  }
  .location .location-content .location-map img {
    margin-left: 0px;
  }
  .location .contact-find {
    padding: 76px 35px 56px 35px;
  }
  .location .contact-find p {
    font-size: 27px;
    line-height: 44px;
  }
  .fulda-contact .fulda-contact-text label {
    font-size: 22px;
    line-height: 30px;
  }
  .fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(2) .fulda-contact-text {
    padding-left: 0;
  }
  .fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(3) .fulda-contact-text {
    padding-left: 0px;
  }
  .fulda-contact .fulda-contact-info .row .col-lg-3:nth-child(4) .fulda-contact-text {
    padding-left: 0;
  }
  .questions-section .questions-details {
    padding: 31px 50px 90px 50px;
  }
  .questions-section .questions-details h3 {
    font-size: 40px;
    line-height: 55px;
  }
  .questions-section .questions-details:before {
    left: 600px;
  }
  .questions-section .questions-info img {
    margin-left: 120px;
  }
  .questions-section .berater-text {
    margin: 0px 0 18px 140px;
  }
  .questions-section .questions-info label, .questions-section .questions-info a {
    margin-left: 140px;
  }
  .about-windundpartner .row.flex-md-row-reverse .about-left img {
    margin-left: 0;
  }
  .about-windundpartner .about-text h4 {
    font-size: 40px;
    line-height: 60px;
  }
  .about-windundpartner .row.flex-md-row-reverse .about-text {
    width: 560px;
    margin-left: 35px;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-text {
    width: 630px;
  }
  .questions-section.questions-more .questions-details {
    padding: 33px 50px 130px 80px;
  }
  .questions-section.questions-more .questions-info {
    width: 400px;
  }
  .questions-section.questions-more .questions-details:before {
    left: 630px;
  }
  .slick-carousel.partners-slider {
    width: 1250px;
  }
  .windundpartner-logo .col-lg-2 {
    margin-left: 44px;
  }
  .our-locations .our-location-bg:before {
    left: 366px;
  }
  .our-locations .map-view a {
    font-size: 20px;
  }
  .our-locations .our-location-bg {
    padding: 82px 34px 86px 34px;
  }
  .windundpartner-defines-us .windundpartner-defines-text {
    width: 100%;
  }
  .our-job .job-details {
    padding: 50px 30px;
  }
  .our-job .row {
    margin: 0 -12px;
  }
  .our-job .row .col-lg-4 {
    padding: 0 12px;
  }
  .benefits-and-services .benefits-services-details h3 {
    width: 100%;
  }
  .slick-carousel.our-applicants-slider {
    width: 1220px;
  }
  .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(2) .services-features, .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(3) .services-features, .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(4) .services-features, .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(6) .services-features, .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(7) .services-features, .benefits-and-services .benefits-services-details .row:nth-child(2) .col-lg-3:nth-child(8) .services-features {
    padding-left: 0;
  }
  .benefits-and-services .services-features span {
    font-size: 17px;
    line-height: 26px;
  }
  .solutions_advantages .solutions_advantages-details, .solutions-security .solutions-security-text {
    width: 100%;
  }
  .windundpartner-primus .solution-bg {
    transform: translateX(-50%);
    left: 50%;
  }
  .windundpartner-primus .security {
    left: 34px;
  }
  .windundpartner-primus .cloud {
    right: 34px;
  }
  .windundpartner-primus .business-application {
    left: 0;
  }
  .windundpartner-primus .modern-working {
    right: 0;
  }
  .solutions-security .solutions-security-features .box span {
    font-size: 14px;
    line-height: 25px;
  }
  .solutions-security .solutions-security-features .box img {
    width: 20px;
    height: auto;
    object-fit: cover;
  }
  .contact-us .contact-text p {
    width: 100%;
  }
  .contact-us .contact-text span {
    font-size: 18px;
    line-height: 25px;
  }
  .similar-themes .similar-themes-details {
    width: 100%;
  }
  .guide .guide-tab {
    width: 350px;
  }
  .guide .data-backup-process .reading-time {
    margin-left: 30px;
  }
}
@media (max-width: 1450px) {
  .banner .banner-heading {
    top: 300px;
  }
  .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(3) .solutions_advantages-text, .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(6) .solutions_advantages-text, .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(2) .solutions_advantages-text, .solutions_advantages .solutions_advantages-details .row .col-lg-4:nth-child(5) .solutions_advantages-text {
    padding-left: 0;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-right img {
    margin: 189px 0 0 30px;
  }
}
@media (max-width: 1400px) {
  h2 {
    font-size: 38px;
    line-height: 58px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  .banner .banner-heading {
    top: 250px;
  }
  .banner .banner-heading h1 {
    font-size: 70px;
  }
  .location .contact-find {
    padding: 50px 35px 51px 35px;
  }
  .location .location-content .location-map img {
    height: 100%;
  }
  .location .location-content .location-text h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .location .location-content .location-text h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .location .location-content .location-text a {
    font-size: 20px;
    line-height: 34px;
  }
  .location .contact-find p {
    font-size: 22px;
    line-height: 39px;
  }
  .location .contact-find a {
    margin-top: 39px;
    font-size: 20px;
    line-height: 35px;
  }
  .fulda-contact .fulda-contact-text p {
    width: 100%;
  }
  .fulda-contact .fulda-contact-text label {
    font-size: 18px;
    line-height: 26px;
  }
  .questions-section .questions-details h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .questions-section .questions-details:before {
    left: 500px;
  }
  .questions-section .questions-info h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .questions-section .questions-info span {
    font-size: 20px;
    line-height: 32px;
  }
  .questions-section .questions-info label {
    font-size: 22px;
    line-height: 30px;
  }
  .questions-section .questions-info a {
    font-size: 24px;
    line-height: 32px;
  }
  .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text p {
    width: 490px;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-text {
    width: 530px;
  }
  .certifications .certifications-details .row .col-lg-3:nth-child(2) .certifications-logo img, .certifications .certifications-details .row .col-lg-3:nth-child(3) .certifications-logo img, .certifications .certifications-details .row .col-lg-3:nth-child(4) .certifications-logo img {
    margin-left: 0;
  }
  .questions-section.questions-more .questions-details:before {
    left: 490px;
  }
  .slick-carousel.partners-slider {
    width: 1120px;
  }
  .windundpartner-info .masonry {
    column-gap: 110px;
  }
  .windundpartner-info .masonry .masonry__item h4 {
    font-size: 35px;
    line-height: 45px;
  }
  .windundpartner-logo .col-lg-2 {
    margin-left: 0;
  }
  .our-locations .our-location-bg:before {
    left: 285px;
  }
  .our-locations .our-location-text a {
    font-size: 25px;
    line-height: 35px;
  }
  .our-locations .our-location-text p {
    font-size: 20px;
  }
  .our-locations .map-view a {
    font-size: 17px;
    line-height: 36px;
  }
  .our-locations .our-location-text a {
    font-size: 22px;
    line-height: 32px;
  }
  .footer h2 {
    width: 100%;
  }
  .footer .footer-windundpartner {
    padding-left: 40px;
  }
  .footer .footer-competencies {
    padding-left: 0;
  }
  .slick-carousel.our-applicants-slider {
    width: 1100px;
  }
  .our-job .job-details {
    padding: 50px 15px;
  }
  .our-job .job-details .job-btn a {
    font-size: 16px;
    line-height: 20px;
  }
  .windundpartner-primus .windundpartner-primus-text p, .solutions_advantages .solutions_advantages-text p {
    width: 100%;
  }
  .windundpartner-primus .security, .windundpartner-primus .cloud {
    width: 200px;
    padding: 26px 0;
  }
  .windundpartner-primus .modern-working, .windundpartner-primus .business-application {
    width: 250px;
    padding: 26px 0;
  }
  .solutions_advantages .solutions_advantages-text span {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .guide .guide-tab {
    width: 310px;
  }
  .guide .guide-tab h2 {
    font-size: 34px;
    line-height: 48px;
  }
  .guide .guide-details .data-backup {
    padding: 45px 20px 18px 20px;
  }
  .guide .data-backup-process .reading-time {
    margin-left: 15px;
  }
  .guide .data-backup-process span {
    font-size: 18px;
    line-height: 30px;
  }
  .guide .data-backup-process label {
    font-size: 16px;
    line-height: 22px;
  }
  .fulda-heading {
    hyphens: auto;
  }
}
@media (max-width: 1200px) {
  .header .navbar-nav .nav-item.main-menu-item > .nav-link {
    padding: 0 0 0 30px;
  }
  .location .location-details .row .col-md-9, .location .location-details .row .col-md-3 {
    width: 100%;
  }
  .location .contact-find {
    margin-top: 50px;
  }
  section.fulda-contact .fulda-contact-info .row {
    justify-content: start !important;
  }
  .fulda-contact .fulda-contact-text label {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.9px;
    word-break: break-word;
  }
  .our-competences-features {
    max-width: 100%;
  }
  .our-competences ul li a {
    font-size: 25px;
    line-height: 55px;
  }
  .location .contact-find {
    height: unset;
  }
  .questions-section .questions-details:before {
    left: 430px;
  }
  .questions-section .berater-text {
    margin: 0px 0 18px 90px;
  }
  .questions-section .questions-info label, .questions-section .questions-info a {
    margin-left: 90px;
  }
  .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text h4, .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text p {
    width: 100%;
  }
  .about-windundpartner .row.flex-md-row-reverse .about-text {
    width: 100%;
    margin-left: 0;
  }
  .about-windundpartner .row:nth-child(2) .col-lg-6 .about-right img {
    margin: -150px 0 0 0px;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-text {
    width: 100%;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-right img {
    margin: 189px 0 0 0px;
  }
  .about-windundpartner .about-text h4 {
    font-size: 35px;
    line-height: 50px;
  }
  .our-customers .customers-qoutes h2 {
    width: 100%;
    line-height: 50px;
  }
  .our-customers .slick-next {
    right: 100px;
  }
  .our-customers .slick-prev {
    right: 20px;
  }
  .questions-section.questions-more .questions-details {
    padding: 33px 30px 130px 30px;
  }
  .our-partners .our-partners-heading h2 {
    width: 100%;
  }
  .slick-carousel.partners-slider {
    width: 100%;
  }
  .slick-carousel.partners-slider .slick-prev {
    left: -30px;
  }
  .slick-carousel.partners-slider .slick-next {
    right: -20px;
  }
  .useful-information ul li a {
    font-size: 25px;
    line-height: 35px;
  }
  .windundpartner-logo .col-lg-2 {
    width: 30%;
  }
  .our-locations .our-location-bg .row {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .our-locations .our-location-bg .row .col-lg-7, .our-locations .our-location-bg .row .col-lg-5 {
    width: 100%;
  }
  .our-locations .our-location-bg .map-view {
    text-align: center;
    margin-top: 50px;
  }
  .our-locations .our-location-bg:before {
    left: 210px;
  }
  .slick-carousel.our-applicants-slider {
    width: 100%;
  }
  .slick-carousel.our-applicants-slider .slick-next {
    right: -12px;
  }
  .slick-carousel.our-applicants-slider .slick-prev {
    left: -40px;
  }
  .our-job .job-details h4 {
    font-size: 30px;
    line-height: 37px;
  }
  .banner .banner-heading {
    top: 150px;
  }
  .location {
    margin-top: -140px;
  }
  .our-job .job-details {
    padding: 50px 40px;
  }
  .our-job .job-details .job-btn a {
    padding: 13px 20px;
  }
  .our-job .job-details .job-btn a:last-child {
    margin-right: 0;
  }
  .windundpartner-primus .windundpartner-primus-about .row .col-lg-6:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
  .windundpartner-primus .windundpartner-primus-about .row .col-lg-6:nth-child(2) {
    width: 70%;
    margin: 0 auto;
  }
  .solutions-security .row .col-lg-6 {
    width: 100%;
  }
  .solutions-security .solutions-security-text {
    margin-bottom: 50px;
  }
  .guide .guide-tab-details {
    width: 100%;
    margin-left: 0;
  }
  .guide-details .row {
    flex-direction: column-reverse;
  }
  .guide .guide-details .row .col-md-9, .guide .guide-details .row .col-md-3 {
    width: 100%;
  }
  .guide .guide-tab {
    width: 310px;
    margin: 0 auto 50px 35px;
  }
  .data-backup .row {
    flex-direction: column;
  }
  .guide .data-backup .row .col-md-7, .guide .data-backup .row .col-md-5 {
    width: 100%;
  }
  .guide .guide-tab-details .data-requirements .quick-tip {
    padding: 35px 30px 65px 30px;
  }
  .similar-themes .similar-themes-details {
    margin-left: 0;
  }
  .similar-themes .similar-themes-details .similar-themes-more a {
    font-size: 20px;
  }
  .similar-themes .similar-themes-details .similar-themes-more a img {
    width: 18px;
    height: 18px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .header .navbar {
    position: unset;
    padding: 0;
  }
  .header .navbar-nav {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 100%;
    margin-top: 15px;
    background-color: #ffffff;
  }
  .header .navbar-nav .nav-item.main-menu-item > .nav-link {
    padding: 25px;
    color: #343831;
  }
  .header .navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
    padding: 0;
  }
  .header .navbar-light .navbar-toggler-icon {
    background-image: url(../images/burger-menue.png);
    width: 30px;
    height: 16px;
    background-repeat: no-repeat;
  }
  .banner .banner-heading {
    top: 200px;
  }
  .banner .banner-heading h1 {
    font-size: 50px;
  }
  .location .location-content {
    padding: 40px;
  }
  .location .location-content .location-text {
    padding-top: 0;
  }
  .location .location-content .location-map img {
    display: none;
  }
  .banner img {
    height: 455px;
    object-fit: cover;
  }
  .location {
    margin-bottom: 75px;
    margin-top: -120px;
  }
  .fulda-contact {
    padding-bottom: 65px;
  }
  .our-competences {
    padding-bottom: 105px;
  }
  .our-competences h5 {
    margin-bottom: 70px;
  }
  .our-competences .competences-btn {
    margin-top: 54px;
  }
  .questions-section {
    padding-bottom: 105px;
  }
  .questions-section .questions-text {
    max-width: 100%;
    margin-top: 0;
  }
  .questions-section .questions-details {
    padding: 50px 20px;
  }
  .about-windundpartner {
    padding-bottom: 131px;
  }
  .about-windundpartner h5 {
    margin-bottom: 60px;
  }
  .about-windundpartner .row:nth-child(2) .col-lg-6 .about-right img {
    margin: 50px 0 0 0px;
  }
  .about-windundpartner .about-text p {
    line-height: 30px;
  }
  .about-windundpartner .row {
    margin-bottom: 50px;
  }
  .about-windundpartner .row.flex-md-row-reverse .about-left img {
    margin-top: 50px;
  }
  .about-windundpartner .row:nth-child(4) .col-lg-6 .about-right img {
    margin: 30px 0 0 0px;
  }
  .certifications {
    padding-bottom: 65px;
  }
  .certifications h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 50px 0;
  }
  .certifications .certifications-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .certifications .certifications-details .row .col-lg-3:nth-child(4) .certifications-logo img {
    display: inline-block;
  }
  .our-customers {
    padding-bottom: 105px;
  }
  .our-customers .our-customers-content {
    padding-top: 50px;
  }
  .our-customers .customers-heading h5 {
    margin-bottom: 60px;
  }
  .questions-section .questions-details:before {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .questions-section.questions-more {
    padding-bottom: 168px;
  }
  .questions-section.questions-more .questions-details:before {
    left: 560px;
    height: 120%;
    background-repeat: repeat-y;
    background-size: 42%;
    top: 12%;
    bottom: 0px;
    width: 400px;
  }
  .questions-section.questions-more .questions-info {
    width: 100%;
  }
  /*.questions-section.questions-more .questions-details:before {left: 450px;height: 100%;background-repeat: no-repeat;background-size: 100% 100%;}*/
  .our-partners {
    padding-bottom: 116px;
  }
  .our-partners .our-partners-heading h5 {
    margin-bottom: 50px;
  }
  .windundpartner-info {
    padding-bottom: 45px;
  }
  .windundpartner-info .windundpartner-heading {
    margin-bottom: 50px;
  }
  .windundpartner-info .windundpartner-heading h5 {
    margin-bottom: 50px;
  }
  .windundpartner-info .masonry {
    column-count: 1;
  }
  .windundpartner-info .masonry .masonry__item {
    margin-bottom: 60px;
  }
  .useful-information {
    padding-bottom: 105px;
  }
  .useful-information .useful-information-heading {
    margin-bottom: 60px;
  }
  .useful-information ul li a {
    width: 80%;
  }
  .windundpartner-help .windundpartner-help-text p {
    margin-top: 20px;
    margin-left: 0;
    line-height: 30px;
  }
  .windundpartner-logo {
    padding-bottom: 75px;
  }
  .our-locations {
    padding-bottom: 35px;
  }
  .our-locations .our-location-bg {
    margin-bottom: 50px;
  }
  .our-locations .our-location-bg:before {
    left: 400px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 21px;
  }
  .footer h2 {
    margin-bottom: 50px;
  }
  .footer .footer-windundpartner, .footer .footer-contact {
    padding-left: 0;
  }
  .footer .footer-top {
    padding-bottom: 100px;
  }
  .footer .footer-bottom .footer-link li a {
    margin-right: 50px;
  }
  .our-job .slick-carousel.our-job-slider .slick-slide {
    margin: 0;
  }
  .windundpartner-defines-us {
    padding-bottom: 86px;
    padding-top: 0;
  }
  .our-job .slick-next, .our-job .slick-prev {
    bottom: -12%;
  }
  .benefits-and-services {
    padding-bottom: 32px;
  }
  .benefits-and-services .benefits-services-details h3 {
    margin-bottom: 40px;
  }
  .benefits-and-services .benefits-services-details .row:nth-child(1) {
    margin-bottom: 50px;
  }
  .our-applicants-say {
    padding-bottom: 100px;
  }
  .windundpartner-primus {
    padding-bottom: 105px;
  }
  .windundpartner-primus .windundpartner-primus-about .row .col-lg-6:nth-child(2) {
    width: 100%;
  }
  .solutions_advantages {
    padding-bottom: 55px;
  }
  .solutions_advantages .solutions_advantages-heading h2 {
    font-size: 40px;
    line-height: 62px;
  }
  .solutions-security {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  .contact-us {
    padding-bottom: 65px;
  }
  .contact-us .contact-us-heading h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .solutions_advantages .solutions_advantages-text {
    margin-bottom: 50px;
  }
  .contact-us .contact-text {
    margin-bottom: 40px;
  }
  .contact-us .contact-text:before {
    display: none;
  }
  .guide .guide-tab-details .data-definition, .guide .guide-tab-details .data-backup-type {
    padding-top: 105px;
  }
  .guide .guide-tab-details .data-requirements .quick-tip-box {
    margin-bottom: 15px;
  }
  .guide .guide-tab-details .data-security {
    padding-top: 105px;
  }
  .guide .guide-tab-details .data-security ul li {
    font-size: 23px;
    line-height: 31px;
  }
  .guide .guide-tab-details .data-backup-type ul li {
    font-size: 23px;
    line-height: 31px;
  }
  .guide .guide-tab-details .data-backup-type ul li:before {
    top: 6px;
  }
  .guide .guide-tab-details .data-requirements h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .guide .guide-tab-details .data-security ul li:before {
    top: 6px;
  }
  .similar-themes {
    margin-bottom: 100px;
  }
  .similar-themes-more {
    margin-bottom: 20px;
  }
  .similar-themes .similar-themes-details .similar-themes-more a img {
    margin-left: 15px;
  }
  .page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-right img {
    margin: 50px 0 0 0px;
  }
  .page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text h4, .page-id-358 .about-windundpartner .row:nth-child(2) .col-lg-6 .about-text p {
    width: 100%;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .header .header-navbar .navbar-nav .nav-item.dropdown {
    position: relative;
  }
  .header .header-navbar .navbar-nav .nav-item.dropdown > .caret {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 10px;
    transform: translateY(-50%);
  }
  .header .header-navbar .sub-menu-item .caret {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 13px;
    right: 10px;
    transform: translateY(-50%);
  }
  .header .header-navbar .navbar-nav .nav-item .caret:after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #343831;
    position: absolute;
    top: 20px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
  }
  .header .navbar-nav li ul.dropdown-menu {
    width: 100%;
  }
  .header .navbar-nav li:hover ul.dropdown-menu {
    display: none;
  }
  section.faq .faq__wrapper .faq__single {
    margin: 0 0 1.5rem;
  }
  section.faq .faq__wrapper .faq__single > a {
    font-size: 1.3rem;
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  }
  section.faq .faq__wrapper .faq__single > a:after {
    right: 1.2rem;
  }
  section.faq .faq__wrapper .faq__single .faq__answer {
    margin: 1rem 0 0;
    padding: 0 1.5rem 2rem;
  }
  .our-locations .our-locations-details .row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .fulda-services {
    padding-bottom: 40px;
  }
  .fulda-services .fulda-details .row .col-lg-6:nth-child(1), .fulda-services .fulda-details .row .col-lg-6:nth-child(2) {
    width: 100%;
  }
  .fulda-services .fulda-heading {
    margin-bottom: 34px;
  }
  .fulda-services .fulda-text p {
    padding-left: 0;
  }
  .our-competences ul li a {
    font-size: 20px;
    line-height: 50px;
  }
  /*.our-competences ul li a {font-size: 45px;line-height: 70px;}*/
  .questions-section .questions-details:before {
    left: 280px;
  }
  .questions-section.questions-more .questions-details:before {
    left: 290px;
  }
  .our-locations .our-location-bg:before {
    left: 300px;
  }
  .footer .footer-bottom .footer-link li a {
    margin-right: 14px;
    font-size: 16px;
    line-height: 23px;
  }
  .our-customers .slick-next, .our-customers .slick-prev {
    bottom: -6%;
  }
  .our-job {
    padding-bottom: 50px;
  }
  .benefits-and-services .benefits-services-details {
    padding-top: 50px;
  }
  .windundpartner-primus .security {
    left: 0;
  }
  .windundpartner-primus .modern-working {
    width: 200px;
  }
  .windundpartner-primus .business-application {
    width: 200px;
  }
  .windundpartner-primus .business-application:before {
    left: 80px;
  }
  .windundpartner-primus .solution-features span {
    font-size: 16px;
    line-height: 25px;
  }
  .solutions-security .solutions-security-features .box {
    margin-bottom: 15px;
  }
  .kontakt-form .wrap_inner .row .col-md-6 {
    margin-bottom: 20px;
  }
  .kontakt-form .wrap_inner .wpcf7 input[type=text], .kontakt-form .wrap_inner .wpcf7 input[type=email], .kontakt-form .wrap_inner .wpcf7 input[type=tel] {
    padding: 1.6rem 1.3rem;
  }
  .kontakt-form .wrap_inner .wpcf7 textarea {
    padding: 1.6rem 1.3rem;
  }
  .kontakt-form .wrap_inner input:focus + .field-label, .kontakt-form .wrap_inner input:not(:placeholder-shown) + .field-label {
    transform: translateY(-10px) translateX(20px) scale(0.5);
  }
}
@media (max-width: 567px) {
  h2 {
    font-size: 30px;
    line-height: 41px;
  }
  p, li, a, span, strong, italic {
    font-size: 15px;
    line-height: 24px;
  }
  .container {
    padding: 0 25px;
  }
  .banner .banner-heading h1 {
    font-size: 40px;
  }
  .header {
    padding: 21px 4px;
  }
  .header .header-logo a {
    width: 125px;
  }
  .banner .banner-heading {
    top: 169px;
    left: 30px;
  }
  .banner .banner-heading h1 {
    line-height: 55px;
  }
  .location {
    margin-top: -103px;
  }
  .location .location-content {
    padding: 25px 29px 26px 29px;
  }
  .location .location-content .location-text h5 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.72px;
  }
  .location .location-content .location-text h5:before {
    bottom: -5px;
    width: 25px;
  }
  .location .location-content .location-text p {
    margin: 18px 0 9px 0;
    width: 109px;
    font-size: 14px;
    line-height: 16px;
  }
  .location .location-content .location-text h4 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 3px;
  }
  .location .location-content .location-text a {
    font-size: 14px;
    line-height: 18px;
  }
  .location .contact-find {
    padding: 21px 35px 29px 30px;
    margin-top: 27px;
  }
  .location .contact-find p {
    font-size: 23px;
    line-height: 28px;
  }
  .location .contact-find a {
    margin-top: 23px;
    font-size: 17px;
    line-height: 27px;
    margin-left: 15px;
  }
  .fulda-contact .fulda-contact-text .fulda-contact-icon img {
    width: 28px;
    height: auto;
  }
  .our-competences ul li span {
    font-size: 16px;
    margin: -6px 17px 0 3px;
  }
  .our-competences ul li a {
    font-size: 17px;
    line-height: 40px;
  }
  .our-competences ul li:before {
    top: 40px;
    right: 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .our-competences ul li span:before {
    width: 23px;
  }
  .our-competences h5 {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.02px;
  }
  /*.our-competences ul li a {font-size: 21px;line-height: 50px;}*/
  .questions-section .questions-details h3 {
    font-size: 26px;
    line-height: 35px;
  }
  .questions-section .questions-text a {
    margin-top: 40px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .questions-section .questions-text a:before {
    bottom: 0px;
    left: 60px;
  }
  .questions-section .questions-info img {
    margin-left: 0px;
    width: 170px;
    height: auto;
  }
  .questions-section .questions-info h6 {
    font-size: 14px;
    line-height: 19px;
  }
  .questions-section .questions-info span {
    font-size: 14px;
    line-height: 21px;
  }
  .questions-section .questions-info a {
    margin-left: 25px;
    font-size: 18px;
    line-height: 23px;
  }
  .questions-section .questions-info label {
    margin-left: 25px;
  }
  .questions-section .berater-text {
    margin: 0px 0 18px 25px;
  }
  .about-windundpartner h5 {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 1.02px;
  }
  .about-windundpartner .about-text h4 {
    font-size: 25px;
    line-height: 36px;
  }
  .certifications .certifications-logo img {
    width: 125px;
    height: auto;
  }
  .customers-qoutes img {
    width: 50px;
    height: auto;
  }
  .our-customers .customers-details {
    margin-left: 10px;
  }
  .our-customers .customers-qoutes h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .customers-img img {
    width: 56px;
    height: auto;
  }
  .our-customers .customers-text h5 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  .our-customers .customers-text span {
    font-size: 14px;
    line-height: 23px;
  }
  .our-customers .customers-info {
    margin-left: 90px;
    margin-top: 40px;
  }
  .our-customers .slick-next, .our-customers .slick-prev {
    bottom: -12%;
  }
  .questions-section.questions-more .questions-details:before {
    left: 187px;
    top: 17%;
  }
  .questions-section.questions-more .questions-info {
    margin: 60px 0 0 auto;
  }
  .questions-section.questions-more .questions-details {
    padding: 50px 20px;
  }
  .questions-section.questions-more .questions-text a {
    margin-top: 40px;
    font-size: 15px;
  }
  /*.questions-section.questions-more .questions-details:before {left: 150px;}*/
  .slick-carousel.partners-slider .slick-slide {
    margin: 0 0 0 0px;
  }
  .our-partners .our-partners-heading h2 {
    padding: 0 0 0 40px;
    margin: 0;
  }
  .slick-carousel.partners-slider {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .slick-carousel.partners-slider .slick-next {
    right: -30px;
  }
  .slick-carousel.partners-slider .slick-prev {
    left: -60px;
  }
  .windundpartner-info .windundpartner-heading h2 {
    padding: 0 0 0 40px;
    margin: 0;
  }
  .windundpartner-info .masonry .masonry__item {
    margin-bottom: 40px;
  }
  .windundpartner-info .masonry .masonry__item img {
    margin-bottom: 30px;
  }
  .windundpartner-info .masonry .masonry__item h4 {
    font-size: 25px;
    line-height: 36px;
  }
  .useful-information ul li {
    padding: 40px 0 40px 0;
  }
  .useful-information ul li a {
    font-size: 23px;
    line-height: 31px;
  }
  .useful-information ul li:before {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    right: 0;
  }
  .windundpartner-logo .logo-info img {
    width: 106px;
    height: auto;
    object-fit: cover;
  }
  .windundpartner-logo .col-lg-2 {
    width: 33%;
  }
  .windundpartner-help {
    padding-bottom: 30px;
  }
  .our-locations .our-locations-heading {
    margin-bottom: 50px;
  }
  .our-locations .our-locations-heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .our-locations .our-location-bg {
    padding: 50px 40px;
  }
  .our-locations .our-location-text p {
    font-size: 17px;
    line-height: 26px;
  }
  .our-locations .our-location-text h2 {
    font-size: 32px;
    line-height: 43px;
  }
  .our-locations .our-location-text a {
    font-size: 19px;
    line-height: 28px;
  }
  .our-locations .our-location-bg:before {
    left: 150px;
  }
  .footer .footer-bottom .footer-link li a {
    margin-right: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .footer-social-media ul li a img {
    width: auto;
    height: 20px;
    object-fit: cover;
  }
  .footer .footer-bottom .footer-social-media li a {
    margin-left: 20px;
  }
  .footer .footer-top {
    padding-bottom: 50px;
  }
  .about-windundpartner {
    padding-bottom: 81px;
  }
  .questions-section .questions-details:before {
    left: 150px;
  }
  .our-job .our-job-text {
    margin-bottom: 35px;
  }
  .our-job .our-job-text h5 {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1.14px;
  }
  .our-job .slick-next:before, .our-job .slick-prev:before {
    background-size: 18px 18px;
  }
  .our-job .job-show a {
    font-size: 15px;
    line-height: 29px;
    margin-top: 34px;
  }
  .our-job .job-show a:before {
    width: 30px;
  }
  .our-job .job-details .job-btn a {
    font-size: 14px;
  }
  .our-job .slick-next {
    right: 60px;
    bottom: -10%;
  }
  .our-job .slick-prev {
    bottom: -10%;
    right: 8px;
  }
  .our-job .job-advertisements a {
    font-size: 15px;
    line-height: 40px;
    margin-right: 0;
  }
  .our-job .job-advertisements a:before {
    width: 40px;
  }
  .benefits-and-services .benefits-services-details h3 {
    font-size: 25px;
    line-height: 36px;
    margin-top: 0;
  }
  .benefits-and-services .services-features {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .benefits-and-services .services-features img {
    margin-bottom: 15px;
    height: 28px;
    width: auto;
    object-fit: cover;
  }
  .benefits-and-services .services-features span {
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  .our-applicants-say .our-applicants-heading h2 {
    margin-bottom: 35px;
  }
  .our-applicants-say .our-applicants-details {
    padding: 30px 20px;
  }
  .our-applicants-say .our-applicants-details h5 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.9px;
  }
  .our-applicants-say .our-applicants-details span, .our-applicants-say .our-applicants-details p {
    font-size: 15px;
    line-height: 24px;
  }
  .our-applicants-say .our-applicants-details .our-applicants-text {
    justify-content: space-between;
  }
  .slick-carousel.our-applicants-slider .slick-next:before, .slick-carousel.our-applicants-slider .slick-prev:before {
    background-size: 18px 18px;
  }
  .slick-carousel.our-applicants-slider .slick-next {
    right: -7px;
  }
  .slick-carousel.our-applicants-slider .slick-prev {
    left: -25px;
  }
  .benefits-and-services {
    padding-bottom: 65px;
  }
  .windundpartner-primus .modern-working, .windundpartner-primus .business-application {
    width: 150px;
    padding: 11px 0;
  }
  .windundpartner-primus .security, .windundpartner-primus .cloud {
    width: 117px;
    padding: 11px 0;
  }
  .windundpartner-primus .solution-features span {
    font-size: 12px;
  }
  .windundpartner-primus .solution-bg {
    width: 121px;
    height: 121px;
    padding: 0;
    justify-content: center;
    top: 90px;
  }
  .windundpartner-primus .solution-bg h5 {
    font-size: 11px;
    line-height: 16px;
  }
  .windundpartner-primus .solution-bg img {
    height: 20px;
    width: auto;
    object-fit: cover;
  }
  .windundpartner-primus .security:before {
    top: 70px;
    width: 103px;
  }
  .windundpartner-primus .cloud:before {
    top: 74px;
    left: -13px;
    width: 103px;
  }
  .windundpartner-primus .business-application {
    bottom: 0px;
  }
  .windundpartner-primus .business-application:before {
    bottom: 80px;
    width: 121px;
  }
  .windundpartner-primus .modern-working {
    bottom: 20px;
  }
  .windundpartner-primus .modern-working:before {
    bottom: 64px;
    left: -11px;
    width: 52px;
  }
  .windundpartner-primus .solution {
    height: 300px;
  }
  .solutions_advantages .solutions_advantages-heading h2 {
    font-size: 31px;
    line-height: 41px;
  }
  .solutions_advantages .solutions_advantages-text span {
    font-size: 15px;
    line-height: 24px;
  }
  .solutions-security .solutions-security-text h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .contact-us .contact-us-heading h2 {
    font-size: 31px;
    line-height: 41px;
  }
  .contact-us .row {
    margin: 0 -12px;
  }
  .contact-us .row .col-lg-3 {
    padding: 0 12px;
  }
  .contact-us .contact-text span {
    font-size: 15px;
    line-height: 20px;
    word-break: break-word;
  }
  .contact-us .contact-text p {
    font-size: 15px;
    line-height: 24px;
  }
  .solutions_advantages-text img {
    height: 40px;
    width: auto;
    object-fit: cover;
  }
  .contact-us .contact-text label {
    width: 60px;
    height: 50px;
    font-size: 25px;
    line-height: 35px;
    background-size: 60px 50px;
  }
  .guide .guide-tab {
    width: 100%;
    margin: 0 auto 50px 0px;
  }
  .guide .guide-tab ul li a.active:before {
    left: -22px;
    width: 18px;
  }
  .guide .guide-details .data-backup {
    padding: 0px 20px 30px 20px;
  }
  .guide .data-backup-text h3 {
    font-size: 23px;
    line-height: 33px;
  }
  .guide .data-backup-text ul li {
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
  }
  .guide .data-backup-text ul li:before {
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
  .guide .guide-tab-details .data-backup-type h2 {
    word-break: break-word;
  }
  .guide .guide-tab-details .data-requirements .quick-tip {
    padding: 40px;
  }
  .guide .guide-tab-details .data-requirements .quick-tip-box span {
    font-size: 16px;
  }
  .quick-tip-box img {
    width: 21px;
    height: auto;
    object-fit: cover;
    margin-right: 3px;
  }
  .guide .guide-tab-details .data-requirements .data-requirements-features .row {
    margin: 0 -12px;
  }
  .guide .guide-tab-details .data-requirements .data-requirements-features .row .col-md-6 {
    padding: 0 12px;
  }
  .footer .footer-top .footer-text {
    margin-bottom: 20px;
  }
  .guide .guide-tab-details .data-requirements-features p {
    padding: 30px 0;
  }
  .our-partners .col-lg-12 h2 {
    padding: 0;
  }
  .location .location-details h1 {
    font-size: 30px;
  }
}
section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
section .wrap_inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
section + section, section + footer {
  margin-top: clamp(60px, 10vw, 150px) !important;
}

.textel p + p, .textel p + span, .textel p + strong, .textel p + ul, .textel p + ol {
  margin-top: 1.2em;
}
.textel h1 {
  font-size: clamp(28px, 6.5vw, 45px) !important;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
.textel h2 {
  font-size: clamp(24px, 6vw, 35px) !important;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
.textel h3 {
  font-size: clamp(18px, 2.4vw, 22px) !important;
  text-transform: uppercase !important;
  color: #1E6A5D;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
.textel h4 {
  font-size: 15px !important;
  text-transform: uppercase !important;
  color: #1E6A5D;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  line-height: 1.6;
}
.textel h1 + *, .textel h2 + *, .textel h3 + *, .textel h4 + *, .textel h5 + *, .textel h6 + * {
  margin-top: 1.5em;
}
.textel *:not(img) + h1, .textel *:not(img) h2, .textel *:not(img) h3, .textel *:not(img) h4, .textel *:not(img) h5, .textel *:not(img) h6 {
  margin-top: 1em;
}
.textel ul, .textel ol {
  list-style: inherit;
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 25px;
}
.textel ul li {
  list-style-type: "➞";
  padding-left: 10px;
}
.textel ul li::marker {
  color: #ABC647;
}
.textel strong {
  font-family: OpenSans-Bold;
}

/*# sourceMappingURL=style.css.map */
