@charset "UTF-8";
/* CSS Document */
/*
Theme Name: WPTheme Hypnosepraxis Klein
Theme URI: /themes/hypnosepraxis-klein/
Author: TRE Services GmbH
Author URI: https://www.ergebnisreich.de/
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;600&family=DM+Sans:wght@400;500;700&display=swap');*/

:root {
    --primary: #2C5F5D;
    --primary-light: #3D7B78;
    --accent: #D4A574;
    --text-dark: #1A1A1A;
    --text-medium: #4A4A4A;
    --text-light: #707070;
    --bg-light: #FAFAFA;
    --bg-white: #FFFFFF;
    --border: #E5E5E5;
	--bg-light-green:#e6f1dc;
	--bg-dark-green:#dae9ca
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background: var(--bg-light-green);
    padding-top: 80px;
}
main{    margin-top: 32px;
}
/* Typography */
h1, h2, h3, h4 {
    font-family: Kaushan Script, cursive;
    font-weight: 600;
    /*line-height: 1.2;*/
}

h1 {
    font-size: 2.5rem /*clamp(2.5rem, 5vw, 4rem)*/;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.5em; /*clamp(2rem, 4vw, 3rem)*/;
    margin-bottom: 2rem;
    color: var(--primary);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
}

p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: var(--text-medium);
}

/* Header & Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: /*rgba(255, 255, 255, 0.95)*/ #e6f1dc;
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

nav {
    max-width: 1400px;
    /*margin: 0 auto;*/
    padding: 1.5rem /*2*/ 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*
.logo {
    font-family: 'Crimson Pro', serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    letter-spacing: -0.5px;
}*/
/* .nav-links -> .element-navigation*/
.element-navigation {
    display: flex;
    gap: /*2 1.5rem*/ 1rem;
    list-style: none;
}

.element-navigation a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    transition: color 0.3s ease;
}

    

header
.element-navigation a {
	font-weight: 700;
    color:  #85af9c;
	text-shadow: 1px 0px 2px rgba(198, 216, 208, 0.5);
}

.element-navigation a:hover {
    color: var(--primary);
}

/*.element-navigation a.active {
    color: var(--primary);
}*/
.element-navigation li.current_page_item a{
    color: var(--primary);
}

/*.element-navigation a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent);
    transition: width 0.3s ease;
}*/

.element-navigation a:hover::after,
/*.element-navigation a.active::after*/
.element-navigation li.current_page_item a::after{
    width: 100%;
}

/* Mobile Menu 
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--text-dark);
    transition: all 0.3s ease;
}*/

/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: white;
    padding: 6rem 2rem 4rem;
    text-align: center;
    margin-bottom: 4rem;
}

.page-header h1 {
    color: white;
    margin-bottom: 1rem;
}

.page-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Hero Section */
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(44, 95, 93, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}

.hero h1 {
    max-width: 900px;
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--text-medium);
    max-width: 700px;
    margin-bottom: 3rem;
    animation: fadeInUp 1s ease 0.2s both;
}
/*
.cta-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s both;
}
*/
/* Buttons */

/*div.wp-block-button > a -> .btn */
/*.btn a {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}*/

/*
.wp-block-buttons
.wp-block-button
a.wp-element-button {
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
} */

/*.btn-primary a {
    background: var(--primary);
    color: white;
}*/

/*
.wp-block-buttons
.wp-block-button
a.wp-element-button  {
    background: var(--primary);
    color: white;
}*/

/*.btn-primary:hover a {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(44, 95, 93, 0.2);
}*/


/*
.wp-block-buttons
.wp-block-button
a.wp-element-button:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(44, 95, 93, 0.2);
} */

/*.btn-secondary a {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover a {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}*/

/*
.wp-block-buttons
.wp-block-button.is-style-outline
a.wp-element-button {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}
.wp-block-buttons
.wp-block-button.is-style-outline:hover
a.wp-element-button{
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}
*/
/* Content Container */

/*.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
}*/

div.wp-block-element-max-breite {
	max-width:1280px /*1400*/;
    margin: 0 auto;
    /*padding: 4rem 20rem*/ ;
}

/* Section Styles */
section {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}
/*.section-intro {
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
}*/
div.wp-block-element-max-breite.section-intro {
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
	padding:0
}

/* Cards Grid */
.cards-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.is-style-block-karte {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--border);
}

.is-style-block-karte-item {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--border);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}


.is-style-block-karte-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.card h3 {
    color: var(--primary);
    margin-bottom: 1rem;
}

.is-style-block-karte-item h3 {
    color: var(--primary);
    margin-bottom: 1rem;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

/* Feature List */
.feature-list {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.feature-item::before {
    content: '→';
    color: var(--accent);
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

/* Two Column Layout */
.two-column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 4rem;
    align-items: center;
    margin: 3rem 0;
}

/* Team Section */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.team-member {
    text-align: center;
}

.team-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-light), var(--accent));
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    font-weight: 600;
}

.team-photo p {
    font-size: 3rem;
    color: white;
    font-weight: 600;
	margin-bottom: 0;
}

.team-member h3 {
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.team-role {
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Contact Form */
.contact-form {
    max-width: 600px;
    margin: 3rem auto;
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

input, textarea, select {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--primary);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

/* Footer */
/*
footer {
    background: var(--text-dark);
    color: white;
    padding: 3rem 2rem 2rem;
    text-align: center;
}

footer p {
    color: rgba(255, 255, 255, 0.7);
}

footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin: 0 1rem;
}

footer a:hover {
    color: white;
}
*/
/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease;
}

/* Highlight Box */
.highlight-box {
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    color: white;
    padding: 3rem;
    border-radius: 16px;
    margin: 3rem 0;
}

.highlight-box h3 {
    color: white;
}

.highlight-box p {
    color: rgba(255, 255, 255, 0.9);
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
   /* .element-navigation {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        transform: translateY(-100%);
        opacity: 0;
        transition: all 0.3s ease;
        border-bottom: 1px solid var(--border);
    }
    
    .element-navigation.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .menu-toggle {
        display: flex;
    }
    */
    .two-column {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .btn a {
        width: 100%;
        text-align: center;
    }
	
	.wp-block-buttons
	.wp-block-button
	/*a.wp-element-button*/ {
        width: 100%;
        text-align: center;
    }
    
    section {
        padding: 3rem 1.5rem;
    }
    
    .container {
        padding: 3rem 1.5rem;
    }
	
	div.wp-block-element-max-breite{
        /*padding: 3rem 1.5rem;*/ padding:0;
    }
    
    .page-header {
        padding: 5rem 1.5rem 3rem;
    }
}

/**/
.is-style-block-bg-hellgrau{
	background: #dae9ca/*var(--bg-light)*/;
}
.wp-block-element-max-breite.is-style-block-kurze-breite {
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
	padding:0
}
.is-style-block-bg-light{
	background: var(--bg-light-green);
}
.is-style-block-bg-dark{
	background: var(--bg-dark-green);
}
/*.wp-block-content
.wp-block-element-div:first-child{
	padding:4rem 0;
}*/
.wp-block-content
.wp-block-element-div:first-child p {
    font-family: 'Lilita One', cursive;
    font-size: 1.3rem;
    margin: 0 0 0.25em 0;
    line-height: 1.5; color: #85af9c;
}
.is-style-block-bg-dark h1 {
	background: var(--bg-dark-green);
	z-index:1;
	position:relative
}
.is-style-block-bg-dark h1.wp-block-heading span{
	background: var(--bg-dark-green);
	    padding: 0 1.5rem;
    margin: 0 24px;
	
}

/**/
.team-member {
	max-width: 800px;
    margin: 0 auto 5rem;
    text-align: left;
}
/**/
.wp-block-content{
	background-color: #dae9ca;
}

footer nav li a {

    color: #fff !important;
}
footer nav li:not(:first-child):before {
    content: "\002f";
    display: inline-block;
    /*font-family: Montserrat, sans-serif;*/
    opacity: 0.7;
    padding: 0 1.307692308em;
    color: #fff;
}

 #element-logo { /*margin-top: 0.75em; margin-bottom: 0.75em;*/  padding: 5px !important; display:flex;    flex-direction: column;
    flex-wrap: nowrap; }
#element-logo a { font-size: 28px; font-size: 2.35rem; line-height: 1.25;  color: /*rgb(167,219,195)*/ #85af9c; font-family: 'Kaushan Script', cursive; text-shadow: 1px 0px 2px rgba(198,216,208,0.5);
text-decoration:none}
.element-subtitel{ font-size: 1.2em; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 100; text-align: center; margin: 0 }

/**/
.wp-block-element-div div.wp-block-element-max-breite   div.wp-block-inline{padding:40px 0}
@media (max-width: 1360px) {
	.wp-block-element-div div.wp-block-element-max-breite   div.wp-block-inline{padding:40px }
}
@media (max-width: 560px) {
	.wp-block-element-div div.wp-block-element-max-breite   div.wp-block-inline{padding:24px }
}
#hinweisbanner{
	background-color: #dae9ca;
    padding: 2em 0;
    border-top: 10px solid #dae9ca;
    border-bottom: 10px solid #dae9ca;
    box-shadow: 0px 0px 20px -14px #000 inset;
}
.page-id-31  .wp-block-element-div {position:relative}
.page-id-31  .wp-block-element-div:first-child{background-color: var(--bg-dark-green) !important;}
.page-id-31 
.wp-block-element-div:nth-child(even) {
	background: #e6f1dc;
	/*float: right;*/
	background-image: url("/wp-content/themes/hypnosepraxis-klein/inc/images/box-patern-2.png"); 	padding:4rem 0; position:relative}

.page-id-31 
.wp-block-element-div:nth-child(odd) { 
	background: #e6f1dc;
	padding:4rem 0; position:relative 
}
.page-id-31 
.wp-block-element-div:nth-child(odd)
.wp-block-group.box {
	width:70%;  margin-right: 4rem;
}
.page-id-31 
.wp-block-element-div:nth-child(even)
.wp-block-group.box {
	width:70%;      margin-left: 4rem;
}
.wp-block-group.box {background: #e6f1dc;  }

.page-id-31 
.wp-block-element-div:nth-child(odd) div.wp-block-element-max-breite   div.wp-block-inline {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 2.5rem;
}
.page-id-31
.wp-block-element-div.is-style-block-bg-dark{background-color: var(--bg-dark-green) !important; }
.page-id-31
.wp-block-element-div.is-style-block-bg-dark 
h2.wp-block-heading.has-text-align-center{text-align:center!important; margin:0 auto}

/* .wp-block-group__inner-container*/
/*.page-id-31 .wp-block-element-div:nth-child(even) div.wp-block-element-max-breite   div.wp-block-inline .wp-block-group.box  { float: right; background-color: #e6f1dc; width:70%}*/
/*
.page-id-31  .wp-block-element-div:nth-child(odd) > div.wp-block-element-max-breite > div.wp-block-inline .wp-block-group.box .wp-block-group__inner-container { float: left; 
	background-color: #e6f1dc;
	width:70% }*/
.box/*-insert-subpage*/ { border: 7px dotted cadetblue; padding: 3em; }

/*text*/
.wp-block-heading strong { font-family: 'Lilita One', cursive; color: #85af9c }
strong { /*font-family: 'Lilita One', cursive;*/ color: /*rgb(167,219,195)*/ #85af9c } 

h1:after { content: ' '; display: block; background-repeat: no-repeat; background-position: center; height: 25px; border-bottom: 3px solid; margin-top: -1.15em; width: 30%; margin-left: auto; margin-right: auto; }
h2 { font-family: 'Kaushan Script', cursive; color: /*rgb(167,219,195)*/ #85af9c; }
p { font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 1.5em !important; margin: 0 0 0.5em; }
p a { color: steelblue }
button { background-color: #ffdcc2 !important; color: cadetblue !important }

@media (max-width: 781px) {

.page-id-31 .wp-block-element-div:nth-child(even) .wp-block-group.box {
    width:100%;
    margin-left: 0rem;
}
	.page-id-31 .wp-block-element-div:nth-child(odd) .wp-block-group.box {
    width:100%;
    margin-right:0rem;
}
	
	footer .element-navigation {
    display: flex;
    gap: /*2 1.5rem*/ 1rem;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}
	
	#menu-footernavigation  li:first-child{
		flex-basis:100%; text-align:center
	}
	#menu-footernavigation  li:not:first-child{
		flex-basis:33%
	}
	footer nav li:nth-child(2):before {
    content: " ";
    display: inline-block;
    /* font-family: Montserrat, sans-serif; */
    opacity: 0.7;
    padding: 0 1em 0 0;
    color: #fff;
}
	footer nav li:not(:first-child):before {
    padding: 0 1.0em;
  
}
	}