/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: Variables
******************************************************************/
/* @include transition(opacity 100ms ease-out); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-display: swap;
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v25-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-black-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1, h2, h3, h4, p, li {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-chars: 6 3 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  hyphenate-limit-last: always;
}

/******************************************************************
Stylesheet: Base Mobile
******************************************************************/
body {
  font-family: "Archivo Black", sans-serif;
  line-height: 1.5;
  color: #000000;
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative !important;
  top: 0;
  font-size: 3.5vw;
}
body #headerfixed.header svg#logomobile {
  display: inline-block;
  padding: 0.06rem;
}
body #headerfixed.header svg#logocompl {
  display: none;
}
body #headerfixed.header svg#logoheart {
  display: none;
}
body #headerfixed.header svg#logomobile {
  display: inline-block;
}
body #headerfixed.header .logolink {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 60%;
  padding: 1.5em 0.4em 1.5em;
}

.wp-block-spacer {
  height: 1em !important;
}

h2.claim {
  position: absolute;
  top: 12vw;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 8vw;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #FF6800;
  text-decoration: none;
}

p:empty {
  display: none;
}

.wrap {
  width: 84%;
  margin: 0 auto;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.header {
  box-shadow: 0 0 5vw rgba(0, 0, 0, 0.1), 0 0 2vw rgba(0, 0, 0, 0.4);
  background-color: #FF6800;
  z-index: 9999;
  position: relative;
  padding: 0;
}
.header#headerfixed {
  position: fixed;
  width: 100%;
}
.header .flex {
  color: #000000;
}

.logolink {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logolink .iconn {
  max-height: 10vw;
}
.logolink #logo {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.logolink:hover #logo {
  opacity: 0.5;
}

#logo {
  display: inline-block;
  font-size: 8vw;
  line-height: 1.2;
  width: auto;
  font-family: "Anton", sans-serif;
  position: relative;
  color: #000000;
  font-weight: normal;
  margin: 0 12vw 0 0;
}
#logo a {
  color: #000000;
  opacity: 1;
}

#description {
  display: block;
  font-weight: normal;
  color: #ffffff;
  font-size: 3.5vw;
  margin-top: 1em;
}
#description:empty {
  display: none;
}

#burger {
  position: absolute;
  right: calc(calc(100% - 84%) / 2);
  top: 6vw;
  cursor: pointer;
  margin: 0;
  display: block;
  text-align: center;
  color: #000000;
  padding: 0;
}
#burger .c1, #burger .c2, #burger .c3 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
#burger .cheese {
  width: 12vw;
  height: 0.8vw;
  border-radius: 1vw;
  margin-bottom: 2vw;
  background: #000000;
}
#burger.toggledOn .c2 {
  display: none;
}
#burger.toggledOn .c1 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2.8vw;
}
#burger.toggledOn .c3 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#site-navigation {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
}
#site-navigation.toggledOn {
  max-height: 1600px;
}

.nav {
  margin: 4vw 0 0 0;
}
.nav.top-nav {
  padding-top: 8vw;
}
.nav.top-nav li a, .nav.top-nav li a:visited {
  color: #000000;
}
.nav.top-nav li a:hover, .nav.top-nav li a:visited:hover {
  color: #ffffff;
}
.nav.top-nav li .sub-menu {
  opacity: 0.5;
  padding-left: 1em;
}
.nav.top-nav li.menu-item-has-children li {
  margin: 0;
}
.nav.footerNav {
  margin: 0;
}
.nav.footerNav li a {
  color: #ffffff;
  font-size: 3vw;
}
.nav.footerNav li a:hover {
  background: none;
  color: #FF6800;
}
.nav li a {
  font-family: "Archivo Black", sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 0 1em 0;
  text-decoration: none;
  padding: 0.75vw 2vw;
  font-size: 3.5vw;
}
.nav li a:hover {
  color: #ffffff;
}
.nav li.current_page_ancestor > a {
  color: #FF6800;
}

.copycont {
  display: flex;
  flex-direction: row;
}

.wp-block-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

ul.wp-block-latest-posts {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
ul.wp-block-latest-posts .accswitcher {
  position: absolute;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 123;
  width: 0;
  height: 0;
  margin-top: 4.3vw;
  left: 4vw;
  border-style: solid;
  border-width: 0.8em 0 0.8em 1.3em;
  border-color: transparent transparent transparent #FF6800;
}
ul.wp-block-latest-posts .accswitcher:hover {
  cursor: pointer;
  border-color: transparent transparent transparent #000000;
}
ul.wp-block-latest-posts .active-parent .accswitcher {
  margin-top: 4.3vw;
  border-width: 1.3em 0.8em 0 0.8em;
  border-color: #FF6800 transparent transparent transparent;
}
ul.wp-block-latest-posts a.wp-block-latest-posts__post-title {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  padding: 5vw 2.5vw 5vw 13vw;
  position: relative;
  color: #000000;
}
ul.wp-block-latest-posts a.wp-block-latest-posts__post-title:hover {
  color: #FF6800;
}
ul.wp-block-latest-posts .accsw {
  text-indent: -9999px;
  background: url(../img/icon-new-page.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 12;
  top: 1.25em;
  border-bottom: none !important;
  right: 1em;
  display: inline-block;
  width: 1.7em;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  max-height: 0;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: calc(1000% - 2em);
  -webkit-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content > * {
  padding: 0 2vw;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading {
  bottom: 0;
  letter-spacing: 0.03em;
  margin: 0.5em 0 0.3em 0;
  text-align: left;
  font-weight: normal;
  font-size: 7.25vw;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading a {
  font-size: 7.25vw;
  padding: 0;
  display: inline;
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #FF6800;
  text-underline-offset: 3px;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading a:hover {
  color: #FF6800;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content.active {
  max-height: 99999px;
  padding: 1em;
}
ul.wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 0 !important;
}
ul.wp-block-latest-posts li:before {
  display: none;
}

#content {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  box-shadow: 0 0 5vw rgba(0, 0, 0, 0.1), 0 0 2vw rgba(0, 0, 0, 0.4);
  background-color: #FF6800;
  padding-top: 0;
  min-height: 100vh;
}
#content #inner-content {
  padding-top: 3.5em;
  padding-bottom: 0;
}
#content .entry-content {
  padding-bottom: 0;
  /* fullscreen video embed */
}
#content .entry-content .containerdonate {
  padding-top: 5vh;
  color: #ffffff;
  height: 100vh;
  margin-bottom: 0 !important;
}
#content .entry-content .containerdonate h2 {
  margin-top: 0.5em;
}
#content .entry-content .logocontents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 3em;
  justify-content: space-between;
  gap: 1em;
}
#content .entry-content .logocontents p {
  margin-top: 1em;
  font-size: 3vw;
}
#content .entry-content .logocontents .project-logos {
  display: flex;
  height: 42vw;
  flex: 0 0 45%;
  flex-direction: column;
  text-align: center;
}
#content .entry-content .logocontents .project-logos a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content .entry-content .logocontents .project-logos .logo {
  flex: 0 0 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#content .entry-content .logocontents .project-logos .logo img {
  width: 90%;
  height: auto;
  margin: 0;
}
#content .entry-content .logocontents .project-logos p, #content .entry-content .logocontents .project-logos a {
  color: #ffffff;
}
#content .entry-content .logocontents .project-logos p {
  margin: 0 0 2em 0;
}
#content .entry-content #declaration {
  background-color: #000000;
  color: #FF6800;
  position: relative;
  padding-bottom: 2em;
}
#content .entry-content #declaration:before, #content .entry-content #declaration:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: -100%;
  top: 0;
  position: absolute;
}
#content .entry-content #declaration:after {
  left: 100%;
}
#content .entry-content #declaration h1, #content .entry-content #declaration h2, #content .entry-content #declaration h3 {
  color: #ffffff;
}
#content .entry-content .containerdeclaration {
  padding-top: 4em;
  margin-top: 0 !important;
  position: relative;
  display: block;
}
#content .entry-content .containerlogos {
  padding: 2em 0;
  position: relative;
  display: block;
}
#content .entry-content .containernews {
  padding: 4em 0 2em 0;
}
#content .entry-content .containernews h2 {
  margin-top: 1em;
}
#content .entry-content .containerfriends {
  padding: 4em 0 2em 0;
  background-color: #ffffff;
  position: relative;
}
#content .entry-content .containerfriends:before, #content .entry-content .containerfriends:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: -100%;
  top: 0;
  position: absolute;
}
#content .entry-content .containerfriends:after {
  left: 100%;
}
#content .entry-content .logofriendscontents {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .entry-content .logofriendscontents .friends-logo {
  flex: 0 0 30%;
}
#content .entry-content .containerprojects {
  padding-top: 2em;
  padding-bottom: 3em;
  background-color: #ffffff;
  position: relative;
}
#content .entry-content .containerprojects:before, #content .entry-content .containerprojects:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: -100%;
  top: 0;
  position: absolute;
}
#content .entry-content .containerprojects:after {
  left: 100%;
}
#content .entry-content .containerdeclaration {
  padding-top: 2em;
}
#content .entry-content .containerdeclaration p {
  margin-bottom: 2em;
}
#content .entry-content .containernewsletter {
  background: #000000;
  color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}
#content .entry-content .containernewsletter:before, #content .entry-content .containernewsletter:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: -100%;
  top: 0;
  position: absolute;
}
#content .entry-content .containernewsletter:after {
  left: 100%;
}
#content .entry-content .containernewsletter a.wp-block-button__link {
  margin-top: 1em;
}
#content .entry-content .containernewsletter a.wp-block-button__link:hover {
  background-color: #FF6800 !important;
}
#content .entry-content .projectcontents {
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
#content .entry-content .projectlink {
  display: flex;
  flex-direction: row;
}
#content .entry-content .rightcon {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-width: 60%;
}
#content .entry-content .project-content {
  display: block;
  position: relative;
  margin: 0 10%;
  height: 100vh;
  width: auto;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#content .entry-content .project-content .contentcont {
  padding: 12em 2em 17em 2em;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 50vh;
}
#content .entry-content .project-content .closebtn {
  width: 2em;
  height: 2em;
  position: absolute;
  top: 12em;
  right: 0;
  display: flex;
  text-align: center;
  align-items: center;
  background: black url(../img/closebtn.svg) no-repeat center center;
  -webkit-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
#content .entry-content .project-content .closebtn:hover {
  cursor: pointer;
  background: #FF6800 url(../img/closebtn.svg) no-repeat center center;
}
#content .entry-content .project-content:before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  left: -50%;
  top: 0;
  position: absolute;
}
#content .entry-content .project-content:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 100%;
  top: 0;
  position: absolute;
}
#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h1 a, #content .entry-content h2 a, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h1 strong, #content .entry-content h2 strong, #content .entry-content h3 strong, #content .entry-content h4 strong {
  text-rendering: optimizelegibility;
  font-family: "Anton", sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  font-weight: normal;
}
#content .entry-content h1, #content .entry-content h1 a, #content .entry-content h1 strong {
  font-size: 8vw;
}
#content .entry-content h2, #content .entry-content h2 a, #content .entry-content h2 strong {
  font-size: 7.6vw;
  text-transform: uppercase;
}
#content .entry-content h2.has-text-align-center, #content .entry-content h2 a.has-text-align-center, #content .entry-content h2 strong.has-text-align-center {
  margin-bottom: 0.1em;
}
#content .entry-content h3, #content .entry-content h4, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h3 strong, #content .entry-content h4 strong {
  font-size: 7vw;
}
#content .entry-content .projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 0.5em;
  padding-top: 2em;
}
#content .entry-content .projects h2.mob {
  display: block;
  padding-bottom: 1em;
  position: relative;
  padding-left: 8vw;
  hyphens: none;
  /*
  &:after{
    position: absolute;
    left: 0;
    color: $maincolor;
    font-family: $copy;
    text-transform: none;
    font-size: $copysize;
    top: 1.8em;
    content: 'click for more Info';
  }

   */
}
#content .entry-content .projects h2.mob:before {
  content: "";
  position: absolute;
  margin-top: 0.1em;
  left: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #FF6800;
}
#content .entry-content .projects h2.mob:before:hover {
  cursor: pointer;
  border-color: transparent transparent transparent #000000;
}
#content .entry-content .projects h2.mob.active:before {
  margin-top: 0.2em;
  border-width: 0.8em 0.5em 0 0.5em;
  border-color: #FF6800 transparent transparent transparent;
}
#content .entry-content .projects .cptcontent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}
#content .entry-content .projects .cptcontent h2.wp-block-heading {
  display: none;
}
#content .entry-content .projects .cptcontent.active {
  max-height: none;
}
#content .entry-content .projects .cpt {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  overflow-x: hidden;
}
#content .entry-content .projects .cpt a {
  position: relative;
  height: 100%;
  width: 100%;
}
#content .entry-content .projects .cpt h2.wp-block-heading {
  bottom: 0;
  letter-spacing: 0.03em;
  margin: 0.5em 0 0.3em 0;
  text-align: left;
  font-weight: normal;
  font-size: 5.7vw;
}
#content .entry-content .projects .cpt h2.wp-block-heading a {
  font-size: 7.25vw;
  padding: 0;
  display: inline;
  color: #FF6800;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #FF6800;
  text-underline-offset: 3px;
}
#content .entry-content ul {
  list-style-type: none;
  margin-bottom: 1.5em;
}
#content .entry-content ul li {
  padding: 0 0 1vw 3vw;
  position: relative;
}
#content .entry-content ul li:before {
  content: "";
  width: 1.4vw;
  height: 1.4vw;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 2.5vw;
}
#content .entry-content figure.wp-block-pullquote {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3vw 0;
  margin-bottom: 1.5em;
}
#content .entry-content figure.wp-block-pullquote p {
  font-family: "Anton", sans-serif;
  font-size: 8vw;
  margin-bottom: 1em;
}
#content .entry-content figure.wp-block-pullquote cite {
  opacity: 0.5;
}
#content .entry-content pre.wp-block-code {
  background-color: #000000;
  color: #ffffff;
  padding: 0.4em 0.8em;
  margin-bottom: 1.5em;
}
#content .entry-content pre.wp-block-verse {
  margin-bottom: 1.5em;
  font-style: italic;
}
#content .entry-content .wp-block-columns {
  margin-bottom: 1.5em;
}
#content .entry-content .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.5em;
}
#content .entry-content .wp-block-gallery .wp-block-image img {
  margin-bottom: 0;
}
#content .entry-content .cpt-container, #content .entry-content .posts {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding-bottom: 6em;
}
#content .entry-content .cpt-container .cptimg, #content .entry-content .cpt-container .postimg, #content .entry-content .posts .cptimg, #content .entry-content .posts .postimg {
  display: flex;
  margin-bottom: 0.5em;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#content .entry-content .cpt-container .cptimg img, #content .entry-content .cpt-container .postimg img, #content .entry-content .posts .cptimg img, #content .entry-content .posts .postimg img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
#content .entry-content .cpt-container .postcontent, #content .entry-content .cpt-container .cptcontent, #content .entry-content .posts .postcontent, #content .entry-content .posts .cptcontent {
  padding: 0 3vw;
}
#content .entry-content .cpt-container .postcontent.noimg, #content .entry-content .cpt-container .cptcontent.noimg, #content .entry-content .posts .postcontent.noimg, #content .entry-content .posts .cptcontent.noimg {
  padding-top: 3vw;
}
#content .entry-content .cpt-container h2, #content .entry-content .cpt-container p, #content .entry-content .posts h2, #content .entry-content .posts p {
  margin-bottom: 0.2em;
}
#content .entry-content .cpt-container h2.white, #content .entry-content .cpt-container p.white, #content .entry-content .posts h2.white, #content .entry-content .posts p.white {
  color: #ffffff;
}
#content .entry-content .cpt-container h2.orange, #content .entry-content .cpt-container p.orange, #content .entry-content .posts h2.orange, #content .entry-content .posts p.orange {
  color: #FF6800;
}
#content .entry-content .cpt-container .cpt, #content .entry-content .cpt-container .post, #content .entry-content .posts .cpt, #content .entry-content .posts .post {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
#content .entry-content .cpt-container .cpt.Service, #content .entry-content .cpt-container .post.Service, #content .entry-content .posts .cpt.Service, #content .entry-content .posts .post.Service {
  background-color: #FF6800;
}
#content .entry-content .cpt-container .cpt:hover, #content .entry-content .cpt-container .post:hover, #content .entry-content .posts .cpt:hover, #content .entry-content .posts .post:hover {
  background-color: rgb(255, 119.1, 25.5);
}
#content .entry-content .cpt-container a, #content .entry-content .posts a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#content .entry-content .cpt-container a img, #content .entry-content .posts a img {
  transform: scale(1);
  -webkit-transition: transform 200ms linear;
  transition: transform 200ms linear;
}
#content .entry-content .cpt-container a:hover img, #content .entry-content .posts a:hover img {
  transform: scale(1.1);
}
#content .entry-content a, #content .entry-content a:visited {
  font-family: "Archivo Black", sans-serif;
  border-bottom: 2px solid #FF6800;
}
#content .entry-content a.wp-block-latest-posts__post-title, #content .entry-content a:visited.wp-block-latest-posts__post-title {
  border-bottom: none;
}
#content .entry-content a.wp-block-button__link, #content .entry-content a.button, #content .entry-content a:visited.wp-block-button__link, #content .entry-content a:visited.button {
  padding: 0.8em 1.5em;
  font-family: "Archivo Black", sans-serif;
  border-bottom: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}
#content .entry-content a.wp-block-button__link:hover, #content .entry-content a.button:hover, #content .entry-content a:visited.wp-block-button__link:hover, #content .entry-content a:visited.button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
#content .entry-content a.wp-block-button__link.back, #content .entry-content a.button.back, #content .entry-content a:visited.wp-block-button__link.back, #content .entry-content a:visited.button.back {
  margin-bottom: 2em;
}
#content .entry-content button.button, #content .entry-content .wp-block-button button {
  padding: 0.8em 1.5em;
  font-family: "Anton", sans-serif;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  border: none;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#content .entry-content button.button.active, #content .entry-content .wp-block-button button.active {
  background: rgb(204, 83.2, 0);
}
#content .entry-content button.button:hover, #content .entry-content .wp-block-button button:hover {
  cursor: pointer;
  background-color: rgb(229.5, 229.5, 229.5);
}
#content .entry-content h2 a {
  font-size: 8vw;
  line-height: 1.1;
  display: block;
  border-bottom: none;
}
#content .entry-content h2 a:hover {
  color: #FF6800;
}
#content .entry-content h2.white {
  color: #ffffff;
}
#content .entry-content h2.orange {
  color: #FF6800;
}
#content .entry-content .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#content .entry-content .wp-block-embed__wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#content .entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#content .entry-content p, #content .entry-content ul, #content .entry-content li, #content .entry-content a, #content .entry-content pre, #content .entry-content time, #content .entry-content input, #content .entry-content span, #content .entry-content tr, #content .entry-content th, #content .entry-content td, #content .entry-content textarea, #content .entry-content strong, #content .entry-content button {
  font-size: 3.5vw;
}
#content .entry-content p.white, #content .entry-content ul.white, #content .entry-content li.white, #content .entry-content a.white, #content .entry-content pre.white, #content .entry-content time.white, #content .entry-content input.white, #content .entry-content span.white, #content .entry-content tr.white, #content .entry-content th.white, #content .entry-content td.white, #content .entry-content textarea.white, #content .entry-content strong.white, #content .entry-content button.white {
  color: #ffffff;
}
#content .entry-content p.orange, #content .entry-content ul.orange, #content .entry-content li.orange, #content .entry-content a.orange, #content .entry-content pre.orange, #content .entry-content time.orange, #content .entry-content input.orange, #content .entry-content span.orange, #content .entry-content tr.orange, #content .entry-content th.orange, #content .entry-content td.orange, #content .entry-content textarea.orange, #content .entry-content strong.orange, #content .entry-content button.orange {
  color: #FF6800;
}
#content .entry-content strong {
  font-weight: normal;
}
#content .entry-content strong.white {
  color: #ffffff;
}
#content .entry-content strong.orange {
  color: #FF6800;
}
#content .entry-content textarea {
  border: none;
  padding: 0.4em 0.8em;
}
#content .entry-content p {
  margin: 0 0 2vw;
}
#content .entry-content img {
  margin: 0 0 2vw 0;
  max-width: 100%;
  height: auto;
}
#content .entry-content input {
  padding: 0.4em 0.8em;
}
#content .entry-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.swiper-button-next, .swiper-button-prev {
  top: 40%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.8em;
}

.startslides .swiper-button-next, .startslides .swiper-button-prev {
  display: none;
}

.wp-block-image .aligncenter {
  margin-left: 0;
  margin-right: 0;
}

.alignfull, .startslides {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
  width: 120vw !important;
}

.startslides {
  position: absolute !important;
  left: 0;
  z-index: -1;
  margin-bottom: 0 !important;
  min-height: 100vh;
}
.startslides:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 90%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 123;
}
.startslides .swiper-wrapper {
  min-height: 100vh;
}
.startslides .swiper-wrapper .wp-block-image {
  min-height: 100vh;
  object-fit: cover;
}
.startslides .swiper-pagination {
  display: none !important;
}

.donbut {
  text-align: center;
  display: flex;
  justify-content: center;
}
.donbut a {
  align-items: center;
  padding: 0.9em 0;
  background: #FF6800;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

iframe {
  display: none;
}

body.single #content {
  padding-top: 10vw;
  background-color: #ffffff;
}
body.single #content h1 {
  text-transform: uppercase;
  margin-top: 0.3em;
}

/** custom slider */
.swiper-pagination-bullet, .swiper-pagination-clickable.swiper-pagination-bullet {
  border: 0.2vw solid #000000;
  opacity: 1;
  background-color: #ffffff !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-clickable.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000 !important;
}

.wp-block-gallery.swiper-initialized {
  overflow: visible !important;
}
.wp-block-gallery.swiper-initialized .wp-block-image {
  aspect-ratio: 100/54;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -1.5em !important;
}

figure.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
figure.wp-block-image figcaption {
  margin-top: 0;
  text-align: center;
  font-size: 3vw;
  opacity: 0.6;
  font-style: italic;
}

.footer {
  clear: both;
  color: #ffffff;
  background-color: #000000;
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 7vw 0 4vw 0;
}
.footer h2 {
  font-size: 9vw;
}
.footer .cef {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 2em;
}
.footer .cef img.ceflogo {
  width: 150px;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.footer .cef img.ceflogo:hover {
  opacity: 0.5;
}
.footer #inner-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer p {
  margin: 0 0 1em 0;
}
.footer p a {
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #ffffff;
  text-underline-offset: 2px;
}
.footer p em {
  color: #ffffff;
  font-style: normal;
}
.footer h2, .footer h3 {
  font-family: "Anton", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.footer .footertop {
  color: #FF6800;
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}
.footer .footertop > div {
  position: relative;
}
.footer .footertop a {
  color: #ffffff;
}
.footer .footertop a:hover {
  color: #FF6800;
}
.footer h2 {
  margin-top: 0;
  font-weight: normal;
}

.featuredImage {
  width: 100%;
}
.featuredImage img {
  width: 100%;
  height: auto;
}

.friends {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.friends .cpt {
  flex: 0 0 25%;
  width: 25%;
}
.friends .cpt .cptimg img {
  width: 100%;
  height: auto;
}

#menu-footernav {
  width: 100%;
  display: flex;
}
#menu-footernav li {
  margin-right: 1em;
}

#social-navigation .SocialNav {
  display: flex;
  flex-direction: row;
}
#social-navigation li {
  margin: 0 1em 0 0;
}
#social-navigation li a {
  text-indent: -9999px;
  width: 1.7em;
  height: 1.7em;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 0.5em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#social-navigation li.facebook a {
  background-image: url(../img/facebook.svg);
  opacity: 1;
}
#social-navigation li.facebook a:hover {
  opacity: 0.6;
}
#social-navigation li.twitter a {
  background-image: url(../img/twitter.svg);
  opacity: 1;
}
#social-navigation li.twitter a:hover {
  opacity: 0.6;
}
#social-navigation li.bluesky a {
  background-image: url(../img/bluesky.svg);
  opacity: 1;
}
#social-navigation li.bluesky a:hover {
  opacity: 0.6;
}
#social-navigation li.instagram a {
  background-image: url(../img/instagram.svg);
  opacity: 1;
}
#social-navigation li.instagram a:hover {
  opacity: 0.6;
}
#social-navigation li.email a {
  background-image: url(../img/mail.svg);
}
#social-navigation li.youtube a {
  background-image: url(../img/youtube.svg);
}
#social-navigation li.linkedin a {
  background-image: url(../img/linkedin.svg);
}

.template {
  position: fixed;
  bottom: 0;
  background: red;
  padding: 0.3em 0.6em;
  color: white;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop
  ******************************************************************/
  body {
    font-size: 100%;
  }
  body #headerfixed.header svg#logocompl {
    display: inline-block;
  }
  body #headerfixed.header svg#logoheart, body #headerfixed.header svg#logomobile {
    display: none;
  }
  body #headerfixed.header .logolink {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 12%;
    padding: 0.75em 0;
  }
  body.scrollUp #headerfixed.header svg#logocompl {
    display: inline-block;
  }
  body.scrollUp #headerfixed.header svg#logoheart {
    display: none;
  }
  body.scrollUp #headerfixed.header .logolink {
    width: 12%;
    padding: 0.75em 0;
  }
  body.scrollDown #headerfixed.header svg#logocompl {
    display: none;
  }
  body.scrollDown #headerfixed.header svg#logoheart {
    display: inline-block;
  }
  body.scrollDown #headerfixed.header .logolink {
    width: 4%;
    padding: 0.5em 0;
  }
  .wp-block-spacer {
    height: 3em !important;
  }
  .wrap {
    width: 78%;
  }
  #burger {
    display: none;
  }
  .header {
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.1), 0 0 0.8vw rgba(0, 0, 0, 0.1);
    padding: 0;
    position: absolute;
    top: 0;
  }
  .header #inner-header {
    display: flex;
    flex-direction: column;
  }
  .header #inner-header .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .startslides {
    margin-bottom: 0 !important;
    min-height: 125vh;
  }
  .startslides:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 90%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 123;
  }
  .startslides .swiper-wrapper {
    min-height: 125vh;
  }
  .startslides .swiper-wrapper .wp-block-image {
    min-height: 125vh;
  }
  #site-navigation {
    max-height: 600px;
    height: 100%;
    overflow: visible;
    margin-bottom: 0.2vw;
  }
  #description {
    font-size: 1.3vw;
    margin-top: 0;
  }
  ul.wp-block-latest-posts .accswitcher {
    margin-top: 2vw;
    left: 2vw;
    border-width: 0.8em 0 0.8em 1.3em;
  }
  ul.wp-block-latest-posts .active-parent .accswitcher {
    margin-top: 2.3vw;
    border-width: 1.3em 0.8em 0 0.8em;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
    padding: 0;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content > * {
    padding: 0 2vw;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading {
    hyphens: none;
    letter-spacing: 0.03em;
    margin: 0.5em 0 0.3em 0;
    padding-top: 1em;
    font-size: 2.55vw;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading a {
    font-size: 2.55vw;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #FF6800;
    text-underline-offset: 3px;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content.active {
    max-height: 99999px;
  }
  ul.wp-block-latest-posts a.wp-block-latest-posts__post-title {
    font-size: 1.6vw !important;
    padding: 2vw 2.5vw 2vw 5vw;
  }
  ul.wp-block-latest-posts a.wp-block-latest-posts__post-title:hover {
    cursor: pointer;
  }
  ul.wp-block-latest-posts .accsw {
    text-align: right;
    text-indent: 0;
    width: 30%;
    background: none;
    top: 1.75em;
    right: 2em;
  }
  ul.wp-block-latest-posts li:before {
    display: none;
  }
  .nav {
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
  }
  .nav.meta-nav {
    justify-content: flex-end;
  }
  .nav.meta-nav li {
    margin: 0 0 0 0.4em;
  }
  .nav.meta-nav li a {
    font-size: 80%;
  }
  .nav.top-nav {
    padding-top: 0;
  }
  .nav.top-nav ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .nav.top-nav li {
    display: flex;
  }
  .nav.top-nav li .sub-menu {
    opacity: 1;
    padding-left: 0;
  }
  .nav.top-nav li a {
    display: flex;
    margin: 0;
    font-size: 1.6vw;
  }
  .nav.top-nav li.menu-item-has-children ul, .nav.top-nav li.page_item_has_children ul {
    width: 150%;
  }
  .nav.top-nav li.menu-item-has-children li, .nav.top-nav li.page_item_has_children li {
    width: 100%;
  }
  .nav.top-nav li.menu-item-has-children li a, .nav.top-nav li.page_item_has_children li a {
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
  }
  .nav.top-nav li.menu-item-has-children.pll-parent-menu-item, .nav.top-nav li.page_item_has_children.pll-parent-menu-item {
    padding-right: 1.5em;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: right center;
  }
  .nav.top-nav li.menu-item-has-children .sub-menu, .nav.top-nav li.menu-item-has-children .children, .nav.top-nav li.page_item_has_children .sub-menu, .nav.top-nav li.page_item_has_children .children {
    background-color: #FF6800;
    position: absolute;
    flex-direction: column;
    max-height: 0;
    top: 2.7vw;
    overflow: hidden;
  }
  .nav.top-nav li.menu-item-has-children .sub-menu a, .nav.top-nav li.menu-item-has-children .children a, .nav.top-nav li.page_item_has_children .sub-menu a, .nav.top-nav li.page_item_has_children .children a {
    color: #000000;
  }
  .nav.top-nav li.menu-item-has-children .sub-menu a:hover, .nav.top-nav li.menu-item-has-children .children a:hover, .nav.top-nav li.page_item_has_children .sub-menu a:hover, .nav.top-nav li.page_item_has_children .children a:hover {
    color: #ffffff;
  }
  .nav.top-nav li.menu-item-has-children.toggledOn .sub-menu, .nav.top-nav li.menu-item-has-children.toggledOn .children, .nav.top-nav li.page_item_has_children.toggledOn .sub-menu, .nav.top-nav li.page_item_has_children.toggledOn .children {
    max-height: 600px;
    overflow: visible;
  }
  .nav.footerNav li a {
    font-size: 1vw;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li.start a {
    text-indent: -9999px;
    background: transparent url(../img/home.svg) no-repeat center center;
    background-size: 45%;
  }
  .nav li a {
    font-size: 1.3vw;
    padding: 0.4vw 1.2vw;
    margin: 0 0 0 1em;
  }
  figure.wp-block-image figcaption {
    font-size: 0.8vw;
  }
  h2.claim {
    top: 15vw;
    font-size: 3.3vw;
  }
  #content {
    top: 0;
    position: relative;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.1), 0 0 0.8vw rgba(0, 0, 0, 0.1);
  }
  #content #inner-content {
    padding-top: 3vw;
  }
  #content .entry-content > .wp-block-gallery .swiper-wrapper {
    padding-top: 6vw;
  }
  #content .entry-content .logofriendscontents {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  #content .entry-content .logofriendscontents .friends-logo {
    flex: 0 0 15%;
  }
  #content .entry-content .containerlogos {
    padding: 4em 0 2em 0;
  }
  #content .entry-content .containerdeclaration {
    padding-top: 4em;
    top: 0;
  }
  #content .entry-content .containerdeclaration p {
    margin-bottom: 2vw;
  }
  #content .entry-content .containerfriends p {
    width: 65%;
    margin: 0 auto;
  }
  #content .entry-content .containernewsletter a.wp-block-button__link {
    margin-top: 0;
  }
  #content .entry-content .containernews h2 {
    margin-top: 0;
  }
  #content .entry-content .logocontents {
    flex-direction: row;
    gap: 2em;
    padding-top: 3em;
    justify-content: center;
  }
  #content .entry-content .logocontents p {
    font-size: 1.1vw;
    hyphens: none;
  }
  #content .entry-content .logocontents .project-logos {
    flex: 0 0 17%;
    height: 16vw;
  }
  #content .entry-content .logocontents .project-logos .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #content .entry-content .logocontents .project-logos p {
    height: 3em;
    color: #ffffff;
    -webkit-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
  }
  #content .entry-content .logocontents .project-logos:hover p {
    color: #000000;
  }
  #content .entry-content .containerdonate {
    padding-top: 23vh;
    height: 125vh;
  }
  #content .entry-content .containerdonate h2 {
    margin-top: 0;
  }
  #content .entry-content .containerdonate p {
    font-size: 1.6vw;
  }
  #content .entry-content .containerprojects {
    padding-top: 4em;
  }
  #content .entry-content .projects {
    gap: 1em;
    justify-content: space-between;
  }
  #content .entry-content .projects h2.mob {
    display: none;
  }
  #content .entry-content .projects .cptcontent {
    max-height: none;
  }
  #content .entry-content .projects .cptcontent h2.wp-block-heading {
    display: block;
  }
  #content .entry-content .projects .cptcontent h2.wp-block-heading a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #FF6800;
    text-underline-offset: 3px;
  }
  #content .entry-content .projects .cpt {
    flex: 0 0 45%;
    width: 45%;
    margin: 0;
    min-height: 8vw;
  }
  #content .entry-content .projects .cpt p {
    font-size: 1.1vw;
  }
  #content .entry-content .projects .cpt h2.wp-block-heading {
    margin-bottom: 0.7em;
    hyphens: none;
    line-height: 1.4;
    font-size: 2.55vw;
  }
  #content .entry-content .projects .cpt h2.wp-block-heading a {
    font-size: 2.55vw;
  }
  #content .entry-content button.button, #content .entry-content .wp-block-button button {
    padding: 0.8em 1.5em;
    margin: 0;
    border-radius: 0;
  }
  #content .entry-content p a, #content .entry-content p a:visited {
    font-size: 1.3vw;
  }
  #content .entry-content p a.wp-block-button__link, #content .entry-content p a.button, #content .entry-content p a:visited.wp-block-button__link, #content .entry-content p a:visited.button {
    padding: 0.8em 1.5em;
    border-radius: 0;
  }
  #content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h1 a, #content .entry-content h2 a, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h1 strong, #content .entry-content h2 strong, #content .entry-content h3 strong, #content .entry-content h4 strong {
    margin: 0 0 2vw 0;
  }
  #content .entry-content h1, #content .entry-content h1 a, #content .entry-content h1 strong {
    font-size: 3.3vw;
  }
  #content .entry-content h2, #content .entry-content h2 a, #content .entry-content h2 strong {
    font-size: 2.9vw;
  }
  #content .entry-content h3, #content .entry-content h4, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h3 strong, #content .entry-content h4 strong {
    font-size: 2.3vw;
  }
  #content .entry-content ul {
    margin-bottom: 3em;
  }
  #content .entry-content ul li {
    padding: 0 0 1vw 2vw;
  }
  #content .entry-content ul li:before {
    width: 0.7vw;
    height: 0.7vw;
    top: 1vw;
  }
  #content .entry-content p, #content .entry-content ul, #content .entry-content li, #content .entry-content a, #content .entry-content pre, #content .entry-content time, #content .entry-content input, #content .entry-content span, #content .entry-content tr, #content .entry-content th, #content .entry-content td, #content .entry-content textarea, #content .entry-content strong, #content .entry-content button {
    font-size: 1.3vw;
  }
  #content .entry-content p {
    margin: 0 0 2vw;
  }
  #content .entry-content figure.wp-block-pullquote {
    padding: 3vw 0;
    margin-bottom: 3em;
  }
  #content .entry-content figure.wp-block-pullquote p {
    font-size: 3.3vw;
  }
  #content .entry-content pre.wp-block-code, #content .entry-content pre.wp-block-verse, #content .entry-content figure.wp-block-table, #content .entry-content .wp-block-columns, #content .entry-content .wp-block-gallery {
    margin-bottom: 3em;
  }
  #content .entry-content .wp-block-gallery {
    margin-bottom: 4em;
  }
  #content .entry-content h2 a {
    padding: 2vw 0;
  }
  #content .entry-content img {
    margin: 0 0 2vw 0;
    max-width: 100%;
    height: auto;
  }
  #content .entry-content .wp-block-columns {
    gap: 5em;
  }
  .donbut {
    display: none;
  }
  iframe {
    display: inline-block;
  }
  #widgetarea {
    display: flex;
    flex-direction: row;
  }
  #widgetarea .widget {
    margin: 0 0.5em;
  }
  #widgetarea .widget ul, #widgetarea .widget p {
    margin-top: 0;
  }
  #widgetarea .widget ol {
    padding-left: 0;
  }
  #widgetarea .widget h2, #widgetarea .widget h3 {
    font-size: 1.6vw;
    margin-bottom: 0.4em;
  }
  #social-navigation {
    float: right;
  }
  #social-navigation li {
    margin: 0 0 0 1.5em;
  }
  #social-navigation li a {
    width: 3.4vw;
    height: 3.4vw;
  }
  .footer {
    padding: 5vw 0;
  }
  .footer h2 {
    font-size: 3.3vw;
  }
  .footer .cef {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    margin-top: 0;
  }
  .footer .footertop {
    color: #FF6800;
    display: flex;
    flex-direction: row;
  }
  .footer .footertop div {
    flex: 0 0 35%;
  }
  .footer .footertop div:first-child {
    flex: 0 0 65%;
  }
  .footer p a {
    display: inline-block;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .footer #inner-footer {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer #inner-footer #widgetarea {
    margin-right: -0.5em;
  }
  .friends {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .friends .cpt {
    display: flex;
    flex: 0 0 15%;
  }
  #menu-footernav li:last-child {
    margin-right: 0;
  }
  p.finalfooter {
    width: 70%;
    hyphens: none;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3em !important;
  }
}
@media only screen and (min-width: 1100px) {
  /******************************************************************
  Stylesheet: Desktop
  ******************************************************************/
  body {
    font-size: 100%;
  }
  .wrap {
    width: 80%;
    max-width: 1100px;
  }
  .header {
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.1), 0 0 0.6em rgba(0, 0, 0, 0.5);
  }
  #logo {
    font-size: 50px;
  }
  #description {
    font-size: 18px;
  }
  .nav.footerNav li a {
    font-size: 15px;
  }
  .nav.top-nav li a {
    font-size: 18px;
  }
  .nav.top-nav li.menu-item-has-children ul, .nav.top-nav li.page_item_has_children ul {
    width: 150%;
  }
  .nav.top-nav li.menu-item-has-children .sub-menu, .nav.top-nav li.menu-item-has-children .children, .nav.top-nav li.page_item_has_children .sub-menu, .nav.top-nav li.page_item_has_children .children {
    max-height: 0;
    top: 2.4em;
    overflow: hidden;
  }
  .swiper-pagination-bullet, .swiper-pagination-clickable.swiper-pagination-bullet {
    border: 0.15em solid #000000;
  }
  #social-navigation li a {
    width: 1.7em;
    height: 1.7em;
  }
  figure.wp-block-image figcaption {
    font-size: 17.5px;
  }
  #content {
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.1), 0 0 0.6em rgba(0, 0, 0, 0.5);
  }
  #content #inner-content {
    padding-top: 1em;
  }
  #content .entry-content .containerdonate {
    padding-top: 23vh;
    height: 125vh;
  }
  #content .entry-content .containerdonate p {
    font-size: 21px;
  }
  #content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h1 a, #content .entry-content h2 a, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h1 strong, #content .entry-content h2 strong, #content .entry-content h3 strong, #content .entry-content h4 strong {
    margin: 0 0 20px 0;
  }
  #content .entry-content h1, #content .entry-content h1 a, #content .entry-content h1 strong {
    font-size: 50px;
  }
  #content .entry-content h2, #content .entry-content h2 a, #content .entry-content h2 strong {
    font-size: 40px;
  }
  #content .entry-content h3, #content .entry-content h4, #content .entry-content h3 a, #content .entry-content h4 a, #content .entry-content h3 strong, #content .entry-content h4 strong {
    font-size: 38px;
  }
  #content .entry-content .logocontents .project-logos {
    height: 210px;
  }
  #content .entry-content .logocontents p {
    font-size: 14px;
  }
  #content .entry-content .projects .cpt p {
    font-size: 17.8px;
  }
  #content .entry-content .projects .cpt h2.wp-block-heading {
    font-size: 35px;
  }
  #content .entry-content .projects .cpt h2.wp-block-heading a {
    font-size: 35px;
  }
  #content .entry-content ul {
    margin-bottom: 50px;
  }
  #content .entry-content ul li {
    padding: 0 0 1em 1.4em;
  }
  #content .entry-content ul li:before {
    width: 0.6em;
    height: 0.6em;
    top: 0.5em;
  }
  #content .entry-content h2 a {
    font-size: 35px;
    padding: 20px 0;
  }
  #content .entry-content p, #content .entry-content ul, #content .entry-content li, #content .entry-content a, #content .entry-content pre, #content .entry-content time, #content .entry-content input, #content .entry-content span, #content .entry-content tr, #content .entry-content th, #content .entry-content td, #content .entry-content textarea, #content .entry-content strong, #content .entry-content button {
    font-size: 18px;
  }
  #content .entry-content p {
    margin: 0 0 2em;
  }
  #content .entry-content p a, #content .entry-content p a:visited {
    font-size: 18px;
  }
  #content .entry-content p a.wp-block-button__link, #content .entry-content p a.button, #content .entry-content p a:visited.wp-block-button__link, #content .entry-content p a:visited.button {
    padding: 0.8em 1.5em;
    border-radius: 0;
  }
  #content .entry-content figure.wp-block-pullquote {
    margin-bottom: 50px;
  }
  #content .entry-content figure.wp-block-pullquote p {
    font-size: 50px;
  }
  #content .entry-content pre.wp-block-code, #content .entry-content pre.wp-block-verse, #content .entry-content figure.wp-block-table, #content .entry-content .wp-block-columns, #content .entry-content .wp-block-gallery {
    margin-bottom: 50px;
  }
  #content .entry-content .wp-block-gallery {
    margin-bottom: 70px;
  }
  #content .entry-content img {
    margin: 0 0 0.5em 0;
  }
  #content .entry-content .cpt-container h2, #content .entry-content .posts h2 {
    font-size: 44px;
  }
  #content .entry-content .cpt-container .cpt, #content .entry-content .cpt-container .post, #content .entry-content .posts .cpt, #content .entry-content .posts .post {
    border-radius: 0;
  }
  #content .entry-content .cpt-container .cptimg, #content .entry-content .cpt-container .postimg, #content .entry-content .posts .cptimg, #content .entry-content .posts .postimg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #content .entry-content .cpt-container .postcontent, #content .entry-content .cpt-container .cptcontent, #content .entry-content .posts .postcontent, #content .entry-content .posts .cptcontent {
    padding: 0 20px;
  }
  #content .entry-content .cpt-container .postcontent.noimg, #content .entry-content .cpt-container .cptcontent.noimg, #content .entry-content .posts .postcontent.noimg, #content .entry-content .posts .cptcontent.noimg {
    padding-top: 20px;
  }
  body.single #content {
    padding-top: 10em;
  }
  ul.wp-block-latest-posts .accswitcher {
    margin-top: 1.7em;
    left: 1.5em;
  }
  ul.wp-block-latest-posts .active-parent .accswitcher {
    margin-top: 1.7em;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading {
    font-size: 49.25px;
  }
  ul.wp-block-latest-posts .wp-block-latest-posts__post-full-content h2.wp-block-heading a {
    font-size: 49.25px;
  }
  ul.wp-block-latest-posts a.wp-block-latest-posts__post-title {
    font-size: 20px !important;
    padding: 1.6em 3em 1.6em 4em;
  }
  #widgetarea .widget h2, #widgetarea .widget h3 {
    font-size: 22px;
  }
  .footer {
    padding: 2em 0;
  }
  .footer h2 {
    font-size: 38px;
  }
  .footer .copyright {
    font-size: 15px;
  }
}
