html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.group-frame {
    border: solid #dee2e6;
    border-width: 1px;
    padding: 1.5rem;
    /*    margin-right: 0;
    margin-left: 0;*/
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}


.TaskCellClass-Overdue {
    color: #F44336 !important;
    background-color: #0000 !important;
}
    .TaskCellClass-Overdue a {
        color: #F44336 !important;
        background-color: #0000 !important;
    }

.TaskCellClass-Due {
    /*    color: #FFC107 !important;*/
    color: #FF9900 !important;
    background-color: #0000 !important;
}

    .TaskCellClass-Due a {
        /*   color: #FFC107 !important;*/
        color: #FF9900 !important;
        background-color: #0000 !important;
    }

.TaskCellClass-Completed {
    color: #4caf50 !important;
    background-color: #0000 !important;
}

    .TaskCellClass-Completed a {
        color: #4caf50 !important;
        background-color: #0000 !important;
    }

.row-spacier {
    /*    padding-top: 0.1rem;*/
    padding-top: 0.3rem;
}

.row-spacier-bottom {
    /*    padding-top: 0.1rem;*/
    margin-bottom: 1.0rem;
}

/*.row-less-space {*/
    /*    padding-top: 0.1rem;*/
    /*padding-bottom: 0.3rem;
}*/

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite !important;
}

.loader-text {
    margin-left: 1em;
    font-style: italic;
}

.loader-container {
    display: flex;
    align-items: center;
}

/* text-caption in DzM OT */
.zz-test-caption {
    font-size: small;
}

/* .text-content in DzM OT */
.zz-test-text {
    font-weight: bold;
}

.field-validation-error {
    color: red;
    font-size: smaller;
}

.input-validation-error {
    border-color: #dc3545;
}

.weather-date-line-cell {
    border-right-color: #e4e4e4;
    border-right-style: solid;
    border-right-width: 1px;
}

.weather-actual-cell {
    font-weight: bold;
}

.weather-table {
    text-align: center;
/*    border-spacing: 10px 2px;
*//*    padding-left: 20px;
    padding-right: 20px;
*/    border-collapse: separate;
}

.weather-cell {
    padding-left: 3px;
    padding-right: 3px;
}

.blur-content {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}

.middle-button {
    /*    padding-left: 30px;
    padding-right: 3px;*/
    margin-left: 3px;
    margin-right: 3px;
}

/* --- Spezielle Styles NUR für die LandingPage (Namespace: .page-landing) --- */

.page-landing .hero-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
}

/* Der Goldene Button */
.page-landing .btn-cta-gold {
    background-color: #f39c12; /* Bienen-Gold */
    border-color: #e67e22;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

    .page-landing .btn-cta-gold:hover {
        background-color: #d68910;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    }

/* Die Icon-Kreise (Flexbox Zentrierung) */
.page-landing .icon-circle {
    width: 70px;
    height: 70px;
    background-color: #f39c12;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Feature Cards & Animation */
.page-landing .feature-card {
    transition: transform 0.3s ease;
    border-radius: 15px;
}

    .page-landing .feature-card:hover {
        transform: translateY(-5px);
    }

.page-landing .img-hero-mockup {
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
    transition: transform 0.5s ease;
}

    .page-landing .img-hero-mockup:hover {
        transform: scale(1.02);
    }

/* Abgerundete Sektionen in BS5 */
.page-landing .rounded-4 {
    border-radius: 1.5rem !important;
}

/* Fix für mobile Ansicht */
@media (max-width: 991px) {
    .page-landing .hero-section {
        text-align: center;
        padding: 3rem 1rem !important;
    }

    .page-landing .hero-benefits {
        display: inline-block;
        text-align: left;
    }

    .page-landing .btn-cta-gold {
        width: 100%;
        max-width: 350px;
    }
}

/* Klasse, die wie eine H1 aussieht, aber keine ist */
.h1b {
    display: block;
    font-size: 2em; /* Passen Sie dies an Ihre H1-Größe an */
    font-weight: bold; /* Fettdruck wie bei Überschriften */
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.2; /* Typischer Zeilenabstand für Überschriften */
    font-family: inherit; /* Oder die spezifische Schriftart Ihrer H1 */
    color: inherit; /* Oder die spezifische Farbe Ihrer H1 */
}

/* Optional: Anpassung für mobile Geräte, falls Ihre H1 responsive ist */
@media (max-width: 768px) {
    .h1b {
        font-size: 1.5em; /* Beispiel für kleinere Schrift auf Handys */
    }
}