﻿body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: #F3F4F6;*/
    color: #02040A;
}

h1 {
    margin-bottom: 10px;
    font-size: 42px;
}

.header {
    /*background-image: url('/images/landingpage/title_background.jpg');*/
    background-size: cover;
    background-position: center;
    color: #F3F4F6;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    margin-top: -64px;
    /* height: 100vh;*/
}

header h1 {
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header p {
    font-size: 1.25em;
    max-width: 800px;
    margin: 20px auto;
    font-weight: 400;
}

.section {
    margin-bottom: 0px;
    padding: 20px 20px;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}

.title-container {
    max-width: 600px; /* Mehr Breite für luftige Gestaltung */
    margin: 50px auto;
    padding: 30px;
    background: #b6b6b628; /* Halbtransparenter Hintergrund */
    border-radius: 16px;
    /* box-shadow: 0 4px 8px rgba(119, 119, 119, 0.4);  */


    text-align: right;
    border: 0px solid rgba(119, 119, 119, 0.4); /* Dezente weiße Umrandung */
}

.app-name {
    font-family: "Irish Grover", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "YEAR" 1979;
    color: #ECFCCB;
    font-size: 5em;
    text-align: right;
}

.slogan {
    font-size: 16px;
    color: #e9c76a;
    font-style: italic;
    margin-bottom: 15px;
}

.description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.5;
    text-align: right;
}

.app-badges {
    display: flex;
    gap: 15px;
    justify-content: center;
}

    .app-badges img {
        height: 50px;
        width: auto;
    }

.section {
    margin-bottom: 0px;
    padding: 20px 20px;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}

    .section.teal {
        background-color: #CCFBF1;
        color: #02040A;
    }

    .section.green {
        background-color: #ECFCCB;
        color: #02040A;
    }

    .section.light-gray {
        background-color: #F3F4F6;
        color: #02040A;
    }

.white h1 {
    color: #4B5363;
}

.section h1 {
    margin-top: .5em;
    font-weight: 700;
    text-align: center;
    /*        font-family: 'Indie Flower', sans-serif;
        color: #365314;*/
    font-family: 'Indie Flower', sans-serif;
    color: #365314;
    text-align: center;
}

.section h4 {
    color: #4D7C0F;
    text-align: center;
    margin-bottom: 1.5em;
}

.section p {
    color: #373F51;
    line-height: 1.6;
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-weight: 400;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feature {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

    .feature:hover {
        transform: translateY(-10px);
    }

    .feature.large {
        flex: 2;
    }

    .feature h3 {
        color: #14B8A6;
        margin-bottom: 10px;
        font-size: 1.4em;
        font-weight: 700;
    }

    .feature p {
        color: #6B7280;
        font-size: 1em;
        font-weight: 400;
    }

    .feature img {
        max-width: 100px;
        margin-bottom: 10px;
    }

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

    .feature-item .title {
        color: #4B5363;
        font-weight: bold;
    }

.icon {
    font-size: 1.8rem;
    margin-right: 1rem;
}

.pricing-section {
    text-align: center;
    padding: 50px;
    background-color: #fff;
}

    .pricing-section h1 {
        font-family: 'Indie Flower', sans-serif;
        color: #4B5363;
        text-align: center;
    }

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pricing-card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 25px;
    width: 400px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex; /* Flexbox aktivieren */
    flex-direction: column;
}

    .pricing-card:hover {
        transform: scale(1.05);
    }

    .pricing-card h3 {
        margin: 20px 0px;
    }

    .pricing-card ul {
        margin: 20px 0px;
    }

.cancellation {
    font-size: 14px;
    color: #9CA3AF;
    margin-top: auto;
    margin-bottom: 10px;
}

.monthly {
    border: 2px solid #0F766E;
}

.yearly {
    background: #0F766E;
    color: white;
    position: relative;
}

    .yearly .cancellation {
        color: #D1D5DB;
    }

.highlight {
    background: #FCD34D;
    color: black;
    /*    padding: 3px 6px;
    font-size: 14px;
    border-radius: 5px;*/
    position: absolute;
    top: 10px;
    right: 10px;
}

.price {
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
}

ul {
    list-style: none;
    padding: 0;
}

    ul li {
        margin-bottom: 8px;
    }

.cta-button {
    display: block;
    text-align: center;
    /* margin-top: auto;*/
    padding: 12px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.primary {
    background: #FCD34D;
    color: black;
}

.cta-button:hover {
    opacity: 0.8;
}

/*footer {
    background-color: #134E4A;
    color: #F3F4F6;
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}*/

.footer-container {
    background-color: #134E4A;
    color: #F3F4F6;
    padding: 20px;
    /*margin-top: 50px;*/
    text-align: center;
}

.footer-section {
    text-align: center;
    margin-bottom: 20px;
}

.footer-text {
    margin-top: 10px;
}

.footer-section a {
    color: #D9F99D !important;
}

.select-no-underline .mud-input.mud-input-underline::before {
    border-bottom: 0px !important;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    /*    border: 1px solid #ccc;
    border-radius: 4px;*/
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
}

.dropdown-item {
    color: #365314 !important;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
}

    .dropdown-item:hover, .dropdown-item:hover a {
        background-color: #365314 !important;
        color: #ECFCCB !important;
        cursor: pointer;
    }

    .dropdown-item a {
        color: #365314 !important;
    }

.custom-dialog-background {
    background-image: url('/images/landingpage/ImageSources.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
}

.text-white-important, .image-sources .mud-list-item-icon {
    color: white !important;
}

.custom-table th:first-child,
.custom-table td:first-child {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

.centered-block {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
    padding: 16px;
}

    .centered-block p {
        text-align: start !important;
    }

.quote {
    padding: 1rem;
    border-left: 4px solid var(--mud-palette-primary);
    font-style: italic;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/*.partner-item {
    flex: 1;
    width: 400px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}*/

.testimonial-card {
   /* max-width: 400px;*/
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 2rem 1rem;
    background-color: #f4f1ed; /* wie Naturpapier */
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-icon {
    margin-top: -30px;
    margin-bottom: 10px;
}

.testimonial-avatar {
    margin-bottom: 1rem;
}

.avatar-circle {
    border: 1px solid #6d4c41; /* Braunton */
    width: 76px;
}

.testimonial-text p {
    font-style: italic;
    color: #4e342e;
    margin-bottom: 0.5rem;
}

.testimonial-text strong {
    display: block;
    margin-top: 0.5rem;
    color: #2e2e2e;
}
