/*
Theme Name: GurkenShauStyle
Theme URI: https://gurkenschau.eu
Author: FlosLetsPlay, GurkenSchau-Team
Author URI: https://gurkenschau.eu/team
Description: —
Version: 1.0
License: proprietär
License URI: https://gurkenschau.eu/lizens/theme
Text Domain: gurkenschau
Tags: 
*/
/*
 *  _    _ _             _                _             _      _____            _               _____      _                  _____ _         _
 * | |  | (_)           | |              (_)           | |    / ____|          | |             / ____|    | |                / ____| |       | |
 * | |__| |_  ___ _ __  | |__   ___  __ _ _ _ __  _ __ | |_  | |  __ _   _ _ __| | _____ _ __ | (___   ___| |__   __ _ _   _| (___ | |_ _   _| | ___
 * |  __  | |/ _ \ '__| | '_ \ / _ \/ _` | | '_ \| '_ \| __| | | |_ | | | | '__| |/ / _ \ '_ \ \___ \ / __| '_ \ / _` | | | |\___ \| __| | | | |/ _ \
 * | |  | | |  __/ |    | |_) |  __/ (_| | | | | | | | | |_  | |__| | |_| | |  |   <  __/ | | |____) | (__| | | | (_| | |_| |____) | |_| |_| | |  __/
 * |_|  |_|_|\___|_|    |_.__/ \___|\__, |_|_| |_|_| |_|\__|  \_____|\__,_|_|  |_|\_\___|_| |_|_____/ \___|_| |_|\__,_|\__,_|_____/ \__|\__, |_|\___|
 *                                  __/ |                                                                                               __/ |
 *                                 |___/                                                                                               |___/
 */

/*
 *  * 1. Glättung
 */
/* Scrollglättung*/
html {
    scroll-behavior: smooth;
}
/* Schriftglättung*/
body {
    -moz-osx-font-smoothing: var(--wp--custom--typography--font-smoothing--moz, auto);
    -webkit-font-smoothing: var(--wp--custom--typography--font-smoothing--webkit, auto);
}
/*
 * ==========================================================================
 * 02 · SCHRIFTEN & ICONS
 * ==========================================================================
 * Einbindung der Hausschrift Open Sans sowie der Material Symbols Rounded.
 * Die Schriftdefinitionen werden direkt von der GurkenSchau-Webseite geladen.
 */
/* Schriftart: Text*/
body {
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://gurkenschau.eu/content/fonts/OpenSans-Regular.ttf) format('TrueType');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Schriftart: Symbole*/
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    src: url(https://gurkenschau.eu/content/fonts/MaterialSymbolsRounded.woff2) format('woff');
}
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 40
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
/*
 * Links und so
 * 
 * 
 */

/*
 * ==========================================================================
 * 03 · FARBPALETTE & DESIGN-VARIABLEN
 * ==========================================================================
 * Zentrale Farben des Corporate Designs. Änderungen hier wirken sich auf
 * viele Komponenten der Website aus und erleichtern spätere Anpassungen.
 */
:root {
    /* Grundfarben*/
    --gss-tuerkies: #006d7b;
    --gss-tuerkies-25d: #0a515b;
    --gss-weiss: WhiteSmoke;
    --gss-schwarz: 	#070700;
    /* Button (btn) Verlauf*/
    --gss-btn-hg-va: #31b1c2;
    --gss-btn-hg-ve: #228390;
    --gss-btn-vg-va: #d5f7ff;
    --gss-btn-vg-ve: #9dedff;
}

/*
 * ==========================================================================
 * 04 · WORDPRESS-GRUNDSTILE
 * ==========================================================================
 * Anpassungen für WordPress-Inhalte und die grundlegende Seitenfläche.
 */
.wp-block-quote {
    border-left: 4px solid #0a515b;
    margin: 25px 0;
    padding: 15px 20px;
    background: #9dedff4a;
    font-style: italic;
}

.wp-block-quote p {
    margin-bottom: 10px;
}
body {
    background-color: var(--gss-tuerkies);
    color: var(--gss-weiss);
    min-width: 768px;
}
/*
 * Header
 * */
.gss-header {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Overlay rechts */
    position: relative;
    color: var(--gss-weiss);
    overflow: hidden;
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}


.header-text {
    width: 50%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: RGBA(49, 177, 194, 0.6);
    background: linear-gradient(90deg, rgba(49, 177, 194, 0.6) 0%, rgba(34, 131, 144, 0.6) 100%);
    justify-content: center;
}
.overlay {
    width: 50%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;

    background: linear-gradient(
        to bottom,
        rgba(49,177,194,0.6),
        rgba(34,131,144,0.6)
    );

    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-text h1 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.15;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
    margin: 0;
}

.gss-header-btn {
    text-decoration: none;
}

.gss-header-btn button {
    background: #FFFCC3;
    background: linear-gradient(90deg, rgba(255, 252, 195, 1) 0%, rgba(236, 226, 35, 1) 100%);
    color: var(--gss-schwarz);
    border: none;
    padding: 1px 28px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    cursor: pointer;

}
/*
 * ==========================================================================
 * 06 · NAVIGATION
 * ==========================================================================
 * Hauptnavigation inklusive Sticky-Verhalten, Hover-Zuständen und Dropdowns.
 */
/* 
 * Navbar
 */
/* Grundlayout */
.gss-navbar {
    background: linear-gradient(to right, #31b1c2, #228390);
    padding: 15px 40px;
    border-radius: 50px;
    width: 100%;
    margin-left: calc(0px - 30px);
    position: sticky;
    top: 1em;
    z-index: 100;
    font-size: large;
}

.gss-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* Links */
.gss-menu > li {
    position: relative; /* wichtig fürs Dropdown */
}

.gss-menu > li > a {
    display: inline-block;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
}

/* Hover-Effekt Top-Level */
.gss-menu > li > a:hover {
    background: rgba(255,255,255,0.18);
}

/* Dropdown verstecken */
.gss-menu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    min-width: 220px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: rgba(0, 109, 123, 0.95); /* GurkenSchau Türkis */
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.2s ease;
    z-index: 999;
}

/* Dropdown anzeigen bei Hover */
.gss-menu li.menu-item-has-children:hover > .sub-menu,
.gss-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Links */
.gss-menu li .sub-menu li a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.gss-menu li .sub-menu li a:hover {
    background: rgba(255,255,255,0.15);
}

.gss-menu > li.menu-item-has-children > a::after {
    content: "  ⯆";
    font-weight: 700;
}
/* WP Button */
.wp-block-buttons .wp-block-button__link {
    width: 100%;
    background: linear-gradient(to right, #31b1c2, #228390);
}

/*
 * ==========================================================================
 * 07 · CONTENT-BEREICH
 * ==========================================================================
 * Breiten und Grundlayout des zentralen Seiteninhalts.
 */
/* Content*/
.gss-content {
    width: 1214px;
    margin-left: auto;
    margin-right: auto;
}

.gss-single-content a {
  background-color: #006d7b;
  border-bottom: 3px dotted #31B0C1;
  margin: 5px;
  padding: 0 10px;
  text-decoration: none;
  color: whitesmoke;
}
.gss-content a[href^="mailto"]:before {
  content: '🖅 ';
}
.gss-content a[href^="mailto"] {
  border: none;
  background-color: #31B0C1;
  padding: 5px;
  margin: 0;
}
.gss-content a[href^="mailto"]:visited {
  border: none;
  background-color: #31B0C1;
  padding: 5px;
  margin: 0;
  color: whitesmoke;
}
.gss-content li {
  padding: 2px 0;
}
/*
 * Nachrichten, Sendungen und Presse mitteilungen
 */
.news-section {
    padding: 20px;
    color: var(--gss-weiss);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* Reihen-Container */
.news-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative; /* wichtig für Pfeile */
}

.row-title {
    font-weight: 600;
    font-size: 2rem;
    color: #faf74d;
    margin: 0;
    padding-bottom: 7px;
    text-align: center;
}

.news-card--more {
    background: linear-gradient(135deg, #31b1c2, #228390);
    color: #fff;
    transition: 0.3s ease;
}

.news-card--more h4 {
    color: #fff;
    font-weight: 700;
}

.news-card--more:hover {
    transform: translateY(-4px);
}
/* Karten-Container (Netflix-Style) */
.news-cards-row {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

/* Scrollbar für Webkit */
.news-cards-row::-webkit-scrollbar {
    height: 8px;
}

.news-cards-row::-webkit-scrollbar-track {
    background: #006d7b;
    border-radius: 10px;
}

.news-cards-row::-webkit-scrollbar-thumb {
    background: #228f9d;
    border-radius: 10px;
}

.news-cards-row::-webkit-scrollbar-thumb:hover {
    background: #3aa7b5;
}

/* Karten */
.news-card {
    flex: 0 0 360px;
    height: 360px;
    overflow: hidden;
    text-decoration: none;
    color: var(--gss-weiss);
    background-color: var(--gss-tuerkies-25d);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 25px;
}

.news-card:hover {
    transform: scale(1.02);
    z-index: 5;
}

/* Bild */
.card-image {
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text */
.news-card h4 {
    margin: 12px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    flex-grow: 1;
}

.news-row button.row-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 40px;
    height: 70px;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: white;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    z-index: 10;
    transition: 0.2s ease;
}

.news-row button.row-arrow:hover {
    background: rgba(0,0,0,0.7);
}

.news-row .arrow-left {
    left: -10px;
}

.news-row .arrow-right {
    right: -10px;
}

/*
 * ==========================================================================
 * 09 · BEITRAGS-KARUSSELL
 * ==========================================================================
 * Separates GurkenSchau-Karussell mit Bild, Overlay, Kategorie, Titel und CTA.
 */
.gs-carousel {
    overflow: hidden;
    padding: 40px;
    background: #006d7b;
}

.gs-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.gs-slide {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gs-slide-inner {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
}

.gs-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Overlay */
.gs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(49,177,194,0.8), rgba(34,131,144,0.8));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

/* Kategorie */
.gs-category {
    font-size: 12px;
    opacity: 0.8;
}

/* Titel */
.gs-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 5px 0 10px;
}

/* Button */
.gs-button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background: linear-gradient(#fffcc3, #ece223);
    color: black;
    font-weight: 600;
    width: fit-content;
}
/*
 * ==========================================================================
 * 10 · 404-FEHLERSEITE
 * ==========================================================================
 * Eigenständige Gestaltung der humorvollen GurkenSchau-404-Seite.
 */
.gs-404-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;

    background:
        linear-gradient(
            135deg,
            #31b1c2 0%,
            #228390 100%
        );
}

.gs-404-overlay {
    width: 100%;
    max-width: 900px;
}

.gs-404-card {
    background: rgba(0, 109, 123, 0.75);
    backdrop-filter: blur(8px);

    border-radius: 10px;

    padding: 50px;
    color: #fff;

    box-shadow:
        0 20px 40px rgba(0,0,0,.25);
}

.gs-404-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 2px;

    margin-bottom: 25px;
}

.gs-404-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: 1;

    margin: 0 0 15px;
}

.gs-404-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;

    margin-bottom: 30px;
}

.gs-404-text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;

    max-width: 700px;

    margin-bottom: 20px;
}

.gs-404-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;

    margin-top: 35px;
}

.gs-button {
    display: inline-block;

    padding: 14px 28px;

    border-radius: 10px;

    background: linear-gradient(
        180deg,
        #fffcc3 0%,
        #ece223 100%
    );

    color: #000;
    text-decoration: none;

    font-family: "Open Sans", sans-serif;
    font-weight: 600;

    transition: .2s ease;
}

.gs-button:hover {
    transform: translateY(-2px);
}

.gs-button-secondary {
    display: inline-block;

    padding: 14px 28px;

    border-radius: 10px;

    border: 2px solid rgba(255,255,255,.4);

    color: #fff;
    text-decoration: none;

    font-family: "Open Sans", sans-serif;
    font-weight: 600;

    transition: .2s ease;
}

.gs-button-secondary:hover {
    background: rgba(255,255,255,.1);
}

.gs-404-code {
    margin-top: 40px;

    font-family: monospace;
    font-size: .9rem;

    opacity: .7;
}

/*
 * Footer
 * */

.gs-wichtige-seiten {
    padding: 10px;
    width: calc(100% - 40%);
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display:flex;
    justify-content: center;
}
.gs-wichtige-seiten ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
    font-size: 35px; !important
}
/* Volle Breite Hintergrund */
.site-footer {
    background: var(--gss-tuerkies-25d);
    padding: 80px 20px 40px 20px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Brand */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-brand__logo {
    width: 200px;
    height: 200px;
    border-radius: 10%;
    overflow: hidden;
}

.footer-brand__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-brand__text {
    color: var(--gss-weiss);
}

.footer-brand__title {
    font-weight: 700;
    font-size: 3rem;
}

.footer-brand__subtitle {
    font-weight: 600;
    font-size: 1.6rem;
}

/* Spalten */
.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: var(--gss-weiss);
    font-weight: 600;
    transition: 0.2s ease;
}

.footer-menu a:hover {
    opacity: 0.7;
}

/* Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    text-align: center;
    color: var(--gss-weiss);
    font-size: 0.9rem;
}

/*
 * Beiträge
 * */
.gss-single-content p{
    font-size: 1.1rem;
    line-height: 1.7;
    margin-top: 30px;
}
/* Post Navigation */
.post-navigation {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

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

.nav-previous,
.nav-next {
    flex: 1;
    max-width: 45%;
}

.nav-previous {
    text-align: right;
}

.nav-links a {
    display: block;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease;
}

.nav-links a:hover {
    background: RGBA(49, 177, 194, 0.6);
    color: white;
}

.nav-subtitle {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nav-links a:hover .nav-subtitle {
    color: #ccc;
}

.nav-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
}

.swm-container {
    max-width: 600px;
        }
.swm-icon {
    font-size: 60px;
    margin-bottom: 20px;
}
/*
 * ==========================================================================
 * 13 · RESPONSIVE DESIGN
 * ==========================================================================
 * Anpassungen für Tablets und kleinere Bildschirme.
 */
@media (max-width: 1024px) {
	body{
		overflow-x: hidden;
	}
  .gss-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .gss-navbar {
    background: linear-gradient(to right, #31b1c2, #228390);
    padding: 15px 0;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    position: sticky;
    top: 1em;
    z-index: 100;
    font-size: large;
  }
  .gss-menu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    min-width: 220px;
    position: absolute;
    top: calc(100% + 10px);
    left: -50px;
    background: rgba(0, 109, 123, 0.95); /* GurkenSchau Türkis */
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.2s ease;
    z-index: 999;
  }
  .footer-columns {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    grid-auto-flow: row;
    justify-items: stretch;
    align-items: flex-start;
    flex-direction: column;
  }
}
/*
 * --------------------------------------------------------------------------
 * 13.1 · TABLET / KLEINERE ANSICHTEN
 * --------------------------------------------------------------------------
 */
@media (max-width: 768px) {
  .gss-menu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    min-width: 220px;
    position: absolute;
    top: calc(100% + 10px);
    left: -100px;
    background: rgba(0, 109, 123, 0.95); /* GurkenSchau Türkis */
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: 0.2s ease;
    z-index: 999;
  }
}

/*
 * --------------------------------------------------------------------------
 * 13.2 · SMARTPHONE
 * --------------------------------------------------------------------------
 * Größere Bedienelemente und ein auf schmale Displays angepasstes Layout.
 */
@media (max-width: 426px) {
	.gss-content {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .row-title {
    font-weight: 600;
    font-size: 4rem;
    color: #faf74d;
    margin: 0;
    padding-bottom: 7px;
    text-align: center;
  }
  .gs-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .gs-slide {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .gs-category {
    font-size: 27px;
    opacity: 0.8;
  } 
  .gs-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 5px 0 10px;
    font-size: 35px;
  }
  .gss-menu > li {
    position: relative; /* wichtig fürs Dropdown */
    padding: 5px 0;
  }
  .gss-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
	font-size: 35px;
  }
  .news-card h4 {
   margin: 12px;
   font-weight: 600;
   font-size: 3.5rem;
   line-height: 1.3;
   flex-grow: 1;
   overflow: hidden;
   }
  	.news-card {
    flex: 0 0 500px;
    height: 500px;
    overflow: hidden;
    text-decoration: none;
    color: var(--gss-weiss);
    background-color: var(--gss-tuerkies-25d);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 25px;
	}
	.news-row button.row-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 70px;
    height: 100px;
    border: none;
    cursor: pointer;
    font-size: 70px;
    color: white;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    z-index: 10;
    transition: 0.2s ease;
}
.card-image {
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px;
}
	.footer-columns {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-auto-flow: row;
    justify-items: stretch;
    align-items: flex-start;
    flex-direction: column;
    font-size: 40px;
  }
	.header-text {
    width: 100%;
    height: 20px;
    padding: 60px;
    box-sizing: border-box;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: RGBA(49, 177, 194, 0.6);
    background: linear-gradient(90deg, rgba(49, 177, 194, 0.6) 0%, rgba(34, 131, 144, 0.6) 100%);
    justify-content: center;
    position:absolute;
    bottom:0;
   }
   .gss-single-content p{
    font-size: 2.1rem;
    line-height: 1.7;
    margin-top: 30px;
}
	section.gs-carousel{
		display: none;
	}
}
/*
 * ==========================================================
 * GurkenSchau Testbox
 * ==========================================================
 */

.gss-testbox {
    width: 100%;
    box-sizing: border-box;

    margin: 30px 0;

    padding: 0 20px;

    color: #ffffff;

    animation:
        gss-testbox-slide-in
        0.45s
        ease-out;
}


/*
 * Innerer Container
 */
.gss-testbox__inner {
    position: relative;

    width: 100%;

    box-sizing: border-box;

    padding: 35px 70px 35px 35px;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            #31b1c2 0%,
            #228390 100%
        );

    box-shadow:
        0 12px 30px
        rgba(0, 0, 0, 0.25);

    overflow: hidden;
}


/*
 * Dekoratives Element
 */
.gss-testbox__inner::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    bottom: -100px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.08);

    pointer-events: none;
}


/*
 * Titel
 */
.gss-testbox__title {
    margin: 0 0 12px;

    padding: 0;

    color: #ffffff;

    font-family:
        "Open Sans",
        sans-serif;

    font-size: 2rem;

    font-weight: 700;

    line-height: 1.2;
}


/*
 * Text
 */
.gss-testbox__text {
    max-width: 900px;

    color: #ffffff;

    font-family:
        "Open Sans",
        sans-serif;

    font-size: 1.05rem;

    line-height: 1.7;
}


/*
 * Absätze im Text
 */
.gss-testbox__text p {
    margin: 0 0 10px;
}


/*
 * Letzten Absatz nicht unnötig
 * mit zusätzlichem Abstand versehen
 */
.gss-testbox__text p:last-child {
    margin-bottom: 0;
}


/*
 * Links
 */
.gss-testbox__text a {
    color: #000000;

    font-weight: 700;

    text-decoration:
        underline;
}


/*
 * Hover für Links
 */
.gss-testbox__text a:hover {
    opacity: 0.75;
}


/*
 * Schließen-Button
 */
.gss-testbox__close {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: none;

    border-radius: 50%;

    background:
        rgba(0, 0, 0, 0.18);

    color: #ffffff;

    font-family:
        Arial,
        sans-serif;

    font-size: 30px;

    line-height: 1;

    cursor: pointer;

    z-index: 5;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


/*
 * Hover
 */
.gss-testbox__close:hover {
    background:
        rgba(0, 0, 0, 0.35);

    transform:
        scale(1.08);
}


/*
 * Fokus für Tastatur
 */
.gss-testbox__close:focus-visible {
    outline:
        3px solid #fffcc3;

    outline-offset:
        3px;
}


/*
 * Animation beim Öffnen
 */
@keyframes gss-testbox-slide-in {

    from {
        opacity: 0;

        transform:
            translateY(-15px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


/*
 * Animation beim Schließen
 */
.gss-testbox.gss-testbox--closing {
    animation:
        gss-testbox-slide-out
        0.3s
        ease-in
        forwards;
}


@keyframes gss-testbox-slide-out {

    from {
        opacity: 1;

        transform:
            translateY(0);
    }

    to {
        opacity: 0;

        transform:
            translateY(-15px);
    }

}


/*
 * ==========================================================
 * Tablet
 * ==========================================================
 */

@media (max-width: 1024px) {

    .gss-testbox {
        padding:
            0 15px;
    }

    .gss-testbox__inner {
        padding:
            30px 65px 30px 30px;
    }

}


/*
 * ==========================================================
 * Smartphone
 * ==========================================================
 */

@media (max-width: 768px) {

    .gss-testbox {
        padding:
            0 10px;

        margin:
            20px 0;
    }

    .gss-testbox__inner {
        padding:
            25px 60px 25px 25px;

        border-radius:
            20px;
    }

    .gss-testbox__title {
        font-size:
            1.6rem;
    }

    .gss-testbox__text {
        font-size:
            1rem;

        line-height:
            1.6;
    }

    .gss-testbox__close {
        width:
            38px;

        height:
            38px;

        top:
            12px;

        right:
            12px;

        font-size:
            27px;
    }

}


/*
 * ==========================================================
 * Sehr kleine Displays
 * ==========================================================
 */

@media (max-width: 426px) {

    .gss-testbox {
        padding:
            0 5px;
    }

    .gss-testbox__inner {
        padding:
            22px 55px 22px 20px;

        border-radius:
            15px;
    }

    .gss-testbox__title {
        font-size:
            1.4rem;
    }

    .gss-testbox__text {
        font-size:
            0.95rem;
    }

}