/* ============================================
   pages.css - larro.de
   Seitenspezifische Styles
   ============================================ */

/* =========================================
   ANGEBOTE (angebote.html)
   ========================================= */

/* Header Navigation */

/* Main Container */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px 40px 40px;
}

/* Page Header */
.page-header {
text-align: center;
margin-bottom: 60px;
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.page-header h1 {
font-size: 2.5rem;
font-weight: 300;
color: #2d5a27;
margin-bottom: 15px;
}

.page-header .subtitle {
font-size: 1.2rem;
color: #666;
font-style: italic;
}

/* Category Navigation */
.category-nav {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 50px;
flex-wrap: wrap;
}

.category-btn {
background: white;
border: 2px solid #e5e7eb;
padding: 15px 25px;
border-radius: 25px;
text-decoration: none;
color: #666;
transition: all 0.3s;
display: flex;
align-items: center;
gap: 10px;
font-weight: 500;
}

.category-btn:hover, .category-btn.active {
border-color: #2d5a27;
color: #2d5a27;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Target Group Badge */
.target-group {
display: inline-block;
background: #fef3c7;
color: #92400e;
padding: 6px 12px;
border-radius: 15px;
font-size: 0.85rem;
font-weight: 500;
margin-bottom: 15px;
}

.target-group.private {
background: #ecfdf5;
color: #166534;
}

.target-group.business {
background: #fef2f2;
color: #991b1b;
}

.target-group.open {
background: #f0f9ff;
color: #1e40af;
}

/* Offers Grid */
.offers-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
gap: 40px;
}

/* Offer Cards */
.offer-card {
background: white;
border-radius: 5px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
overflow: hidden;
transition: all 0.3s ease;
}

.offer-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.offer-header {
background: linear-gradient(135deg, #2d5a27, #16a34a);
color: white;
padding: 30px;
text-align: center;
}

.offer-header h2 {
font-size: 1.8rem;
font-weight: 300;
margin-bottom: 10px;
}

.offer-header .tagline {
font-size: 1rem;
opacity: 0.9;
font-style: italic;
}

.offer-content {
padding: 40px;
}

.offer-content h3 {
color: #2d5a27;
margin-bottom: 15px;
font-size: 1.3rem;
font-weight: 400;
}

.offer-content p {
margin-bottom: 20px;
color: #666;
line-height: 1.7;
}

.offer-content ul {
margin: 20px 0;
padding-left: 20px;
}

.offer-content li {
margin-bottom: 10px;
color: #666;
}

.offer-features {
background: #f9fafb;
padding: 25px;
margin: 20px 0;
border-radius: 5px;
}

.offer-features h4 {
color: #2d5a27;
margin-bottom: 15px;
font-weight: 500;
}

/* Booking Info */
.booking-info {
background: #f0fdf4;
border: 1px solid #d1fae5;
padding: 20px;
border-radius: 5px;
margin: 20px 0;
}

.booking-info h4 {
color: #2d5a27;
margin-bottom: 10px;
font-weight: 500;
}

.booking-info p {
margin-bottom: 10px;
font-size: 0.95rem;
}

/* Price Info */
.price-info {
background: #fef3c7;
border: 1px solid #fde68a;
padding: 15px;
border-radius: 5px;
margin: 15px 0;
text-align: center;
}

.price-info strong {
color: #92400e;
font-size: 1.1rem;
}

/* Action Buttons */
.action-buttons {
display: flex;
gap: 15px;
margin-top: 25px;
flex-wrap: wrap;
}

.action-btn {
flex: 1;
background: #2d5a27;
color: white;
padding: 12px 20px;
text-decoration: none;
border-radius: 5px;
text-align: center;
transition: background 0.3s;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-width: 140px;
}

.action-btn:hover {
background: #1f3f1c;
}

.action-btn.secondary {
background: transparent;
border: 2px solid #2d5a27;
color: #2d5a27;
padding: 10px 18px;
}

.action-btn.secondary:hover {
background: #2d5a27;
color: white;
}

/* Special Highlight for Jahresprogramm */
.featured-offer {
grid-column: 1 / -1;
background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
border: 2px solid #2d5a27;
}

.featured-offer .offer-header {
background: linear-gradient(135deg, #2d5a27, #059669);
}

.featured-badge {
position: absolute;
top: 20px;
right: 20px;
background: #fbbf24;
color: #92400e;
padding: 8px 15px;
border-radius: 15px;
font-size: 0.85rem;
font-weight: 500;
}

/* Workshop Types */
.workshop-types {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 25px 0;
}

.workshop-type {
background: #f0fdf4;
padding: 20px;
border-radius: 5px;
text-align: center;
border: 1px solid #d1fae5;
}

.workshop-type h5 {
color: #2d5a27;
margin-bottom: 8px;
font-weight: 500;
}

.workshop-type .duration {
color: #666;
font-size: 0.9rem;
margin-bottom: 10px;
}

.workshop-type .ideal-for {
color: #4b5563;
font-size: 0.85rem;
font-style: italic;
}

/* Termine Table */
.termine-section {
margin: 30px 0;
}

.termine-section h4 {
color: #2d5a27;
margin-bottom: 20px;
font-weight: 500;
font-size: 1.1rem;
}

.termin-card {
background: white;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 20px;
margin-bottom: 15px;
display: grid;
grid-template-columns: auto 1fr auto;
gap: 20px;
align-items: center;
transition: all 0.3s;
}

.termin-card:hover {
border-color: #2d5a27;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.termin-datum {
background: #2d5a27;
color: white;
padding: 15px;
border-radius: 8px;
text-align: center;
min-width: 80px;
}

.termin-datum .tag {
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
}

.termin-datum .monat {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 5px;
}

.termin-details h5 {
color: #2d5a27;
font-size: 1.1rem;
margin-bottom: 5px;
font-weight: 500;
}

.termin-details .ort {
color: #666;
font-size: 0.95rem;
margin-bottom: 5px;
}

.termin-details .zeit {
color: #888;
font-size: 0.9rem;
}

.termin-preis {
text-align: right;
}

.termin-preis .preis {
font-size: 1.4rem;
font-weight: 600;
color: #2d5a27;
}

.termin-preis .status {
font-size: 0.8rem;
color: #16a34a;
margin-top: 5px;
}

/* Rabatt Info */
.rabatt-info {
background: #fef3c7;
border: 1px solid #fde68a;
padding: 20px;
border-radius: 8px;
margin: 25px 0;
}

.rabatt-info h5 {
color: #92400e;
margin-bottom: 10px;
font-weight: 500;
}

.rabatt-info ul {
margin: 0;
padding-left: 20px;
}

.rabatt-info li {
color: #92400e;
margin-bottom: 5px;
font-size: 0.95rem;
}

/* Seasons Grid */
.seasons-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 15px;
margin: 25px 0;
}

.season-item {
background: white;
padding: 20px;
border-radius: 5px;
border-left: 4px solid #2d5a27;
}

.season-item h5 {
color: #2d5a27;
margin-bottom: 8px;
font-weight: 500;
}

.season-item p {
margin: 0;
font-size: 0.9rem;
color: #666;
font-style: italic;
}

/* Contact CTA */
.contact-cta {
background: #2d5a27;
color: white;
text-align: center;
padding: 50px 40px;
border-radius: 5px;
margin-top: 60px;
}

.contact-cta h2 {
font-size: 2rem;
font-weight: 300;
margin-bottom: 20px;
}

.contact-cta p {
font-size: 1.1rem;
margin-bottom: 30px;
opacity: 0.9;
}

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

.cta-button {
background: #4ade80;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1rem;
transition: background 0.3s;
display: inline-flex;
align-items: center;
gap: 10px;
}

.cta-button:hover {
background: #22c55e;
}

.cta-button.secondary {
background: transparent;
border: 2px solid #4ade80;
}

.cta-button.secondary:hover {
background: #4ade80;
}

/* Scroll-to-Top Button */

/* Responsive */
@media (max-width: 768px) {

.container {
padding: 20px;
}

.offers-grid {
grid-template-columns: 1fr;
}

.featured-offer {
grid-column: 1;
}

.cta-buttons, .action-buttons {
flex-direction: column;
align-items: center;
}

.page-header h1 {
font-size: 2rem;
}

.category-nav {
flex-direction: column;
align-items: center;
}

.action-btn {
min-width: 100%;
}

.termin-card {
grid-template-columns: 1fr;
text-align: center;
}

.termin-datum {
justify-self: center;
}

.termin-preis {
text-align: center;
}
}


/* =========================================
   BLOG / ESSAY ÜBERSICHT (blog.html, essay.html)
   ========================================= */

.blog-container { max-width: 1200px; margin: 0 auto; padding: 20px 40px 40px; }
.blog-header { text-align: center; margin-bottom: 60px; background: white; padding: 40px; border-radius: 3px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.blog-header h1 { font-size: 2.5rem; font-weight: 300; color: #2d5a27; margin-bottom: 10px; }
.blog-header .subtitle { font-size: 1.2rem; color: #666; font-style: italic; }
.articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 30px; }
.articles .article { background: white; border-radius: 3px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); overflow: hidden; transition: all 0.3s ease; display: block; text-decoration: none; color: inherit; }
.articles .article:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.15); }
.articles .article .article-image { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s ease; }
.articles .article:hover .article-image { transform: scale(1.05); }
.articles .article .article-content { padding: 30px; }
.articles .article .article-meta { color: #666; font-size: 0.9rem; margin-bottom: 15px; }
.articles .article .article-title { font-size: 1.4rem; font-weight: 400; color: #2d5a27; margin-bottom: 15px; line-height: 1.3; }
.articles .article .article-excerpt { color: #666; line-height: 1.6; margin-bottom: 20px; }
.read-more { color: #2d5a27; text-decoration: none; font-weight: 500; }
.newsletter { background: #2d5a27; color: white; padding: 40px; border-radius: 3px; text-align: center; margin-top: 60px; }
.newsletter h3 { font-weight: 300; margin-bottom: 15px; }
.newsletter p { margin-bottom: 20px; opacity: 0.9; }
.newsletter-form { display: flex; gap: 10px; max-width: 400px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 12px; border: none; border-radius: 3px; }
.newsletter-form button { background: #4ade80; color: white; border: none; padding: 12px 20px; border-radius: 3px; cursor: pointer; transition: background 0.3s; }
.newsletter-form button:hover { background: #22c55e; }
@media (max-width: 768px) {
.blog-container { padding: 20px; }
.articles { grid-template-columns: 1fr; }
.newsletter-form { flex-direction: column; }
}


/* =========================================
   IMPRESSUM (impressum.html)
   ========================================= */

/* Header Navigation */

/* Container */
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px 40px 40px;
}

.legal-section {
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
margin-bottom: 40px;
}

.legal-section h1 {
color: #2d5a27;
margin-bottom: 30px;
font-size: 2.2rem;
font-weight: 300;
}

.legal-section h2 {
color: #2d5a27;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.5rem;
font-weight: 400;
}

.legal-section h3 {
color: #333;
margin-top: 25px;
margin-bottom: 10px;
font-size: 1.2rem;
font-weight: 500;
}

.legal-section p {
margin-bottom: 15px;
line-height: 1.7;
}

.legal-section ul {
margin: 15px 0;
padding-left: 25px;
}

.legal-section li {
margin-bottom: 8px;
}

.contact-info {
background: #f0fdf4;
padding: 25px;
border-left: 4px solid #2d5a27;
border-radius: 5px;
margin: 20px 0;
}

.highlight {
background: #e8f5e8;
padding: 20px;
border-radius: 5px;
margin: 20px 0;
border-left: 4px solid #2d5a27;
}

/* Scroll-to-Top Button */

/* Responsive */
@media (max-width: 768px) {

.container {
padding: 20px;
}

.legal-section {
padding: 25px;
}
}


/* =========================================
   KONTAKT (kontakt.html)
   ========================================= */

/* Header Navigation */

/* Main Container */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px 40px 40px;
}

/* Hero Image - NEU */
.hero-banner {
position: relative;
width: 100%;
height: 350px;
border-radius: 8px;
overflow: hidden;
margin-bottom: 40px;
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.hero-banner img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.hero-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(45, 90, 39, 0.9), transparent);
padding: 40px;
color: white;
}

.hero-overlay h1 {
font-size: 3rem;
font-weight: 300;
margin-bottom: 10px;
}

.hero-overlay .subtitle {
font-size: 1.2rem;
font-style: italic;
opacity: 0.95;
}

/* Page Header - ENTFERNT, da wir jetzt Hero-Banner haben */

/* Contact Grid */
.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 60px;
}

/* Contact Card */
.contact-card {
background: white;
padding: 40px;
border-radius: 5px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
transition: transform 0.3s ease;
}

.contact-card:hover {
transform: translateY(-5px);
}

.contact-card h2 {
color: #2d5a27;
margin-bottom: 25px;
font-size: 1.8rem;
font-weight: 300;
}

.contact-info {
background: #f0fdf4;
padding: 25px;
border-radius: 5px;
border-left: 4px solid #2d5a27;
margin-bottom: 30px;
}

.contact-info h3 {
color: #2d5a27;
margin-bottom: 15px;
font-weight: 400;
}

.contact-info p {
margin-bottom: 10px;
color: #333;
}

.contact-info a {
color: #059669;
text-decoration: none;
font-weight: 500;
}

.contact-info a:hover {
text-decoration: underline;
}

/* Service Areas - Like Qualifications Style */
.service-areas {
background: white;
padding: 40px;
border-radius: 5px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
margin-bottom: 40px;
}

.service-areas h2 {
color: #2d5a27;
margin-bottom: 30px;
font-size: 1.8rem;
font-weight: 300;
border-bottom: 2px solid #f0fdf4;
padding-bottom: 15px;
}

.areas-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}

.area-item {
background: #f9fafb;
padding: 20px;
border-radius: 5px;
border-left: 3px solid #2d5a27;
}

.area-item strong {
color: #2d5a27;
display: block;
margin-bottom: 8px;
font-size: 1.1rem;
}

.area-item .locations {
color: #666;
font-size: 0.95rem;
}

/* First Consultation - Like Angebote Style */
.consultation-cta {
background: white;
padding: 40px;
border-radius: 5px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
margin-bottom: 40px;
}

.consultation-cta h2 {
color: #2d5a27;
font-size: 1.8rem;
font-weight: 300;
margin-bottom: 25px;
border-bottom: 2px solid #f0fdf4;
padding-bottom: 15px;
}

.consultation-cta p {
font-size: 1rem;
margin-bottom: 30px;
color: #666;
line-height: 1.7;
}

.consultation-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 30px 0;
}

.consultation-feature {
text-align: center;
padding: 25px;
background: #f9fafb;
border-radius: 5px;
}

.consultation-feature h4 {
color: #2d5a27;
margin-bottom: 10px;
font-weight: 500;
}

.consultation-feature p {
color: #666;
font-size: 0.9rem;
margin: 0;
}

.cta-buttons {
display: flex;
gap: 15px;
margin-top: 25px;
flex-wrap: wrap;
}

.cta-button {
flex: 1;
background: #2d5a27;
color: white;
padding: 12px 20px;
text-decoration: none;
border-radius: 5px;
text-align: center;
transition: background 0.3s;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-width: 140px;
}

.cta-button:hover {
background: #1f3f1c;
}

.cta-button.secondary {
background: transparent;
border: 2px solid #2d5a27;
color: #2d5a27;
padding: 10px 18px;
}

.cta-button.secondary:hover {
background: #2d5a27;
color: white;
}

/* Social Media */
.social-media {
background: white;
padding: 40px;
border-radius: 5px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.social-media h2 {
color: #2d5a27;
margin-bottom: 30px;
font-size: 1.8rem;
font-weight: 300;
text-align: center;
}

.social-section {
margin-bottom: 40px;
}

.social-section:last-child {
margin-bottom: 0;
}

.social-section h3 {
color: #2d5a27;
margin-bottom: 20px;
font-size: 1.3rem;
font-weight: 400;
text-align: center;
padding-bottom: 10px;
border-bottom: 2px solid #f0fdf4;
}

.social-links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
margin-bottom: 20px;
}

.social-link {
background: #f9fafb;
padding: 20px;
border-radius: 8px;
text-decoration: none;
color: #333;
transition: all 0.3s ease;
border: 2px solid transparent;
text-align: center;
}

.social-link:hover {
background: #f0fdf4;
border-color: #2d5a27;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.social-link.active {
border-color: #22c55e;
background: #f0fdf4;
}

.social-link.coming-soon {
background: #f3f4f6;
color: #6b7280;
cursor: default;
}

.social-link.coming-soon:hover {
background: #f3f4f6;
border-color: #d1d5db;
transform: none;
box-shadow: none;
}

.social-link .platform {
font-weight: 500;
color: #2d5a27;
margin-bottom: 8px;
font-size: 1.1rem;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}

.social-link.coming-soon .platform {
color: #6b7280;
}

.social-link .platform .logo-icon {
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
}

.social-link .platform .logo-placeholder {
width: 24px;
height: 24px;
background: #ccc;
border-radius: 3px;
display: inline-block;
vertical-align: middle;
text-align: center;
line-height: 24px;
font-size: 12px;
color: #666;
}

.social-link.coming-soon .platform .logo-placeholder {
background: #e5e7eb;
color: #9ca3af;
}

.social-link .handle {
color: #666;
font-size: 0.95rem;
}

.social-link.coming-soon .handle {
color: #9ca3af;
}

.social-link .status {
font-size: 0.8rem;
color: #22c55e;
font-weight: 500;
margin-top: 5px;
}

.social-link.coming-soon .status {
color: #f59e0b;
}

.social-description {
text-align: center;
color: #666;
font-size: 0.95rem;
font-style: italic;
}

/* Scroll-to-Top Button */

/* Responsive */
@media (max-width: 768px) {

.container {
padding: 20px;
}

.hero-banner {
height: 250px;
}

.hero-overlay h1 {
font-size: 2rem;
}

.hero-overlay .subtitle {
font-size: 1rem;
}

.contact-grid {
grid-template-columns: 1fr;
}

.areas-grid {
grid-template-columns: 1fr;
}

.consultation-features {
grid-template-columns: 1fr;
}

.cta-buttons {
flex-direction: column;
align-items: center;
}

.cta-button {
min-width: 100%;
}

.social-links {
grid-template-columns: 1fr;
}
}


/* =========================================
   STILLE BEGEGNUNGEN (stille-begegnungen.html)
   ========================================= */

/* ── Header (identisch zur index.html) ── */
.nav-menu a.active-page { color: #2d5a27; font-weight: 500; background: #f0fdf4; }

/* ── Hauptinhalt ── */
.container {
padding: 40px;
max-width: 860px;
margin: 0 auto;
}

/* Einleitung */
.intro {
text-align: center;
margin-bottom: 60px;
opacity: 0;
animation: fadeInUp 0.8s ease 0.1s forwards;
}
.intro h2 {
font-size: 2rem;
font-weight: 300;
color: #2d5a27;
margin-bottom: 20px;
letter-spacing: 0.03em;
}
.intro p {
font-size: 1.1rem;
color: #666;
line-height: 1.8;
max-width: 600px;
margin: 0 auto 12px;
}
.intro .trennlinie {
width: 60px;
height: 2px;
background: #2d5a27;
margin: 30px auto 0;
opacity: 0.4;
}

/* Video-Karte */
.video-card {
background: white;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
overflow: hidden;
margin-bottom: 50px;
opacity: 0;
animation: fadeInUp 0.6s ease forwards;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.video-card:nth-child(1) { animation-delay: 0.2s; }
.video-card:nth-child(2) { animation-delay: 0.35s; }
.video-card:nth-child(3) { animation-delay: 0.5s; }

.video-wrapper {
position: relative;
width: 100%;
/* 9:16 für Hochformat-Reels, zentriert und auf sinnvolle Breite begrenzt */
max-width: 400px;
margin: 0 auto;
}
.video-wrapper::before {
content: '';
display: block;
padding-top: 177.78%; /* 16:9 umgekehrt = 9:16 */
}
.video-wrapper video {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
object-fit: cover;
background: #1a2e18;
}

.video-caption {
padding: 25px 30px 30px;
text-align: center;
}
.video-caption p {
font-size: 1rem;
color: #666;
line-height: 1.7;
font-style: italic;
}
.video-caption .resonanz {
display: inline-block;
margin-top: 12px;
font-size: 0.85rem;
color: #2d5a27;
font-style: normal;
letter-spacing: 0.05em;
text-transform: uppercase;
}

/* Abschlusstext */
.outro {
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
text-align: center;
margin-top: 20px;
opacity: 0;
animation: fadeInUp 0.6s ease 0.6s forwards;
}
.outro p {
font-size: 1rem;
color: #666;
line-height: 1.8;
margin-bottom: 20px;
}
.outro .highlight {
background: #f0fdf4;
padding: 20px;
border-left: 4px solid #2d5a27;
margin: 20px 0;
font-style: italic;
text-align: left;
}
.outro a.btn {
display: inline-block;
margin-top: 10px;
background: #2d5a27;
color: white;
padding: 12px 28px;
border-radius: 3px;
text-decoration: none;
font-size: 0.95rem;
transition: background 0.3s;
}
.outro a.btn:hover { background: #1e3f1b; }

/* Insta-Hinweis */
.insta-link {
text-align: center;
margin-top: 40px;
padding-bottom: 60px;
opacity: 0;
animation: fadeInUp 0.6s ease 0.75s forwards;
}
.insta-link p { font-size: 0.9rem; color: #999; }
.insta-link a { color: #2d5a27; text-decoration: none; }
.insta-link a:hover { text-decoration: underline; }

/* Scroll-to-top */

@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to   { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
.container { padding: 20px; }
.intro h2 { font-size: 1.6rem; }
.video-wrapper { max-width: 100%; }
}


/* =========================================
   ÜBER MICH (ueber-mich.html)
   ========================================= */

/* Header Navigation */

/* Main Container */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px 40px 40px;
}

/* Hero Section - ÜBERARBEITET für proportionale Darstellung */
.hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 60px;
align-items: start;
}

.hero-image {
position: relative;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 15px 35px rgba(0,0,0,0.15);
background: white;
padding: 15px;
height: 600px;
}

.hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
border-radius: 5px;
display: block;
}

.hero-content {
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
height: fit-content;
}

.hero-content h1 {
font-size: 2.5rem;
font-weight: 300;
color: #2d5a27;
margin-bottom: 20px;
line-height: 1.2;
}

.hero-content .subtitle {
font-size: 1.3rem;
color: #666;
margin-bottom: 30px;
font-style: italic;
}

.contact-card {
background: #f0fdf4;
padding: 25px;
border-radius: 5px;
border-left: 4px solid #2d5a27;
margin: 25px 0;
}

.contact-card h3 {
color: #2d5a27;
margin-bottom: 15px;
font-weight: 400;
}

.contact-card p {
margin-bottom: 8px;
color: #333;
}

.contact-card a {
color: #059669;
text-decoration: none;
}

.contact-card a:hover {
text-decoration: underline;
}

/* Bio Icons - Konsistente Ausrichtung */
.bio-icons {
margin: 20px 0;
font-size: 1.1rem;
color: #666;
}

.bio-icons div {
margin-bottom: 8px;
}

/* Content Sections */
.content-section {
background: white;
padding: 40px;
border-radius: 3px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
margin-bottom: 40px;
}

.content-section h2 {
font-size: 2rem;
font-weight: 300;
color: #2d5a27;
margin-bottom: 25px;
border-bottom: 2px solid #f0fdf4;
padding-bottom: 15px;
}

.content-section h3 {
font-size: 1.4rem;
font-weight: 400;
color: #2d5a27;
margin: 30px 0 15px 0;
}

.content-section p {
margin-bottom: 20px;
color: #666;
line-height: 1.7;
}

.content-section strong {
color: #333;
}

.highlight-quote {
background: #f0fdf4;
padding: 25px;
border-left: 4px solid #2d5a27;
margin: 30px 0;
font-style: italic;
font-size: 1.1rem;
color: #2d5a27;
}

/* Qualifications List */
.qualifications {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}

.qualification-item {
background: #f9fafb;
padding: 20px;
border-radius: 5px;
border-left: 3px solid #2d5a27;
}

.qualification-item strong {
color: #2d5a27;
display: block;
margin-bottom: 5px;
}

.qualification-item a {
color: #059669;
text-decoration: none;
font-size: 0.9rem;
display: inline-block;
margin-top: 8px;
}

.qualification-item a:hover {
text-decoration: underline;
}

/* Personal Info Grid */
.personal-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 30px;
}

.personal-item {
text-align: center;
padding: 25px;
background: #f9fafb;
border-radius: 5px;
}

.personal-item h4 {
color: #2d5a27;
margin-bottom: 10px;
}

/* Scroll-to-Top Button */

/* Responsive */
@media (max-width: 768px) {

.container {
padding: 20px;
}

.hero {
grid-template-columns: 1fr;
gap: 30px;
}

.hero-image {
height: 400px;
}

.hero-content h1 {
font-size: 2rem;
}

.qualifications {
grid-template-columns: 1fr;
}

.personal-grid {
grid-template-columns: 1fr;
}
}

