
.source-sans-3 {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jura {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
    margin: 0;
    background-color: #1a2f24;
    font-family: "Source Sans 3", sans-serif;
    padding-top: 90px;
    color: #f1f5ef;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

html:not(.js-reveal) .reveal {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .intro,
    .therapy,
    .therapy-act,
    .aboutme,
    .costs,
    .contact,
    .legal,
    .hero-overlay {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

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

@keyframes softFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "jura", sans-serif;
}

.intro {
    text-orientation: sideways;
    padding: 75px;
    background-color: #223d30;
    color: #eef6eb;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease both;
}

.section-heading {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #f8fbf6;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.section-heading:hover {
    color: #dbe9db;
    transform: translateX(2px);
}

.intro-img {
    display: block;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    margin: 0;
    flex-shrink: 0;
}

.hero {
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-image: url("imgs/leaf.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    max-width: 780px;
    padding: 2.5rem 3rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
    text-align: center;
    animation: fadeInUp 0.7s ease both;
}

.welcomer {
    margin: 0 0 0.75rem;
    font-family: "jura", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 600;
    color: #1c2018;
    line-height: 1.2;
}

.welcomer-2 {
    margin: 0;
    font-family: "source sans 3", sans-serif;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 400;
    color: #1c2018;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(19, 37, 28, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(200, 219, 198, 0.16);
}

.header a {
    background-color: rgba(255, 255, 255, 0.06);
    color: #f5f8f3;
    text-decoration: none;
    font-family: "jura", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-1px);
}

.protect-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    touch-action: manipulation;
}

footer {
    text-align: center;
    padding: 2rem 1.5rem;
    font-family: "source sans 3", sans-serif;
    font-size: 0.9rem;
    color: #dbe9db;
}

footer a {
    color: #b4d6ab;
    text-decoration: none;
    font-weight: 600;
}

footer a:hover {
    color: #e7f3e5;
}


.therapy{
    text-orientation: sideways;
    background-color: #183426;
    color: #f2f6ef;
    padding: 75px;
    animation: fadeInUp 0.8s ease both;
}

.therapy-act{
    text-orientation: sideways;
    background-color: #223d30;
    color: #eef6eb;
    padding: 75px;
    animation: fadeInUp 0.9s ease both;
}


.aboutme{
    background-color: #223d30;
    color: #eef6eb;
    text-orientation: sideways;
    padding: 75px;
    animation: fadeInUp 0.8s ease both;
}

.table {
    border-collapse: collapse;
    width: 100%;
    max-width: 720px;
    margin: 1rem 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(219, 233, 219, 0.22);
    border-radius: 12px;
    overflow: hidden;
}

.table th,
.table td {
    text-align: left;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(219, 233, 219, 0.16);
}

.table th {
    background: rgba(255, 255, 255, 0.08);
    font-family: "jura", sans-serif;
    letter-spacing: 0.03em;
}

.table tr:last-child td {
    border-bottom: none;
}

.table tr:hover {
    background: rgba(255, 255, 255, 0.06);
}

.costs{
    text-orientation: sideways;
    padding: 75px;
    animation: fadeInUp 0.8s ease both;
}

.contact{
    text-orientation: sideways;
    background-color: #223d30;
    color: #f2f6ef;
    padding: 75px;
    animation: fadeInUp 0.8s ease both;
}

.legal {
    background-color: #223d30;
    color: #eef6eb;
    padding: 75px;
    animation: fadeInUp 0.8s ease both;
}

.legal-inner {
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.65;
}

.legal h1 {
    font-family: "jura", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0 0 2rem;
}

.legal h2 {
    font-family: "jura", sans-serif;
    font-size: 1.35rem;
    margin: 2.5rem 0 0.6rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(219, 233, 219, 0.25);
}

.legal h3 {
    font-family: "jura", sans-serif;
    font-size: 1.08rem;
    margin: 1.6rem 0 0.4rem;
}

.legal p {
    margin: 0.6rem 0;
}

.legal ul {
    margin: 0.6rem 0;
    padding-left: 1.4rem;
}

.legal li {
    margin: 0.3rem 0;
}

.legal a {
    color: #b4d6ab;
    text-decoration: underline;
}

.legal a:hover {
    color: #e7f3e5;
}

.legal address {
    font-style: normal;
    margin: 0.6rem 0;
}

.platzhalter {
    background: rgba(255, 214, 120, 0.22);
    border-bottom: 1px dashed #ffd678;
    padding: 0 0.25rem;
    border-radius: 3px;
    font-weight: 600;
}

.legal-note {
    margin: 1.2rem 0;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.07);
    border-left: 4px solid #b4d6ab;
    border-radius: 0 10px 10px 0;
}

.hinweis-box {
    margin: 1.2rem 0;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.07);
    border-left: 4px solid #b4d6ab;
    border-radius: 0 10px 10px 0;
}

.legal .toc {
    margin: 0 0 1rem;
    padding: 1rem 1.25rem 1rem 2.4rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(219, 233, 219, 0.2);
    border-radius: 12px;
}

.legal-meta {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(219, 233, 219, 0.25);
    font-size: 0.9rem;
    color: #cfe0cb;
}

@media (max-width: 700px) {
    .legal { padding: 40px 20px; }
    .intro, .therapy, .therapy-act, .aboutme, .costs, .contact { padding: 40px 20px; }
}