﻿html, body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-top: 2rem;
    padding-right: 0 !important;
    background: linear-gradient(180deg, rgba(234, 191, 29, 0.02) 0%, rgba(236, 139, 87, 0.05) 70%, rgba(255, 255, 255, 0.05) 80%) !important;
}
:root {
    --nav-h: 5.3em;
    --text-light: rgba(255, 255, 255, 0.95);
}
.anchor-section { scroll-margin-top: var(--nav-h); }
main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.sideTitle {
    font-weight: 650;
    letter-spacing: 2px;
    font-size: clamp(1.3em, 1.8vw, 1.9em);
}
small {
    font-size: clamp(0.8em, 0.8vw, 0.3em);
}
.mainExtraFontTitle {
    font-family: extrafont, sans-serif;
    font-weight: 250;
    letter-spacing: 2px;
    font-size: clamp(2.2em, 3.5vw, 3.5em);
}
.subExtraFontTitle {
    font-family: extrafont, sans-serif;
    font-weight: 250;
    letter-spacing: 2px;
    font-size: clamp(1.3em, 2.5vw, 2.5em);
}
.subMainFontTitle {
    font-size: clamp(1.5em, 2.0vw, 2.0em);
    font-family: headFont, sans-serif;
    letter-spacing: 1px;
}

h1 {
    font-size: clamp(1.75rem, 3vw + 1rem, 2.375rem);
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

h2 {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 2.375rem);
    line-height: 1.5;
    letter-spacing: -0.015em;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--text-light);
}
h3 {
    font-size: clamp(1.25rem, 2vw + 0.5rem, 1.95rem);
    line-height: 1.5;
    letter-spacing: -0.012em;
    font-weight: 700;
    margin-bottom: 1.1rem;
    color: var(--text-light);
}
h4 {
    color: var(--text-light);
    margin-bottom: -0.1em;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.2rem;
}
p {
    color: var(--text-light);
    font-weight: 475;
    line-height: 125%;
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    font-family: sans-serif;
}
.text-shadow {
    text-shadow:
            0 0 2px rgba(0, 0, 0, 0.4),
            0 0 4px rgba(0, 0, 0, 0.3);
}
.gradient-text-chartreuse {
    color: var(--text-light);
    background-image: linear-gradient(90deg, #ffffff 10%, chartreuse 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text-deepskyblue {
    color: var(--text-light);
    background-image: linear-gradient(90deg, #ffffff 5%, deepskyblue 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.biggerP {
    color: var(--text-light);
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 125%;
    font-size: clamp(1.4em, 1.6vw, 1.6em);
}
.patchNotesTXT {
    font-weight: 500;
    font-size: clamp(0.8em, 1.0vw, 1em);
}
.stepsTXT {
    font-weight: 500;
    font-size: clamp(0.9em, 1.0vw, 1.1em);
}
.middleTXT {
    font-weight: 500;
    font-size: clamp(1em, 1.2vw, 1.2em);
}
.smallTXT {
    font-size: smaller;
    font-family: sans-serif, Arial;
    font-weight: 600;
}
.smallTXTThinDark {
    color: #252525;
    letter-spacing: 1px;
    font-family: sans-serif, Arial;
    font-size: clamp(0.8em, 1vw, 1em);
}
.verySmall {
    line-height: 0.6em;
    letter-spacing: 1px;
    font-family: sans-serif, Arial;
    font-size: clamp(0.5em, 0.8vw, 0.8em);
    font-weight: 550;
}
.smallTXTThin {
    color: var(--text-light);
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 110%;
    font-family: sans-serif, Arial;
    font-size: clamp(0.8em, 1vw, 1em);
}
.btn {
    font-size: clamp(1.0em, 1.2vw, 1.2em);
}
.alert {
    letter-spacing: 1px;
    font-size: clamp(1em, 2.0vw, 1.3em);
    font-family: sans-serif, Arial;
}
.extraFont {
    font-family: extrafont, sans-serif;
    letter-spacing: 2px;
}
.bottomBar {
    height: 3em;
}
.accordion-button:not(.collapsed) {
    background-color: #f3f0ec;
}
.text-white {
    color: var(--text-light) !important;
}
.LoginLogout {
    margin-left: 35vw;
    margin-right: 35vw;
    margin-bottom: 30vh;
    background: transparent;
    width: 30vw;
    height: auto;
}
.hrLine6 {
    width: 66%;
}
.hrLine3 {
    width: 33%;
}
.hrUnderlineBeige {
    margin-top: -0.6%;
    color: var(--text-light);
}
.hrUnderlineMin1em {
    margin-top: -1em;
}
.sortUnderLine {
    line-height: 0.5em;
}
.hrLine3CenterBeige {
    width: 33%;
    color: var(--text-light);
    margin-right: auto;
    margin-left: auto;
}
.hrLine6Center {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
}
.offcanP {
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}
.vertical-lineAuto {
    border-left: 1px solid black;
    height: auto;
}
.vertical-lineRight {
    border-right: 1px solid black;
    height: auto;
}
.vertical-lineRightBlue {
    border-right: 2px solid rgba(0, 191, 255, 0.4);
    height: auto;
}
.searchBorderBlue {
    padding: 1em;
    padding-top: 2em;
    border-radius: 8px;
    border: 2px solid rgba(0, 191, 255, 0.4);
    height: auto;
}
.vertical-lineRightTBL {
    border-right: 1px solid black;
    height: auto;
    width: auto !important;
    white-space: nowrap;
}
.vertical-lineRightTBLBlue {
    border-right: 1px solid deepskyblue;
    height: auto;
    width: auto !important;
    white-space: nowrap;
}
.align
.Menue-lineRightWhite {
    border-right: 1px solid #ffffff;
    height: auto;
    width: auto !important;
    white-space: nowrap;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.ST-content { position: relative; z-index: 1; padding: 6rem 1rem; }
.parallax {
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    background: #000;
    contain: paint;
}
.parallax .parallax-bg {
    position: absolute;
    inset: -15vh -6vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate3d(0, 0, 0) scale(0);
    will-change: transform;
    z-index: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
}
.ST-img-resp-1 .parallax-bg { background-image: url('/BgS1M-980a6218a36cc1f3e44cf4748ae27f68.webp'); }
@media (min-width: 992px) {
    .ST-img-resp-1 .parallax-bg { background-image: url('/BgS1-9e15dcc4ccb2fa3b7a688cea3f95d44c.webp'); }
}
.ST-img-resp-2 .parallax-bg { background-image: url('/BgS2M-28607c2ec195a9cfb3d2519b430cdf09.webp'); }
@media (min-width: 992px) {
    .ST-img-resp-2 .parallax-bg { background-image: url('/BgS2-4abb584e92f6bdc58d65e1459e2d8aa4.webp'); }
}
.ST-img-resp-3 .parallax-bg { background-image: url('/BgS3M-b737eaf3fbbbc24c0b601abec945ee16.webp'); }
@media (min-width: 992px) {
    .ST-img-resp-3 .parallax-bg { background-image: url('/BgS3-2b022eceea986503048b509408fa9cbd.webp'); }
}
.ST-img-resp-4 .parallax-bg { background-image: url('/BgS4M-6775ed1c69970ee1c9392f9f2d4ee3be.webp'); }
@media (min-width: 992px) {
    .ST-img-resp-4 .parallax-bg { background-image: url('/BgS4-fd3972fcd47519769d0437524b335fe8.webp'); }
}
.img-hover {
    transition: transform 0.8s ease;
}
.img-hover:hover {
    transform: scale(1.8);
}
.img-hoverSmall {
    width: auto;
    max-height: 10em;
    transition: transform 0.8s ease;
}
.img-hoverSmall:hover {
    transform: scale(1.3);
}
.pl1 {
    padding-left: 1em;
}
label {
    font-weight: 600;
}
.darkTxT {
    color: rgb(25,55,55);
}
.beigeTxT {
    color: var(--text-light);
}
.deepskyblueTxT {
    color: deepskyblue;
}
.smallLineHighBottom {
    margin-bottom: -0.08em;
}

.form-check-input.custom-checkbox:checked {
    background-color: #007c1e;
    border-color: #28a745;
}
.form-check-input.custom-checkbox {
    background-color: #f1d7a3;
}
.txtWhite {
    color: var(--text-light);
    font-weight: 600;
    letter-spacing: 2px;
}
.chartreuse {
    color: chartreuse;
}
.bg-chartreuse {
    background: chartreuse;
}
.bg-transparent {
    background: transparent;
}
.bg-orange {
    background-image: linear-gradient(10deg, #bd6c00 0%, #ffb700 51%, #bd6c00 100%);
    font-family: sans-serif, Arial;
}
.bg-perlopal {
    background: rgb(25,55,55);
    background: radial-gradient(circle, rgb(2, 80, 87) 0%, rgba(8,93,88,1) 35%, rgba(25,55,55,1) 100%);
}
.bg-menue {
    background: rgba(1, 57, 62, 0.9);
}
.bg-bottomMenue {
    background: rgba(1, 57, 62);
}
.bg-perlopalLinear {
    background: rgb(25,55,55);
    background: linear-gradient(45deg, rgb(25,55,55,1) 0%, rgb(8, 89, 84) 50%, rgba(25,55,55,1) 100%);
    background-size: 200% auto;
    transition: 1s;
}
.bg-perlopalLinear:hover {
    background-position: center center;
}
.tableForPlan-container {
    overflow-x: auto;
    table-layout: fixed;
}
.tableForPlan {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
.tableForPlan th,
.tableForPlan td {
    padding: 10px;
}
.tableForPlan th:nth-child(2),
.tableForPlan td:nth-child(2) {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
}
.tableForPlan thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
}
.table-container {
    margin-top: 50px;
}
.bg-topBar{
    background: rgb(0, 44, 6);
}

.bg-subMenue {
    background: #0b4540;
    background: linear-gradient(90deg,rgba(11, 69, 64, 1) 0%, rgba(6, 57, 62, 1) 50%, rgba(6, 57, 62, 1) 100%);
}
.bg-content {
    border: 1px solid rgba(8,89,84,0.9);
    background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='0.03'/%3E%3C/svg%3E"),
            linear-gradient(
                    180deg,
                    rgb(9, 55, 55) 0%,
                    rgba(9, 55, 55, 0.9) 30%,
                    rgba(9, 55, 55, 0.60) 60%,
                    rgba(9, 55, 55, 0.50) 90%,
                    rgba(9, 55, 55, 0.40) 100%
            );
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}
.bg-planStatic {
    border: 1px solid rgba(8,89,84,0.8);
    background: rgba(1, 57, 62, 0.8);
    background-size: auto, cover;
}
.bg-veggieInManuelPlan {
    background-image: linear-gradient(to right, rgba(184,184,184,0.49) 0%, rgb(112,125,149) 100%);
}
.bg-perlopalLinearTransparent {
    background: rgba(25,55,55,0.7);
    background: linear-gradient(-15deg, rgba(8,93,88,0.7) 0%, rgb(6, 77, 0.7) 50%, rgba(25,55,55,0.7) 100%);
}
.bg-greenLinear {
    background-image: linear-gradient(to bottom, #026935  0%, #024f28  100%);
}

.rdm-MenuBTN {
    max-width: 15em;
    background-color: transparent;
    border-color: transparent;
    margin: 0px;
    padding-right: -25px;
    text-align: left;
    font-size: 1em;
    transition: 1s;
    color: var(--text-light);
    display: block;
    font-family: sans-serif, Arial;
}
.rdm-MenuBTNAktive {
    max-width: 15em;
    background-color: transparent;
    margin: 10px;
    padding-right: 10px;
    text-align: center;
    transition: 1s;
    border-style: solid;
    border-color: var(--text-light);
    border-width: 1px;
    border-radius: 4px;
    color: var(--text-light);
    display: block;
    font-family: sans-serif, Arial;
}
.rdm-checkRadio:checked {
    background-color: green;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.bahnschrift {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    font-family: sans-serif, Arial;
}
.bahnschriftOnly {
    font-family: sans-serif, Arial;
}
.bg-floralweiß {
    background-color: #FFFAF0;
}
.bg-neonGreen {
    background-color: #31dd0c;
}
.blueBTNMenue {
    background-image: linear-gradient(to right, rgb(2, 80, 87) 0%, rgba(8,93,88,1) 35%, rgba(25,55,55,1) 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 5px;
    border-style: none;
    display: block;
}
.blueBTNMenue:hover {
    background-position: right center;
    color: #31dd0c;
}
.blueBTN {
    background-image: linear-gradient(to right, rgb(2, 80, 87) 0%, rgba(8,93,88,1) 35%, rgba(25,55,55,1) 100%);
    margin: 0px;
    padding: 5px 10px;
    border-style: none;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    transition: 0.5s;
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 5px;
    display: block;
}
.blueBTN:hover {
    background-position: right center;
    color: #31dd0c;
}
.blueBORDER {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to right, #016663, #0092aa) 1;
}
.orangeBORDER {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #ffa500, #cd6600) 1;
}
.greenBTNMenue {
    background-image: linear-gradient(to right, #018101 0%, #02a854 51%, #007e00 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 5px;
    display: block;
}
.greenBTNMenue:hover {
    background-position: right center;
    color: #000000;
}
.sideMenueBTN {
    margin-top: 0.3em;
    line-height: 0.8em;
    background: transparent;
    letter-spacing: 1px;
    font-size: clamp(0.6em, 1vw, 0.9em);
    transition: 0.3s;
    background-size: 200% auto;
    color: var(--text-light);
    display: inline-block;
    width: auto;
    border-radius: 0px;
    font-weight: 550;
}
.sideMenueBTN:hover {
    border-top-color: deepskyblue;
    border-bottom-color: deepskyblue;
    color: var(--text-light);
    border-radius: 10px;
}
.sideMenueActiveBTN {
    line-height: 0.7em;
    background: transparent;
    letter-spacing: 1px;
    font-size: clamp(0.6em, 1vw, 0.9em);
    transition: 0.3s;
    background-size: 200% auto;
    display: inline-block;
    width: auto;
    border-top-color: deepskyblue;
    border-bottom-color: deepskyblue;
    color: var(--text-light);
    border-width: 2px;
    border-radius: 10px;
    font-weight: 550;
}
.sideMenueActiveBTN:hover {
    border-top-color: deepskyblue;
    border-bottom-color: deepskyblue;
    color: var(--text-light);
    border-radius: 10px;
}

.greenBTN {
    background-image: linear-gradient(to right, #018101 0%, #02a854 51%, #007e00 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    transition: 0.5s;
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 5px;
    display: block;
}
.greenBTN:hover {
    background-position: right center;
    color: #000000;
}
.orangeBTNMenue {
    background-image: linear-gradient(to right, #bd6c00 0%, #ffb700 51%, #bd6c00 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 5px;
    display: block;
}
.orangeBTNMenue:hover {
    background-position: right center;
    color: #000000;
}
.orangeBTN {
    background-image: linear-gradient(to right, #bd6c00 0%, #ffb700 51%, #bd6c00 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    transition: 0.5s;
    background-size: 200% auto;
    color: #222222;
    border-radius: 5px;
    border-style: none;
    display: block;
    font-weight: 500;
}
.orangeBTN:hover {
    background-position: right center;
    color: #fff;
}
.orangeBTNW {
    background-image: linear-gradient(to right, #bd6c00 0%, #ffb700 51%, #bd6c00 100%);
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    font-size: clamp(0.8em, 1.5vw, 1.0em);
    transition: 0.5s;
    background-size: 200% auto;
    letter-spacing: 1px;
    color: var(--text-light);
    border-radius: 5px;
    border-style: none;
    display: block;
    font-weight: 400;
}
.orangeBTNW:hover {
    background-position: right center;
    color: #333333;
}
.greenTransBackground {
    background-image: linear-gradient(to bottom, #3aad3a, #527903);
    font-weight: 700;
    background-size: 200% auto;
}
.redBTN {
    background-color: transparent;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    font-weight: 400;
    transition: 0.5s;
    background-size: 200% auto;
    border-color: crimson;
    color: crimson;
    display: block;
}
.redBTN:hover {
    background-image: linear-gradient(153deg, rgba(184,39,7,1) 73%, rgba(247,163,163,1) 100%, rgba(171,0,0,1) 100%);
    background-position: right center;
    border-color: black;
    color: var(--text-light);
}
.dangerText {
    color: rgb(255, 0, 0);
}
.redTransBackground {
    background-image: linear-gradient(to bottom, #ff6347, #ff4500);
    font-weight: 600;
    background-size: 200% auto;
    color: black;
}

.password-wrapper {
    position: relative;
    display: inline-block;
}
.password-wrapper input {
    padding-right: 2.5rem;
    font-size: 1rem;
}
.password-wrapper .toggle-visibility {
    margin-top: 12px;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}
.bg-start {
    background: rgba(255,255,255, 0.6);
}

.bg-footer {
    background: rgba(255, 255, 255, 0.4);
}
.bg-gs {
    background: linear-gradient(
            to bottom,
            #0F3D32 0%,
            #0F3D32 60%,
            #155240 100%
    );
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0.5rem;
}
.bg-mix {
    background: linear-gradient(
            to bottom,
            #10716B 0%,
            #10716B 60%,
            #169E8F 100%
    );
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0.5rem;
}
.bg-perma {
    background: linear-gradient(
            to bottom,
            #15493E 0%,
            #15493E 60%,
            #3A6B51 100%
    );
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0.5rem;
}
.bg-self {
    background: linear-gradient(
            to bottom,
            #2F4F4F 0%,
            #2F4F4F 60%,
            #4F6F6F 100%
    );
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 0.5rem;
}
.dropup .dropdown-menu {
    background: rgba(1, 57, 62, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 20rem;
    text-align: left;
}
.dropup .dropdown-item {
    font-size: 0.9rem;
    padding: 0.75rem 1.25rem;
    color: var(--text-light);
}
.dropup .dropdown-item:hover,
.dropup .dropdown-item:focus {
    background: rgba(2, 96, 104, 0.5);
}
.smallLine {
    line-height: 0.6em;
}
.offcanvasSet {
    --bs-offcanvas-width: 100vw;
    --bs-offcanvas-height: 100vh;
    background-color: rgba(0,0,0,0.8);
}
.offcanvasSetLogin {
    --bs-offcanvas-width: 100vw;
    --bs-offcanvas-height: 100vh;
    background-color: rgba(0,0,0,0.9);
}
.toTopCont {
    --bs-offcanvas-width:  5em;
    --bs-offcanvas-height: 5em;
    --bs-offcanvas-bg:           transparent;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-box-shadow:   none;
    width: var(--bs-offcanvas-width)  !important;
    height: var(--bs-offcanvas-height) !important;
    right: 1rem  !important;
    left:  auto  !important;
    bottom: 1rem !important;
    margin: 0 !important;
}
.toTopCont.offcanvas-bottom {
    top:    auto !important;
    bottom: 2em    !important;
    left:   auto !important;
    right:  0    !important;
}
.toTopImg {
    height: 3em;
    width: auto;
}
.payImg {
    height: 2em;
    width: auto;
}
.arrowDownImg {
    height: 3em;
    width: auto;
    padding-left: 5em;
}
.imgSizeWidth10 {
    height: auto;
    width: 10em;
}
.imgSizeHeight9 {
    max-height: 9em;
    width: auto;
}
.imgSizeHeight12 {
    height: 12em;
    width: auto;
}
.imgSizeWidth6 {
    height: auto;
    width: 6em;
}
.Cont80Pwith {
    width: 80%;
}
.modal.show {
    display: block;
    z-index: 1080 !important;
}
.spinnerSetting {
    color: chartreuse;
    height: 4em;
    width: 4em;
}
.planImg {
    margin-top: -1em;
    min-height: 3em;
    min-width: 3em;
}
.paddingLeft2 {
    padding-left: 1.5em !important;
}
.paddingLeft3 {
    padding-left: 3em !important;
}
.borderBottomRight {
    border-bottom: 2px solid rgba(0, 191, 255, 0.6);
    border-right: 2px solid rgba(0, 191, 255, 0.6);
    border-bottom-right-radius: 8px;

}
.tooltip{
    --bs-tooltip-bg: rgba(0,0,0,.9);
    --bs-tooltip-color: #fff;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-font-size: 1rem;
    --bs-tooltip-max-width: 400px;
    --bs-tooltip-border-radius: .375rem;
    --bs-tooltip-arrow-color: var(--bs-tooltip-bg);
}
.handDownIconP2 {
    font-size: 3em;
    color: var(--text-light);
    padding-left: 2em;
    vertical-align: middle;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.familyArt-name {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    line-height: 1.15;
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.smallLineHeight {
    line-height: 1em;
}
.arrowInTable{
    height: auto;
    width: 1.3em;
}
.bg-tableTemp{
    background-image: linear-gradient(
            to right,
            rgba(2, 109, 120, 0.70) 30%,
            rgba(246, 168, 0, 0.65) 50%,
            rgba(251, 100, 29, 0.85) 70%,
            rgba(2, 109, 120, 0.70) 95%);
}
.bg-tableTemp2{
    background-image: linear-gradient(
            to right,
            rgba(1, 92, 101, 0.7) 30%,
            rgba(246, 168, 0, 0.65) 35%,
            rgba(251, 100, 29, 0.85) 60%,
            rgba(246, 168, 0, 0.65) 80%,
            rgba(2, 109, 120, 0.70) 95%);

    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
}
.tableIcon{
    vertical-align: middle;
    margin-bottom: auto;
    margin-top: auto;
}
.altNames{
    margin:0.5em 0 0 1em;
    padding:0;
    list-style:disc;
    color:var(--text-light);
}
.card-top {
    --title-lines: 2;
    --title-lh: 1.25;
    min-height: calc(var(--title-lines) * var(--title-lh) * 1em + 0.5rem);
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}
.line-height-2 {
    line-height: var(--title-lh, 1.25);
    height: calc(2 * var(--title-lh, 1.25) * 1em);
    margin: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}
.card-top-pill {
    position: absolute;
    left: 50%;
    top: 2em;
    transform: translate(-50%, -72%);
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2.2rem;
    padding: 0 .8rem;
    border-radius: 75%;
    color: #050505;
    font-weight: 600;
    font-size: .92rem;
    box-shadow: 0 8px 22px rgba(0,0,0,0.35);
    pointer-events: none;
}
.card-top-pill::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) ;
    width: 15px; height: 10px;
    background: inherit;
    filter: blur(0.2px);
    z-index: -1;
    border-radius: 50%;
}
.card-top-pill .pill-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10rem;
    display: inline-block;
}
.searchInputVeggie {
    min-width: 18em;
}
.calendar-tile {
    transition: transform .5s ease, box-shadow .5s ease;
    border-width: 0px;
    border-radius: 12px;
    border-color: #036b13;
    color: var(--text-light);
}
.calendar-tile:hover, .calendar-tile:focus-visible {
    transform: translateY(-6px);
    border-width: 2px;
    border-radius: 15px;
    border-style: dot-dash;
    border-left-color: deepskyblue;
    border-right-color: deepskyblue;
    border-bottom-color: rgba(48, 48, 48, 0.5);
    border-top-color: transparent;
    color: var(--text-light);
}
.month-img {
    width: 44px; height: 44px; object-fit: cover;
}
#updateModal .modal-content {
    background: transparent;
}
.clamped-3 { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.vote-btn.voted { background: var(--bs-success); color: #fff; border-color: var(--bs-success); }
.background-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
}
.backgroundThumb {
    background-image: url('/empfehlung-3e1c841234dfaecdfc722a149202a6d9.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20%;
}
#topPlant .card {
    content-visibility: auto;
}
#topPlant .list-group-item {
    content-visibility: auto;
}
#demoBtn {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
    position: fixed;
    right: max(20vw, env(safe-area-inset-right));
    top: max(5.5em, env(safe-area-inset-bottom));
    z-index: 1060;
    border: 1px solid rgba(8,89,84,.3);
    padding: .6rem 1.5rem;
    cursor: pointer;
    transition: background .3s ease, box-shadow .3s ease, transform .15s ease;
}
.testChecklist li.is-done { color: chartreuse; }
.testChecklist li.is-done::before {
    content: "✓ ";
    display: inline-block;
    margin-right: .35rem;
    font-weight: 700;
}
.max25em {
    max-width: 20em;
}
.mix-badge {
    display: inline-block;
    margin-left: 1rem;
    margin-top: .3rem;
    font-size: .72rem;
    line-height: 1;
    padding: .24rem .27rem;
    border-radius: 9999px;
    background: rgba(0, 191, 255, 0.7);
    color: #000000;
    border: 1px solid rgba(74, 74, 72, 0.35);
    vertical-align: middle;
}
tr.part-sep td {
    height: 15px;
    border: 0 !important;
    background: transparent;
    padding: 0;
}
#myplanstbl > [class*="col-"] {
    display: flex;
}
#myplanstbl .card {
    display: flex;
    flex-direction: column;
    height: 20em;
}
#myplanstbl .card-footer {
    margin-top: auto;
}
.badgeStripPlan{
    background: linear-gradient(
            to bottom,
            #10716B 0%,
            #10716B 60%,
            #024941 100%
    );
    color: var(--text-light);
    border-top-left-radius:100%!important;
    border-top-right-radius:100%!important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.badgeStripMTplan{
    margin-top: -2.35em;
}
.btn-row {
    display: flex;
    justify-content: space-between;
}
.btn-row form {
    margin: 0;
}
.page-layout {
    display: block;
    min-height: 100vh;
    position: relative;
}
#sidebar {
    padding: 1.5rem;
    position: fixed;
    top: 5.5rem;
    left: 0;
    width: 270px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.6);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    height: calc(85vh - 10rem);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.95rem;
    scrollbar-gutter: stable;
    z-index: 999;
    scroll-behavior: smooth;
    background: linear-gradient(90deg, rgba(11,69,64,1) 0%, rgba(6,57,62,1) 50%, rgba(6,57,62,1) 100%);
}
#sidebarMobile {
    position: static;
    width: 100%;
    height: auto;
    padding: 1rem;
    border-radius: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
.content-area {
    margin-left: 270px;
    padding: 1rem;
    transition: margin 0.3s ease;
    overflow-x: hidden;
}
@media (max-width: 1399.98px) {
    #sidebar {
        display: none !important;
    }
    .content-area {
        margin-left: 0 !important;
    }
}
@media (max-width: 1399.98px) {
    #navbarSupportedContent {
        display: none !important;
    }
}
#sidebar .accordion-button,
#sidebarMobile .accordion-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    box-shadow: none;
    font-weight: 300 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}
#sidebar .accordion-body,
#sidebarMobile .accordion-body {
    padding-left: 0.3rem;
    border-left: 2px solid rgba(0, 191, 255, 0.85);
    border-bottom: 2px solid rgba(0, 191, 255, 0.85);
    border-bottom-left-radius: 10px;
}
.iconLine {
    width: 8%;
    margin-top: -0.13em;
    border-bottom: 3px solid;
    transition: color 0.3s ease;
}
#sidebar .accordion-button:hover .iconLine,
#sidebar .accordion-button[aria-expanded="true"] .iconLine,
#sidebarMobile .accordion-button:hover .iconLine,
#sidebarMobile .accordion-button[aria-expanded="true"] .iconLine {
    color: deepskyblue;
}
#sidebar .accordion-button[aria-expanded="true"],
#sidebarMobile .accordion-button[aria-expanded="true"] {
    color: deepskyblue;
    border-left: 2px solid rgba(0, 191, 255, 0.85) !important;
    border-radius: 0px !important;
}
#sidebar .accordion-button:hover,
#sidebarMobile .accordion-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px;
    transform: translateX(2px);
}
#sidebar .accordion-button[aria-expanded="true"],
#sidebarMobile .accordion-button[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    transform: translateX(0px);
}
.marginLeftSidebar {
    margin-left: 1.5em !important;
}
.hrUnderlineSideMenue {
    margin-top: -0.6em !important;
}
.menuePadding{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.hrUnderlineInSideMenue {
    margin-top: -1.3em !important;
    width: 85%;
}
#sidebar .accordion-button::after,
#sidebarMobile .accordion-button::after {
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(100%);
}
#sidebar .accordion-button:hover::after,
#sidebar .accordion-button[aria-expanded="true"]::after,
#sidebarMobile .accordion-button:hover::after,
#sidebarMobile .accordion-button[aria-expanded="true"]::after {
    filter: brightness(0) invert(60%) sepia(79%) saturate(3968%) hue-rotate(160deg);
}
#sidebar .accordion-button i,
#sidebarMobile .accordion-button i {
    color: var(--text-light);
    transition: color 0.3s ease;
}
#sidebar .accordion-button:hover i,
#sidebar .accordion-button[aria-expanded="true"] i,
#sidebarMobile .accordion-button:hover i,
#sidebarMobile .accordion-button[aria-expanded="true"] i {
    color: deepskyblue;
}
.subSideMenueBTN {
    display: inline-block;
    width: auto;
    margin: 0.5em 0;
    padding-top: 0.4em;
    line-height: 1em;
    background: transparent;
    color: var(--text-light);
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 500;
    border-radius: 0;
    transition: 0.3s;
}
.subSideMenueBTN i {
    color: rgba(164, 217, 236, 0.5);
    letter-spacing: 1px;
    transition: color 0.3s ease;
}
.subSideMenueBTN:hover i {
    color: chartreuse;
}
.subSideMenueBTN:hover {
    color: var(--text-light);
    border-top-color: chartreuse;
    border-bottom-color: chartreuse;
    border-radius: 10px;
    transform: translateX(3px);
}
.subSideMenueActiveBTN {
    display: inline-block;
    width: auto;
    line-height: 0.8em;
    background: transparent;
    color: var(--text-light);
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 500;
    border-top-color: chartreuse;
    border-bottom-color: chartreuse;
    border-width: 1px;
    border-radius: 10px;
    transition: 0.3s;
}
.subSideMenueActiveBTN:hover {
    color: var(--text-light);
    border-top-color: chartreuse;
    border-bottom-color: chartreuse;
    border-radius: 10px;
}
.sidebar::-webkit-scrollbar { width: 6px; }
.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 191, 255, 0.4);
    border-radius: 3px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 191, 255, 0.7);
}
.menueLines {
    font-size: clamp(1.3em, 1.8vw, 1.9em);
    margin-right: 0.1em;
    color: rgba(164, 217, 236, 0.5);
}
.menueLinesPosiotion{
    margin-top: 0.3em;
}

.burgerMenue {
    line-height: 0.8em;
    background: transparent;
    text-align: center;
    letter-spacing: 1px;
    font-size: clamp(0.8em, 2.0vw, 1.0em);
    transition: 0.3s;
    background-size: 200% auto;
    color: var(--text-light);
    border-radius: 0px;
    border-width: 2px;
    border-top-color: deepskyblue;
    border-bottom-color: deepskyblue;
    border-style: solid;
    font-weight: 550;
    cursor: pointer;
}
.burgerMenue:hover {
    border-top-color: var(--text-light);
    border-bottom-color: var(--text-light);
    color: deepskyblue;
    border-radius: 10px;
    border-width: 2px;
}
.burgerMenueCont {
    display: none;
}
.burgerMenueCont.is-visible { display: flex !important; display: block;}
@media (max-width: 1399.98px) {
    .burgerMenueCont {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        animation: fadeIn 0.4s ease-out forwards;
    }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.menueBTN {
    margin-top: 0.3em;
    line-height: 0.8em;
    background: transparent;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    transition: 0.3s;
    background-size: 200% auto;
    color: var(--text-light);
    font-weight: 550;
    cursor: pointer;
}
.menueBTN:hover {
    color: deepskyblue;
}
.logoutBTN {
    line-height: 0.8em;
    background: transparent;
    text-align: center;
    letter-spacing: 1px;
    transition: 0.6s;
    background-size: 200% auto;
    color: #acacac;
    display: block;
    border-color: #acacac;
}
.logoutBTN:hover {
    border-color: #d16800;
    color: var(--text-light);
}
.offcanvasMenue {
    background-color: rgba(0,0,0,0.8);
}
#MobileMenue .offcanvas-body {
    overflow-y: auto;
    scrollbar-gutter: stable;
}
#MobileMenue .offcanvas-body::-webkit-scrollbar {
    width: 6px;
}
#MobileMenue .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 191, 255, 0.35);
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
#MobileMenue .offcanvas-body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 191, 255, 0.7);
}
#MobileMenue .offcanvas-body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}


.bg-hero {
    background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='0.01'/%3E%3C/svg%3E"),
            linear-gradient(
                    75deg,
                    rgb(24, 103, 89) 0%,
                    rgba(12, 25, 22, 1) 50%,
                    rgba(12, 25, 22, 0.5) 60%
            );
    background-blend-mode: overlay;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center center;
}





.visHid {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: normal;
}
.visHid:focus,
.visHid:active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    clip-path: none;
    white-space: normal;
}
.bg-memo {
    background: linear-gradient(to bottom,
    rgba(0, 11, 118, 0.1) 0%,
    rgba(3, 107, 19, 0.06) 100%);
}
.GSfunctions .container {
    border-left: 15px solid rgb(1, 57, 62);
    width: 100vw;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.step-badge {
    margin-top: auto;
    margin-bottom: 0rem;
    background-color: rgb(1, 57, 62);
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding-left: 0.2em;
    width: 100%;
    height: 2.3em;
    border-top-right-radius: 8px;
    margin-left: -1.3em;
}
.final-badge {
    margin-top: auto;
    margin-bottom: 0rem;
    background-color: rgb(1, 57, 62);
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0.2em;
    width: 100%;
    height: 2.3em;
    border-bottom-right-radius: 8px;
    margin-left: -1.3em;
}
.noRoundLeftBottom {
    border-bottom-left-radius: 0px;
}
.clip-top-left {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%, 0 30px);
}
.clip-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
.clip-top-right {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
.clip-bottom-right {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
.smallClip-bottom-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.commentTop {
    position: relative;
    top: -0.6em;
}
.itemShadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.6);
}
.contshadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}
.bg-feature{
    background: #0b4540;
    background: linear-gradient(
            180deg,
            rgba(28, 103, 89, 0.95) 0%,
            rgba(21, 46, 40, 0.98) 60%
    );
}
.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}
.feature-card img {
    width: auto;
    max-height: 110px;
    object-fit: contain;
    margin-bottom: 0.75rem;
    transition: transform 0.5s ease;
}
.feature-card h4 {
    font-size: clamp(1.05rem, 0.9vw, 1.2rem);
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0.35rem;
}
.feature-card p {
    font-size: clamp(0.85rem, 0.8vw, 0.95rem);
    line-height: 1.4;
}
.feature-card:hover {
    transform: translateY(-3px);
}
.feature-card:hover img {
    transform: scale(1.3);
}
.feature-card hr {
    width: 35%;
    border: none;
    border-top: 2px solid rgba(231, 163, 0, 0.8);
    margin: 0.25rem 0 0.75rem 0;
}
.faq-block h5 {
    font-size: 1.15rem;
    color: #0F3D32;
    letter-spacing: 0.02em;
    text-transform: none;
}
.faq-block + .faq-block {
    padding-top: 2rem;
}
.faq-section .accordion-button {
    background: transparent;
    color: #1a1a1a;
    font-weight: 500;
    padding: 1rem 0;
    border: none;
    box-shadow: none;
    font-size: 1rem;
}
.faq-section .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #0F3D32;
    background-color: transparent;
    font-size: 1.3rem;
    transition: 0.6s;
}
.faq-section .accordion-body {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 0 0 1rem 0;
}
.faq-section .accordion-item {
    background: transparent;
    border-color: rgba(15, 61, 50, 0.5) !important;
    border-width: 2px !important;
}
.faq-section .accordion-item:last-child {
    border-bottom: none !important;
}
.zoom-wrapper {
    position: relative;
    display: inline-block;
    cursor: zoom-in;
}
.zoom-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0.5;
    transition: opacity .25s ease;
    pointer-events: none;
}
.zoom-wrapper:hover .zoom-icon {
    opacity: 1;
}
.zoom-wrapper img {
    display: block;
    transition: transform .25s ease;
}
.zoom-wrapper:hover img {
    transform: scale(1.015);
}


.feature-slide {
    max-width: 95vw;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .feature-slide {
        max-width: 520px;
    }
}
@media (min-width: 768px) {
    .feature-slide {
        max-width: 680px;
    }
}
@media (min-width: 992px) {
    .feature-slide {
        max-width: 820px;
    }
}
#featureCarousel1 .carousel-control-prev-icon,
#featureCarousel1 .carousel-control-next-icon,
#featureCarousel2 .carousel-control-prev-icon,
#featureCarousel2 .carousel-control-next-icon {
    background-image: none !important;
}
#featureCarousel1 .feature-card,
#featureCarousel2 .feature-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
}
#featureCarousel1 .feature-card p,
#featureCarousel2 .feature-card p {
    margin-top: auto;
}
#featureCarousel1 .carousel-control-prev-icon,
#featureCarousel2 .carousel-control-prev-icon {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.3rem solid transparent;
    border-left-color: black;
    border-bottom-color: black;
    transform: rotate(45deg);
}
#featureCarousel1 .carousel-control-next-icon,
#featureCarousel2 .carousel-control-next-icon {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.3rem solid transparent;
    border-right-color: black;
    border-bottom-color: black;
    transform: rotate(-45deg);
}


.calendarMaxSize {
    max-width: 12em;
    max-height: 12em;
}
.calendarInnerMaxSize {
    max-width: 15em;
    max-height: 25em;
    margin-bottom: auto;
    margin-top: auto;
}
.recipeCard {
    background: rgba(25,55,55,0.7);
    background: linear-gradient(-15deg, rgba(8,93,88,0.7) 0%, rgba(6, 77, 0.7) 50%, rgba(25,55,55,0.7) 100%);
    transition: 0.3s;
}
.recipeCard:hover {
    border-color: chartreuse;
}
.multiline {
    white-space: pre-line;
}
.recipe-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    color: white;
    font-size: 0.8rem;
}
.recipe-icon i {
    line-height: 1;
}
.cal-orange {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    width: 80%;
    margin: 0 auto;
    background-image: linear-gradient(10deg, #bd6c00 0%, #ffb700 51%, #bd6c00 100%);
    font-family: sans-serif, Arial;
}
.cal-green {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    width: 80%;
    margin: 0 auto;
    background-image: linear-gradient(10deg, #23880c 0%, #31dd0c 51%, #23880c 100%);
    font-family: sans-serif, Arial;
}
.cal-blue {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    width: 80%;
    margin: 0 auto;
    background-image: linear-gradient(10deg, #0d83aa 0%, deepskyblue 51%, #0d83aa 100%);
    font-family: sans-serif, Arial;
}
.cal-brown {
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    width: 80%;
    margin: 0 auto;
    background-image: linear-gradient(10deg, #ac5824 0%, #ff660a 51%, #ac5824 100%);
    font-family: sans-serif, Arial;
}
.cal-icon {
    width: 1.8em;
    height: auto;
}
.cal-icon2 {
    width: 2.2em;
    height: auto;
}
.smallLine th,
.smallLine td {
    vertical-align: middle;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
#loginAlertMobile, #loginAlert, #loginAlertGlobal {
    max-height: 28vh;
    overflow: auto;
}
#loginAlertMobile .debug, #loginAlert .debug, #loginAlertGlobal .debug {
    max-height: 14vh;
    overflow: auto;
    font-size: 0.85em;
}
.gs-kpi-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.gs-kpi-footer{
    margin-top: auto;
}
.gs-kpi-card .kpi-value{
    font-weight: 800;
    font-size: 2.35rem;
    line-height: 1.05;
    margin-bottom: .25rem;
}
.gs-kpi-card .kpi-prefix{
    font-size: 1rem;
    font-weight: 700;
    opacity: .75;
    vertical-align: middle;
}
.gs-kpi-card .kpi-unit{
    font-size: 1.05rem;
    font-weight: 700;
    opacity: .85;
}
.gs-kpi-card #kpiAreasInsight,
.gs-kpi-card #kpiPlantsInsight,
.gs-kpi-card #kpiPlansInsight,
.gs-kpi-card #kpiYieldInsight{
    min-height: 1.4em;
}
.gs-kpi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.5), 0 0 0.9rem rgba(0, 191, 255, 0.15);
}
.gs-kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, deepskyblue, #ffb700);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gs-kpi-card:hover::before {
    opacity: 1;
}
.gs-mini-list {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-left: 3px solid deepskyblue;
}
.gs-mini-row {
    padding: 0.4rem 0;
}
.gs-insight {
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.15), rgba(127, 255, 0, 0.1));
    border: 1px solid rgba(0, 206, 209, 0.3);
    border-radius: 12px;
    padding: 1rem;
}
.gs-insight.warn {
    background: linear-gradient(135deg, rgba(255, 140, 66, 0.15), rgba(255, 165, 102, 0.1));
    border-color: rgba(255, 140, 66, 0.3);
}

.gs-insight.bad {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15), rgba(220, 53, 69, 0.1));
    border-color: rgba(220, 53, 69, 0.3);
}

.gs-insight-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 206, 209, 0.2);
    color: deepskyblue;
    flex-shrink: 0;
}

.gs-insight.warn .gs-insight-ico {
    background: rgba(255, 140, 66, 0.2);
    color: #ffb700;
}

.gs-insight.bad .gs-insight-ico {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.handGreen {
    color: #146308;
}
.gs-badge{
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    pointer-events: none;
}
.object-fit-cover { object-fit: cover; }
.bg-beige {
    background: linear-gradient(135deg, rgba(237, 191, 39, 0.4) 0%, rgba(236, 123, 31, 0.2) 100%);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
    transition: transform .3s ease, box-shadow .3s ease, opacity .45s ease;
}
.navbar { --bs-navbar-padding-y: 0; min-height: 48px; overflow: visible; }
.navbar .navbar-brand { padding: 0; line-height: 1; overflow: visible; }
.navbar .brand-logo { display:block; width:auto; margin:-10px 0; }

@media (min-width: 576px) { .navbar .brand-logo { height: 48px; } }
@media (min-width: 992px) { .navbar .brand-logo { height: 62px; } }

