@charset "UTF-8";
/*!
Theme Name: Réseau Zero Waste Switzerland
Theme URI: http://underscores.me/
Author: sirup
Author URI: https://sirup.org
Description: A custom wordpress theme for Réseau Zero Waste Switzerland by sirup.org
Version: 2.0.0
*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;800;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
#page > header #site-title,
#page > header #description,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Box sizing
--------------------------------------------- */
*, :after, :before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry-content, .entry-summary, .page-content {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 0;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Forms
--------------------------------------------- */
.frm_hidden {
  display: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.4em 1em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.site-main .post-navigation, .site-main .posts-navigation {
  margin: 0 0 1.5em;
}

.post-navigation .nav-links, .posts-navigation .nav-links {
  display: flex;
}

.post-navigation .nav-previous, .posts-navigation .nav-previous {
  flex: 1 0 50%;
}

.post-navigation .nav-next, .posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Elements
--------------------------------------------- */
p {
  margin-bottom: 1.5em;
}

cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ol, ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol, li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

embed, iframe, object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* @param colors :
$b: #000;
$w: #fff;
$lightgrey: #f1f2f2;
$grey: #b1b3b6;
$blue: #7bbcff;
$orange: #e37526;
$pink: #d6098e;
$green: #a6da34;
$colors: (
  'b' : $b,
  'w' : $w,
  'lightgrey' : $lightgrey,
  'grey' : $grey,
  'blue': $blue,
  'orange' : $orange,
  'pink' : $pink,
  'green' : $green
);
*/
:root {
  --titleFont:"Poppins", sans-serif;
  --bodyFont:"Poppins", sans-serif;
  --fz:clamp(1.14rem, 1.2vw, 1.5rem);
  --gap: 1.24em;
  --halfgap: calc(.5 * var(--gap));
  --gap2x: calc(2 * var(--gap));
  --gap3x: calc(3 * var(--gap));
  --radius:1em;
}

:root {
  --b: #000;
  --w: #fff;
  --green: #00923a;
  --green-2: #156138;
}

a.wp-block-button__link.has-b-color:visited,
.has-b-color {
  color: #000;
}

.has-b-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  border: 1px solid #000;
  color: #000;
  background: var(--w);
  transition: all 0.3s ease-out;
}

.has-b-background-color {
  background-color: #000;
}

.wp-block-separator.has-b-color {
  border-color: #000;
}

@media (any-hover: hover) {
  .has-b-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
    background: #000;
    color: var(--w);
    border-color: var(--w);
    filter: drop-shadow(5px 5px 0px rgba(40, 40, 40, 0.1));
  }
}
a.wp-block-button__link.has-w-color:visited,
.has-w-color {
  color: #fff;
}

.has-w-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  border: 1px solid #fff;
  color: #fff;
  background: var(--w);
  transition: all 0.3s ease-out;
}

.has-w-background-color {
  background-color: #fff;
}

.wp-block-separator.has-w-color {
  border-color: #fff;
}

@media (any-hover: hover) {
  .has-w-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
    background: #fff;
    color: var(--w);
    border-color: var(--w);
    filter: drop-shadow(5px 5px 0px rgba(40, 40, 40, 0.1));
  }
}
a.wp-block-button__link.has-green-color:visited,
.has-green-color {
  color: #00923a;
}

.has-green-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  border: 1px solid #00923a;
  color: #00923a;
  background: var(--w);
  transition: all 0.3s ease-out;
}

.has-green-background-color {
  background-color: #00923a;
}

.wp-block-separator.has-green-color {
  border-color: #00923a;
}

@media (any-hover: hover) {
  .has-green-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
    background: #00923a;
    color: var(--w);
    border-color: var(--w);
    filter: drop-shadow(5px 5px 0px rgba(40, 40, 40, 0.1));
  }
}
a.wp-block-button__link.has-green-2-color:visited,
.has-green-2-color {
  color: #156138;
}

.has-green-2-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  border: 1px solid #156138;
  color: #156138;
  background: var(--w);
  transition: all 0.3s ease-out;
}

.has-green-2-background-color {
  background-color: #156138;
}

.wp-block-separator.has-green-2-color {
  border-color: #156138;
}

@media (any-hover: hover) {
  .has-green-2-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color):hover {
    background: #156138;
    color: var(--w);
    border-color: var(--w);
    filter: drop-shadow(5px 5px 0px rgba(40, 40, 40, 0.1));
  }
}
::-moz-selection {
  color: #fff;
  background: #00923a;
}

::selection {
  color: #fff;
  background: #00923a;
}

body::-webkit-scrollbar {
  width: thin;
}

html,
body {
  scrollbar-width: 10px;
  scrollbar-color: #00923a #fff;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #00923a;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #156138;
}

body {
  font-family: var(--bodyFont);
  font-size: var(--fz);
  line-height: 1.5;
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: var(--titleFont);
  line-height: 1.1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-character: "-";
  hyphenate-character: "-";
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: #00923a;
  width: 47%;
  min-height: 100vh;
  padding: var(--gap);
}
.site-header .is-vertical {
  display: flex;
  height: 100vh;
  max-height: 100vh;
  padding: 2em 0;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
}
.site-header .is-vertical .wp-block-image:first-child {
  flex-basis: 60%;
}
.site-header .is-vertical .wp-block-image:first-child img {
  height: 100%;
  width: auto;
}

.link2home a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.site-title a {
  font-weight: 800;
  color: #fff;
}
.site-title a figure {
  margin: 0;
  display: grid;
  grid-template-columns: 20% auto;
  align-items: end;
}

nav.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  background: none;
  color: #000;
}
nav.main-navigation a {
  color: inherit;
}
nav.main-navigation .topRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.menu-toggle {
  position: fixed;
  top: 0;
  right: 2px;
  background: none;
  border: none;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle small {
  display: none;
}

.navContent {
  color: #fff;
  width: 100%;
  min-height: 100vh;
  background: #00923a;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}
.navContent .is-vertical {
  display: flex;
  height: 100%;
  max-height: 100vh;
  padding: 2em 0;
  flex-direction: column;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.navContent h1, .navContent h2, .navContent h3, .navContent h4, .navContent h5, .navContent h6, .navContent a {
  color: #fff;
}
.navContent .wp-block-columns {
  width: 100%;
}
.navContent .wp-block-column > ul {
  height: 100vh;
  overflow: auto;
  padding: 2em 0;
  margin: 2em 0;
  scrollbar-width: 10px;
  scrollbar-color: #fff #00923a;
  /* Track */
  /* Handle */
}
.navContent .wp-block-column > ul::-webkit-scrollbar {
  width: thin;
}
.navContent .wp-block-column > ul::-webkit-scrollbar-track {
  background: #00923a;
}
.navContent .wp-block-column > ul::-webkit-scrollbar {
  width: 10px;
}
.navContent .wp-block-column > ul::-webkit-scrollbar-track {
  border-radius: 5px;
}
.navContent .wp-block-column > ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.navContent .wp-block-column > ul::-webkit-scrollbar-thumb:window-inactive {
  background: #fff;
}
.navContent .wp-block-column > ul > li {
  font-size: 1.2em;
  margin-bottom: 1em;
  list-style: none;
  font-weight: 900;
}
.navContent .wp-block-column > ul > li ul > li {
  font-weight: normal;
  list-style: none;
}
.navContent .wp-block-column > ul > li ul > li:before {
  content: ">";
  display: inline-block;
  margin-right: 0.3em;
}

#page {
  transition: all 0.41s ease-out 0.12s;
}

.navOpen #page {
  transform: translateX(-100%);
}

.navOpen .navContent {
  transform: translateX(0);
}

.hamburger .line {
  width: 35px;
  height: 4px;
  background-color: #00923a;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hamburger:hover {
  cursor: pointer;
}

body.navOpen .hamburger {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.navOpen .hamburger .line {
  background-color: #fff;
}

body.navOpen .hamburger .line:nth-child(2) {
  width: 0px;
}

body.navOpen .hamburger .line:nth-child(1),
body.navOpen .hamburger .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

body.navOpen .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10x);
  transform: translateY(10px);
}

body.navOpen .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

ul.languages {
  margin: 0;
  margin-right: calc(var(--gap) + 3em);
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
ul.languages li {
  display: inline-block;
  text-transform: uppercase;
}
ul.languages li:after {
  content: "|";
  font-weight: normal;
  margin-left: 0.3em;
}
ul.languages li:last-child:after {
  content: none;
}
ul.languages li.current-lang {
  font-weight: 900;
}

body.navOpen ul.languages li:after,
body.navOpen ul.languages li a {
  color: #fff;
}

a {
  color: #00923a;
  text-decoration: none;
}

main.site-main {
  position: relative;
  margin-left: 47%;
  padding: var(--gap);
  padding-left: max(3%, var(--gap2x));
  min-height: 100vh;
  background: #fff;
}
main.site-main:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  border-top: 2.3em solid transparent;
  border-bottom: 2.3em solid transparent;
  border-left: 1.8em solid #00923a;
}

body:not(.home) main.site-main {
  padding-top: var(--gap3x);
}

.greenDots {
  list-style: none;
}
.greenDots li {
  margin-bottom: var(--gap);
  position: relative;
}
.greenDots li strong {
  color: #00923a;
  font-size: 1.2em;
}
.greenDots li:before {
  position: absolute;
  left: -1.5em;
  top: 0.28em;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMC40Ij48cGF0aCBmaWxsPSIjMDA4ZjM1IiBkPSJNLjIgMTFDLTItMSAxOS41LTUuMyAyMC45IDguNyAyMi44IDIyLjIgMS42IDI1LjUuMiAxMC45WiIvPjwvc3ZnPg==");
  width: 1em;
  height: 1em;
}

.homeH2 {
  font-size: 2.1em;
  color: var(--green);
}
.homeH2 .swapper span {
  color: #156138;
}

strong.swapper {
  display: inline-flex;
  max-height: 1.3em;
  overflow: hidden;
  color: #156138;
}

strong.swapper .tickerWrapper {
  display: inline-grid;
  grid-template-columns: 1fr;
}
strong.swapper .tickerWrapper span {
  line-height: 1.3;
}

.wp-block-button__link:not(.has-background) {
  background-image: linear-gradient(to right, #00923a, #00923a 50%, #fff 50%, #fff 100%);
  background-size: 200% auto;
  background-position: 0% 0;
  border: 1px solid #00923a;
  position: relative;
  transition: all 0.3s ease-out;
}

.has-large-font-size {
  font-size: 1.3em;
}

@media (any-hover: hover) {
  .wp-block-button__link:not(.has-background):hover {
    color: #00923a;
    background-position: 100% 0;
  }
}
.wp-block-media-text:not(.normal) {
  display: block;
  position: relative;
  padding-bottom: 6em;
}
.wp-block-media-text:not(.normal).onRight {
  direction: rtl;
}

body.home main.site-main h1 {
  display: none;
}

body:not(.home) main.site-main header h1 {
  position: absolute;
  top: 0;
  left: max(6%, var(--gap2x));
  font-size: 0.8em;
  color: #aaa;
  font-weight: normal;
}

main.site-main h2 {
  margin-top: 0;
}
main.site-main h2 strong {
  color: var(--green);
  font-weight: bold;
}

figure#sticker {
  position: relative;
}
figure#sticker img {
  transform: translateX(-73%) translateY(20%);
}
figure#sticker figcaption {
  font-weight: bold;
  color: var(--green);
  position: absolute;
  top: var(--gap);
  left: 0;
  line-height: 1;
  transform: translateX(120%) rotate(-5deg);
}
figure#sticker figcaption:before {
  content: "";
  background: url("../img/arrow-sticker.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 6em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateX(-100%);
}

.randImgBlock .hidden {
  display: none;
}

.wp-block-media-text.onRight:not(.normal) .wp-block-media-text__content {
  margin-right: max(8%, 120px);
  margin-left: auto;
  text-align: right;
}
.wp-block-media-text.onRight:not(.normal) .wp-block-media-text__content .wp-block-buttons {
  justify-content: flex-end;
}

.wp-block-media-text:not(.normal) .wp-block-media-text__content {
  margin-left: max(8%, 120px);
  background: var(--w);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  padding: var(--gap);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.wp-block-media-text.normal.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: var(--gap2x);
}

.wp-block-media-text figure {
  transform: translateZ(0);
  width: clamp(180px, 70%, 500px);
  position: relative;
  z-index: 0;
}

.pswp__bg {
  opacity: 0.85 !important;
}

.entry-content .is-layout-flex {
  display: flex;
}

.entry-content > .wp-block-gallery {
  margin: 0;
}

.wp-block-gallery.has-nested-images.galerie-zws figure.wp-block-image {
  flex-grow: 0;
}

figure.galerie-zws figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
figure.galerie-zws figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clip-path: url(#svgPath);
}

.factContainer > .wp-block-columns {
  gap: 1em;
}

.factContainer > .wp-block-columns > .wp-block-column p {
  margin: 0;
}

.factContainer > .wp-block-columns > .wp-block-column:first-child p.has-text-align-center strong {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMC40Ij48cGF0aCBmaWxsPSIjMDA4ZjM1IiBkPSJNLjIgMTFDLTItMSAxOS41LTUuMyAyMC45IDguNyAyMi44IDIyLjIgMS42IDI1LjUuMiAxMC45WiIvPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1em 0.8em;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: -0.03em;
  color: #fff;
}

.factContainer > .wp-block-columns > .wp-block-column:not(:first-child) p:not(:first-child) {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  :root {
    --gap: 1em;
    --halfgap: .5em;
    --quartergap: .25em;
    --fz:clamp(1.1rem, 1.1vw, 1.2rem);
  }
  body:not(.home) main.site-main header h1 {
    top: 1.5em;
    left: var(--halfgap);
  }
  h2 {
    font-size: 1.4em;
  }
  .entry-content ul {
    margin-left: 0.2em;
  }
  button.menu-toggle {
    padding: 0;
    top: var(--halfgap);
    right: var(--quartergap);
  }
  .factContainer .wp-block-columns {
    gap: 0;
  }
  .factContainer .wp-block-columns p.has-text-align-center {
    text-align: left;
  }
  .navContent > .wp-block-columns > .wp-block-column:first-child {
    display: none;
  }
  .hamburger .line {
    background-color: var(--w);
  }
  html[lang=de-DE] .homeH2 {
    text-align: center !important;
  }
  body.headerNotInview:not(.navOpen) ul.languages {
    background: var(--w);
  }
  body.headerNotInview:not(.navOpen) ul.languages li.active:after,
  body.headerNotInview:not(.navOpen) .languages li a {
    color: var(--green);
  }
  body.headerNotInview:not(.navOpen) .hamburger .line {
    background-color: var(--green);
  }
  figure#sticker {
    display: flex;
    flex-direction: column-reverse;
  }
  figure#sticker figcaption {
    display: block;
    position: static;
    align-self: flex-end;
    max-width: 55vw;
    transform: translateX(0) rotate(-22deg);
  }
  figure#sticker img {
    display: block;
    transform: translateX(0);
    margin-top: 3em;
  }
  body:not(.home) .randImgBlock {
    display: none;
  }
  ul.languages {
    padding: 0 0.3em;
    margin-top: var(--halfgap);
    margin-right: calc(var(--gap) + 1.5em);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0em;
    background: transparent;
    height: 2em;
    overflow: hidden;
  }
  ul.languages li:after {
    content: unset;
  }
  ul.languages li.active {
    order: -1;
  }
  ul.languages li.active:after {
    content: "›";
    font-size: 1.2em;
    display: inline-block;
    color: var(--w);
    margin-left: 0.3em;
    transform: rotate(90deg) translateX(2px);
  }
  ul.languages li.active a {
    pointer-events: none;
  }
  ul.languages li a {
    color: var(--w);
  }
  ul.languages.open {
    height: auto;
  }
  .site-header {
    width: 100%;
    position: static;
    min-height: unset;
  }
  .site-header h1 {
    font-size: 1.6em;
  }
  .site-header .wp-block-site-logo {
    position: absolute;
    top: var(--halfgap);
    left: var(--halfgap);
  }
  .site-header .wp-block-site-logo img {
    max-width: 55vw;
  }
  .site-header .is-vertical {
    max-height: unset;
    padding-top: 20vh;
    height: unset;
  }
  .site-header .link2home a {
    display: none;
  }
  main.site-main {
    position: relative;
    padding-left: var(--halfgap);
    padding: var(--halfgap);
    margin-left: 0;
    min-height: unset;
  }
  .wp-block-media-text:not(.normal).onRight {
    direction: ltr;
  }
  .wp-block-media-text:not(.normal).onRight .wp-block-media-text__content {
    text-align: left;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    flex-basis: calc(33.33% - var(--halfgap));
  }
  .wp-block-media-text.onRight:not(.normal) .wp-block-media-text__content,
  div.wp-block-media-text:not(.normal) div.wp-block-media-text__content {
    margin-left: 0;
    margin-right: 0;
    padding: var(--quartergap);
    position: relative;
  }
  .wp-block-media-text.onRight .wp-block-media-text__content .wp-block-buttons {
    justify-content: start;
  }
  body.home .entry-content > h2:first-of-type {
    text-align: center;
  }
  body.home .entry-content > h2:first-of-type span {
    text-align: left;
  }
  main.site-main:before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 2.3em solid transparent;
    border-right: 2.3em solid transparent;
    border-top: 1.2em solid #00923a;
  }
  .navContent .wp-block-column ul {
    margin: 0;
    padding-left: 0.5em;
  }
  .navContent .wp-block-column ul li ul {
    font-size: 0.85em;
  }
  .navContent .wp-block-columns.has-background {
    padding: 1em;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
  li.privacy-policy {
    bottom: 2.2em;
    right: 2rem;
  }
}
.privacy-policy {
  position: absolute;
  bottom: 6em;
  font-size: 12px;
  right: 1rem;
}
.privacy-policy a {
  font-size: 12px;
  font-weight: normal;
}
