/* ------------------------------ */
/* ----- Typography / Colors ---- */
/* ------------------------------ */

@font-face {
  font-family: 'Outfit';
  font-weight: 400;
  font-style: normal;
  src: url('/wp-content/themes/veganwebagency_child/fonts/outfit-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-weight: 500;
  font-style: normal;
  src: url('/wp-content/themes/veganwebagency_child/fonts/outfit-medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-weight: 700;
  font-style: normal;
  src: url('/wp-content/themes/veganwebagency_child/fonts/outfit-bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-weight: 800;
  font-style: normal;
  src: url('/wp-content/themes/veganwebagency_child/fonts/outfit-extra-bold.woff') format('woff');
  font-display: swap;
}



/* ------------------------------ */
/* ---------- Variables --------- */
/* ------------------------------ */

:root {
  /* Brand Fonts */
  --brand-font: 'Outfit';

  /* Brand Colors*/
  --brand-black: #4B4B4B;
  --brand-grey: #EEF3F5;
  --brand-white: #ffffff;
  --brand-red: #FF5064;
  --brand-turquoise: #00EBE1;
  --brand-green: #00FFA5;
  --brand-grey-dark: #D9D9D9;


  /* Additional Colors */
  --color-white-transparent: rgba(255,255,255,.5);
  
  /* Font Styling */
  --line-height-3: 1;
  --line-height-2: 1.1;
  --line-height-1: 1.4;

  /* Hover & Transition */
  --opacity-2: .7;
  --opacity-1: .55;
  --transition-delay: .15s;
  --transition-4: 1s;
  --transition-3: .75s;
  --transition-2: .5s;
  --transition-1: .25s;

  /* Box shadow */
  --box-shadow-1: 0 -14px 20px 0px rgba(66,66,65,.05);

  /* Layout */
  --width-content: 1000px;
}


/* ------------------------------ */
/* ----------- General ---------- */
/* ------------------------------ */

::-moz-selection {
  background: var(--brand-red);
  color: var(--brand-white);
}

::selection {
  background: var(--brand-red);
  color: var(--brand-white);
}

::-moz-selection {
  background: var(--brand-red);
  color: var(--brand-white);
}

.footer__top ::-moz-selection, h1.title ::-moz-selection, h2.title ::-moz-selection, h1.headline_title ::-moz-selection {
  background: var(--brand-white);
  color: var(--brand-red);
}

.footer__top ::selection, h1.title ::selection, h2.title ::selection, h1.headline_title ::selection {
  background: var(--brand-white);
  color: var(--brand-red);
}

.footer__top ::-moz-selection, h1.title ::-moz-selection, h2.title ::-moz-selection, h1.headline_title ::-moz-selection {
  background: var(--brand-white);
  color: var(--brand-red);
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

img::selection, video::selection, iframe::selection {
  background-color: transparent;
}

img::-moz-selection, video::-moz-selection, iframe::-moz-selection {
  background-color: transparent;
}

html {
  font-size: 20px;
}

body {
  font-family: var(--brand-font);
  font-size: var(--font-size-standard);
  font-weight: 400;
  line-height: var(--line-height-1);
  color: var(--brand-black);
  -webkit-tap-highlight-color: transparent;
}

.site_wrapper {
  background-color: var(--brand-white);
}

h1, h2, h3, .typography--h3 {
  font-weight: bold;
}

h2:first-child, h3:first-child, h4:first-child, .section > .section__title:first-child h2, .section > .section__title:first-child h3, .section > .section__title:first-child h4 {
  margin-top: 0;
}

h1, h2 {
  line-height: var(--line-height-3);
}

h1 {
  margin-top: 0;
  margin-bottom: var(--spacing-3);
}

h1, .typography--h2 {
  font-size: var(--font-size-6);
}

h2, .typography--h2 {
  font-size: var(--font-size-5);
}

h2 {
  margin-top: var(--spacing-9);
  margin-bottom: var(--spacing-3);
}

h3, .typography--h3 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-2);
}

h3 {
  margin-top: var(--spacing-7);
}

h2 + h3 {
  margin-top: var(--spacing-5);
}

h4, .typography--h4 {
  font-size: var(--font-size-standard);
  line-height: var(--line-height-1);
  font-weight: bold;
}

.single-post h4 {
  font-size: var(--font-size-standard-small);
  margin-bottom: 0;
}

h4, .section__title h4, .section__text + .section__text h4:first-child {
  margin-top: var(--spacing-7);
}

.typography--copy {
  font-size: var(--font-size-standard);
}

a {
  color: var(--brand-black);
  text-decoration: none;
}

a.full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  text-indent: -30000px;
  z-index: 10;
  text-decoration: none;
  text-align: left;
}

a.full > span {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

a.full::before, a.full::after {
  display: none;
}

section p a:not(.full), section li a:not(.full), label a {
  position: relative;
  border-bottom: 2px solid var(--brand-red);
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  transition: color var(--transition-2);
}

.no-touchevents section p a:not(.full):hover, .no-touchevents section li a:not(.full):hover, .no-touchevents label a:hover {
  color: var(--brand-red);
}

p:last-child, ul:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

main p + ul {
  margin-top: calc(var(--spacing-1) * -1);
}

main ul li {
  position: relative;
}

main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--brand-red);
}

main ul li + li {
  margin-top: var(--spacing-1);
}

strong, b {
  font-weight: bold;
}

span[class$="--hide-text"], span.hide-text {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  border: 0;
  overflow: hidden;
}

h1, h2, h3, h4, main p, main ul, main a, main span {
  max-width: var(--width-content);
}

.section--fullwidth h1, .section--fullwidth h2, .section--fullwidth h3, .section--fullwidth h4, main .section--fullwidth p, main .section--fullwidth ul, main .section--fullwidth a, main .section--fullwidth span {
  max-width: 100%;
}

.section--grey {
  background-color: var(--brand-grey);
}

h1.title, h2.title {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

h1.title > span, h2.title > span {
  position: relative;
  display: inline-block;
  color: var(--brand-white);
}

.title__first {
  z-index: 2;
}

.title__second {
  z-index: 1;
}

h1.title > span::after, h2.title > span::after {
  content: "";
  position: absolute;
  background-color: var(--brand-red);
  z-index: -1;
}



/* Visually hidden */
a.visually-hidden:not(.skip-link):focus-visible, a.visually-hidden:not(.skip-link):focus {
  position: static !important;
  display: block;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: var(--spacing-1) 0;
  text-decoration: underline;
}

a.skip-link:focus-visible, a.skip-link:focus {
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 10000;
  outline: 2px solid !important;
}


/* Focus visible */
a:focus-visible, button:focus-visible {
  outline: 2px solid !important;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}


/* Focus visible form */
input:focus-visible, textarea:focus-visible, select:focus-visible, .select2-container--focus span.select2-selection__rendered {
  border-color: var(--brand-dark) !important;
  outline: unset !important;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}



/* ------------------------------ */
/* ----------- Layout ----------- */
/* ------------------------------ */

.section {
  position: relative;
  padding-top: var(--spacing-11);
  padding-bottom: var(--spacing-11);
}

.section--white + .section--white {
  margin-top: calc(-1 * var(--spacing-11));
}

body.single-post .header.header--no-cover + main .section:first-child {
  padding-top: var(--spacing-8);
}

.page-template-page-neuigkeiten .section.section--overview {
  padding-top: var(--spacing-9);
}

.category .section.section--overview {
  padding-top: var(--spacing-1);
}

.section > div:not(.section__illustration), .inside {
  margin: 0 auto;
  max-width: 1362px;
}

.section > div:not(.section__illustration) {
  position: relative;
  z-index: 2;
}

.section > div[class*="--fullwidth"]:not(.section__illustration) {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.section > div:not(.section__illustration), .section__row > .row > div > div, .section > .section__container > div {
  padding-top: var(--spacing-8);
}

.section > div:first-child, .section__row > .row > div > div:first-child, .section > .section__container > div:first-child,
.section > .section__container--media + .section__container--intro {
  padding-top: 0;
}

.section > div:last-child, .section__row > .row > div > div:last-child {
  padding-bottom: 0;
}


/* Center */
.section > div[class*="--center"] {
  text-align: center;
}

.section > div[class*="--center"] h1, .section > div[class*="--center"] h2, .section > div[class*="--center"] h3, .section > div[class*="--center"] h4, .section > div[class*="--center"] p, .section > div[class*="--center"] ul {
  margin-right: auto;
  margin-left: auto;
}

.section > div[class*="--center"] ul {
  white-space: pre-line;
  line-height: 0;
}

.section > div[class*="--center"] ul li {
  display: inline-block; 
  line-height: var(--line-height-1);
}


/* Diagonals */
.diagonal {
  display: block;
  width: 100%;
  height: 44px;
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.diagonal--grey {
  background-color: var(--brand-grey);
}

.diagonal--white {
  background-color: var(--brand-white);
}


/* Label */
.label, .quform-upload-file-name {
  font-weight: 800;
  color: var(--brand-white);
  background-color: var(--brand-red);
  -webkit-transition: background-color var(--transition-2);
  -o-transition: background-color var(--transition-2);
  transition: background-color var(--transition-2);
}

.label_container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label:last-child {
  margin-right: 0 !important;
}

.quform-upload-file-name {
  font-size: var(--font-size-2);
}

.label.label--big {
  margin-right: var(--spacing-2);
}

.no-touchevents .label:hover {
  background-color: var(--brand-black);
}


/* ------------------------------ */
/* --- Boxed & Line animation --- */
/* ------------------------------ */

/* Boxed */
.boxed {
  position: relative;
  background-color: var(--brand-white);
  -webkit-box-shadow: var(--box-shadow-3);
          box-shadow: var(--box-shadow-3);
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents .boxed--animation:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}



/* ------------------------------ */
/* ------------ Media ----------- */
/* ------------------------------ */

/* Images */
.picture_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.picture_container--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.picture_container--cover, .picture_container--cover picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 413.98px) {

  .picture_container:not(.picture_container--cover) img {
    width: 100%;
  }

}

.picture_description, .video_description {
  margin-top: 12px;
  font-size: var(--font-size-1);
  opacity: .5;
}


/* LazyLoad */
img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity .5s linear 0.25s;
  -o-transition: opacity .5s linear 0.25s;
  transition: opacity .5s linear 0.25s;
  opacity: 1;
}


/* Position */
.picture_container--left img {
  -o-object-position: left center;
     object-position: left center;
}

.picture_container--right img {
  -o-object-position: right center;
     object-position: right center;
}

/* Overlay */
.picture_container--overlay::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(66, 66, 65, 0) 0%, rgba(66, 66, 65, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 65, 0)), to(rgba(66, 66, 65, 0.8)));
  background: linear-gradient(180deg, rgba(66, 66, 65, 0) 0%, rgba(66, 66, 65, 0.8) 100%);
}

/* Zoom */
.picture_container a.lightbox .lightox_button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: rgba(255,255,255,.9);
}

.picture_container a.lightbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
      -ms-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  fill: none;
  stroke: var(--brand-black);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: stroke var(--transition-2);
  -o-transition: stroke var(--transition-2);
  transition: stroke var(--transition-2);
}

.no-touchevents .picture_container a.lightbox:hover svg {
  stroke: var(--brand-red);
}


/* Videos */
.video_container {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.video_container--embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video_container--embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video_container--cover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_container--cover video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Video thumbs */
.video_container--cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* iFrames */
.iframe_container {
  position: relative;
  overflow: hidden;
}

.iframe_container iframe {
  max-width: 100%;
}



/* ------------------------------ */
/* ------------ Zitat ----------- */
/* ------------------------------ */

.quote {
  margin-right: auto;
  margin-left: auto;

  font-weight: 700;
  color: var(--brand-black);
}

.quote > span {
  display: block;
}

.quote .quote__content {
  font-size: var(--font-size-4-5);
  line-height: var(--line-height-2);
}

.quote .quote__author {
  margin-top: var(--spacing-1);
}

.quote .quote__author > span {
  margin-left: 4px;
}



/* ------------------------------ */
/* ---------- Animations -------- */
/* ------------------------------ */

.intro-animation, .intro-animation-mobile {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
} 


.intro-animation.intro-animation--visible, 
.intro-animation-mobile.intro-animation--visible,
.intro-animation-container.intro-animation--visible .intro-animation {
  opacity: 1;
  -webkit-transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  -o-transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  will-change: opacity,transform;
}

.intro-animation--bottom {
  -webkit-transform: translate3d(0, var(--spacing-5), 0);
  transform: translate3d(0, var(--spacing-5), 0);
}

.intro-animation--top {
  -webkit-transform: translate3d(0, calc(-1 * var(--spacing-5)), 0);
  transform: translate3d(0, calc(-1 * var(--spacing-5)), 0);
}
  
.intro-animation--left {
  -webkit-transform: translate3d(calc(-1 * var(--spacing-5)), 0, 0);
  transform: translate3d(calc(-1 * var(--spacing-5)), 0, 0);
}
  
.intro-animation--right {
  -webkit-transform: translate3d(var(--spacing-5), 0, 0);
  transform: translate3d(var(--spacing-5), 0, 0);
}

/* Delays */
.intro-animation.intro-animation--delay-2, .intro-animation-container .intro-animation:nth-of-type(2) {-webkit-transition-delay: calc(var(--transition-delay) * 1);-o-transition-delay: calc(var(--transition-delay) * 1);transition-delay: calc(var(--transition-delay) * 1);}
.intro-animation.intro-animation--delay-3, .intro-animation-container .intro-animation:nth-of-type(3) {-webkit-transition-delay: calc(var(--transition-delay) * 2);-o-transition-delay: calc(var(--transition-delay) * 2);transition-delay: calc(var(--transition-delay) * 2);}
.intro-animation.intro-animation--delay-4, .intro-animation-container .intro-animation:nth-of-type(4) {-webkit-transition-delay: calc(var(--transition-delay) * 3);-o-transition-delay: calc(var(--transition-delay) * 3);transition-delay: calc(var(--transition-delay) * 3);}
.intro-animation.intro-animation--delay-5, .intro-animation-container .intro-animation:nth-of-type(5) {-webkit-transition-delay: calc(var(--transition-delay) * 4);-o-transition-delay: calc(var(--transition-delay) * 4);transition-delay: calc(var(--transition-delay) * 4);}
.intro-animation.intro-animation--delay-6, .intro-animation-container .intro-animation:nth-of-type(6) {-webkit-transition-delay: calc(var(--transition-delay) * 5);-o-transition-delay: calc(var(--transition-delay) * 5);transition-delay: calc(var(--transition-delay) * 5);}
.intro-animation.intro-animation--delay-7, .intro-animation-container .intro-animation:nth-of-type(7) {-webkit-transition-delay: calc(var(--transition-delay) * 6);-o-transition-delay: calc(var(--transition-delay) * 6);transition-delay: calc(var(--transition-delay) * 6);}
.intro-animation.intro-animation--delay-8, .intro-animation-container .intro-animation:nth-of-type(8) {-webkit-transition-delay: calc(var(--transition-delay) * 7);-o-transition-delay: calc(var(--transition-delay) * 7);transition-delay: calc(var(--transition-delay) * 7);}
.intro-animation.intro-animation--delay-9, .intro-animation-container .intro-animation:nth-of-type(9) {-webkit-transition-delay: calc(var(--transition-delay) * 8);-o-transition-delay: calc(var(--transition-delay) * 8);transition-delay: calc(var(--transition-delay) * 8);}
.intro-animation.intro-animation--delay-10, .intro-animation-container .intro-animation:nth-of-type(10) {-webkit-transition-delay: calc(var(--transition-delay) * 9);-o-transition-delay: calc(var(--transition-delay) * 9);transition-delay: calc(var(--transition-delay) * 9);}



/* ------------------------------ */
/* ------------ Title ----------- */
/* ------------------------------ */

.section__title {
  padding-top: 0 !important;
}

.section__title + div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section__title + .section__title {
  padding-top: var(--spacing-5) !important;
}



/* ------------------------------ */
/* ------------ Icon ------------ */
/* ------------------------------ */

.icon--black, svg.icon--sharing {
  fill: var(--brand-black);
}

.icon--red {
  fill: var(--brand-red);
}

.icon--white {
  fill: var(--brand-white);
}

svg.icon--search {
  width: 20px;
  height: 21px;
}

svg.icon--arrow {
  height: 16px;
  width: 41px;
}

svg.icon--arrow_big {
  width: 24px;
  height: 13px;
}

svg.icon--arrow_gallery {
  width: 42px;
  height: 37px;
  fill: none;
  stroke: var(--brand-black);
  stroke-width: 4px;
}

svg.icon--instagram {
  width: 30px;
  height: 31px;
}

svg.icon--sharing_toggle {
  width: 21px;
  height: 21px;
}

svg.icon--sharing_twitter {
  width: 25px;
  height: 23px;
}

svg.icon--sharing_linkedin {
  width: 23px;
  height: 23px;
}

svg.icon--sharing_facebook {
  width: 12px;
  height: 24px;
}

svg.icon--sharing_whatsapp {
  width: 25px;
  height: 25px;
}

svg.icon--sharing_email {
  width: 25px;
  height: 16px;
}

svg.icon--zoom {
  width: 20px;
  height: 20px;
}




/* ------------------------------ */
/* ------------ Footer ---------- */
/* ------------------------------ */

footer {
  background-color: var(--brand-red);
}

footer, footer p, footer li, footer a {
  color: var(--brand-white);
}

footer a {
  text-decoration: none;
  -webkit-transition: var(--transition-2);
  -o-transition: var(--transition-2);
  transition: var(--transition-2);
}

.no-touchevents .footer__right__links a:hover, .no-touchevents .footer .organisation:hover {
  opacity: var(--opacity-2);
}

footer span {
  display: block;
}

.footer__top__left p {
  font-size: var(--font-size-3);
  font-weight: 700;
}

.footer__right__button a {
  display: inline-block;
  font-size: var(--font-size-3);
  font-weight: 800;
  line-height: var(--line-height-2);
  text-transform: uppercase;
  border-bottom: 3px solid;
  -webkit-transition: opacity var(--transition-2);
  -o-transition: opacity var(--transition-2);
  transition: opacity var(--transition-2);
}

.no-touchevents .footer__right__button a:hover {
  opacity: var(--opacity-2);
}

.footer__right__links {
  font-size: var(--font-size-2);
}

.footer__right__links > a {
  display: inline-block;
  line-height: 0;
}

.footer__right__links li + li {
  margin-top: 3px;
}

.footer__bottom_diagonal {
  width: 100%;
  height: 41px;
  background-color: var(--brand-grey);
  margin-bottom: -1px;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.footer__bottom__organisations {
  background-color: var(--brand-grey);
}

.footer__bottom__organisations .organisation {
  text-align: center;
}



/* ------------------------------ */
/* --------- Back to top -------- */
/* ------------------------------ */

.back-to-top {
  position: fixed;
  z-index: 50;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform var(--transition-2);
  transition: -webkit-transform var(--transition-2);
  -o-transition: transform var(--transition-2);
  transition: transform var(--transition-2);
  transition: transform var(--transition-2), -webkit-transform var(--transition-2);
}

.back-to-top a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--brand-turquoise);
  border: 3px solid var(--brand-white);
  border-radius: 50%;
  -webkit-transition: background-color var(--transition-2);
  -o-transition: background-color var(--transition-2);
  transition: background-color var(--transition-2);
}

.no-touchevents .back-to-top:hover a {
  background-color: var(--brand-black);
}

.back-to-top .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: fill var(--transition-2);
  -o-transition: fill var(--transition-2);
  transition: fill var(--transition-2);
}

.no-touchevents .back-to-top:hover .icon {
  fill: var(--brand-white);
}



/* ------------------------------ */
/* -------- Blog & Swiper ------- */
/* ------------------------------ */

/* General */
.post__content .meta {
  display: block;
  font-weight: 800;
  opacity: .5;
}

.post__content h2, .post__content h3 {
  margin-top: 6px;
  margin-bottom: 0;
}

.post__content h2 a, .post__content h3 a {
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  transition: color var(--transition-2);
}

.no-touchevents .post__content h2 a:hover, .no-touchevents .post__content h3 a:hover {
  color: var(--brand-red);
}


/* Posts */
.posts:not(.posts--swiper) .post__media {
  position: relative;
}

.post__media .picture_container img {
  -webkit-transition: -webkit-transform var(--transition-2);
  transition: -webkit-transform var(--transition-2);
  -o-transition: transform var(--transition-2);
  transition: transform var(--transition-2);
  transition: transform var(--transition-2), -webkit-transform var(--transition-2);
}

.no-touchevents .post__media .picture_container:hover img {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}



/* Pagination */
.section > .section__pagination:not(.section__illustration) {
  padding-top: var(--spacing-10-5);
}

.pagination {
  font-size: var(--font-size-standard-small);
  font-weight: 700;
  margin: 0 -5px;
}

.pagination > span, .pagination > a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.pagination > a {
  color: rgb(75 75 75 / 50%);
  background-color: var(--brand-grey);
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  transition: color var(--transition-2);
}

.no-touchevents .pagination > a:hover {
  color: var(--brand-black);
}

.pagination > span.current {
  background-color: var(--brand-turquoise);
}

.pagination > a.next svg, .pagination > a.prev svg {
  position: absolute;
  width: 18px;
  height: 10px;
  opacity: .5;

  -webkit-transition: opacity var(--transition-2);

  -o-transition: opacity var(--transition-2);

  transition: opacity var(--transition-2);
}

.no-touchevents .pagination > a.next:hover svg, .no-touchevents .pagination > a.prev:hover svg {
  opacity: 1;
}


/* ------------------------------ */
/* ------------ Swiper ---------- */
/* ------------------------------ */

.section__slider {
  overflow: hidden;
}

.section > .section__slider + .section__button {
  padding-top: var(--spacing-8);
}

.posts--swiper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.posts--swiper .post {
  height: auto;
}

.posts--swiper .post__container {
  position: relative;
}

.posts--swiper .post__container, .posts--swiper .post__content__row {
  height: 100%;
}

.posts--swiper .post__content__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.posts--swiper .post__media {
  position: absolute;
  top: 0;
  z-index: 1;
}

.posts--swiper .post__content {
  display: block;
  background-color: var(--brand-white);
}



/* ------------------------------ */
/* ------------ Filter ---------- */
/* ------------------------------ */

.tags > div.tag_label {
  font-size: var(--font-size-2);
  font-weight: 700;
}

.tag a, .tag span {
  display: inline-block;
  font-size: var(--font-size-standard-small);
  font-weight: 800;
}

.tag:not(.tag--active) a {
  color: rgb(75 75 75 / 50%);
  background-color: var(--brand-grey);
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  transition: color var(--transition-2);
}

.tag--active a {
  color: var(--brand-black);
  background-color: var(--brand-turquoise);
}

.no-touchevents .tag:not(.tag--active) a:hover {
  color: var(--brand-black);
}



/* ------------------------------ */
/* ------ Quellenverzeichnis ---- */
/* ------------------------------ */

section p a.source:not(.full), section li a.source:not(.full) {
  position: relative;
  top: -2px;
  font-size: 13px;
  font-weight: 400;
  color: var(--brand-red);
  margin-left: 2px;
  border-bottom: unset !important;
    
}

.section__list_of_sources {
  margin-top: var(--spacing-11);
  padding-top: var(--spacing-5) !important;
  border-top: 2px solid var(--brand-grey);
}

.list_of_sources {
  font-size: calc(var(--font-size-1) + 2px);
  margin-top: var(--spacing-3);
}

.source_item + .source_item {
  margin-top: var(--spacing-2-5);
}

.section__list_of_sources .list_of_sources__item {
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 24px;
}

.section__list_of_sources sup {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70%;
  font-weight: 400;
}

.list_of_sources__item > span {
  display: block;
}

.list_of_sources__item a {
  max-width: 100%;
  word-break: break-word;

  border-bottom: 1px solid var(--brand-red);
  -webkit-transition: color var(--transition-2);
  -o-transition: color var(--transition-2);
  transition: color var(--transition-2);
}

.no-touchevents .list_of_sources__item a:hover {
  color: var(--brand-red);
}



/* ------------------------------ */
/* ----------- Elfsight --------- */
/* ------------------------------ */

.section > .section__elfsight:not(.section__illustration) {
  max-width: 100%;
}

.section__elfsight > .elfsight:not(.is-loaded) .eapps-instagram-feed-posts-grid-load-more-container {
  opacity: 0;
  -webkit-transform: translate3d(0, var(--spacing-5), 0);
  transform: translate3d(0, var(--spacing-5), 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.section__elfsight > .elfsight.is-loaded .eapps-instagram-feed-posts-grid-load-more-container {
  opacity: 1;
  -webkit-transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  -o-transition: transform 1s cubic-bezier(0,.55,.45,1),opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s;
  transition: transform 1s cubic-bezier(0,.55,.45,1), opacity 1s, -webkit-transform 1s cubic-bezier(0,.55,.45,1);
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  will-change: opacity, transform;
}

.eapps-instagram-feed-posts-grid-load-more {
  height: auto !important;
  width: auto !important;
  margin-top: var(--spacing-8) !important;
  margin-bottom: 0 !important;
  font-family: var(--brand-font) !important;
  font-size: var(--font-size-standard) !important;
  font-weight: 800 !important;
  line-height: var(--line-height-1) !important;
  text-transform: uppercase !important;
  color: var(--brand-black) !important;
  background-color: var(--brand-turquoise) !important;
  border-radius: 0 !important;

  -webkit-transition: background-color var(--transition-2), color var(--transition-2) !important;

  -o-transition: background-color var(--transition-2), color var(--transition-2) !important;

  transition: background-color var(--transition-2), color var(--transition-2) !important;
}

.no-touchevents .eapps-instagram-feed-posts-grid-load-more:hover {
  color: var(--brand-white) !important;
  background-color: var(--brand-black) !important;
}

.eapps-instagram-feed-popup-item-date {
   font-size: 14px !important;
  line-height: 1 !important;
  text-transform: unset !important;
  margin-top: 20px !important;
}

.eapps-instagram-feed-popup-mobile-panel {
  background-color: var(--brand-grey) !important;
  border: 0 !important;
}



/* ------------------------------ */
/* -------- Media Queries ------- */
/* ------------------------------ */

@media all and (min-width: 576px) {

  .label:not(.label--big) {
    font-size: var(--font-size-1);
  }

  .label.label--big {
    font-size: var(--font-size-2);
  }

  .post:not(.post--big) .meta {
    font-size: var(--font-size-1);
  }

  .post--big img {
    width: 100%;
  }

  .post--big .post__content {
    max-width: var(--width-content);
    margin-right: auto;
    margin-left: auto;
  }

  .post--big .meta {
    font-size: var(--font-size-2);
  }

  .footer__bottom__organisations .organisations {
    margin-right: calc(-1 * var(--spacing-3));
    margin-left: calc(-1 * var(--spacing-3));
  }

  .footer__bottom__organisations .organisation {
    padding: 0 var(--spacing-3);
  }

}


@media all and (min-width: 768px) {

  .post--big h2 {
    font-size: var(--font-size-6);
    margin-top: var(--spacing-2-5);
  }

  .post--big p {
    margin: var(--spacing-5) 0;
  }

  .post:not(.post--big) .post__content p {
    font-size: var(--font-size-2);
    line-height: 1.3;
    margin-bottom: var(--spacing-4);
  }

  .pagination > span, .pagination > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .pagination > a.next svg, .pagination > a.prev svg {
    top: 13px;
    left: 9px;
  }

  .pagination > a.next svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .pagination > a.prev svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .eapps-instagram-feed-popup-close {
    top: 0px !important;
    right: 15px !important;
    left: auto !important;
    width: 54px !important;
    height: 54px !important;
    margin-left: 0 !important;
    background-color: var(--brand-turquoise) !important;
    opacity: 1 !important;
    -webkit-transition: background-color var(--transition-2) !important;
    -o-transition: background-color var(--transition-2) !important;
    transition: background-color var(--transition-2) !important;
  }

  .no-touchevents .eapps-instagram-feed-popup-close:hover {
    background-color: var(--brand-black) !important;
  }

  .eapps-instagram-feed-popup-close:active {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }

  .eapps-instagram-feed-popup-close::before, .eapps-instagram-feed-popup-close::after {
    background-color: var(--brand-black) !important;
    border-radius: 0 !important;
    -webkit-transition: background-color var(--transition-2) !important;
    -o-transition: background-color var(--transition-2) !important;
    transition: background-color var(--transition-2) !important;
  }

  .no-touchevents .eapps-instagram-feed-popup-close:hover::before, .no-touchevents .eapps-instagram-feed-popup-close:hover::after {
    background-color: var(--brand-white) !important;
  }

  .eapps-instagram-feed-popup-close::before {
    width: 26px !important;
    height: 3px !important;
    margin: -1px 0 0 -13px !important;
  }

  .eapps-instagram-feed-popup-close::after {
    width: 3px !important;
    height: 26px !important;
    margin: -13px 0 0 -1px !important;
  }

}


@media all and (min-width: 992px) {

  :root {
    --spacing-4: 24px;
    --spacing-3: 20px;
    --spacing-2-5: 15px;
    --spacing-2: 12px;
    --spacing-1: 8px;
  }

  .section__row .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .section__row .row > div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tags {
    margin: -7px;
  }

  .tags > div.tag_label {
    margin-right: calc(var(--spacing-4) - 7px);
  }

  .tags > div {
    margin: 7px;
  }

  .post:not(.post--big) .post__content p {
    margin-top: var(--spacing-3);
  }

  .section__illustration {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .section__illustration .illustration {
    height: 100%;
  }

  .section__illustration img {
    position: absolute;
  }

  .section__illustration--wheelbarrow img {
    bottom: var(--spacing-11);
  }

  .section__illustration--bird img {
    bottom: 0;
  }

  .section__illustration--pitchfork img {
    bottom: -1px;
  }

  .quote {
    max-width: 640px;
  }

  .footer__right__links {
    margin-top: var(--spacing-8);
  }

  .footer__right__links > a {
    margin-bottom: var(--spacing-2);
  }

  .footer__bottom {
    margin-top: var(--spacing-6);
  }

  .footer__right__button a { 
    padding-bottom: 1px;
  }

}


@media all and (min-width: 1240px) {

  :root {
    --spacing-6: 40px;
    --spacing-5: 36px;
  }

  .single-post h2:not(.title) {
    font-size: calc(var(--font-size-4-5) + 6px);
    line-height: var(--line-height-2);
  }

  h3 {
    margin-bottom: var(--spacing-2-5);
  }

  p, main ul {
    margin: 0 0 var(--spacing-3);
  }

  .section > div:not(.section__illustration), .inside {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .label:not(.label--big) {
    margin-right: var(--spacing-1);
  }

  .label.label--big, .quform-upload-file-name {
    padding: 5px 12px 4px;
  }

  .footer__right__links {
    text-align: right;
  }

  .footer__bottom {
    margin-top: var(--spacing-4);
  }

  .back-to-top, .back-to-top.is-active.hide {
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
  }

  .back-to-top.is-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

}


@media all and (min-width: 1400px) {

  :root {
    --font-size-4-5: 40px;
    --font-size-4: 33px;
    --font-size-3: 27px;
    --font-size-2: 20px;
    --font-size-1: 15px;
    --font-size-standard-small: 22px;

    --spacing-12: 160px;
    --spacing-11: 140px;
    --spacing-10-5: 110px;
    --spacing-10: 90px;
    --spacing-9: 80px;
    --spacing-8: 60px;
    --spacing-7: 50px;
  }

  .section > .section__container:not(.section__container--media):not(.section__container--intro) + .section__container,
  .section > .section__container > .section__quote, .section > .section__container > .section__quote + div,
  .section > .section__container > .section__image.spacing-top--big,
  .section > .section__container > .section__youtube.spacing-top--big,
  .section > .section__container > .section__vimeo.spacing-top--big {
    padding-top: var(--spacing-10);
  }

  .section > .section__container > .section__image.spacing-top--big + div,
  .section > .section__container > .section__youtube.spacing-top--big + div,
  .section > .section__container > .section__vimeo.spacing-top--big + div {
    padding-top: var(--spacing-10);
  }

  .section > .section__container > .section__image.spacing-top--medium,
  .section > .section__container > .section__youtube.spacing-top--medium,
  .section > .section__container > .section__vimeo.spacing-top--medium {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-top--small,
  .section > .section__container > .section__youtube.spacing-top--small,
  .section > .section__container > .section__vimeo.spacing-top--small {
    padding-top: var(--spacing-5);
  }

  .section > .section__container > .section__image.spacing-bottom--medium + div,
  .section > .section__container > .section__youtube.spacing-bottom--medium + div,
  .section > .section__container > .section__vimeo.spacing-bottom--medium + div {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-bottom--small + div,
  .section > .section__container > .section__youtube.spacing-bottom--small + div,
  .section > .section__container > .section__vimeo.spacing-bottom--small + div {
    padding-top: var(--spacing-5);
  }

  h1.title, h2.title {
    left: 16px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-8);
  }

  h1.title > span, h2.title > span {
    -webkit-transform: rotate(-5.33deg);
        -ms-transform: rotate(-5.33deg);
            transform: rotate(-5.33deg);
  }

  .title__second {
    margin-top: 18px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -6px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 12px);
  }

  .title__first::after {
    -webkit-transform: rotate(2.4deg);
        -ms-transform: rotate(2.4deg);
            transform: rotate(2.4deg);
  }

  .title__second::after {
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  main ul li {
    padding-left: 18px;
  }

  main ul li::before {
    width: 6px;
    height: 6px;
  }

  .macos main ul li::before, .ios main ul li::before {
    margin-top: 1px;
  }

  div[class*="--indent"] {
    padding-left: var(--spacing-11);
  }

  .label:not(.label--big) {
    padding: 4px 8px;
  }

  .tag a, .tag span {
    padding: 4px 12px 3px;
  }

  .macos .tag a, .macos .tag span, .ios .tag a, .ios .tag span {
    padding-bottom: 4px;
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-6) !important;
  }

  .posts--swiper {
    margin: 0 calc(-1 * var(--spacing-1));
  }

  .posts--swiper .post {
    width: 33.33333%;
    padding: 0 var(--spacing-1);
  }

  .posts--swiper .post__media {
    padding: 0 36px;
  }

  .posts--swiper .post__media .label_container {
    left: 36px;
  }

  .posts--swiper .post__container {
    padding-top: 130px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 113px 36px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -18px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 18px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post:not(.post--big) .post__content {
    padding-top: 23px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-8);
  }

  .eapps-instagram-feed-posts-grid-load-more {
    padding: 7px 18px 6px !important;
  }

  .macos .eapps-instagram-feed-posts-grid-load-more, .ios .eapps-instagram-feed-posts-grid-load-more {
    padding: 6px 18px 7px !important;
  }

  .footer__top__left {
    max-width: 700px;
  }

  .back-to-top {
    width: 60px;
    height: 60px;
    bottom: var(--spacing-4);
    right: var(--spacing-4);
  }

  .back-to-top .icon {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
        -ms-transform: rotate(180deg) translate(50%, 50%);
            transform: rotate(180deg) translate(50%, 50%);
  }

}


@media all and (min-width: 1600px) {

  :root {
    --font-size-6: 66px;
    --font-size-5: 58px;
    --font-size-standard: 25px;

    --height-header: 190px;
  }

  main ul li::before {
    top: 14px;
  }

  .footer__bottom__organisations .organisation {
    width: 20%;
  }

}


@media all and (min-width: 1740px) {

  .section__elfsight > .elfsight:not(.is-loaded) {
    aspect-ratio: 16 / 5;
    margin-bottom: 111px;
  }

}


@media all and (min-width: 1900px) {

  .section--illu > div:not(.section__illustration) {
    padding-right: 380px;
  }

  .section__illustration--wheelbarrow img {
    right: -230px;
  }

  .section__illustration--bird img {
    right: -160px;
  }

  .section__illustration--pitchfork img {
    right: var(--spacing-6);
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-11);
    padding-left: var(--spacing-11);
  }

  .footer__top {
    padding: var(--spacing-9) var(--spacing-11) var(--spacing-3);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-11) var(--spacing-8);
  }

}


@media all and (max-width: 1899.98px) and (min-width: 1600px) {

  .section--illu > div:not(.section__illustration) {
    padding-right: 400px;
  }

  .section__illustration--wheelbarrow img {
    right: -200px;
  }

  .section__illustration--bird img {
    right: -90px;
  }

  .section__illustration--pitchfork img {
    right: var(--spacing-6);
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-10);
    padding-left: var(--spacing-10);
  }

  .footer__top {
    padding: var(--spacing-9) var(--spacing-10) var(--spacing-3);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-10) var(--spacing-8);
  }

}


@media all and (max-width: 1739.98px) and (min-width: 1240px) {

  .section__elfsight > .elfsight:not(.is-loaded) {
    aspect-ratio: 12 / 5;
    margin-bottom: 100px;
  }

}


@media all and (max-width: 1599.98px) and (min-width: 1400px) {

  :root {
    --font-size-6: 62px;
    --font-size-5: 54px;
    --font-size-standard: 24px;

    --height-header: 176px;
  }

  main ul li::before {
    top: 13px;
  }

  .section--illu > div:not(.section__illustration) {
    padding-right: 450px;
  }

  .section__illustration--wheelbarrow img {
    width: 495px;
    right: -70px;
  }

  .section__illustration--bird img {
    width: 422px;
    right: 0;
  }

  .section__illustration--pitchfork img {
    width: 217px;
    right: var(--spacing-10);
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: 72px;
    padding-left: 72px;
  }

  .footer__top {
    padding: var(--spacing-9) 72px var(--spacing-3);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) 72px var(--spacing-8);
  }

  .footer__bottom__organisations .organisation {
    width: 25%;
  }

}


@media all and (max-width: 1399.98px) {

  main ul li::before {
    width: 5px;
    height: 5px;
  }

}


@media all and (max-width: 1399.98px) and (min-width: 1240px) {

  :root {
    --font-size-6: 54px;
    --font-size-5: 46px;
    --font-size-4-5: 40px;
    --font-size-4: 32px;
    --font-size-3: 26px;
    --font-size-2: 19px;
    --font-size-1: 14px;
    --font-size-standard: 22px;
    --font-size-standard-small: 21px;

    --spacing-12: 140px;
    --spacing-11: 120px;
    --spacing-10-5: 100px;
    --spacing-10: 80px;
    --spacing-9: 70px;
    --spacing-8: 56px;
    --spacing-7: 46px;

    --height-header: 154px;
  }

  .section > .section__container:not(.section__container--media):not(.section__container--intro) + .section__container,
  .section > .section__container > .section__quote, .section > .section__container > .section__quote + div,
  .section > .section__container > .section__image.spacing-top--big,
  .section > .section__container > .section__youtube.spacing-top--big,
  .section > .section__container > .section__vimeo.spacing-top--big {
    padding-top: var(--spacing-10);
  }

  .section > .section__container > .section__image.spacing-top--big + div,
  .section > .section__container > .section__youtube.spacing-top--big + div,
  .section > .section__container > .section__vimeo.spacing-top--big + div {
    padding-top: var(--spacing-10);
  }

  .section > .section__container > .section__image.spacing-top--medium,
  .section > .section__container > .section__youtube.spacing-top--medium,
  .section > .section__container > .section__vimeo.spacing-top--medium {
    padding-top: var(--spacing-7);
  }

  .section > .section__container > .section__image.spacing-top--small,
  .section > .section__container > .section__youtube.spacing-top--small,
  .section > .section__container > .section__vimeo.spacing-top--small {
    padding-top: var(--spacing-5);
  }

  .section > .section__container > .section__image.spacing-bottom--medium + div,
  .section > .section__container > .section__youtube.spacing-bottom--medium + div,
  .section > .section__container > .section__vimeo.spacing-bottom--medium + div {
    padding-top: var(--spacing-7);
  }

  .section > .section__container > .section__image.spacing-bottom--small + div,
  .section > .section__container > .section__youtube.spacing-bottom--small + div,
  .section > .section__container > .section__vimeo.spacing-bottom--small + div {
    padding-top: var(--spacing-5);
  }

  h1.title, h2.title {
    left: 13px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-7);
  }

  h1.title > span, h2.title > span {
    -webkit-transform: rotate(-5.33deg);
        -ms-transform: rotate(-5.33deg);
            transform: rotate(-5.33deg);
  }

  .title__second {
    margin-top: 12px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -4px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 8px);
  }

  .title__first::after {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .title__second::after {
    -webkit-transform: rotate(-2.05deg);
        -ms-transform: rotate(-2.05deg);
            transform: rotate(-2.05deg);
  }

  main ul li {
    padding-left: 16px;
  }

  main ul li::before {
    top: 13px;
  }

  div[class*="--indent"] {
    padding-left: var(--spacing-10);
  }

  .label:not(.label--big) {
    height: 26px;
    padding: 4px 7px 2px;
  }

  .label.label--big, .quform-upload-file-name {
    height: 36px;
  }

  .tag a, .tag span {
    padding: 4px 11px;
  }

  .section--illu > div:not(.section__illustration) {
    padding-right: 450px;
  }

  .section__illustration--wheelbarrow img {
    width: 440px;
    right: -30px;
  }

  .section__illustration--bird img {
    width: 374px;
    right: 40px;
  }

  .section__illustration--pitchfork img {
    width: 205px;
    right: var(--spacing-11);
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-4) !important;
  }

  .posts--swiper .post {
    width: 408px;
  }

  .posts--swiper .post__media {
    padding: 0 30px;
  }

  .posts--swiper .post__media .label_container {
    left: 30px;
  }

  .posts--swiper .post__container {
    padding-top: 144px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 114px 30px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -14px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 14px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post:not(.post--big) .post__content {
    padding-top: 20px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-7);
  }

  .eapps-instagram-feed-posts-grid-load-more {
    padding: 7px 16px 6px !important;
  }

  .macos .eapps-instagram-feed-posts-grid-load-more, .ios .eapps-instagram-feed-posts-grid-load-more {
    padding: 6px 16px 7px !important;
  }

  .footer__top {
    padding: var(--spacing-9) var(--spacing-8) var(--spacing-3);
  }

  .footer__top__left {
    max-width: 650px;
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-8) var(--spacing-8);
  }

  .footer__bottom__organisations .organisation {
    width: 25%;
  }

  .back-to-top {
    width: 54px;
    height: 54px;
    bottom: var(--spacing-3);
    right: var(--spacing-3);
  }

  .back-to-top .icon {
    -webkit-transform: rotate(180deg) translate(50%, 50%) scale(.9);
        -ms-transform: rotate(180deg) translate(50%, 50%) scale(.9);
            transform: rotate(180deg) translate(50%, 50%) scale(.9);
  }

}


@media all and (max-width: 1239.98px) {

  .label:not(.label--big) {
    margin-right: 6px;
  }

  .footer__top > div {
    width: 100%;
  }

  .footer__top__right {
    margin-top: var(--spacing-4);
  }

}


@media all and (max-width: 1239.98px) and (min-width: 576px) {

  .footer__bottom__organisations .organisation {
    width: 33.33333333%;
  }

}


@media all and (max-width: 1239.98px) and (min-width: 992px) {

  :root {
    --font-size-6: 52px;
    --font-size-5: 44px;
    --font-size-4-5: 38px;
    --font-size-4: 30px;
    --font-size-3: 24px;
    --font-size-2: 18px;
    --font-size-1: 14px;
    --font-size-standard: 21px;
    --font-size-standard-small: 21px;

    --spacing-12: 120px;
    --spacing-11: 100px;
    --spacing-10-5: 90px;
    --spacing-10: 70px;
    --spacing-9: 60px;
    --spacing-8: 50px;
    --spacing-7: 40px;
    --spacing-6: 38px;
    --spacing-5: 34px;

    --height-header: 144px;
  }

  .section > div:not(.section__illustration), .inside {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }

  .section > .section__container:not(.section__container--media):not(.section__container--intro) + .section__container,
  .section > .section__container > .section__quote, .section > .section__container > .section__quote + div,
  .section > .section__container > .section__image.spacing-top--big,
  .section > .section__container > .section__youtube.spacing-top--big,
  .section > .section__container > .section__vimeo.spacing-top--big {
    padding-top: var(--spacing-9);
  }

  .section > .section__container > .section__image.spacing-top--big + div,
  .section > .section__container > .section__youtube.spacing-top--big + div,
  .section > .section__container > .section__vimeo.spacing-top--big + div {
    padding-top: var(--spacing-9);
  }

  .section > .section__container > .section__image.spacing-top--medium,
  .section > .section__container > .section__youtube.spacing-top--medium,
  .section > .section__container > .section__vimeo.spacing-top--medium {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-top--small,
  .section > .section__container > .section__youtube.spacing-top--small,
  .section > .section__container > .section__vimeo.spacing-top--small {
    padding-top: var(--spacing-5);
  }

  .section > .section__container > .section__image.spacing-bottom--medium + div,
  .section > .section__container > .section__youtube.spacing-bottom--medium + div,
  .section > .section__container > .section__vimeo.spacing-bottom--medium + div {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-bottom--small + div,
  .section > .section__container > .section__youtube.spacing-bottom--small + div,
  .section > .section__container > .section__vimeo.spacing-bottom--small + div {
    padding-top: var(--spacing-5);
  }

  .single-post h2:not(.title) {
    font-size: var(--font-size-5);
    line-height: var(--line-height-2);
  }

  h3 {
    margin-bottom: var(--spacing-2);
  }

  p, main ul {
    margin: 0 0 var(--spacing-3);
  }

  main ul li {
    padding-left: 15px;
  }

  main ul li::before {
    top: 12px;
  }

  h1.title, h2.title {
    left: 13px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-7);
  }

  h1.title > span, h2.title > span {
    -webkit-transform: rotate(-4.6deg);
        -ms-transform: rotate(-4.6deg);
            transform: rotate(-4.6deg);
  }

  .title__second {
    margin-top: 12px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -4px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 8px);
  }

  .title__first::after {
    -webkit-transform: rotate(1.3deg);
        -ms-transform: rotate(1.3deg);
            transform: rotate(1.3deg);
  }

  .title__second::after {
    -webkit-transform: rotate(-1.3deg);
        -ms-transform: rotate(-1.3deg);
            transform: rotate(-1.3deg);
  }

  div[class*="--indent"] {
    padding-left: 35px;
  }

  .label:not(.label--big) {
    height: 26px;
    padding: 4px 7px 2px;
  }

  .label.label--big, .quform-upload-file-name {
    height: 33px;
    padding: 4px 11px;
  }

  .tag a, .tag span {
    padding: 3px 10px;
  }  

  .section--illu > div:not(.section__illustration) {
    padding-right: 380px;
  }

  .section__illustration--wheelbarrow img {
    width: 412px;
    right: -70px;
  }

  .section__illustration--bird img {
    width: 351px;
    right: 10px;
  }

  .section__illustration--pitchfork img {
    width: 193px;
    right: var(--spacing-11);
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-4) !important;
  }

  .posts--swiper .post {
    width: 394px;
  }

  .posts--swiper .post__media {
    padding: 0 26px;
  }

  .posts--swiper .post__media .label_container {
    left: 26px;
  }

  .posts--swiper .post__container {
    padding-top: 133px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 118px 26px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -14px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 14px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post:not(.post--big) .post__content {
    padding-top: 18px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-7);
  }

  .section__elfsight > .elfsight:not(.is-loaded) {
    aspect-ratio: 8 / 5;
    margin-bottom: 94px;
  }

  .eapps-instagram-feed-posts-grid-load-more {
    padding: 7px 15px !important;
  }

  .footer__top {
    padding: var(--spacing-7) var(--spacing-5) 0;
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-5) var(--spacing-8);
  }

  .back-to-top {
    width: 54px;
    height: 54px;
    bottom: 82px;
    right: var(--spacing-3);
  }

  .back-to-top, .back-to-top.is-active.hide {
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
  }

  .back-to-top.is-active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .back-to-top .icon {
    -webkit-transform: rotate(180deg) translate(50%, 50%) scale(.9);
        -ms-transform: rotate(180deg) translate(50%, 50%) scale(.9);
            transform: rotate(180deg) translate(50%, 50%) scale(.9);
  }

}


@media all and (max-width: 991.98px) {

  .section > .section__container:not(.section__container--media):not(.section__container--intro) + .section__container,
  .section > .section__container > .section__quote, .section > .section__container > .section__quote + div,
  .section > .section__container > .section__image.spacing-top--big,
  .section > .section__container > .section__youtube.spacing-top--big,
  .section > .section__container > .section__vimeo.spacing-top--big {
    padding-top: var(--spacing-9);
  }

  .section > .section__container > .section__image.spacing-top--big + div,
  .section > .section__container > .section__youtube.spacing-top--big + div,
  .section > .section__container > .section__vimeo.spacing-top--big + div {
    padding-top: var(--spacing-9);
  }

  .section > .section__container > .section__image.spacing-top--medium,
  .section > .section__container > .section__youtube.spacing-top--medium,
  .section > .section__container > .section__vimeo.spacing-top--medium {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-top--small,
  .section > .section__container > .section__youtube.spacing-top--small,
  .section > .section__container > .section__vimeo.spacing-top--small {
    padding-top: var(--spacing-5);
  }

  .section > .section__container > .section__image.spacing-bottom--medium + div,
  .section > .section__container > .section__youtube.spacing-bottom--medium + div,
  .section > .section__container > .section__vimeo.spacing-bottom--medium + div {
    padding-top: var(--spacing-8);
  }

  .section > .section__container > .section__image.spacing-bottom--small + div,
  .section > .section__container > .section__youtube.spacing-bottom--small + div,
  .section > .section__container > .section__vimeo.spacing-bottom--small + div {
    padding-top: var(--spacing-5);
  }

  .single-post h2:not(.title) {
    font-size: var(--font-size-5);
    line-height: var(--line-height-2);
  }

  h3 {
    margin-bottom: var(--spacing-2);
  }

  p, main ul {
    margin: 0 0 var(--spacing-3);
  }

   h1.title > span, h2.title > span {
    -webkit-transform: rotate(-4.6deg);
        -ms-transform: rotate(-4.6deg);
            transform: rotate(-4.6deg);
  }

  .title__first::after {
    -webkit-transform: rotate(1.3deg);
        -ms-transform: rotate(1.3deg);
            transform: rotate(1.3deg);
  }

  .title__second::after {
    -webkit-transform: rotate(-1.3deg);
        -ms-transform: rotate(-1.3deg);
            transform: rotate(-1.3deg);
  }

  .section__illustration {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: right;
  }

  .section__illustration--pitchfork {
    text-align: center;
  }

  .section__illustration--bird, .section__illustration--pitchfork {
    margin-bottom: calc(-1 * var(--spacing-11));
  }

  .tags > div.tag_label {
    width: 100%;
  }

  .tags {
    margin: -5px;
  }

  .tags > div {
    margin: 5px;
  }

  .quote {
    max-width: 540px;
  }

  .eapps-instagram-feed-posts-grid-load-more {
    font-size: var(--font-size-standard-small) !important;
  }

  .footer__right__links {
    margin-top: var(--spacing-9);
  }

  .footer__right__links > a {
    margin-bottom: var(--spacing-3);
  }

  .footer__right__button a {
    padding-bottom: 3px;
  }

}


@media all and (max-width: 991.98px) and (min-width: 400px) {

  .section > div:not(.section__illustration), .inside {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }

}


@media all and (max-width: 991.98px) and (min-width: 576px) {

  .post:not(.post--big) .post__content p {
    margin-top: var(--spacing-2-5);
  }

  .post:not(.post--big) .post__content p {
    font-size: var(--font-size-standard-small);
    line-height: 1.3;
  }

}


@media all and (max-width: 991.98px) and (min-width: 768px) {

  :root {
    --font-size-6: 48px;
    --font-size-5: 40px;
    --font-size-4-5: 36px;
    --font-size-4: 28px;
    --font-size-3: 23px;
    --font-size-2: 18px;
    --font-size-1: 14px;
    --font-size-standard: 21px;
    --font-size-standard-small: 20px;

    --spacing-12: 110px;
    --spacing-11: 90px;
    --spacing-10-5: 80px;
    --spacing-10: 60px;
    --spacing-9: 50px;
    --spacing-8: 40px;
    --spacing-7: 36px;
    --spacing-6: 34px;
    --spacing-5: 30px;
    --spacing-4: 22px;
    --spacing-3: 18px;
    --spacing-2-5: 14px;
    --spacing-2: 10px;
    --spacing-1: 8px;

    --height-header: 134px;
  }

  h1.title, h2.title {
    left: 12px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-7);
  }

  .title__second {
    margin-top: 12px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -4px;
    left: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 8px);
  }

  main ul li {
    padding-left: 14px;
  }

  main ul li::before {
    top: 12px;
  }

  div[class*="--indent"] {
    padding-left: var(--spacing-8);
  }

  .label:not(.label--big) {
    height: 26px;
    padding: 4px 7px 2px;
  }

  .label.label--big, .quform-upload-file-name {
    height: 33px;
    padding: 4px 11px;
  }

  .tag a, .tag span {
    padding: 3px 10px;
  }

  .section__illustration {
    padding-top: var(--spacing-7);
  }

  .section__illustration--wheelbarrow img {
    width: 412px;
  }

  .section__illustration--bird img {
    width: 351px;
  }

  .section__illustration--pitchfork img {
    width: 169px;
    margin-bottom: -80px;
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-4) !important;
  }

  .posts--swiper .post {
    width: 360px;
  }

  .posts--swiper .post__media {
    padding: 0 20px;
  }

  .posts--swiper .post__media .label_container {
    left: 20px;
  }

  .posts--swiper .post__container {
    padding-top: 133px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 100px 20px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -11px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 11px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post:not(.post--big) .post__content {
    padding-top: 18px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-6);
  }

  .section__elfsight > .elfsight:not(.is-loaded) {
    aspect-ratio: 8 / 5;
    margin-bottom: 85px;
  }

  .eapps-instagram-feed-posts-grid-load-more {
    padding: 7px 15px !important;
  }

  .footer__top {
    padding: var(--spacing-7) var(--spacing-5) 0;
  }

  .footer__bottom {
    margin-top: var(--spacing-5);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-5) var(--spacing-8);
  }

}


@media all and (max-width: 767.98px) {

  :root {
    --font-size-3: 22px;
    --font-size-2: 17px;
    --font-size-1: 14px;
    --font-size-standard: 20px;
    --font-size-standard-small: 19px;

    --spacing-8: 36px;
    --spacing-7: 32px;
    --spacing-6: 30px;
    --spacing-5: 26px;
    --spacing-4: 20px;
    --spacing-3: 16px;
    --spacing-2-5: 12px;
    --spacing-2: 8px;
    --spacing-1: 6px;
  }

  h1:not(.title):not(.headline_title) br, h2:not(.title):not(.headline_title) br, h3 br {
    display: none;
  }

  main ul li {
    padding-left: 14px;
  }

  main ul li::before {
    top: 11px;
  }

  .tags > div.tag_label {
    margin-bottom: 2px;
  }

  .section__illustration {
    padding-top: var(--spacing-9);
  }

  .section__elfsight > .elfsight:not(.is-loaded) {
    aspect-ratio: 4 / 5;
    margin-bottom: 78px;
  }

  .pagination > span, .pagination > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .pagination > a.next svg, .pagination > a.prev svg {
    top: 12px;
    left: 8px;
  }

  .pagination > a.next svg {
    -webkit-transform: rotate(-90deg) scale(.9);
        -ms-transform: rotate(-90deg) scale(.9);
            transform: rotate(-90deg) scale(.9);
  }

  .pagination > a.prev svg {
    -webkit-transform: rotate(90deg) scale(.9);
        -ms-transform: rotate(90deg) scale(.9);
            transform: rotate(90deg) scale(.9);
  }

  .eapps-instagram-feed-popup-close {
    left: calc(50% - 16px) !important;
  }

  .eapps-instagram-feed-posts-grid-load-more {
    padding: 7px 13px !important;
  }

}


@media all and (max-width: 767.98px) and (min-width: 576px) {

  :root {
    --font-size-6: 40px;
    --font-size-5: 36px;
    --font-size-4-5: 32px;
    --font-size-4: 27px;

    --spacing-12: 100px;
    --spacing-11: 80px;
    --spacing-10-5: 70px;
    --spacing-10: 52px;
    --spacing-9: 46px;

    --height-header: 116px;
  }

  h1.title, h2.title {
    left: 10px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-8);
  }

  .title__second {
    margin-top: 12px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -4px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 8px);
  }

  div[class*="--indent"] {
    padding-left: var(--spacing-8);
  }

  .label:not(.label--big) {
    height: 26px;
    padding: 4px 7px 2px;
  }

  .label.label--big, .quform-upload-file-name {
    height: 32px;
    padding: 4px 10px;
  }

  .tag a, .tag span {
    padding: 3px 9px;
  }

  .section__illustration--wheelbarrow img {
    width: 385px;
  }

  .section__illustration--bird img {
    width: 328px;
  }

  .section__illustration--pitchfork img {
    width: 157px;
    margin-bottom: -80px;
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-4) !important;
  }

  .posts--swiper .post {
    width: 374px;
  }

  .posts--swiper .post__media {
    padding: 0 24px;
  }

  .posts--swiper .post__media .label_container {
    left: 24px;
  }

  .posts--swiper .post__container {
    padding-top: 133px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 105px 24px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -11px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 11px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post:not(.post--big) .post__content {
    padding-top: 18px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-5);
  }

  .post:not(.post--big) .post__container {
    max-width: 400px;
    margin: 0 auto;
  }

  .post--big h2 {
    font-size: var(--font-size-5);
    margin-top: var(--spacing-2);
  }

  .post--big p {
    margin: var(--spacing-4) 0;
  }

  .post:not(.post--big) .post__content p {
    margin-bottom: var(--spacing-3);
  }

  .footer__top {
    padding: var(--spacing-7) var(--spacing-5) 0;
  }

  .footer__bottom {
    margin-top: var(--spacing-4);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-5) var(--spacing-8);
  }

}


@media all and (max-width: 575.98px) {

  :root {
    --font-size-6: 36px;
    --font-size-5: 32px;
    --font-size-4-5: 28px;
    --font-size-4: 24px;

    --spacing-12: 100px;
    --spacing-11: 80px;
    --spacing-10-5: 70px;
    --spacing-10: 52px;
    --spacing-9: 46px;

    --height-header: 106px;
  }
  
  h1.title, h2.title {
    font-size: calc(var(--font-size-5) + 2px);
    left: 10px;
    padding-bottom: var(--spacing-1);
    margin-bottom: var(--spacing-8);
  }

  .title__second {
    margin-top: 12px;
  }

  h1.title > span::after, h2.title > span::after {
    top: -4px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 8px);
  }

  .label {
    height: 26px;
    padding: 4px 7px 2px;
  }

  .quform-upload-file-name {
    height: 32px;
    padding: 4px 10px;
  }

  .tag a, .tag span {
    padding: 3px 9px;
  } 

  .section__illustration:not(.section__illustration--pitchfork) > .inside {
    padding-left: calc(var(--spacing-8) + var(--spacing-5));
  }

  .section__illustration--wheelbarrow img {
    width: 358px;
  }

  .section__illustration--bird img {
    width: 281px;
  }

  .section__illustration--pitchfork img {
    width: 145px;
    margin-bottom: -80px;
  }

  .post:not(.post--big) .post__content p {
    margin-bottom: var(--spacing-2);
  }

  .post__content__bottom {
    margin-top: 2px;
    margin-bottom: -4px;
  }

  .section > .section__elfsight:not(.section__illustration) {
    padding-right: var(--spacing-8);
    padding-left: var(--spacing-8);
  }

  .section__title + .section__slider {
    padding-top: var(--spacing-4) !important;
  }

  .label {
    font-size: var(--font-size-1);
  }

  .post .meta {
    font-size: var(--font-size-1);
  }

  .post .post__content p {
    font-size: var(--font-size-standard-small);
    line-height: 1.3;
    margin-top: var(--spacing-2-5);
  }

  .post--big .post__content h2 {
    font-size: var(--font-size-4);
    line-height: var(--line-height-2);
  }

  .posts--swiper .post {
    width: 320px;
  }

  .posts--swiper .post__media {
    padding: 0 22px;
  }

  .posts--swiper .post__media .label_container {
    left: 22px;
  }

  .posts--swiper .post__container {
    padding-top: 133px;
  }

  .posts--swiper .post__content {
    height: calc(100% - 44px);
    padding: 64px 22px var(--spacing-4);
  }

  .posts:not(.posts--swiper) {
    margin: 0 -11px calc(-1 * var(--spacing-9));
  }

  .posts:not(.posts--swiper) .post {
    padding: 0 11px var(--spacing-9);
  }

  .posts:not(.posts--swiper) .post .post__content {
    padding-top: 17px;
  }

  .post--big .post__content {
    padding-top: var(--spacing-4);
  }

  .macos .eapps-instagram-feed-posts-grid-load-more, .ios .eapps-instagram-feed-posts-grid-load-more {
    padding-top: 6px !important;
  }

  .eapps-instagram-feed-popup-item-content, .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text, .eapps-instagram-feed-popup-item-content {
    font-size: 17px !important;
  }

  .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
    max-height: 135px !important;
  }

  .footer__top {
    padding: var(--spacing-7) var(--spacing-5) 0;
  }

  .footer__bottom {
    margin-top: var(--spacing-4);
  }

  .footer__bottom__organisations {
    padding: var(--spacing-5) var(--spacing-5) var(--spacing-8);
  }

  .footer__bottom__organisations .organisations {
    margin-right: calc(-1 * var(--spacing-2));
    margin-left: calc(-1 * var(--spacing-2));
  }

  .footer__bottom__organisations .organisation {
    padding: 0 var(--spacing-2);
    width: 50%;
  }

}


@media all and (max-width: 575.98px) and (min-width: 375px) {

  div[class*="--indent"] {
    padding-left: var(--spacing-8);
  }

}


@media all and (max-width: 399.98px) {

  .section > div:not(.section__illustration), .inside {
    padding-right: var(--spacing-4);
    padding-left: var(--spacing-4);
  }

}