.header {
  padding: 20px 0;
}
.header .inside {
  width: 1624px;
}
.main {
  position: relative;
}
.main .caption-wr {
  height: 100%;
}
.main .inside {
  width: 1576px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.main .caption {
  
  color: #fff;
  width: 470px;
  line-height: 1.45;
  text-align: center;
  max-width: 100%;
  padding-top: 100px;
  margin-left: 60px;
  font-size: 32px;
}
.main .caption p {
  margin-bottom: 30px;
}
.main .caption strong {
  font-weight: 700;
}
.main .caption .button {
  margin-top: 50px;
}
.main .line {
  font-weight: 700;
  color: #fff;
  font-size: 42px;
  margin-bottom: 10px;
}
.main .line span {
  padding: 16px 30px;
  transform: rotate(-3deg);
  display: inline-block;
  transform-origin: center;
}
.main .line.blue span {
  background: #127DAB;
  margin-left: -18px;
}
.main .line.green {
  margin-bottom: 42px;
}
.main .line.green span {
  background: #157E00;
}

.main .caption_ svg {
  display: block;
}
.main .caption_ p {
  width: calc(100% - 318px);
}
.main .caption_ .inside {
  width: 1200px;
}
.main .caption_ {
  font-size: 22px;
  width: 100%;
  line-height: 1.45;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  color: #00628D;
  padding: 32px 0;
  font-weight: bold;
  text-align: center;
}
.about {
  padding: 76px 0 20px 0;
}
.about h3 {
  font-size: 44px;
  font-weight: 700;
  color: #157E00;
  line-height: 1.15;
  margin-bottom: 36px;
  letter-spacing: -1px;
}

.about .green-box {
  padding: 6px 40px 40px 40px;
  background: linear-gradient(243.21deg, #0F6100 0.23%, #009E3D 96.51%);
  width: 416px;
  color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.about .green-box strong {
  font-weight:  700;
  letter-spacing: 1px;
}
.about .hide-mobile strong {
  font-weight:  700;
  letter-spacing: 1px;
}
.about .hide-mobile  {
  font-family: "Helvetica", sans-serif;
  line-height: 1.5;
  font-size: 22px;
  color: #423c3a;
  letter-spacing: 0.2px;
}
.hide-mobile {
  display: none;
}
.about .caption {
  font-family: "Helvetica", sans-serif;
  line-height: 1.5;
  font-size: 22px;
  color: #423c3a;
  width: 722px;
  letter-spacing: 0.2px;
}
.about .caption p {
  margin-bottom: 30px;
}
.about .caption .images .flex {
  height: 194px;
  max-width: 49%;
  border-radius: 14px;
}
.about .caption .images {
  margin-bottom: 30px;
}
.about .caption strong {
  font-weight: 700;
}

.faq {
  padding: 130px 0;
}
.faq h3 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  color: #157E00;
  font-weight: 700;
  letter-spacing: -1px;
}
.faq li {
  margin-bottom: 10px;
}
.faq li .dropdown {
  display: none;
  padding: 25px;
  line-height: 1.5;
  font-size: 22px;
  margin-top: 6px;
  background: #fff;
  border-radius: 12px;
}
.faq li h4 {
  font-size: 22px;
  font-weight: 500;
  border-radius: 12px;
  background: #157E00;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 31px 40px 31px 25px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease 0s;
}
.faq li h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 12px;
  right: 24px;
  transition: all 0.3s ease 0s;
  top: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5397 0.43934C22.1534 1.02513 22.1534 1.97487 21.5397 2.56066L12.1112 11.5607C11.4975 12.1464 10.5025 12.1464 9.88883 11.5607L0.46026 2.56066C-0.153421 1.97487 -0.153421 1.02513 0.46026 0.43934C1.07394 -0.146447 2.06891 -0.146447 2.68259 0.43934L11 8.37868L19.3174 0.43934C19.9311 -0.146447 20.9261 -0.146447 21.5397 0.43934Z' fill='white'/%3E%3C/svg%3E%0A");
}
.faq li h4:hover {
  background: #127DAB;
  transition: all 0.3s ease 0s;
}
.faq li.opened h4 {
  background: #127DAB;
  transition: all 0.3s ease 0s;
}
.faq li.opened h4:after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.accordion li {
  margin-bottom: 10px;
}
.accordion li .dropdown {
  display: none;
  padding: 25px;
  line-height: 1.5;
  font-size: 20px;
  margin-top: 6px;
  background: rgba(0, 158, 61, 0.1);
  border-radius: 12px;
}
.accordion li h4:hover {
  background: #127DAB;
  transition: all 0.3s ease 0s;
}
.accordion li h4:after {
  transition: all 0.3s ease 0s;
}
.accordion li.opened h4 {
  background: #127DAB;
  transition: all 0.3s ease 0s;
}
.accordion li.opened h4:after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.mission {
  padding: 100px 0;
  line-height: 1.35;
  background: rgba(0, 158, 61, 0.1);
}
.mission .flex {
  gap: 100px;
}
.mission .desc {
  width: 540px;
  font-size: 20px;
  line-height: 1.5;
}
.mission .desc .phone {
  padding-top: 6px;
}
.mission .desc .phone a {
  padding-left: 43px;
  position: relative;
}
.mission .desc .phone a:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 32px;
  background: url(../img/phone-ico.svg) no-repeat center;
  left: 0;
  top: -8px;
}
.mission span {
  color: #127DAB;
}
.mission p {
  margin-bottom: 20px;
}
.mission h3 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  color: #127DAB;
}

.accordion2 strong {
  display: block;
}
.accordion2 .box:after {
  position: absolute;
  content:"";
  width: 200px;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='2' viewBox='0 0 200 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.985764' x2='200' y2='0.985764' stroke='url(%23paint0_linear_1685_177)' stroke-width='1.97183'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1685_177' x1='0' y1='2.47168' x2='200' y2='2.47168' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23999999' stop-opacity='0'/%3E%3Cstop offset='0.245192' stop-color='white'/%3E%3Cstop offset='0.75' stop-color='white'/%3E%3Cstop offset='1' stop-color='%23999999' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  height: 2px;
}
.accordion2 .box {
  text-align: center;
  padding: 30px 0;  
  line-height: 1.55;
  position: relative;
}
.accordion2 li:last-child:after {
  display: none;
}
.accordion2 li:first-child {
  border-top: none;
}

.partners-slider .txt strong {
  font-weight: 700;
  display: block;
}
.partners-slider .inside {
  width: 1500px;
  padding-left: 0;
  padding-right: 0;
}
.partners-slider .txt {
  margin-top: 60px;
  line-height: 1.35;
  font-size: 20px;
  color: #777;
  max-width: 100%;
}
.partners-slider .item img {
  margin: 0 auto;
}
.partners-slider .item {
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
}
.partners-slider .item img {
  width: auto;
}
.partners-slider {
  padding: 60px 0;
  text-align: center;
}
.screen-35 .title {
  margin-bottom: 100px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.screen-35 .item .label {
  font-size: 64px;
  background: #fff;
  border-radius: 20px;
  color: #127DAB;
  width: 256px;
  margin-top: -40px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.screen-35 .item p strong {
  font-weight: 700;
  display: block;
}
.screen-35 .item p {
  color: #fff;
  line-height: 1.5;
}
.screen-35 .slick-track {
  padding-top: 60px;
  padding-bottom: 20px;
}
.screen-35 .list > div {
  max-width: 32%;
}
.screen-35 .item {
  font-size: 22px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  width: 380px;
  max-width: 100%;
  background: #009EDA;
  height: 100%;
  padding: 0 20px 20px;

}
.screen-35 .title-2 {
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
}
.screen-35 {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #127DAB;
  text-align: center;

}
.video-block .video-frame:not(.played):after {
  position: absolute;
  content:"";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='144' height='144' viewBox='0 0 144 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='72' cy='72' r='67.5' stroke='white' stroke-width='9'/%3E%3Cpath d='M53.1309 97.0537V46.948C53.1309 44.6373 55.6333 43.1941 57.6333 44.3514L100.93 69.4042C102.927 70.5596 102.927 73.4422 100.93 74.5975L57.6333 99.6503C55.6334 100.808 53.1309 99.3644 53.1309 97.0537Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.video-block .video-frame {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}
.video-block .video {
  width: 760px;
  text-align: center;
  font-size: 22px;
  color: #00628D;
  font-weight: 700;
}
.video-block .text p {
  margin-bottom: 20px;
}
.video-block .text strong {
  font-weight: 700;
}
.video-block .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #00628D;
}
.video-block .text {
  line-height: 1.35;
  color: #00628D;
  font-size: 22px;
  width: 414px;
  padding-top: 10px;
}
.video-block {
  background: #D9F0E2;
  padding: 60px 0;
}
.video-block video {
  max-width: 100%;
  display: block;
}
.relationships .caption {
  width: 420px;
  font-size: 22px;
  color: #fff;
  line-height: 1.35;
}
.relationships p {
  margin-bottom: 40px;
}
.relationships h4 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}
.relationships {
  padding: 90px 0;
  background: url(/spenden2/img/img-2_.jpg) no-repeat center;
}
.together-green .inside {
  position: relative;
  height: 300px;
}

.together-green .caption {
  padding: 30px;
  background: #FFFFFF;
  width: calc(100% - 24px);
  box-shadow: 7px 6px 23px rgba(7, 7, 7, 0.3);
  border-radius: 32px;
  position: absolute;
  bottom: 0;
  left: 12px;
}
.together-green h3 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  color: #157E00;
}
.together-green .item-1 {
  background: #009D3C;
}
.together-green .item-2 {
  background: #157E00;
}
.together-green .item-3 {
  background: #106600;
}
.together-green .item span {
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
}
.together-green .item {
  font-size: 20px;
  color: #fff;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  width: 388px;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 100%;
}
.together-green-image {
  position: relative;
  background: url(../img/main-2.jpg) no-repeat center / cover;
  aspect-ratio: 1920/860;
  max-width: 100%;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.slick-dots li {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 4px;
}
.slick-dots {
  margin-top: 20px;
  text-align: center;

}


.mission .button-mail a {
  font-size: 20px;
  font-weight: 700;
  color: #157E00;
  display: inline-block;
  padding: 4px 20px;
  border: 2px solid #157E00;
  border-radius: 20px;
  text-decoration: none !important;
}
.mission .button-mail {
  margin-top: 26px;
}