@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-Italic.woff2") format("woff2"), url("../Fonts/SourceSansPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-ExtraLightItalic.woff2") format("woff2"), url("../Fonts/SourceSansPro-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-BoldItalic.woff2") format("woff2"), url("../Fonts/SourceSansPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../Fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../Fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-Light.woff2") format("woff2"), url("../Fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-BlackItalic.woff2") format("woff2"), url("../Fonts/SourceSansPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-LightItalic.woff2") format("woff2"), url("../Fonts/SourceSansPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-Black.woff2") format("woff2"), url("../Fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../Fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-SemiBoldItalic.woff2") format("woff2"), url("../Fonts/SourceSansPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../Fonts/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../Fonts/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../Fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2"), url(../Fonts/iconfont/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #707070;
  line-height: 22px;
}
body.no-scroll {
  overflow: hidden;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 34px;
  color: #00975F;
  line-height: 38px;
}

h2 {
  font-size: 28px;
  color: #00975F;
  line-height: 34px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

form input[type=text],
form input[type=email],
form input[type=number],
form input[type=tel],
form textarea {
  border-radius: 0;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  width: 500px;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=number],
  form input[type=tel],
  form textarea {
    width: 100%;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form textarea:focus,
form .btn.btn-primary:focus {
  border-color: #707070;
}
form textarea {
  width: 700px;
  max-width: 850px;
  height: 160px;
  min-height: 160px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  form textarea {
    width: 100%;
  }
}
form > div {
  margin-bottom: 20px;
}
form a {
  color: #00975F;
  text-decoration: underline;
}
form .btn.btn-primary {
  background: #00975F;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.btn.btn-primary:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
  z-index: 99;
}
header .container-flex {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  header .container-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  header .container-flex {
    justify-content: space-between;
  }
}
header .logo {
  width: 26%;
}
@media screen and (max-width: 1023px) {
  header .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    text-align: left;
    width: 65%;
    position: relative;
    z-index: 99;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  display: block;
  width: 70%;
}
@media screen and (max-width: 1023px) {
  header .logo img {
    width: 300px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  header .logo img {
    width: 200px;
  }
}
header .right-header {
  width: 74%;
}
@media screen and (max-width: 1023px) {
  header .right-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .right-header {
    display: none;
  }
}
header .right-header > * {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  header .right-header > * {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .right-header > * {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  header .right-header.show-items {
    position: absolute;
    z-index: 9;
    top: -20px;
    background: #fff;
    width: 100%;
    left: 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
  }
  header .right-header.show-items > div {
    order: 2;
    padding-left: 25px;
    margin-top: 25px;
  }
  header .right-header.show-items > nav {
    order: 1;
    margin-top: 80px;
  }
}
header .donate-btn {
  background: #00975F;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
}
header .donate-btn:hover {
  background: #3C3C3B;
}
@media screen and (max-width: 1023px) {
  header .donate-btn {
    margin-top: 15px;
  }
}
header nav {
  padding-top: 15px;
}
header nav li {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  header nav li {
    display: block;
    margin-left: 25px;
    margin-top: 15px;
  }
}
header nav li.home {
  position: relative;
  top: 5px;
}
header nav li.home a {
  color: #00975F;
}
header nav li.home a:after {
  content: none;
}
header nav li.home a:hover {
  text-shadow: none;
}
header nav li a {
  color: #707070;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
}
header nav li a:hover {
  text-shadow: 0 0 0.1px black, 0 0 0.1px black, 0 0 0.1px black;
}
header nav li a:after {
  position: absolute;
  left: 0;
  bottom: -21px;
  content: "";
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header nav li a:after {
    bottom: -5px;
  }
}
header nav li a:hover:after {
  background: #00975F;
}
header nav li.active a {
  text-shadow: 0 0 0.1px black, 0 0 0.1px black, 0 0 0.1px black;
}
header nav li.active a:after {
  background: #00975F;
}
header .toggle-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .toggle-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999999999px;
  }
}
header .mobile-nav {
  display: none;
  width: 30px;
  height: 20px;
  border-top: 3px solid #707070;
  position: relative;
  z-index: 99;
}
header .mobile-nav:before, header .mobile-nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #707070;
  transition: all 0.5s;
}
header .mobile-nav:before {
  top: 5px;
}
header .mobile-nav:after {
  bottom: 0;
}
header .mobile-nav.close-menu {
  border-top: none;
}
header .mobile-nav.close-menu:before {
  transform: rotate(-45deg);
}
header .mobile-nav.close-menu:after {
  bottom: 12px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header .mobile-nav {
    display: block;
    margin-top: 5px;
  }
}
header #language-nav {
  display: inline-block;
  margin-right: 50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header #language-nav {
    display: block;
  }
}
header #language-nav ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header #language-nav ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
header #language-nav ul li a {
  font-weight: 500;
}
header #language-nav ul li a:after {
  content: none;
}
header #language-nav ul li.active a {
  color: #00975F;
  font-weight: 600;
}
header #language-nav ul li:after {
  content: "";
  width: 1px;
  height: 17px;
  background: #707070;
  position: absolute;
  top: 3px;
  right: -12px;
}
header #language-nav ul li:last-child:after {
  content: none;
}

main {
  padding-top: 150px;
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 219px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 100px;
  }
}
main section.acc-section {
  margin-bottom: 0;
  padding-bottom: 10px;
}
main > .acc-section {
  padding-bottom: 10px;
}
main > .acc-section:last-of-type {
  margin-bottom: 50px;
}
main h1 {
  color: #00975F;
  text-transform: uppercase;
}
main h3 {
  color: #3C3C3B;
}
main ul {
  padding: 10px 0 5px 25px;
}
@media screen and (max-width: 767px) {
  main ul {
    padding-left: 10px;
  }
}
main ul li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 20px;
}
main ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00975F;
}
main .image-big {
  position: relative;
}
main .image-big .image-description {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 460px;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  main .image-big .image-description {
    position: relative;
    top: -6px;
    left: 0;
    width: 100%;
    background: #eee;
  }
  main .image-big .image-description p {
    content-visibility: hidden;
    margin: 0;
  }
}
main .image-big .image-description h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
}
main .image-big .image-description h3 {
  margin: 0 0 15px 0;
  font-size: 14px;
}
main .image-big.after-header {
  margin-top: -33px;
}
@media screen and (max-width: 767px) {
  main .image-big.after-header {
    margin-top: 0;
  }
}
main .image-big img {
  width: 100%;
  height: auto;
}
main .grid {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  main .grid {
    margin: 50px auto;
  }
}
main .grid > div {
  width: 32%;
  padding: 50px 30px;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  main .grid > div {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  main .grid > div {
    width: 100%;
  }
}
main .grid > div .material-icons {
  color: #00975F;
}
main .grid > div .grid-box-link {
  display: block;
}
main .grid > div h2 {
  text-transform: uppercase;
  color: #00975F;
  font-size: 20px;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 767px) {
  main .grid > div h2 {
    margin-top: 20px;
  }
}
main .grid > div a.read-more {
  margin-top: 10px;
  display: inline-block;
}
main .grid > div a.read-more > span {
  transition: all 0s;
}
main .grid > div:hover {
  background: #00975F;
}
main .grid > div:hover h2, main .grid > div:hover .material-icons, main .grid > div:hover p, main .grid > div:hover a.read-more > span {
  color: #ffffff;
}
main .grid > div.image-item {
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .grid > div.image-item {
    margin: 5px 0;
  }
}
main .grid > div.image-item img {
  width: 100%;
  display: block;
  cursor: zoom-in;
}
main .grid.projects {
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .grid.projects > div {
  width: 100%;
  padding: 30px;
  background: #F8F8F8;
  text-align: left;
}
main .grid.projects > div.project-item {
  margin-right: 0;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .grid.projects > div.project-item {
    width: 100%;
  }
}
main .grid.projects > div.project-item img {
  width: 100%;
  display: block;
}
main .grid.projects > div.project-item figure {
  margin: 0;
  padding: 0;
}
main .grid.projects > div.project-item img {
  height: auto;
}
main .grid.projects > div.project-item p {
  transition: all 0.3s;
}
main .grid.projects > div:hover {
  /*background-color:transparent;*/
  color: #3C3C3B;
}
main .grid.projects > div:hover p {
  color: #3C3C3B;
}
main .grid.projects > div:hover a span, main .grid.projects > div:hover span.material-icons {
  color: #00975F;
}
main .grid.projects a.read-more.project-item-more {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main .grid.projects a.read-more.project-item-more {
    flex-wrap: wrap;
  }
}
main .grid.projects a.read-more.project-item-more:hover span, main .grid.projects a.read-more.project-item-more:hover span.material-icons {
  color: #00975F;
}
main .grid.projects .p-Image {
  width: 47%;
}
@media screen and (max-width: 767px) {
  main .grid.projects .p-Image {
    width: 100%;
    padding-bottom: 20px;
  }
}
main .grid.projects .p-Content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main .grid.projects .p-Content {
    width: 100%;
  }
}
main .grid.projects .p-Content h3 {
  color: #00975F;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 0;
  word-break: break-all;
  line-height: 32px;
}
main .grid.projects .p-Content h4 {
  color: #3C3C3B;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  main .grid.projects .p-Content > p:last-of-type {
    padding-bottom: 25px;
  }
}
main .grid.projects .p-Content .read-more.project-more {
  position: absolute;
  bottom: 25px;
  margin: 0;
  padding: 0;
}
main .size-1 {
  font-size: 86px;
}
@media screen and (max-width: 767px) {
  main .quotes {
    margin: 0 auto;
    width: 80%;
  }
}
main .quotes span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
main .quotes span:before, main .quotes span:after {
  position: absolute;
  font-size: 60px;
  color: #00975F;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 0;
}
main .quotes span:before {
  content: " „ ";
  left: -45px;
  top: 7px;
}
main .quotes span:after {
  content: " „ ";
  right: -40px;
  top: -13px;
  transform: rotate(-180deg);
}
main .auotr {
  color: #00975F;
  padding-top: 30px;
  font-size: 20px;
}
main .content-header h4 {
  color: #777777;
}
main .content-content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}
main .content-content p {
  margin: 0 0 15px 0;
}
main .c-image {
  width: 30%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main .c-image {
    width: 100%;
    margin-top: 50px;
  }
}
main .c-image img {
  width: 100%;
  height: auto;
}
main .c-text {
  width: 68%;
}
@media screen and (max-width: 767px) {
  main .c-text {
    width: 100%;
  }
}
main .text-image {
  margin-bottom: 50px;
}
main .text-image .content-header {
  margin-top: 70px;
}
main .text-image .content-content {
  padding-top: 0;
}
main .text-image .c-text {
  order: 1;
}
main .text-image .c-image {
  order: 2;
}
main .image-text {
  margin-top: 70px;
}
main .image-text .c-text {
  order: 2;
}
main .image-text .c-image {
  order: 1;
}
main .image-text-fullWidth .content-header {
  text-align: center;
}
main .image-text-fullWidth .content-header h4 {
  margin: auto;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  main .image-text-fullWidth .content-header h4 {
    width: 100%;
  }
}
main .image-text-fullWidth .content-content {
  padding-top: 0px;
  margin-top: -57px;
}
main .image-text-fullWidth .c-text {
  order: 2;
  width: 100%;
}
main .image-text-fullWidth .c-text .text-center {
  text-align: center;
  margin-top: 30px;
}
main .image-text-fullWidth .c-image {
  order: 1;
  width: 100%;
  padding-bottom: 20px;
}
main .downloads.pdf a {
  position: relative;
  display: block;
  padding: 10px 0 10px 40px;
}
main .downloads.pdf a:before {
  position: absolute;
  content: "";
  color: #00975F;
  font-weight: bold;
  font-size: 20px;
  left: 0;
  top: 10px;
  width: 32px;
  height: 25px;
  background: url(../Images/download_pdf.svg);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
main a {
  color: #707070;
}
main a:hover {
  color: #00975F;
}

.accordion-content .image-text-fullWidth .content-content {
  margin-top: 0;
}

/*gemneral content elements*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 5%;
  }
}

.container-flex {
  display: flex;
  flex-wrap: nowrap;
}
.container-flex.grid {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container-flex.grid {
    flex-wrap: wrap;
  }
}

.align-center {
  text-align: center;
}

.read-more > span {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  font-weight: bold;
  transition: all 0.3s;
}
.read-more > span.material-icons {
  color: #00975F;
  font-size: 17px;
  position: relative;
  top: 1px;
}
.read-more > span:hover {
  color: #00975F;
}

.light-gray {
  background: #F8F8F8;
}

.dark-gray {
  background: #707070;
}

.padding-T-B {
  padding: 80px 0;
}
.padding-T-B h2 {
  margin-top: 0;
}

/*cookie banner*/
.cc-cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #ffffff;
  border-top: 10px solid #00975F;
  z-index: 999;
  text-align: center;
  padding: 0 50px 40px 50px;
}
.cc-cookies h6 {
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 40px 0 10px 0;
}
.cc-cookies a {
  color: #00975F;
}
.cc-cookies p {
  font-size: 16px;
  margin: 0;
  padding: 15px 0 30px 0;
}
.cc-cookies .cc-cookie-accept {
  background: #00975F;
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 3px;
}
.cc-cookies > a:last-child {
  background: #eeeeee;
  padding: 5px 20px;
  color: #00975F;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 1px;
}

ul.pagination {
  width: 100%;
  display: flex;
  padding: 30px 0 0 0;
}
ul.pagination .disabled a {
  pointer-events: none;
  opacity: 0.8;
}
ul.pagination li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px 0 0;
}
ul.pagination li a {
  background: #00975F;
  display: inline-block;
  line-height: 24px;
  width: 25px;
  height: 25px;
  color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}
ul.pagination li:before {
  content: none;
}
ul.pagination li.active a {
  background-color: #F8F8F8;
  color: #00975F;
  pointer-events: none;
}

.back-link {
  display: flex;
}

figure {
  margin: 0;
  padding: 0;
}

main .accordion-content {
  max-height: 0;
  transition: all 0.3s;
  transform: scale(0);
}
main .accordion-content p {
  margin: 0;
  padding: 10px 0;
}
main .accordion-content .image-text-fullWidth .c-image {
  display: none;
}
main .accordion-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -9999999999px;
}
main .accordion-input + label {
  background: #F8F8F8;
  color: #00975F;
  font-size: 20px;
  padding: 20px 35px;
  display: block;
  margin: 5px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .accordion-input + label {
    padding-left: 15px;
  }
}
main .accordion-input + label:before, main .accordion-input + label:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #00975F;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  main .accordion-input + label:before, main .accordion-input + label:after {
    height: 12px;
  }
}
main .accordion-input + label:before {
  right: 35px;
  transform: rotate(-45deg);
  top: 20px;
}
@media screen and (max-width: 767px) {
  main .accordion-input + label:before {
    right: 23px;
    top: 22px;
  }
}
main .accordion-input + label:after {
  right: 25px;
  transform: rotate(45deg);
  top: 20px;
}
@media screen and (max-width: 767px) {
  main .accordion-input + label:after {
    right: 15px;
    top: 22px;
  }
}
main .accordion-input:checked + label {
  background: #00975F;
  color: #ffffff;
}
main .accordion-input:checked + label:before, main .accordion-input:checked + label:after {
  background: #ffffff;
}
main .accordion-input:checked + label:before {
  right: 15px;
}
main .accordion-input:checked ~ .accordion-content {
  max-height: 2000px;
  transform: scale(1);
}

.lightbox-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-image {
  width: auto;
  height: 80%;
  z-index: 999;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  cursor: zoom-out;
}
@media screen and (max-width: 1199px) {
  .big-image {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
  }
}
.big-image.remove-big-image {
  animation-name: zoomOut;
  animation-duration: 0.5s;
}

footer {
  color: #ffffff;
}
footer > div {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  footer > div {
    padding: 10px 0 20px 0;
  }
}
footer .container-flex > div {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  footer .container-flex > div {
    margin-right: 12%;
  }
}
footer .container-flex > div h3 {
  color: #ffffff;
  text-transform: uppercase;
}
footer .container-flex > div nav ul li {
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  footer .container-flex > div nav ul li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .container-flex > div.mobile-nav-active {
    position: fixed;
    z-index: 99;
    bottom: 25px;
    left: 25px;
  }
  footer .container-flex > div.mobile-nav-active a {
    color: #707070;
    border-bottom: none;
    padding: 5px 0;
    display: block;
  }
}
footer a {
  color: #ffffff;
  border-bottom: 1px dotted #707070;
}
footer a:hover {
  border-bottom: 1px dotted #ffffff;
}
footer .copyright {
  padding-top: 20px;
  display: inline-block;
}

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