#testslider2 {
    color: #3EAC61;
    }
    #testslider2:hover {
    color: #3EAC61;
    }
    
    
    * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    :root {
      font-size: 62.5%;
    }
    
    .wrapper {
      width: 100%;
    }
    
    .mainPageWrapper {
      font-family: "Lato", sans-serif;
      width: 100%;
      margin-top: 24.5rem;
    }
    
    h1 {
      font-family: "Lato", sans-serif;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
    }
    
    h2 {
      font-family: "Lato", sans-serif;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
    }
    
    h3 {
      font-family: "Lato", sans-serif;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
    }
    
    p {
      font-family: "Lato", sans-serif;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      color: #333;  
    }

    /* raisNow */
    #tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods > .main .payment-methods .payment-method .text {
        font-size: 1.5rem !important;
    }
    
    #tamaro-widget.tamaro-widget.tamaro-bp-sm .payment-payment-methods > .main .payment-methods .payment-method .image {
    width: 10rem !important;
    height: 10rem !important;
    }

    #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .position {
        margin-left: .75rem !important;
    }

    #tamaro-widget-overlay.tamaro-widget.tamaro-widget, #tamaro-widget.tamaro-widget.tamaro-widget {
        background-color: #eaeaea !important;
        font-size: 2rem !important;
    }
    #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .position + .text {
        font-size: 2rem !important;
    }
    
    #tamaro-widget.tamaro-widget .payment-amounts > .main .amounts .amount .main {
        height: 5rem;
    }

    #tamaro-widget.tamaro-widget .payment-amounts > .main .amounts .amount .main .code {
        font-size: 1.8rem !important;
    }

    #tamaro-widget-overlay.tamaro-widget .form-block.input-wrapper.floating-label .label-block, #tamaro-widget-overlay.tamaro-widget .form-block.select-wrapper.floating-label
    .label-block, #tamaro-widget-overlay.tamaro-widget
    .form-block.textarea-wrapper.floating-label .label-block, #tamaro-widget.tamaro-widget
    .form-block.input-wrapper.floating-label .label-block, #tamaro-widget.tamaro-widget
    .form-block.select-wrapper.floating-label .label-block, #tamaro-widget.tamaro-widget .form-block.textarea-wrapper.floating-label .label-block {
        font-size: 70% !important;
    }

    #tamaro-widget.tamaro-widget .payment-submit .main button {
        background-color: #3eac61 !important;
    }

    #tamaro-widget-overlay.tamaro-widget .md-ripple, #tamaro-widget.tamaro-widget .md-ripple {
        line-height: 2rem !important;
    }

    #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title {
        height: 3rem !important;
    }

    #tamaro-widget-overlay.tamaro-widget .btn-text, #tamaro-widget.tamaro-widget .btn-text {
    font-size: 1.8rem !important;
    }

    /* raisNow ende */

    /* cookie */

    .uk-link, a {
     color: green;
    }

    .uk-link, a:hover {
     color: green;
    }


    /* Desktop Navigation*/
    .navigationWrapper {
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 100;
      position: fixed;
      top: 0;
      width: 100%;
    }
    
    .navigationWrapper__phoneLinkBox {
      background-color: #3eac61;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 4.2rem;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .navigationWrapper__phoneLink {
      color: white;
      font-size: 1.5rem;
      margin-right: 4rem;
    }
    
    .navigationWrapper__phoneLink:hover {
      font-size: 1.55rem;
      color: white;
      text-decoration: none;
    }
    
    .navigationWrapper__navBox {
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-transform: uppercase;
    }
    
    .navigationWrapper__logo {
      width: 27rem;
      margin-top: 2.2rem;
      margin-left: 11.4rem;
      margin-bottom: 4.4rem;
    }
    
    .navigationWrapper__navList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      margin-left: 5%;
      -webkit-box-align: space-between;
          -ms-flex-align: space-between;
              align-items: space-between;
      -ms-flex-line-pack: center;
          align-content: center;
    }
    
    .navigationWrapper__listPoint {
      text-decoration: none;
      list-style: none;
      width: 25%;
    }
    
    .navigationWrapper__listPoint--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
    }
    
    .navigationWrapper__listPoint--center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
    }
    
    .navigationWrapper__listPoint--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
    }
    
    .navigationWrapper__listPoint:first-of-type .navigationWrapper__link {
      margin-left: 2rem;
    }
    
    .navigationWrapper__listPoint:last-of-type .navigationWrapper__link {
      margin-left: 2rem;
    }
    
    .navigationWrapper__link {
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .navigationWrapper__dropbtn {
      background-color: white;
      color: #0672B1;
      font-size: 2rem;
      border: none;
      cursor: pointer;
      text-transform: uppercase;
      outline: none;
      margin-left: 1.5rem;
    }
    
    .navigationWrapper__dropdown {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
    }
    
    .navigationWrapper__dropdownContent {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 108rem;
      z-index: 1;
      text-transform: capitalize;
    }
    
    .navigationWrapper__dropdownLink {
      color: #0672B1;
      border-bottom: 2px solid white;
      text-decoration: none;
      display: block;
      font-size: 2rem;
    }
    
    .navigationWrapper__dropdownLink:hover {
      background-color: #fff;
    }
    
    .navigationWrapper__dropdown:hover .navigationWrapper__dropdownContent {
      display: block;
    }
    
    .navigationWrapper__dropdown:hover .navigationWrapper__dropbtn {
      background-color: white;
    }
    
    .navigationWrapper__link {
      border-bottom: 2px solid white;

    }
    
    .navigationWrapper__link:hover {
      text-decoration: none;
      border-bottom: 2px solid #0672B1;
    }
    
    .navigationWrapper__listPoint:first-of-type .navigationWrapper__link:hover {
      text-decoration: none;
      padding-bottom: 0.5rem;
    }
    
    .navigationWrapper__link {
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
    }
    
    .navigationWrapper__dropbtn {
      background-color: white;
      font-family: "Lato", sans-serif;
      color: #0672B1;
      font-size: 2rem;
      border-bottom: 2px solid white;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative;
      display: inline-block;
      line-height: unset;  
    }
    
    .navigationWrapper__dropbtn:focus {
      border: none;
      outline: none;
    }
    
    .navigationWrapper__dropbtn:hover {
      border-bottom: 2px solid #0672B1;
    }
    
    .navigationWrapper__dropdownContent {
      position: absolute;
      background-color: white;
      min-width: 108rem;
      z-index: 1;
      text-transform: capitalize;
    }
    
    .navigationWrapper__dropdownLink {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      color: #0672B1;
      margin: 12px 16px 30px 12px;
      display: block;
      font-size: 2rem;
      border: 2px solid white;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
    }
    
    .navigationWrapper__dropdownLink:hover {
      background-color: #fff;
      text-decoration: none;
      border-bottom: 2px solid #0672B1;
    }
    
    .navigationWrapper__dropdownContent {
      height: auto;
      padding-top: 5rem;
      padding-right: 2.5rem;
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
    }
    
    .navigationWrapper__dropdownContent:hover {
      display: block;
    }
    
    .navigationWrapper__dropdownContent {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    /* Desktop Navigation*/
    .navigationWrapper {
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 100;
      position: fixed;
      top: 0;
      width: 100%;
    }
    
    
    
    .navigationWrapper__navBox {
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-transform: uppercase;
      justify-content: space-between;
    }
    
    .navigationWrapper__logo {
      width: 27rem;
      margin-top: 2.2rem;
      margin-left: 11.4rem;
      margin-bottom: 4.4rem;
    }
    
    .navigationWrapper__navList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      margin-left: auto;
      -webkit-box-align: space-between;
          -ms-flex-align: space-between;
              align-items: space-between;
      -ms-flex-line-pack: center;
          align-content: center;
      width: auto;
      margin-right: 5rem;  
    }
    
    .navigationWrapper__listPoint {
      text-decoration: none;
      list-style: none;
      width: auto;
      margin-right: 5rem;
    }
    
    .navigationWrapper__listPoint--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;

    }
    
    .navigationWrapper__listPoint--center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
    }
    
    .navigationWrapper__listPoint--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
    }
    

    
    .navigationWrapper__link {
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      margin-left: 2rem;  
    }
 
    .navigationWrapper__dropdown {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
    }
    
    .navigationWrapper__dropdownContent {
      display: none;
      position: absolute;
      background-color: white;
      min-width: 108rem;
      z-index: 1;
      text-transform: capitalize;
    }
    
    .navigationWrapper__dropdownLink {
      color: #0672B1;
      border-bottom: 2px solid white;
      text-decoration: none;
      display: block;
      font-size: 2rem;
    }
    
    .navigationWrapper__dropdownLink:hover {
      background-color: #fff;
    }
    
    .navigationWrapper__dropdown:hover .navigationWrapper__dropdownContent {
      display: block;
    }
    
    .navigationWrapper__dropdown:hover .navigationWrapper__dropbtn {
      background-color: white;
    }
    
    .navigationWrapper__link {
      border-bottom: 2px solid white;

    }
    
    .navigationWrapper__link:hover {
      text-decoration: none;
      border-bottom: 2px solid #0672B1;
      color: #0672B1;
    }
    
    .navigationWrapper__listPoint:first-of-type .navigationWrapper__link:hover {
      text-decoration: none;

    }
    
    .navigationWrapper__link {
      text-decoration: none;
      color: #0672B1;
      font-size: 2rem;
      line-height: unset;  
    }

    
    .navigationWrapper__dropbtn:focus {
      border: none;
      outline: none;
    }
    
    .navigationWrapper__dropbtn:hover {
      border-bottom: 2px solid #0672B1;
    }
    
    .navigationWrapper__dropdownContent {
      position: absolute;
      background-color: white;
      min-width: 108rem;
      z-index: 1;
      text-transform: capitalize;
    }
    
    .navigationWrapper__dropdownLink {
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      color: #0672B1;
      margin: 12px 16px 30px 12px;
      display: block;
      font-size: 2rem;
      border: 2px solid white;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
    }
    
    .navigationWrapper__dropdownLink:hover {
      background-color: #fff;
      text-decoration: none;
      border-bottom: 2px solid #0672B1;
      color: #0672B1;  
    }
    
    .navigationWrapper__dropdownContent {
      height: auto;
      padding-top: 5rem;
      padding-right: 2.5rem;
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
    }
    
    .navigationWrapper__dropdownContent:hover {
      display: block;
    }
    
    .navigationWrapper__dropdownContent {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    /* Mobil Navigation*/
    
    .uk-accordion-title::before {
      display: none;
    }
    
    .navigationWrapperMobil {
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 100;
      position: fixed;
      top: 0;
      width: 100%;
      padding-bottom: 4rem;
    }
    
    .navigationWrapperMobil__iconSection {
      overflow: hidden;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-left: 2rem;
      padding-top: 2.2rem;

    }
    
    #navigationWrapperMobil__linkContainer {
      display: none;
    }
    
    /*
    .navigationWrapperMobil__wrapper a {
      color: #0672B1;
      padding: 1.4rem 1.6rem;
      text-decoration: none;
      font-size: 1.6rem;
      display: block;
    }
    */
    .navigationWrapperMobil__linkIcon {
      background: #fff;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }
    
    .navigationWrapperMobil__phoneLink {
      color: white;
      background-color: #3EAC61;
      margin: 0;
      padding: 0 0 0 1.6rem;
      text-decoration: none;
      font-size: 1.6rem;
      display: block;
      line-height: 3.5rem;
      height: 3.5rem;
    }
    
    .navigationWrapperMobil__phoneLink:hover {
      color: white;
    }
    
    .navigationWrapperMobil__linkIcon:hover {
      background-color: #fff;
      color: #0672B1;
    }
    
    .navigationWrapperMobil__linkIcon {
      background-color: #fff;
      color: #0672B1;
      padding: 1.4rem 1.6rem;
      text-decoration: none;
      font-size: 1.6rem;
      display: block;
    }
    
    .navigationWrapperMobil__link {
      color: #0672B1;
      text-decoration: none;
      font-size: 2rem;
      display: block;
      text-transform: uppercase;
      padding-bottom: 0.7rem;
    }
    
    .uk-nav-primary>li>a {
        color: #0672B1;
        padding-bottom: 1rem;
        width: fit-content;
        font-size: 1.5rem;
    }
    

    .uk-nav-primary>li>a:focus, .uk-nav-primary>li>a:hover
    {
        color: #0672B1;
    }

    .uk-nav-primary>li:first-of-type>a {
        color: #0672B1;
        padding-top: 2rem;
        width: fit-content;
    }
    
    .uk-nav-primary>li>a:hover {
        color: #0672B1;
        border-bottom: 2px solid #0672B1;
        padding-bottom: 0.8rem;
        width: -moz-fit-content;
    }
    
    .uk-nav-primary .uk-nav-sub a {
        color: #0672B1;
        margin: 1.4rem 0 0.7rem 1.4rem;
        padding-bottom: 0.7rem;
        width: fit-content;
        text-transform: none;
        font-size: 1.5rem;
    }
    
    .uk-nav-primary .uk-nav-sub a:active {
        text-decoration: none;
    }
    
    .uk-nav-primary .uk-nav-sub a:first-of-type>a {
        color: #0672B1;
        padding-top: 2rem;
        width: fit-content;
    }
    
    .uk-nav-primary .uk-nav-sub a:hover {
        color: #0672B1;
        border-bottom: 2px solid #0672B1;
        padding-bottom: 0.5rem;
        width: -moz-fit-content;
    }
    

    
    .navigationWrapperMobil__link:hover {
      border-buttom: 2px solid #0672B1;
      color: #0672B1;
    }
    

    
    .navigationWrapperMobil__list {
      margin-bottom: 0;
       margin-top: 2rem;
    }
    .navigationWrapperMobil__listPoint {
      margin: 1.4rem 1.6rem 0.7rem 2rem;
      
    } 
    .navigationWrapperMobil__listPoint:first-of-type {
      margin-top: 2rem;
      border-top: 1px solid #0672B1;
    }
    
    .navigatonWrapperMobil__dropdownBox {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }
    
    .navigatonWrapperMobil__dropdownLink {
      margin: 0;
      padding: 1.4rem 1.6rem;
      font-size: 2rem;
      color: #0672B1;
    }
    
    .navigatonWrapperMobil__dropdownLink:hover {
      color: #0672B1;
    }
    
    .navigatonWrapperMobil__dropdownLink:active {
      text-decoration: underline;
    }
    
    .uk-accordion>:nth-child(n+2) {
        margin-top: 0;
    }
    
    .navigationWrapperMobil__link--active {
      background-color: #fff;
      color: #0672B1;
    }
    
    .navigationWrapperMobil__linkFlex {
      display: flex;
      flex-direction: column;
      padding: 1.4rem 1.6rem 1.4rem 3.6rem;
    }
    
    /* Mobil Navigation Icon*/
    #hamburger-icon {
      width: 2em;
      height: 1.5em;
      display: block;
      margin: 4rem;
    }
    
    #hamburger-icon .line {
      display: block;
      background: #3EAC61;
      width: 4rem;
      height: 0.5rem;
      position: absolute;
      left: 0;
      border-radius: 0.25rem;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
    }
    
    #hamburger-icon .line.line-1 {
      top: 0;
    }
    
    #hamburger-icon .line.line-2 {
      top: 50%;
    }
    
    #hamburger-icon .line.line-3 {
      top: 100%;
    }
    
    #hamburger-icon:focus .line .Line1 {
      background: #3EAC61;
    }
    
    #hamburger-icon.active .line-1 {
      transform: translateY(2rem) translateX(0) rotate(45deg);
      -webkit-transform: translateY(2rem) translateX(0) rotate(45deg);
      -moz-transform: translateY(2rem) translateX(0) rotate(45deg);
      background: #3EAC61;
    }
    
    #hamburger-icon.active .line-2 {
      opacity: 0;
    }
    
    #hamburger-icon.active .line-3 {
      transform: translateY(-0.75rem) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-0.75rem) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-0.75rem) translateX(0) rotate(-45deg);
    }
    
    .new__hamburger {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 50px;
    }
    
    .new__hamburger:before,
    .new__hamburger:after,
    .new__hamburger div {
      background: blue;
      content: "";
      display: block;
      height: 6px;
      border-radius: 3px;
      margin: 7px 0;
      transition: 0.5s;
    }
    .new__hamburger:hover:before {
      transform: translateY(13px) rotate(135deg);
    }
    .new__hamburger:hover:after {
      transform: translateY(-13px) rotate(-135deg);
    }
    .new__hamburger:hover div {
      transform: scale(0);
    }

    /* DonateLink */
    
    .stickyDonateLink {
      z-index: 100;
      position: fixed;
      top: 50rem;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
    }
    
    .stickyDonateLink:hover {
      text-decoration: none;
    }
    
    .stickyDonateLink__decoration {
      height: 6rem;
      width: 4rem;
      background-color: #3eac61;
      margin-right: 2rem;
    }
    
    .stickyDonateLink__button {
      width: 20rem;
      height: 20rem;
      background-color: #3eac61;
      color: white;
      border-radius: 10rem;
      border: none;
      border-color: none;
      text-transform: uppercase;
      font-size: 3rem;
      outline: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
    }
    
    .stickyDonateLink__button:hover {
      width: 21rem;
      height: 21rem;
      border-radius: 10.5rem;
      font-size: 3.1rem;
    }
    
    .stickyDonateLink__link:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .stickyDonateLink__heart {
      margin-top: 2rem;
      margin-left: 2rem;
      margin-right: 2rem;
      height: 4rem;
      width: 5rem;
    }

    /* DonateLink ende */

    /* DonateLink2 */
    .stickyDonateLink2__wrapper {
    z-index: 1;    
    position: fixed;
    top: 68rem;
    left: 0;    
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 3.1rem;
    text-transform: uppercase;
    }

    .stickyDonateLink2__heartNav {
        cursor: pointer;
        height: 3rem;
        width: 3rem;
        margin-right: 2rem;
        background-color: #3eac61;
        text-align: center;
        font-size: 1.8rem;
    }

    .stickyDonateLink2__heartNav--closed {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stickyDonateLink2__heartNav::after {
        content: "\2A09";
        display: inline-block;
        visibility: visible;
        opacity: 1;
        transition: ease-out 0.3s;
        color: white;
        font-size: 1.5rem;
    }

    .stickyDonateLink2__heartNav--closed::after {
        content: "\2661";
        transform: rotate(360deg);
    }


    .stickyDonateLink2__btnBox {
        left: 4rem;
        position: absolute;
        background-color: #3eac61;
        visibility: visible;
        opacity: 1;
        transition: ease-out 0.4s;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 20rem;
        height: 20rem;
        color: white;

    }

        .stickyDonateLink2__btnBox:hover {
        text-decoration: none;
        color: white;  
        text-decoration: none;
        color: white;
        width: 21rem;
        height: 21rem;
        border-radius: 10.5rem;
        font-size: 3.1rem;    

    }

    .stickyDonateLink2__button {
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stickyDonateLink2__btnBox--hidden {
        opacity: 0;
        visibility: hidden;


    }

      .stickyDonateLink2__heart {
      margin-top: 2rem;
      margin-left: 2rem;
      margin-right: 2rem;
      height: 4rem;
      width: 5rem;
    }

    /* DonateLink2 ende */
    
    .homescreenImage {
      width: 100%;
      height: 45rem;
      margin-bottom: 4rem;
    }
    
    .homescreenImage__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    
    }
    
    .mainPictureCountry {
      width: 100%;
      height: 45rem;
      margin-bottom: 7.5rem;
      margin-bottom: 6rem;
    }
    
    .mainPictureCountry__image {
      overflow: hidden;
      width: 100%;
    }
    
    .mainTitle__title {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 10rem;
      text-transform: uppercase;
      width: auto;
    }
    
    .mainTitle h2{
      color: #3EAC61;
      font-size: 2rem;  
    }

    .mainTitle h3{

      font-size: 1.8rem;  
    }
    
    .mainTitle__text {
      font-size: 1.8rem;
    }
    
    
    .mainTitle__text a {
      color: #666;
      border-bottom: solid 0.15rem #777777;
    }
    
    .mainTitle__text a:hover {
      text-decoration: none;
      color: #666;
    }
    
    
    .countryCase {
      width: 100%;
      /*height: 80rem;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      border: none;
    }
    
    .countryCase__box {
      width: 100%;
      /*height: 80rem;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: none;

    }
    
    .countryCase__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 10rem;
    }
    
    .countryCase__smartphoneImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
    .countryCase__title {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 2rem;
      text-transform: uppercase;
    }
    
    .countryCase__textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    


    .countryCase__textBoxSmall p {
      font-size: 1.8rem;
      color: #333;
      margin: 0;
    }
    
    .currentCountrySlider {
      margin-top: 8rem;
    }
    
    .currentCountrySlider--smartphone {
      margin-top: 8rem;
    }
    
    .currentCountrySlider__title {
      font-size: 5rem;
      color: #3EAC61;
      text-transform: uppercase;
      margin-bottom: 2rem;
    }
    
    .currentCountrySlider__cardTitle {
      font-size: 2.3rem;
      color: #333;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 3rem;
    }
    
    .currentCountrySlider__card--big {
      width: 72rem;
    }
    
    .currentCountrySlider__cardContent {
      padding: 4.5rem 4.5rem 4.5rem 4.5rem;
    }
    
    .currentCountrySlider__buttonBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none;
    }
    
    .currentCountrySlider__text {
      margin: 0;
      font-size: 2rem;
      color: #333;
    }
    
    .successStoryBox__picture {
      width: 100%;
      height: auto;
    }
    
    .successStoryBox__textBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
    
    .successStoryBox__title {
      font-size: 5rem;
      color: #3EAC61;
      text-transform: uppercase;
      margin-bottom: 2rem;
    }
    
    .successStoryBox__text {
      font-size: 2rem;
      color: #333;
      margin: 0;
    }

    .successStoryBox__text p {
     margin: 0;
    }
    
    .successStoryBox__text:nth-child(1) {
      margin-right: 2rem;
    }

    .wrapperProjectDescripion {
        margin-bottom: 6rem;
        max-width: 100rem;
    }
    
    .otherProjectsSlider__title {
      font-size: 5rem;
      color: #3EAC61;
      text-transform: uppercase;
      margin-bottom: 2rem;
    }

    .otherProjectsSlider__date {
      font-size: 1.8rem;
      color: #333;

    }

   .otherProjectsSlider__card {
        position: relative;
    }

    .otherProjectsSlider__button {
        bottom: 2rem;
        position: absolute;
    }
    
    #otherProjectsSlider__button:hover {
     color: #3eac61;
    }
    
    .otherProjectsSlider__cardTitle {
      font-size: 2rem;
      color: #333;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 3rem;
    }
    
    
    
    
    .otherProjectsSlider__buttonBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none;
    }
    
    .otherProjectsSlider__text {
      margin: 0;
      font-size: 1.8rem;
      color: #333;
      margin-bottom: 4rem;
    }
    
    .countryProjects__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0;
      width: 100%;
    }
    
    .countryDescription {
      margin-bottom: 20rem;
    }
    
    .countryDescription__title {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 2rem;
      text-transform: uppercase;
    }
    
    .countryDescription__text {
      font-size: 2rem;
      color: #333;
    }
    
    .countryListPageWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .countryProjects__flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    .countryProjects__cardBox {
      width: 44rem;
      height: 63rem;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      -webkit-transition: -webkit-box-shadow .1s ease-in-out;
      transition: -webkit-box-shadow .1s ease-in-out;
      transition: box-shadow .1s ease-in-out;
      transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
      margin-bottom: 4rem;
    }
    
    .countryProjects__pictureBox {
      width: 100%;
      height: 32rem;
      margin-bottom: 5rem;
    }
    
    .countryProjects__picture {
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 100%;
      min-height: 100%;
    }
    
    .countryProjects__textBox {
      padding: 0 2rem;
    }
    
    .countryProjects__title {
      font-size: 2.3rem;
      color: #333;
      text-transform: uppercase;
      text-align: center;
    }
    
    .countryProjects__text {
      font-size: 2rem;
      color: #333;
    }
    
    .countryProjects__button {
      width: 17.5rem;
      height: 5rem;
      background-color: #3EAC61;
      color: white;
      border-radius: 2.5rem;
      border: none;
      border-color: none;
      font-size: 2rem;
      margin-top: 2rem;
      outline: none;
    }
    
    .countryProjects__button:hover {
      width: 18rem;
      height: 5rem;
      font-size: 2.25rem;
      background-color: white;
      color: #3EAC61;
      border: 2px solid #3EAC61;
    }
    
    .countryProjects__buttonBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .countryProjects__mainTitle {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 2rem;
      text-transform: uppercase;
      width: 100%;
      padding-left: 0;
    }
    
    .mainPictureProject {
      width: 100%;
      height: 45rem;
      margin-bottom: 4rem;
    }
    
    .mainPictureProject__image {
      display: block;
      width: 60rem;
      margin-bottom: 6rem;  
      margin-left: auto;
      margin-right: auto;  
        
    
    }
    
    .projectDescription__title {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 2rem;
      text-transform: uppercase;
      width: 100%;
      padding-left: 0;
    }
    
    
    .projectDescription__text {
      font-size: 1.8rem;
      color: #333;
    }
    
    .projectDescription__slider {
      
      max-width: 80rem;
    }
    
    .newsBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .newsBox__title {
      font-size: 5rem;
      color: #3EAC61;
      margin-bottom: 10rem;
      text-transform: uppercase;
    }
    
      .newsBox__card {
        max-width: 580px;
        padding: unset;
        position: relative;
      }
    
    .newsBox__cardBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    
    .newsBox__cardWrapper {
      justify-content: center;
    }
    
    #newsBox__cardBox {
      padding: 0;
    }
    
    .newsBox__cardImage {
      overflow: hidden;
      width: 100%;
    }
    
    .newsBox__textBox {
      padding: 4rem;

    }
    
    .newsBox__date {
      font-size: 1.8rem;
      color: #333;
    }
    
    .newsBox__cardTitle {
      font-size: 2rem;
      text-transform: uppercase;
      color: #333;
    }
    
    .newsBox__textBox p {
      font-size: 1.8rem;
      color: #333;
    }
    
    .newsBox__cardButtonBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
    }

    .newsBox__cardButton {
        position: absolute;
        bottom: 2rem;
    }
    
    @media screen and (min-width: 1750px) {
        .countryCase__box {
            position: relative;
           
        } 
        .countryCase__image {
            position: absolute;
            max-width: 48%;
            right: 51%;
            top: -3%;
        }    
        
       .countryCase__content--right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
        }
    }
    
    
    @media screen and (min-width: 1900px) {
    .countryCase__content--right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    
    .countryCase__content--left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    }
    
    @media screen and (max-width: 1900px) {
    .countryCase__content--right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .countryCase__content--left {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    }
    
    

    @media screen and (min-width: 1750px) {
      /* .projectDescription {
         margin-left: 4rem;
         margin-right: 4rem;
       } */
      .singleProjects {
        width: 120rem;
      }
      .
        {
        width: 120rem;
        
      }
      .wrapperCountryDescripion {
        width: 120rem;
      }
      .mainTitle {
        width: 133rem;
      }
      .mainTitle__text p{
        font-size: 2rem;
      }

      .navigationWrapper__listPoint--right {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      .successStoryBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }
      .successStoryBox__textBox {
        width: 82rem;
        height: 30rem;
      }
      .successStoryBox__pictureBox {
        width: 59rem;
        height: 44rem;
        margin-right: 4rem;
      }
      .navigationWrapper__navBox {
        width: 100vw;
      }
      .navigationWrapper__navList {
        width: auto;

      }
      .countryCase__box--right {
        background-repeat: no-repeat;
        background-size: cover;
        align-items: flex-end;
      }
      .countryCase__box--left {
        background-repeat: no-repeat;
        background-size: cover;
        align-items: flex-start;
      }
        
      .countryCase__box--left .countryCase__image {
        right: 18%;
        top: -13%;  
      }
      
        
      .countryCase {
        height: 80rem;
        margin-top: 10rem;
      }
      .countryCase:first-of-type {
        margin-top: 20rem;
      }
      .countryCase__box {
        height: 80rem;
      }
      .wrapperProjectDescripion {
        margin-bottom: 6rem;
      }
      .newsBox__wrapper {
        width: 120rem;
      }
    }
    
    @media screen and (max-width: 1800px) {
      .singleProjects {
        margin: 0 4rem;
      }
      .navigationWrapper__listPoint--right {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
      .successStoryBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      .wrapperCountryDescripion {
        margin: 0 4rem;
      }
      .newsBox__wrapper {
        width: auto;
      }
    }
    
    @media screen and (min-width: 1200px) and (max-width: 1800px) {
      .projectDescription {
        margin-left: 4rem;
        margin-right: 4rem;
      }
      .sectionWidth {
        padding: 0 4rem;
        max-width: 130rem;
      }
      .countryCase {
        padding: 0 4rem;
      }
      .wrapperProjectDescripion {
        margin-bottom: 6rem;
        max-width: 70%;
      }
      .newsBox__wrapper {
        margin: 0 29rem;
      }
   
 
    }
    
    @media screen and (min-width: 1200px) {
      .navigationWrapperMobil {
        display: none;
      }
      .sectionWidth {
        max-width: 130rem;
        margin: 0 auto;
        margin-top: 10rem;
      }
      .countryCase__textBoxSmall {
        -webkit-column-count: 2;
                column-count: 2;
      }
      .successStoryBox__textBoxSmall {
        -webkit-column-count: 2;
                column-count: 2;
      }
      .currentCountrySlider--smartphone {
        display: none;
      }
      .otherProjectsSlider--smartphone {
        display: none;
      }
      .countryCase__content {
        width: 90rem;
        margin-bottom: 5rem;
        margin-right: 5%;
        margin-left: 12%;
      }
      .countryCase__widthContainer {
        width: 90rem;
      }
      .countryCase__textBox {
        max-height: 32rem;
      }
      .countryCase__text:nth-child(1) {
        margin-right: 2rem;
      }
      .successStoryBox {
        margin-top: 22rem;
        margin-bottom: 22rem;
      }
      .otherProjectsSlider__card {
        width: 36rem;
        height: 48.5rem;
      }
      .otherProjectsSlider__card--big {
        width: 72rem;
      }
      .otherProjectsSlider__cardContent {
        height: 25.4rem;
        padding: 0 4.5rem 4.5rem 4.5rem;
      }
      .successStoryBox__pictureBox {
        width: 59rem;
        height: 44rem;
        margin-right: 4rem;
        margin-bottom: 4rem;
      }
      .countryCase__text {
        width: 42rem;
      }
      .successStoryBox__text {
        width: 40rem;
      }
      .countryProjects {
        width: 92rem;
      }
      .countryProjects__cardBox:nth-child(2n) {
        margin-left: 4rem;
      }
      .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0  5.9rem 2rem 5.9rem;
      }

      
    
      
      .footer__box1, .footer__box2 {
        -ms-flex-item-align: end;
            align-self: flex-end;
      }
    
      .footer__subbox2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
      }
      .footer__contact, .footer__adress {
        text-align: left;
        color: white;
      }
      .footer__list {
        width: auto;
      }
      .footer__contact {
        margin: 0 0 0 2.5rem;
      }
    }
    
    @media screen and (max-width: 1200px) {
        
        .stickyDonateLink2__btnBox--hidden {
        width: 0;
        height:0;
    }
        
        
      .stickyDonateLink__button:hover {
        width: 16rem;
        height: 16rem;
        border-radius: 10.5rem;
        font-size: 2.1rem;
      }  
        
      .stickyDonateLink__decoration {
        height: 4rem;
        
      }  
      
       .stickyDonateLink2__decoration {
        height: 4rem;
        
      }    
        
      
        
      .stickyDonateLink__button {
        width: 15rem;
        height: 15rem;
        font-size: 2rem;  
       }
        
        .stickyDonateLink2__btnBox {
        width: 15rem;
        height: 15rem;
        font-size: 2rem;
        }  
        
        .stickyDonateLink2__heartNav::after {
        font-size: 1.5rem;
        }
        
        .stickyDonateLink2__btnBox:hover {
        width: 16rem;
        height: 16rem;
        border-radius: 10.5rem;
        font-size: 2.1rem;
        }

      .countryCase__textBoxSmall {
        -webkit-column-count: 1;
                column-count: 1;
      }
      .successStoryBox__textBoxSmall {
        -webkit-column-count: 1;
                column-count: 1;
      }
      .successStoryBox__picture {
        margin-bottom: 4rem;
      }

      .currentCountrySlider {
        display: none;
      }
      .otherProjectsSlider {
        display: none;
      }
      .navigationWrapper {
        display: none;
      }
      .successStoryBox {
        margin-top: 8rem;
        margin-bottom: 8rem;
      }
      .countryProjects__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      .footer {
        height: 40rem;
        padding: 6rem 6rem;
      }
      .footer__box1 {
        height: 20rem;
      }
        
   
    }
    
    @media screen and (min-width: 600px) and (max-width: 1800px) {
        
         .rnw-widget-container {
             margin: 30%;
        }  
    
      .navigationWrapperMobil__iconSection {
        width: 22rem;
      }
      .projectDescription {
        margin-left: 4rem;
        margin-right: 4rem;
      }
      .newsBox {
        padding: 0 4rem;
      }
    }
    
    @media screen and (min-width: 600px) and (max-width: 1200px) {
      .sectionWidth {
        margin-top: 10rem;
        padding: 0 4rem;
        max-width: 130rem;
      }
      .countryCase {
        padding: 0 4rem;
      }
        
      .successStoryBox__button .main__button {
         margin-top: 0;   
      }
        
 
      
    }
    
    
    @media screen and (min-width: 600px) {
        
        .rnw-widget-container {
             margin: 10%;
        }



      
      .successStoryBox__button .main__button {
         margin-top: 0;   
      }  
        
      .navigationWrapper__logo {
        width: 27rem;
        margin-top: 2.2rem;
        margin-left: 11.4rem;
        margin-bottom: 4.4rem;
      }
      .navigationWrapperMobil__iconSection {
        padding-left: 4rem;
      }
      .countryCase__smartphoneImageBox {
        display: none;
      }
      .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 1.6rem;
      }
      
        .projectDescription__slider {
        width: 60%;
      }

    }
    
    @media screen and (max-width: 600px) {
        
         .rnw-widget-container {
             margin: 0;
        }
        
        .stickyDonateLink {
            top: 44rem;
        }
        
        .stickyDonateLink__decoration {
        height: 2rem;
        width: 2rem;
       } 
        
        
       .stickyDonateLink__button {
        width: 10rem;
        height: 10rem;
        font-size: 1.2rem;
       } 
        
       .stickyDonateLink__button:hover {
        width: 12rem;
        height: 12rem;
        border-radius: 10.5rem;
        font-size: 1.5rem;
        } 
        
        
        .stickyDonateLink__heart {
        margin-top: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
        height: 3rem;
        width: 3rem;
       }
        
        /*test*/
         .stickyDonateLink2__wrapper {
            top: 48rem;
        }
        
        .stickyDonateLink2__heartNav {
        height: 3rem;
        width: 2rem;
       } 
        
        
       .stickyDonateLink2__btnBox {
        width: 10rem;
        height: 10rem;
        font-size: 1.2rem;
       } 
        
       .stickyDonateLink2__btnBox:hover {
        width: 12rem;
        height: 12rem;
        border-radius: 10.5rem;
        font-size: 1.5rem;
        } 
        
        
        .stickyDonateLink2__heart {
        margin-top: 1rem;
        margin-left: 2rem;
        margin-right: 2rem;
        height: 3rem;
        width: 3rem;
       }
        
        .stickyDonateLink2__heartNav::after {
        font-size: 1.2rem;
        }   
        /*test ende*/
    
      .navigationWrapperMobil {
        padding-top: 2rem;
      }
      #hamburger-icon {
        margin-top: 6rem;
      }
      .navigationWrapperMobil__iconSection {
        width: 20rem;
      }
        
      .projectDescription__title {
      font-size: 2.3rem;
      color: #333;
    }  
        
      .otherProjectsSlider__title {
      font-size: 2.3rem;
      color: #333;
      }  
      .mainPageWrapper {
        width: 100vw;
        padding-left: 0;
        padding-right: 0;
      }
      .sectionWidth {
        margin-top: 10rem;  
        padding: 0 2rem;
        max-width: 130rem;
      }
      .countryCase {
        padding: 0 2rem;
      }
      .navigationWrapper {
        display: none;
      }
      .mainPageWrapper {
        max-width: 100%;
      }
      .homescreenImage {
        height: 25rem;
      }
      .countryCase {
        margin-top: 10rem;
      }
      .countryCase__content {
        margin-top: 4rem;
      }
      .countryCase__smartphoneImageBox {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .newsBox {
        padding: 0 2rem;
      }
      .projectDescription {
        margin-left: 2rem;
        margin-right: 2rem;
      }
      .countryCase__image {
        display: none;
      }
      .mainTitle__title {
        font-size: 2.3rem;
        color: #333;  
      }
      .mainTitle__text {
        color: #333;
        font-size: 1.6rem;
      }
      .countryCase__title {
        color: #333;
        font-size: 2.3rem;
      }
      .countryCase__text {
        color: #333;
        font-size: 1.6rem;
      }
      .successStoryBox__title {
        color: #333;
        font-size: 2.3rem;
      }
      .successStoryBox__text {
        color: #333;
        font-size: 1.6rem;
      }
      .countryProjects {
        margin: 0 2rem;
      }
      .wrapperCountryDescripion {
        margin: 0 2rem;
      }
      .countryProjects__cardBox {
        width: 100%;
        height: 63rem;
      }
      .countryDescription__title {
        font-size: 2.3rem;
        color: #333;
      }
      .countryDescription__text {
        font-size: 1.6rem;
      }
      .singleProjects {
        margin: 0 4rem;
      }
      .newsBox__title {
        color: #333;
        font-size: 2.3rem;
      }
      .wrapperProjectDescripion {
        margin-bottom: 6rem;
      }
      .footer {
        height: 44rem;
        padding: 6rem 2rem 2rem 2rem;
      }
      .footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
        
       
    }
    
    /* footer */
    footer {
      background-color: #0672B1;
      height: 30rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 2rem 1.6rem 1.1rem 1.6rem;
      font-size: 2rem;
      color: white;
      margin-top: 10rem;
    }

    .footer__link {
        color: white;
    }

    .footer__adress {
        color: white;
    }

    .footer__link:hover {
        color: white;
        text-decoration: none;
    }  
    
    .footer__uppercase {
      text-transform: uppercase;
    }
    
    .footer__title {
      margin-bottom: 0;
      color: white;
    }
    
    .footer__box1 {
      height: auto;
    }
    
    .footer__box2 {
      margin: 10px 0 0 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
    }
    
    .footer__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 0;
      font-size: 1.6rem;
      margin: 2.5rem 0 0 0;
    }
    
    .footer__metaLink {
      text-decoration: none;
      color: white;
    }
    
    .footer__metaLink:visited {
      text-decoration: none;
      color: white;
    }
    
    .footer__metaLink:hover {
      text-decoration: none;
      color: #3eac61;
    }
    
    .footer__metaListPoint {
      margin-right: 1rem;
    }

/* footer ende */

/* main__button */
    
    .main__button {
      background-color: #3eac61;
      color: white;
      border-radius: 4rem;
      border: none;
      font-size: 2rem;
      margin-top: 4rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      width: fit-content;
      width: -moz-fit-content;
      padding: 5px 20px;
      border: 2px solid #3eac61;
    }
    
    .main__button:hover {

      background-color: white;
      color: #3eac61;
      border: 2px solid #3eac61;
      text-decoration: none;
      width: fit-content;
      width: -moz-fit-content;
      padding: 5px 20px;
    }
    
    .main__button--further {
      color: #3eac61 !important;
      border: none;
      font-size: 2rem;
      margin-top: 4rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      -ms-flex-line-pack: center;
          align-content: center;
      display: -ms-grid;
      display: grid;
      width: fit-content;
      width: -moz-fit-content;
    }
    
    .main__button--further:hover {
      text-decoration: underline;
    }

    /* main__button ende */


   

    
    
