:root {
    --primary-color: #033428; /* Grün für Cannabis-Thema */
    --secondary-color: #2e5233; /* Dunkleres Grün */
    --accent-color: #f0b429; /* Gold/Gelb für Akzente */
    --danger-color: #dc2626;
    --success-color: #16a34a;
    --text-color: #333333;
    --light-text: #ffffff;
    --bg-color: #ffffff; /* Weißer Seitenhintergrund */
    --border-color: #d1e0d5;
    --card-bg: #f5f7f2; /* Leicht grünlicher Kartenhintergrund */
    --header-bg: #2e5233; /* Dunkelgrün für Header */
    --footer-bg: #1a2e1c; /* Sehr dunkles Grün für Footer */
}

/* Scrolltext / Ankündigung Styles */
.bg-primary-color {
    background-color: var(--primary-color);
}

.text-primary-color {
    color: var(--primary-color);
}

.text-secondary-color {
    color: var(--secondary-color);
}

.text-accent-color {
    color: var(--accent-color);
}

/* Footer Styles */
.site-footer {
    margin-top: 3rem;
    color: #656667;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footer-main {
    background-color: #f8f9fb;
    padding: 3rem 0 2rem;
}

.footer-bottom {
    background-color: #f8f9fb;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #656667;
    padding: 1.5rem 0;
    font-size: 0.9rem;
}

.footer-heading {
    color: #2f6d10;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #656667;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #4daf51;
}

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

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.footer-contact-info i {
    margin-right: 10px;
    color: #4daf51;
    min-width: 16px;
    margin-top: 4px;
}

.footer-contact-info p {
    margin: 0 0 0.2rem 0;
    font-size: 0.95rem;
    color: #656667;
}

.footer-contact-info a {
    color: #656667;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-info a:hover {
    color: #4daf51;
}

.footer-social {
    margin-top: 1.5rem;
}

.footer-social .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #4daf51;
    color: #fff;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.footer-social .social-icon:hover {
    background-color: #2f6d10;
    transform: translateY(-3px);
}

.footer-brand {
    margin-bottom: 1.5rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2f6d10;
}

.footer-logo img {
    height: 40px;
    margin-right: 1rem;
}

.footer-logo span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2f6d10;
}

.footer-about {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 0.95rem;
    color: #656667;
}

.footer-copyright {
    margin: 0;
    color: #656667;
}

.footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.footer-legal li {
    margin-left: 1.5rem;
}

.footer-legal a {
    color: #656667;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #4daf51;
}

@media (max-width: 768px) {
    .footer-legal {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    
    .footer-legal li {
        margin-left: 0;
        margin-right: 1.5rem;
    }
}

/* Footer Styles */
.elementor-location-footer {
    background-color: var(--footer-bg);
    color: white;
    margin-top: 3rem;
}

.elementor-element-198fc032 {
    background-color: var(--footer-bg) !important;
    padding: 2rem 0;
}

.elementor-element-198fc032 .e-con-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.elementor-nav-menu--main .elementor-nav-menu a, 
.elementor-nav-menu--dropdown .elementor-nav-menu a {
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.elementor-nav-menu--main .elementor-nav-menu a:hover,
.elementor-nav-menu--dropdown .elementor-nav-menu a:hover {
    color: var(--accent-color);
}

.elementor-heading-title a {
    color: #ffffff;
    text-decoration: none;
}

.elementor-heading-title a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.elementor-social-icons-wrapper .elementor-grid-item a {
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.elementor-social-icons-wrapper .elementor-grid-item a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

/* THC Footer Custom Styles */
.thc-footer {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem 0;
}

.thc-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.thc-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.thc-footer-logo img {
    height: 40px;
    margin-right: 1rem;
}

.thc-logo-text {
    font-size: 1.5rem;
    font-weight: bold;
}

.thc-footer-about {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.thc-social-icons {
    display: flex;
}

.thc-social-icon {
    background-color: rgba(255,255,255,0.2);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.thc-social-icon:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.thc-social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Navigation Dropdown Styles */
.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    margin-top: 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.navbar-nav .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.navbar-nav .dropdown-item:hover, 
.navbar-nav .dropdown-item:focus {
    background-color: var(--primary-color);
    color: white;
}

.navbar-nav .dropdown-item.active {
    background-color: var(--primary-color);
    color: white;
}

/* Warenkorb Icon Styling */
.fkcart-custom-menu-link {
    display: flex;
    align-items: center;
}

.fkcart-shortcode-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
}

.fkcart-shortcode-icon-wrap {
    position: relative;
    margin-right: 0.5rem;
}

.fkcart-shortcode-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

/* Announcement Bar / Marquee */
.announcement-bar {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marquee-container {
    height: 40px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 0.8rem;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Barlow', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

/* Header und Navigation */
.header {
    background-color: var(--header-bg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 5px, 5px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px; 
}

.logo img {
    height: 50px;
    width: auto;
}

/* Header und Navigation Styles */
.navbar-nav .nav-link.active,
.navbar-nav .dropdown-item.active {
    color: var(--primary-color);
    font-weight: 500;
}

.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 0.3em;
}

.navbar .navbar-toggler {
    border-color: rgba(0,0,0,0.1);
    padding: 0.25rem;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

/* Navigation Styles */
.main-header {
    z-index: 1000;
}

.navbar-nav .nav-link {
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.main-nav a:hover, .main-nav li.active a {
    color: var(--accent-color);
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin: 0 1rem;
}

.main-nav a {
    text-decoration: none;
    color: var(--light-text);
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s;
}

.main-nav a:hover, .main-nav li.active a {
    color: var(--accent-color);
}

.main-nav li.active a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.text-primary-color {
    color: var(--primary-color);
}

.custom-alert {
    background-color: var(--card-bg);
    border-left: 4px solid var(--accent-color);
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: var(--text-color);
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.support-info.card {
    background-color: var(--card-bg);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--primary-color);
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.support-info p {
    margin-bottom: 1rem;
}

.support-info ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.support-info li {
    margin-bottom: 0.5rem;
}

/* Bootstrap-Formular-Klassen werden verwendet */

/* Anpassungen für Bootstrap-Formularelemente */
.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(77, 140, 87, 0.25);
}

.form-control,
.form-select {
    border-color: var(--border-color);
}

/* Bootstrap-Datei-Upload-Klassen werden verwendet */

.image-preview {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
}

.image-preview img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0.375rem;
}

/* Bootstrap-Button-Klassen werden verwendet */

/* Bootstrap-Alerts werden verwendet statt dieser Klassen */

.contact-info {
    margin-top: 2rem;
    background-color: var(--card-bg);
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--secondary-color);
}

.text-accent-color {
    color: var(--accent-color);
}

.text-secondary-color {
    color: var(--secondary-color);
}

a {
    color: var(--primary-color);
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: var(--secondary-color);
}

.contact-details a {
    color: var(--primary-color);
    font-weight: 500;
}

.contact-details a:hover {
    color: var(--accent-color);
}

.contact-info h3 {
    margin-bottom: 1rem;
}

.contact-method {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-method-icon {
    width: 24px;
    height: 24px;
}

.faq-section {
    margin-top: 2rem;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(77, 140, 87, 0.1);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(77, 140, 87, 0.25);
    border-color: var(--primary-color);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d8c57'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-header {
    padding: 0.5rem 1rem;
    background-color: var(--card-bg);
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
}

.accordion-body {
    padding: 1rem;
    background-color: var(--card-bg);
    border: none;
    border-radius: 0 0 0.5rem 0.5rem;
}

@media (max-width: 640px) {
    body {
        padding: 1rem;
    }

    .container {
        padding: 1.5rem;
    }

    h1 {
        font-size: 1.5rem;
    }
}