.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Lato2, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito4, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.62);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito4, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.68);
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito4, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.67);
}

a {
  color: #b59342;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.headingwhite {
  width: auto;
  color: #fff;
}

.mycontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.herocon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.mycontain.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mycontain.aboutcon {
  max-width: 1200px;
  margin-top: -152px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mycontain.testcon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mycontain.blogcon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mycontain.footercon {
  color: #fff;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
}

.type-column-1 {
  padding-right: 20px;
}

.paragraphwhite {
  max-width: none;
  margin: 5px 0px 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
}

.button {
  display: inline-block;
  height: auto;
  margin-right: 0px;
  padding: 11px 31px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #b59342;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.button.white {
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-section.low {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-section.red {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/peter-ogilvie-589714-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/peter-ogilvie-589714-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-2 {
  background-color: #f2f2f2;
}

.color-block.cc-brand-color-2.cc-3 {
  background-color: rgba(0, 0, 0, 0.5);
}

.color-block.cc-brand-color-1 {
  background-color: #b59342;
  color: #f2f2f2;
}

.herosec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 93vh;
  padding-bottom: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/bobby-burch-319840-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/bobby-burch-319840-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.69);
}

.navlink {
  color: #fff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.navlink.goldnav {
  color: #b59342;
}

.headinggold {
  color: #b59342;
}

.herohead {
  font-size: 60px;
}

.headingpar {
  max-width: 40%;
  line-height: 1.4em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.65);
}

.herogolddiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61%;
  height: auto;
  min-height: 48px;
  margin-top: 86px;
  margin-bottom: -106px;
  padding: 0px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #b59342;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.image {
  padding-bottom: 10px;
  padding-left: 9px;
}

.text-block {
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.videosec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playbutton {
  position: absolute;
  left: 44%;
  top: 28%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.playbutton.secondplay {
  left: 41%;
  top: 35%;
}

.lightbox-link {
  position: relative;
  padding: 0px;
}

.videohead {
  position: absolute;
  left: 4%;
  top: 2%;
  font-size: 40px;
}

.whitehead {
  color: #fff;
}

.videodiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -211px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 50%;
  margin-top: -21px;
  padding-left: 30px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.section {
  height: 100vh;
}

.backgrounddiv {
  width: 100%;
  height: 400px;
  background-image: url('../images/Gruppe-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.backgrounddiv._2 {
  background-image: url('../images/Nu-Vision-Kinderhilfsprogramm-1024x453.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.aboutdiv {
  width: 100%;
  padding: 46px 40px 40px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.aboutsec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backhead {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 5px 53px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b59342), to(#b59342));
  background-image: linear-gradient(180deg, #b59342, #b59342);
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.aboutlink {
  display: block;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-transform: none;
}

.testimonialsec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.div-block {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
}

.grid {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
}

.image-3 {
  width: 49%;
}

.image-4 {
  width: 49%;
}

.testimage {
  margin-bottom: 18px;
}

.testlightbox {
  position: relative;
  margin-bottom: 18px;
}

.paragraph-2 {
  line-height: 1.4em;
}

.blogsec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Lato2, sans-serif;
  line-height: 1.4em;
}

.footerse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

.image-5 {
  width: 50%;
}

.text-span {
  color: #b59342;
}

.blogcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 29px;
  padding-top: 29px;
  border-top: 1px solid #cecece;
}

.katdiv {
  width: 15%;
}

.condiv {
  padding-left: 31px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blogimage {
  width: auto;
  border-radius: 10000px;
}

.bloghead {
  font-size: 27px;
  text-shadow: none;
}

.image-6 {
  margin-bottom: 5px;
  margin-left: 0px;
}

.testipar {
  margin-top: 0px;
  margin-bottom: 18px;
  padding: 13px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.11);
}

.nostyle {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .mycontain.aboutcon {
    margin-top: -117px;
  }

  .paragraphwhite {
    max-width: 90%;
  }

  .herohead {
    font-size: 50px;
    line-height: 1em;
  }

  .headingpar {
    max-width: 100%;
    font-weight: 400;
  }

  .herogolddiv {
    width: 100%;
  }

  .playbutton {
    display: none;
  }

  .videohead {
    font-size: 30px;
  }

  .videodiv {
    width: 90%;
    margin-top: -71px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    width: 100%;
    padding-left: 0px;
  }

  .backgrounddiv {
    height: 300px;
  }

  .backgrounddiv._2 {
    background-attachment: scroll;
  }

  .backhead {
    margin-bottom: 14px;
  }

  .image-5 {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.85);
  }
}

@media screen and (max-width: 767px) {
  .mycontain {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mycontain.herocon {
    margin-top: 127px;
    padding-bottom: 4px;
  }

  .mycontain.aboutcon {
    margin-top: -82px;
  }

  .button {
    margin-right: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .herosec {
    height: 100vh;
    padding-top: 124px;
    padding-bottom: 20px;
  }

  .herohead {
    font-size: 40px;
  }

  .herogolddiv {
    display: none;
    padding: 5px 18px;
  }

  .text-block {
    line-height: 1.1em;
  }

  .videosec {
    padding-top: 52px;
  }

  .playbutton {
    left: 38%;
    top: 23%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .videohead {
    font-size: 27px;
  }

  .videodiv {
    width: 100%;
    margin-top: -55px;
  }

  .backgrounddiv {
    height: 200px;
  }

  .aboutdiv {
    padding: 28px;
  }

  .backhead {
    padding: 9px 18px;
    font-size: 27px;
    line-height: 1.1em;
  }

  .aboutlink {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .testimonialsec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    margin-bottom: -5px;
  }

  .blogsec {
    padding-top: 20px;
  }

  .body {
    font-size: 15px;
  }

  .blogcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .condiv {
    padding-left: 0px;
  }

  .image-6 {
    display: none;
  }

  .text-span-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .headingwhite {
    text-align: left;
  }

  .mycontain {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontain.herocon {
    padding-bottom: 20px;
  }

  .mycontain.aboutcon {
    margin-top: -31px;
  }

  .mycontain.blogcon {
    padding-right: 25px;
    padding-left: 25px;
  }

  .mycontain.footercon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraphwhite {
    max-width: 100%;
  }

  .button {
    margin-right: 0px;
    margin-bottom: 9px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .herosec {
    height: 100vh;
    padding-bottom: 83px;
  }

  .herohead {
    font-size: 41px;
  }

  .headingpar {
    line-height: 1.2em;
  }

  .herogolddiv {
    margin-top: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-block {
    line-height: 1.3em;
    text-align: left;
  }

  .videosec {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .playbutton {
    left: 30%;
    top: 12%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .videohead {
    margin-top: 14px;
    font-size: 22px;
  }

  .videodiv {
    margin-top: -21px;
  }

  .backgrounddiv {
    height: 150px;
    background-position: 50% 50%;
  }

  .backgrounddiv._2 {
    height: 200px;
  }

  .aboutdiv {
    padding: 18px;
    border-radius: 8px;
  }

  .backhead {
    border-radius: 9px;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.28);
    font-size: 24px;
  }

  .aboutlink {
    margin-top: 20px;
    text-transform: none;
  }

  .paragraph-2 {
    margin-bottom: -5px;
  }

  .body {
    font-size: 15px;
  }

  .bloghead {
    font-size: 20px;
  }
}

@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato2';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito4';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito4';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito4';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito4';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}