/*!
Theme Name: grenzeneugedacht
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grenzeneugedacht
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

grenzeneugedacht is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
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.6em 1em 0.4em;
}

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

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

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

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

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

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

.post,
.page {
    margin: 0 0 0em;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Grenze neu gedacht
--------------------------------------------------------------*/

@font-face {
    font-family: "Jigsaw";
    src: url("assets/fonts/Jigsaw-Regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Jigsaw";
    src: url("assets/fonts/Jigsaw-Bold.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Jigsaw Stencil";
    src: url("assets/fonts/JigsawStencil-Medium.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

:root {
    --gng-dark: #173130;
    --gng-deep: #1f3a36;
    --gng-neon: #d2ff00;
    --gng-paper: #ffffff;
    --gng-soft: #f3f4f2;
    --gng-muted: #61706d;
    --gng-copy: #172726;
    --gng-wrap: 900px;
    --gng-copy-width: 560px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--gng-paper);
    color: var(--gng-copy);
    font-family: "Jigsaw", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Jigsaw", Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

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

.site {
    min-height: 100vh;
    overflow-x: hidden;
}

.site-main {
    background: var(--gng-paper);
}

.gng-wrap {
    margin-inline: auto;
    max-width: var(--gng-wrap);
    width: calc(100% - clamp(32px, 10vw, 160px));
}

.gng-wrap--narrow,
.gng-wrap--copy {
    max-width: var(--gng-copy-width);
}

.gng-site-header {
    background: var(--gng-paper);
    position: relative;
    z-index: 20;
}

body.home .site {
    position: relative;
}

body.home .gng-site-header {
    background: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.gng-site-header__inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: var(--gng-wrap);
    min-height: clamp(132px, 11vw, 184px);
    padding-block: clamp(28px, 3.4vw, 34px);
    width: calc(100% - clamp(32px, 10vw, 160px));
}

.gng-site-header__logo {
    display: inline-flex;
    width: clamp(230px, 19vw, 380px);
}

.gng-main-navigation {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: auto;
}

.gng-main-navigation__meta {
    align-items: center;
    color: var(--gng-dark);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 5px;
    line-height: 1;
    margin-right: 4px;
}

.gng-main-navigation__meta a {
    text-decoration: none;
}

.gng-main-navigation__meta span {
    color: var(--gng-neon);
}

.gng-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: grid;
    gap: 12px;
    height: 48px;
    padding: 0;
    width: 72px;
}

.gng-menu-toggle__bar {
    background: var(--gng-dark);
    display: block;
    height: 3px;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 100%;
}

.gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

.gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(2) {
    opacity: 0;
}

.gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

.gng-main-navigation__panel {
    background: var(--gng-dark);
    box-shadow: 0 20px 45px rgba(23, 49, 48, 0.13);
    min-width: clamp(320px, 34vw, 540px);
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 40;
}

.gng-main-navigation.toggled .gng-main-navigation__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.main-navigation ul,
.gng-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.main-navigation li,
.gng-menu-list li {
    display: block;
    position: static;
}

.gng-menu-list a {
    color: var(--gng-paper);
    display: block;
    font-family: "Jigsaw", Arial, Helvetica, sans-serif;
    font-size: clamp(1.55rem, 2.35vw, 1.45rem);
    font-weight: 500;
    line-height: 1.08;
    padding: 17px clamp(22px, 3vw, 42px) 12px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.gng-menu-list li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.86);
}

.gng-menu-list a:hover,
.gng-menu-list a:focus {
    color: var(--gng-neon);
    text-decoration: none;
}

.gng-title-band {
    align-items: center;
    background: var(--gng-dark);
    display: flex;
    padding-block: 70px;
    padding-bottom: 55px;
}

.gng-title-band h1 {
    color: var(--gng-neon);
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.15rem);
    font-weight: 500;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}

.gng-copy-section {
    padding-block: clamp(62px, 8vw, 116px) clamp(92px, 10vw, 168px);
}

.gng-copy-section__title,
.gng-richtext h2,
.gng-richtext h3 {
    color: var(--gng-copy);
    font-family: "Jigsaw", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.16;
    margin: 0 0 24px;
}

.gng-copy-section__title {
    font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.gng-richtext {
    font-size: clamp(0.95rem, 1.05vw, 1.04rem);
    line-height: 1.42;
}

.gng-richtext p {
    margin: 0 0 1em;
}

.gng-richtext p:last-child {
    margin-bottom: 0;
}

.gng-richtext ul,
.gng-richtext ol {
    margin: 0 0 1.1em 1.2em;
    padding: 0;
}

.gng-project-section {
    background: var(--gng-soft);
    padding-block: clamp(82px, 8vw, 128px);
}

.gng-project-section__grid {
    align-items: center;
    display: grid;
    gap: clamp(44px, 7vw, 120px);
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
}

.gng-project-section__copy h2 {
    color: var(--gng-dark);
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    font-weight: 500;
    line-height: 1.02;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.gng-project-section__visual {
    aspect-ratio: 1.22 / 1;
    margin: 0;
    max-width: 360px;
    margin-left: 80px;
    position: relative;
    width: 100%;
}

.gng-project-section__visual img {
    left: 0;
    max-width: 58%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.gng-project-section__neon {
    background: var(--gng-neon);
    bottom: 0;
    display: block;
    height: 68%;
    position: absolute;
    right: 0;
    width: 78%;
    z-index: 1;
}

.gng-footer {
    background: var(--gng-dark);
    color: var(--gng-paper);
    position: relative;
}

.gng-footer__map {
    background: var(--gng-soft);
    height: clamp(130px, 15vw, 230px);
    left: 50%;
    max-width: 1120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate(-50%, -46%);
    width: calc(100% - clamp(32px, 10vw, 160px));
    z-index: 1;
}

.gng-footer__map img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.gng-contact {
    position: relative;
    z-index: 2;
}

.gng-footer--with-map .gng-contact {
    padding-top: clamp(128px, 13vw, 210px);
}

.gng-footer:not(.gng-footer--with-map) .gng-contact {
    padding-top: clamp(76px, 7vw, 112px);
}

.gng-contact {
    padding-bottom: clamp(66px, 7vw, 106px);
}

.gng-contact__inner {
    align-items: end;
    display: grid;
    gap: clamp(36px, 6vw, 96px);
    grid-template-columns: minmax(260px, 380px) 1fr;
}

.gng-contact__copy h2 {
    color: var(--gng-paper);
    font-size: clamp(1.35rem, 2vw, 2.05rem);
    line-height: 1.18;
    margin: 0 0 34px;
    max-width: 420px;
}

.gng-contact__copy .gng-richtext {
    font-size: 0.98rem;
}

.gng-contact__funding {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(160px, 240px) minmax(150px, 220px);
    justify-content: end;
}

.gng-contact__logo-stmfh {
    max-width: 235px;
}

.gng-contact__logo-hdr {
    max-width: 210px;
}

.gng-footer__rule {
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    margin-block: clamp(44px, 4vw, 64px) clamp(42px, 4vw, 58px);
    width: 100%;
}

.gng-footer__logos {
    align-items: center;
    display: grid;
    gap: clamp(34px, 6vw, 92px);
    grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(190px, 0.8fr);
}

.gng-footer__logo-main {
    max-width: 286px;
}

.gng-footer__logo-flossenbuerg {
    justify-self: center;
    max-width: 285px;
}

.gng-footer__logo-ze {
    justify-self: end;
    max-width: 220px;
}

.gng-home h2 {
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 clamp(22px, 2.2vw, 34px);
    text-transform: uppercase;
}

.gng-home-hero {
    background-color: var(--gng-soft);
    background-image: var(--gng-home-map);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(460px, 41.1vw, 813px);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.gng-home-hero img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.gng-home-intro {
    padding-block: clamp(74px, 8vw, 126px);
}

.gng-home-intro__grid {
    align-items: center;
    display: grid;
    gap: clamp(54px, 8vw, 132px);
    grid-template-columns: minmax(250px, 360px) minmax(360px, 520px);
    justify-content: center;
}

.gng-home-image-stack,
.gng-home-participation__media,
.gng-home-network__media {
    margin: 0;
    position: relative;
}


.gng-home-image-stack__accent {
    background: var(--gng-neon);
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    top: -22%;
    width: 88%;
    z-index: 1;
}

.gng-home-image-stack img {
    aspect-ratio: 0.74 / 1;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-left: 120px;
    margin-top: 0px;
    max-width: 280px;
}

.gng-home-copy h2 {
    color: var(--gng-dark);
    font-size: clamp(2.1rem, 3vw, 2.1rem);
}

.gng-home-line {
    display: block;
    position: absolute;
    width: 5px;
    z-index: 3;
}

.gng-home-line::after {
    background: inherit;
    content: "";
    display: block;
    height: var(--gng-line-after-height, 54%);
    left: 0;
    position: absolute;
    top: calc(100% + 15px);
    width: 100%;
}

.gng-home-line--dark {
    background: var(--gng-dark);
    bottom: auto;
    height: 80%;
    left: 22%;
    top: 44%;
    --gng-line-after-height: 50%;
}

.gng-home-line--neon {
    background: var(--gng-neon);
    bottom: auto;
    height: 60%;
    left: 70%;
    top: 95%;
    --gng-line-after-height: 54%;
}

.gng-home-line--neon.first {
    height: 60%;
    right: 15%;
    top: 75%;
    left: auto;
}

.gng-home-logo-loop {
    background: var(--gng-paper);
    overflow: hidden;
}

.gng-home-logo-loop__rule {
    background: var(--gng-neon);
    height: 5px;
    width: 100%;
}

.gng-home-logo-loop__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: clamp(190px, 23vw, 340px);
}

.gng-home-logo-loop video {
    display: block;
    max-width: min(620px, 70vw);
    width: 100%;
}

.gng-home-participation {
    padding-block: clamp(74px, 9vw, 142px) clamp(136px, 13.8vw, 252px);
}

.gng-home-participation__grid {
    align-items: start;
    display: grid;
    grid-template-columns: clamp(450px, 35vw, 650px) clamp(620px, 45vw, 735px);
    justify-content: start;
    max-width: 900px;
}

.gng-home-card {
    background: var(--gng-soft);
    padding: clamp(42px, 4vw, 74px);
    position: relative;
    z-index: 2;
}

.gng-home-participation .gng-home-copy h2 {
    font-size: clamp(2.1rem, 3vw, 2rem);
    white-space: nowrap;
}

.gng-home-participation__media {
    margin-left: clamp(-120px, -7.4vw, -92px);
    margin-top: clamp(190px, 18.5vw, 288px);
    width: 85%;
    z-index: 1;
}

.gng-home-participation__media img {
    aspect-ratio: 1.47 / 1;
    object-fit: cover;
    width: 100%;
}

.gng-home-events {
    background: var(--gng-dark);
    color: var(--gng-paper);
    padding-block: clamp(82px, 9vw, 140px);
}

.gng-home-events__grid {
    align-items: center;
    display: grid;
    gap: clamp(46px, 10vw, 156px);
    grid-template-columns: minmax(340px, 520px) minmax(190px, 260px);
    justify-content: center;
}

.gng-home-events h2 {
    color: var(--gng-paper);
    font-size: clamp(2rem, 2.9vw, 2rem);
}

.gng-home-events .gng-richtext {
    max-width: 560px;
}

.gng-home-events__button, .gng-home-events__button:visited {
    border: 2px solid var(--gng-neon);
    color: var(--gng-neon);
    display: inline-flex;
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-size: clamp(1.55rem, 2.2vw, 2.4rem);
    line-height: 1;
    margin-top: clamp(34px, 4vw, 58px);
    padding: 18px 28px 9px;
    text-decoration: none;
    text-transform: uppercase;
}

.gng-home-events__button:hover,
.gng-home-events__button:focus {
    background: var(--gng-neon);
    color: var(--gng-dark);
}

.gng-home-events__icon {
    justify-self: center;
    width: clamp(156px, 10vw, 250px);
    max-width: 156px;
}

.gng-home-network {
    margin-bottom: 200px;
    padding-block: clamp(86px, 0vw, 158px) clamp(94px, 11vw, 178px);
}

.gng-home-network__grid {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(280px, 410px) minmax(360px, 520px);
    justify-content: center;
}

.gng-home-network__media {
    align-self: end;
    min-height: 420px;
    z-index: auto;
}

.gng-home-network__block {
    background: var(--gng-dark);
    display: block;
    height: 64%;
    left: 0;
    position: absolute;
    top: 60%;
    width: 78%;
    z-index: 4;
}

.gng-home-network__media img {
    aspect-ratio: 0.74 / 1;
    bottom: -280px;
    left: 20%;
    object-fit: cover;
    position: absolute;
    width: 68%;
    z-index: 4;
}

.gng-home-network .gng-home-card {
    margin-left: -35%;
    margin-right: -15%;
    padding-left: clamp(280px, 7vw, 128px);
    padding-right: 60px;

    transform: translateX(clamp(-96px, -4.6vw, -72px));
}

.gng-home-network .gng-home-line--neon {
    bottom: -46%;
    left: 70%;
}

.gng-home-project {
    padding-block: clamp(78px, 6vw, 124px);
}

.gng-archive-list,
.gng-single-content,
.gng-events-archive,
.gng-event-single__body {
    padding-block: clamp(62px, 8vw, 116px);
}

.gng-archive-list article,
.gng-single-content article {
    margin-bottom: 44px;
}

.gng-archive-list .entry-title,
.gng-single-content .entry-title {
    font-size: clamp(1.5rem, 2vw, 2rem);
    margin-top: 0;
}

.gng-events-archive {
    padding-block: clamp(56px, 6vw, 86px) clamp(74px, 8vw, 118px);
}

.gng-events-list {
    margin-inline: auto;
    max-width: 770px;
}

.gng-event-row {
    display: grid;
    column-gap: 20px;
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
    padding: clamp(25px, 3.4vw, 42px) 0 24px;
    position: relative;
}

.gng-event-row__date-column,
.gng-event-row__content {
    position: relative;
}

.gng-event-row__date-column::after,
.gng-event-row__content::after {
    background: var(--gng-neon);
    bottom: -24px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}

.gng-event-row:first-child {
    padding-top: 0;
}

.gng-event-row__date {
    color: #030303;
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-size: clamp(3rem, 5vw, 3.25rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.92;
    margin-bottom: 28px;
    white-space: nowrap;
}

.gng-event-row__content h2 {
    color: #030303;
    font-family: "Jigsaw", Arial, Helvetica, sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

.gng-event-row__subheadline {
    color: #030303;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.18;
    margin: 2px 0 18px;
}

.gng-event-row__facts {
    color: #030303;
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    line-height: 1.2;
    margin: 0 0 15px;
}

.gng-event-row__facts div {
    display: flex;
    gap: 4px;
}

.gng-event-row__facts dt {
    font-weight: 700;
    margin: 0;
}

.gng-event-row__facts dd {
    margin: 0;
}

.gng-event-row__details {
    color: #030303;
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    line-height: 1.28;
}

.gng-event-row__details summary {
    color: #030303;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    isolation: isolate;
    list-style: none;
    margin-bottom: 16px;
    position: relative;
    text-decoration: none;
}

.gng-event-row__details summary::before {
    background: var(--gng-neon);
    bottom: 0.06em;
    content: "";
    height: 0.38em;
    left: -0.08em;
    position: absolute;
    right: -0.08em;
    z-index: -1;
}

.gng-event-row__details summary::-webkit-details-marker {
    display: none;
}

.gng-event-row__details summary::after {
    content: " →";
    text-decoration: none;
}

.gng-event-row__details[open] summary::after {
    content: " ↓";
    text-decoration: none;
}

.gng-event-row__details .gng-richtext {
    max-width: 520px;
}

.gng-events-archive__actions {
    display: flex;
    justify-content: flex-end;
    margin: clamp(56px, 6vw, 78px) auto 0;
    max-width: 770px;
}

.gng-outline-button, .gng-outline-button:visited {
    align-items: center;
    background: var(--gng-neon);
    border: 2px solid var(--gng-dark);
    color: var(--gng-dark);
    display: inline-flex;
    font-family: "Jigsaw Stencil", "Jigsaw", Arial, sans-serif;
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-height: 52px;
    padding: 14px 28px 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.gng-outline-button:hover,
.gng-outline-button:focus {
    background: var(--gng-dark);
    color: var(--gng-neon);
}

.gng-event-single__meta {
    color: var(--gng-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 8px 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.gng-event-single__meta span:not(:last-child)::after {
    color: var(--gng-neon);
    content: "|";
    margin-left: 14px;
}

.gng-event-single__subheadline {
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 28px;
}

.nav-links {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 48px;
}

.nav-links a {
    color: var(--gng-dark);
    font-weight: 700;
}

.edit-link,
.comments-area {
    display: none;
}

@media (min-width: 1300px) {
    .gng-home-line--dark {
        height: 80%;
    }
    .gng-home-participation__grid {
        max-width: 75%;
    }
}

@media (min-width: 1600px) {
    .gng-home-line--dark {
        height: 95%;
    }
}
@media (max-width: 1300px) {
    .gng-home-hero {
        margin-top: 2%;
    }
}

@media (max-width: 1200px) {
    .gng-home-line--dark {
        height: 65%;
    }
}


@media (max-width: 900px) {
    .gng-home-intro__grid,
    .gng-home-participation__grid,
    .gng-home-events__grid,
    .gng-home-network__grid,
    .gng-project-section__grid,
    .gng-contact__inner,
    .gng-footer__logos {
        grid-template-columns: 1fr;
    }

    .gng-home-intro__grid,
    .gng-home-participation__grid,
    .gng-home-network__grid {
        gap: 52px;
    }

    .gng-home-image-stack {
        justify-self: center;
        max-width: 320px;
    }

    .gng-home-participation__media,
    .gng-home-network .gng-home-card {
        margin: 0;
    }

    .gng-home-network .gng-home-card {
        padding-left: clamp(42px, 5vw, 74px);
        padding-right: clamp(42px, 5vw, 74px);
        transform: none;
    }

    .gng-home-participation .gng-home-card {
        min-height: 0;
    }

    .gng-home-participation .gng-home-copy h2 {
        white-space: normal;
    }

    .gng-home-participation__media {
        justify-self: center;
        max-width: 620px;
        order: -1;
        width: 100%;
    }

    .gng-home-network__media {
        min-height: 360px;
    }

    .gng-home-network__block {
        top: 10%;
    }

    .gng-home-network__media img {
        bottom: 0;
    }

    .gng-home-network .gng-home-line--neon {
        left: 58%;
    }

    .gng-home-network {
        margin-bottom: 0;
    }

    .gng-home-events__grid {
        justify-items: start;
    }

    .gng-home-events__icon {
        justify-self: start;
    }

    .gng-project-section__visual {
        justify-self: center;
        max-width: 360px;
    }

    .gng-contact__funding {
        grid-template-columns: repeat(2, minmax(130px, 220px));
        justify-content: start;
    }

    .gng-footer__logo-flossenbuerg,
    .gng-footer__logo-ze {
        justify-self: start;
    }

    .gng-home-hero {
        height: clamp(420px, 58vw, 560px);
    }
}

@media (min-width: 701px) and (max-width: 900px) and (min-height: 900px) and (orientation: portrait) {
    .gng-home-line--dark {
        height: 35%;
    }

    .gng-home-line--neon,
    .gng-home-line--neon.first {
        height: 40%;
    }
}

@media (max-width: 700px) {
    body {
        font-size: 15px;
    }

    .gng-wrap,
    .gng-site-header__inner,
    .gng-footer__map {
        width: calc(100% - 32px);
    }

    .gng-site-header__inner {
        min-height: 112px;
        padding-block: 22px;
    }

    .gng-site-header__logo {
        width: min(58vw, 230px);
    }

    body.home .gng-site-header__logo {
        width: min(42vw, 180px);
    }

    .gng-main-navigation {
        gap: 14px;
    }

    .gng-main-navigation__meta {
        font-size: 13px;
    }

    .gng-menu-toggle {
        gap: 8px;
        height: 38px;
        width: 50px;
    }

    .gng-menu-toggle__bar {
        height: 2px;
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .gng-main-navigation__panel {
        min-width: 0;
        padding: 18px 0 16px;
        position: fixed;
        right: 16px;
        top: 94px;
        width: min(300px, calc(100vw - 32px));
    }

    .gng-menu-list a {
        font-size: 1.35rem;
        padding: 14px 18px;
    }

    .gng-title-band h1 {
        font-size: 2rem;
    }

    .gng-home-hero {
        background-position: 46% top;
        height: clamp(400px, 108vw, 450px);
    }

    .gng-home-intro,
    .gng-home-participation,
    .gng-home-network {
        padding-block: 58px 76px;
    }

    .gng-home-logo-loop__inner {
        min-height: 150px;
    }

    .gng-home-logo-loop video {
        max-width: min(340px, 86vw);
    }

    .gng-home-card {
        padding: 34px 28px;
    }

    .gng-home-network .gng-home-card {
        padding: 34px 28px;
    }

    .gng-home-copy h2,
    .gng-home-events h2 {
        font-size: 2rem;
    }

    .gng-home-participation__media {
        margin-top: 0;
    }

    .gng-home-events {
        padding-block: 62px;
    }

    .gng-home-events__button {
        font-size: 1.5rem;
        padding: 14px 20px 11px;
    }

    .gng-home-network__media {
        min-height: 300px;
    }

    .gng-home-network__media img {
        left: 22%;
        width: 72%;
    }

    .gng-home-line {
        display: none;
    }

    .gng-copy-section {
        padding-block: 50px 78px;
    }

    .gng-project-section {
        padding-block: 62px;
    }

    .gng-project-section__copy h2 {
        font-size: 2rem;
        margin-bottom: 24px;
    }

    .gng-project-section__visual {
        max-width: 290px;
    }

    .gng-footer--with-map .gng-contact {
        padding-top: 108px;
    }

    .gng-footer__map {
        height: 126px;
    }

    .gng-contact__funding {
        grid-template-columns: 1fr;
    }

    .gng-contact__logo-stmfh,
    .gng-contact__logo-hdr {
        max-width: 210px;
    }

    .gng-footer__logos {
        gap: 32px;
    }

    .gng-footer__logo-main {
        max-width: 236px;
    }

    .gng-footer__logo-flossenbuerg {
        max-width: 250px;
    }

    .gng-footer__logo-ze {
        max-width: 190px;
    }

    .gng-events-archive {
        padding-block: 52px 76px;
    }

    .gng-event-row {
        gap: 14px;
        grid-template-columns: 1fr;
        padding-block: 28px 24px;
    }

    .gng-event-row__date-column::after {
        display: none;
    }

    .gng-event-row__date {
        font-size: clamp(3.2rem, 15vw, 4.6rem);
        margin-bottom: 14px;
    }

    .gng-event-row__facts div {
        display: block;
    }

    .gng-event-row__facts dt,
    .gng-event-row__facts dd {
        display: inline;
    }

    .gng-events-archive__actions {
        justify-content: flex-start;
        margin-top: 44px;
    }

    .nav-links {
        flex-direction: column;
    }
}

/* Client feedback refinements. */
@media (min-width: 901px) {
    body.home .gng-site-header__inner {
        max-width: none;
        width: 68vw;
    }
}

@media (min-width: 3200px) {
    body.home .gng-site-header__inner {
        max-width: 2496px;
    }
}

.gng-site-header__logo {
    margin-top: 4px;
    width: clamp(210px, 16.5vw, 330px);
}

.gng-main-navigation__meta a[aria-current="true"] {
    text-decoration: underline;
    text-decoration-color: var(--gng-dark);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.22em;
}

.gng-menu-toggle {
    display: block;
    position: relative;
}

.gng-menu-toggle__bar {
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
}

.gng-menu-toggle__bar:nth-child(1) {
    transform: translateY(-15px);
}

.gng-menu-toggle__bar:nth-child(2) {
    transform: translateY(0);
}

.gng-menu-toggle__bar:nth-child(3) {
    transform: translateY(15px);
}

.gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.gng-home-hero {
    background-size: contain;
}

.post-type-archive-veranstaltung .gng-title-band {
    padding-block: 82px 72px;
}

.gng-contact__funding img {
    align-self: end;
    display: block;
}

.gng-footer-logo-link {
    display: inline-flex;
    line-height: 0;
    text-decoration: none;
}

.gng-contact__funding .gng-footer-logo-link {
    align-self: end;
}

.gng-footer__logo-flossenbuerg-link {
    justify-self: center;
}

.gng-footer__logo-ze-link {
    justify-self: end;
}

@media (max-width: 900px) {
    .gng-footer__logo-flossenbuerg-link,
    .gng-footer__logo-ze-link {
        justify-self: start;
    }
}

.gng-contact__inner {
    gap: clamp(8px, 1vw, 18px);
}

.gng-contact__funding {
    grid-template-columns: minmax(240px, 300px) minmax(190px, 235px);
}

.gng-contact__logo-stmfh {
    max-width: 285px;
}

.gng-contact__logo-hdr {
    margin-bottom: -23px;
    max-width: 235px;
}

.gng-footer__logos {
    gap: clamp(30px, 5vw, 72px);
}

.gng-footer__logo-main {
    max-width: 245px;
}

.gng-footer__logo-flossenbuerg {
    max-width: 230px;
}

.gng-footer__logo-ze {
    max-width: 180px;
}

.gng-richtext a,
.gng-richtext a:visited {
    color: inherit;
    text-decoration-color: var(--gng-neon);
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.12em;
}

.gng-richtext a:hover,
.gng-richtext a:focus,
.gng-richtext a:active {
    color: var(--gng-neon);
    text-decoration-color: var(--gng-neon);
}

.gng-social-links {
    align-items: center;
    display: flex;
    gap: clamp(12px, 1.3vw, 17px);
    margin-top: clamp(26px, 2.8vw, 38px);
}

.gng-richtext .gng-social-link,
.gng-richtext .gng-social-link:visited {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: inherit;
    display: inline-flex;
    height: clamp(48px, 3.6vw, 64px);
    line-height: 0;
    max-width: 30px;
    text-decoration: none;
    width: clamp(48px, 3.6vw, 64px);
}

.gng-social-link--instagram {
    background-image: url("assets/img/social-instagram.png");
}

.gng-social-link--facebook {
    background-image: url("assets/img/social-facebook.png");
    max-width: 28px!important;
}

.gng-social-link img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.gng-social-link:hover,
.gng-social-link:focus {
    opacity: 0.82;
}

.gng-social-link:focus-visible {
    outline: 2px solid var(--gng-neon);
    outline-offset: 5px;
}

@media (min-width: 1300px) {
    .gng-home-participation__grid {
        justify-content: center;
    }
}

@media (min-width: 901px) and (max-width: 1439px) {
    .gng-site-header__logo {
        width: clamp(190px, 15vw, 285px);
    }
}

@media (max-width: 700px) {
    .gng-site-header__logo {
        width: min(58vw, 230px);
    }

    body.home .gng-site-header__logo {
        width: min(72vw, 220px);
    }

    .gng-menu-toggle__bar {
        top: calc(50% - 1px);
    }

    .gng-menu-toggle__bar:nth-child(1) {
        transform: translateY(-10px);
    }

    .gng-menu-toggle__bar:nth-child(3) {
        transform: translateY(10px);
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(1) {
        transform: translateY(0) rotate(45deg);
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(3) {
        transform: translateY(0) rotate(-45deg);
    }
}

@media (max-width: 700px) {
    body.home .gng-site-header {
        background: transparent;
    }

    body.home .gng-site-header__inner {
        align-items: flex-start;
        min-height: 76px;
        padding-block: 16px 9px;
    }

    .gng-main-navigation {
        gap: 5px;
    }

    .gng-main-navigation__meta {
        font-size: 10px;
        margin-right: 0;
    }

    .gng-menu-toggle {
        height: 28px;
        width: 38px;
    }

    .gng-menu-toggle__bar {
        height: 2px;
    }

    .gng-menu-toggle__bar:nth-child(1) {
        transform: translateY(-8px);
    }

    .gng-menu-toggle__bar:nth-child(3) {
        transform: translateY(8px);
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(1) {
        transform: translateY(0) rotate(45deg);
    }

    .gng-main-navigation.toggled .gng-menu-toggle__bar:nth-child(3) {
        transform: translateY(0) rotate(-45deg);
    }

    .gng-home-hero {
        background-position: 50% top;
        background-size: 220% auto;
        height: clamp(300px, 92vw, 390px);
        margin-bottom: 0;
        margin-top: 60px;
    }

    .gng-home-intro {
        padding-block: 46px 22px;
    }

    .gng-home-intro__grid {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .gng-home-intro__grid > .gng-home-copy {
        order: 1;
    }

    .gng-home-intro__media {
        order: 2;
    }

    .gng-home-image-stack {
        justify-self: auto;
        max-width: none;
        min-height: 372px;
        width: 100%;
    }

    .gng-home-image-stack__accent {
        height: 226px;
        left: 14%;
        top: 0;
        width: 52%;
    }

    .gng-home-image-stack img {
        aspect-ratio: 0.73 / 1;
        margin-left: 44%;
        margin-top: 56px;
        max-width: none;
        width: 45%;
    }

    .gng-home-line {
        display: block;
        width: 4px;
    }

    .gng-home-line--dark {
        height: 41%;
        left: 30%;
        top: 46%;
        --gng-line-after-height: 52%;
    }

    .gng-home-logo-loop__inner {
        min-height: 118px;
        overflow: hidden;
    }

    .gng-home-logo-loop__inner::before {
        content: none;
    }

    .gng-home-logo-loop video {
        display: block;
        flex: 0 0 auto;
        margin-inline: -12vw;
        max-width: none;
        width: 93vw;
    }

    .gng-home-participation {
        padding-block: 42px 0;
    }

    .gng-home-participation__grid {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .gng-home-participation .gng-home-card {
        background: transparent;
        order: 1;
        padding: 0;
    }

    .gng-home-participation__media {
        margin-bottom: 100px;
        max-width: none;
        order: 2;
        width: 100%;
    }

    .gng-home-participation__media img {
        display: block;
        margin-left: auto;
        width: 76%;
    }

    .gng-home-participation__media .gng-home-line--neon.first {
        height: 62%;
        left: 82%;
        right: auto;
        top: 68%;
        --gng-line-after-height: 56%;
    }

    .gng-home-card,
    .gng-home-network .gng-home-card {
        padding: 30px 28px;
    }

    .gng-home-participation .gng-home-card,
    .gng-home-network .gng-home-card {
        background: transparent;
        padding: 0;
    }

    .gng-home-copy h2,
    .gng-home-events h2 {
        font-size: clamp(1.55rem, 9vw, 2rem);
        line-height: 1.02;
    }

    .gng-home-events {
        padding-block: 46px 50px;
    }

    .gng-home-events__grid {
        display: block;
        min-height: 302px;
        position: relative;
    }

    .gng-home-events__copy {
        padding-right: 0;
    }

    .gng-home-events__icon {
        max-width: 95px;
        position: absolute;
        right: 0;
        top: 165px;
        width: 95px;
    }

    .gng-home-events__button,
    .gng-home-events__button:visited {
        font-size: 1.35rem;
        margin-top: 22px;
        padding: 12px 18px 8px;
    }

    .gng-home-network {
        margin-bottom: 0;
        padding-block: 46px 54px;
    }

    .gng-home-network__grid {
        display: flex;
        flex-direction: column;
        gap: 38px;
        position: relative;
    }

    .gng-home-network .gng-home-card {
        order: 1;
        overflow: visible;
        position: static;
    }

    .gng-home-network__media {
        min-height: 382px;
        order: 2;
        width: 100%;
    }

    .gng-home-network__block {
        height: 195px;
        left: 20%;
        top: 26px;
        width: 58%;
        z-index: 1;
    }

    .gng-home-network__media img {
        aspect-ratio: 0.73 / 1;
        bottom: auto;
        left: 48%;
        top: 58px;
        width: 50%;
        z-index: 2;
    }

    .gng-home-network .gng-home-line--neon {
        height: 206px;
        left: 32%;
        top: calc(100% - 322px);
        --gng-line-after-height: 58%;
        z-index: 3;
    }

    .gng-home-project {
        padding-block: 50px 52px;
    }

    .gng-project-section__grid {
        gap: 34px;
    }

    .gng-project-section__visual {
        justify-self: center;
        margin-left: 0;
        max-width: 226px;
    }

    .gng-contact {
        padding-bottom: 48px;
    }

    .gng-footer:not(.gng-footer--with-map) .gng-contact {
        padding-top: 52px;
    }

    .gng-contact__inner {
        gap: 30px;
    }

    .gng-contact__copy h2 {
        margin-bottom: 22px;
    }

    .gng-contact__funding {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .gng-contact__logo-stmfh {
        max-width: 235px;
    }

    .gng-contact__logo-hdr {
        margin-bottom: 0;
        max-width: 210px;
    }

    .gng-footer__rule {
        margin-block: 36px 34px;
    }

    .gng-footer__logos {
        gap: 30px;
    }

    .gng-footer__logo-main {
        max-width: 190px;
    }

    .gng-footer__logo-flossenbuerg {
        max-width: 220px;
    }

    .gng-footer__logo-ze {
        max-width: 190px;
    }
}
