/*
 Theme Name:   2023 child
 Description:  Child Theme
 Author:       
 Template:     twentytwentythree
 Version:      1.0
 Text Domain:  2023-child2
*/

@viewport {
	width: device-width;	
	zoom: 1;	
	}


	:root {
		--base-font-size: 16px;
	}


	@font-face {
		font-family: 'ssp_r';
		src: url('fonts/SourceSansPro-Regular.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}
	
	
	
	@font-face {
		font-family: 'ssp_b';
		src: url('fonts/SourceSansPro-Bold.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}
	
	
	@font-face {
		font-family: 'ssp_l';
		src: url('fonts/SourceSansPro-Light.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}


	@font-face {
		font-family: 'os';
		src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}


	@media (prefers-color-scheme: dark) {
		:root {
			--bg-color: #000000;
			--text-color: #ffffff;
		}
	}



	
	:root {
		
		--bg-color: #ffffff;
		--text-color:#242424;
		--base-font-size: 18px;
		

   }
	
	html {
		max-width: 100%;
		overflow-x: hidden;
		scroll-behavior: smooth;
	}


	

body {				
font-family: 'ssp_r';	
background: rgba(255,255,255,0.7);
color:var(--text-color);
font-size: var(--base-font-size);
padding: 0 !important;
background-image: url('https://sol-hypnose.de/wp-content/uploads/2026/04/yoga-pattern-01.png');
max-width:2000px;
margin: auto;
overflow-x: hidden;



}


body > .wp-site-blocks {
	padding:0;
}


header .logo {margin-top:-50px; margin-bottom:-50px; max-width:180px;}
header {left:0; background-color: rgba(255,255,255,0.9); margin-top:2em; margin-block-start: 3em !important; position: fixed; z-index:999; width:100vw;  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
header > div {max-width: 1920px; margin:auto;}
header nav ul li a {font-size: 1.2em;}




.cover .wp-block-cover__inner-container {width:50% !important; text-align: left;}
.person {position: relative;}
.siegel {position: absolute; bottom:-100px; left:-100px; transform: rotate(-20deg);}
.cover .wp-block-cover__inner-container p:first-child {font-size:4em; margin:0; padding:0; line-height:1em;}
.cover .wp-block-cover__inner-container p:nth-child(2) {margin:0; padding:0; font-size:1.3em; margin-left:2em; margin-top:0px;}


.white_group {background-color: white; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.white_group  figure {margin-top:0;}
.bg_grey {background-color: #f0f0f0; color:black; max-width: 100vw !important;}
.bg_grey h2 {color: #f18529;}


.bg_white {background-color: white; color:black;}
.bg_white h2 {color: #f18529;}




.entry-content a:not(.wp-block-button__link):not(.yt_link a) {color:#f18529 !important;}



h1, h2, h3 {color: #f18529; }
.subheadline {margin-top:-5px; margin-bottom:1.5em; font-size:0.8em;}


h1 {font-size: 2.2em; margin-bottom: 1.5em !important;}


.books  {flex-wrap: nowrap;}
.books a {
	border:3px solid white; border-radius:5px; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.youtube {background-color: white; padding:1em;}

.yt_img {height:100% !important}
.youtube_box {padding:2em 1em;}

.yt_link a {
	background:red; border-radius:20px; padding:10px 20px; box-sizing: border-box; color:white !important; text-decoration: none;

}

.about_us p a {background-color: white; padding:0.5em 1em; border-radius: 5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; display: block;}
.about_us p a {text-decoration: none; color:black;}
.about_us p a:after { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-left:0.5em; }




.videos > div, .video > div {background-color: #f0f0f0; padding:1em; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
.videos *, .video * {text-align: center;}


.videos a, .video a {
    position: relative;
    display: block;
    overflow: hidden;
}


.videos p, .video p {font-size: 1.3em; font-weight:bold; }

.videos img, .video img {
    display: block;
    width: 100%;
    height: auto;
}

/* dunkler Overlay */
.videos a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    transition: 0.3s;
	z-index:-1;
}

/* Play-Button */
.videos a::after, .video figcaption::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    
    /* Dreieck */
    clip-path: polygon(35% 25%, 35% 75%, 75% 50%);
}

/* Hover-Effekt (optional, aber du willst ja fancy sein) */
.videos a:hover::before, .video a:hover::before {
    background: rgba(0,0,0,0.5);
}

.videos a:hover::after, .video a:hover::after  {
    transform: translate(-50%, -50%) scale(1.1);
}


.video {padding:0;}
.video figcaption {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color:white;
  z-index:100;
  margin:0;
  font-size:1.2em;
  padding-bottom:0.5em;
  box-sizing: border-box;
  pointer-events: none;
  
}

.video figcaption a {color:white; text-decoration: none;}

.video figcaption a:hover::after  {
    transform: translate(-50%, -50%) scale(1.1);
}

.video figcaption a:hover::before, .video a:hover::before {
    background: rgba(0,0,0,0.5);
}


.video .wp-block-image {position: relative;}


.video figcaption::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,1);
    border-radius: 50%;
    
    /* Dreieck */
    clip-path: polygon(35% 25%, 35% 75%, 75% 50%);
	pointer-events: none;
}


.wp-block-button__link {background-color: #f18529; border:1px solid rgb(206, 206, 206); 
	border-radius: 10px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
color:white;
}
.wp-block-button__link:after { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-left:0.5em; }


.t_pic {position: absolute; top:0; z-index:100;}



.tel:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f095";
	color: #1f3d45;;
	margin-right:1em;
}

.mail:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
	color: #1f3d45;;
	margin-right:1em;
}


.fax:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1ac";
	color: #1f3d45;;
	margin-right:1em;
}

.www:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0ac";
	color: #1f3d45;;
	margin-right:1em;
}

.yt_icon:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
	color: #1f3d45;;
	margin-right:1em;
}


.tel a, .mail a, .www a, .yt_icon a {color:black; text-decoration: none;}

















/* Therapeuten */

.filter {display: flex; justify-content: center; gap:10px; flex-wrap: wrap;}
.filter button {background-color: #f18529; border:1px solid rgb(206, 206, 206); 
	border-radius: 10px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
color:white; font-size:0.8em; padding:10px 20px;}


.therapeuten-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.therapeuten-grid .item {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2)
}

.therapeuten-grid .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.therapeuten-grid img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}


.therapeuten-grid .item .img-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.therapeuten-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* Titel klickbar + Styling */
.therapeuten-grid h3 {
    margin: 15px 0 5px;
    font-size: 18px;
}

.therapeuten-grid h3 a {
    text-decoration: none;
    color: #333;
}

.therapeuten-grid h3 a:hover {
    color: #e94e1b;
}

/* Ort */
.therapeuten-grid p {
    font-size: 14px;
    color: #666;
}

/* Button */
.therapeuten-grid a {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #e94e1b;
    text-decoration: none;
}





@media (max-width: 1024px) {
    .therapeuten-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .therapeuten-grid {
        grid-template-columns: 1fr;
    }
}





/* Wrapper optional */
table.has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

/* Abstand & Grundlayout */
table.has-fixed-layout td {
    padding: 15px 20px;
    vertical-align: top;
}

/* Jahr-Spalte */
table.has-fixed-layout td:first-child {
    width: 120px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}

/* Content-Spalte */
table.has-fixed-layout td:last-child {
    background: #f5f5f5;
    border-radius: 10px;
    line-height: 1.6;
}

/* Abstand zwischen Zeilen */
table.has-fixed-layout tr {
    border-bottom: 20px solid transparent;
}

/* Linie links (Timeline-Feeling) */
table.has-fixed-layout {
    border-left: 3px solid #ccc;
}

/* Punkte auf der Timeline */
table.has-fixed-layout td:first-child {
    position: relative;
}

table.has-fixed-layout td:first-child::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 800px) {

    table.has-fixed-layout,
    table.has-fixed-layout tbody,
    table.has-fixed-layout tr,
    table.has-fixed-layout td {
        display: block;
        width: 100%;
    }

    table.has-fixed-layout tr {
        margin-bottom: 20px;
        border-bottom: none;
    }

    table.has-fixed-layout td:first-child {
        margin-bottom: 5px;
        font-size: 18px;
    }

    table.has-fixed-layout td:last-child {
        padding: 15px;
    }

    /* Linie verschieben */
    table.has-fixed-layout {
        border-left: 2px solid #ccc;
        padding-left: 15px;
    }

    table.has-fixed-layout td:first-child::before {
        left: -9px;
    }
}




footer {background-color: #24394a; background-image: url('https://sol-hypnose.de/wp-content/uploads/2026/04/yoga-pattern-2.png'); margin-top:200px; color:white;}
footer a { color:white; }
footer .partner a {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
footer .partner a:hover {transform: scale(1.1); transition: all 1s ease-in-out}
footer .partner_wrapper { top:-130px; margin-bottom:-60px;}
footer .footer_links {background-color:rgb(228, 228, 228); padding:5px;}
footer .footer_links a {text-decoration: none; border-bottom:1px dotted grey; color:black;}
footer .footer_copyright {background-color:rgb(84, 84, 84); padding:5px; font-size:0.8em; color:white;}








/* Mobile-Menü bereits ab 700px */
@media (max-width: 1200px) {


#modal-1-content ul li.has-child{border:1px solid white; padding:1em; background-color: rgba(255,255,255,0.8) !important;}




  .wp-block-navigation__responsive-container-open,
  .wp-block-navigation__responsive-container {
    display: block !important;
  }

  
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
  }

  /* Optional: Desktop-Menü ausblenden */
  .wp-block-navigation__container {
    flex-direction: column;
  }


	#modal-1::after {
		background-image: url('https://sol-hypnose.de/wp-content/uploads/2026/04/grafik-1-1024x683.png');
		background-size: cover;
		background-position: center;
		width:100%;
		height:120%;
		content:'';
		z-index:-1;
		position: absolute;
		left:0;
		top:0;
		opacity:1;
		filter:brightness(1)
		

	}

	#modal-1-content {width:100%;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}


	.wp-block-navigation__responsive-container-close svg {fill: white;}


#modal-1-content ul {justify-content: center !important; align-items: center;}
	#modal-1-content li {text-align: center; align-items: center !important; justify-content: center;}
	#modal-1-content a {color:blac´k !important; font-size: calc(var(--base-font-size) + 0.3em);}



}



.partner_wrapper .partner {
    display: flex;
    flex-wrap: wrap !important;
    gap: 20px;
	justify-content: center;
}

.partner .wp-block-column {
    flex: 0 0 calc(20% - 20px); /* 5 nebeneinander */
}

/* Tablet */
@media (max-width: 1000px) {
    .partner .wp-block-column {
        flex: 0 0 calc(25% - 20px) !important; /* 3 nebeneinander */
    }
}

/* dein Wunsch: 2 nebeneinander */
@media (max-width: 800px) {
    .partner_wrapper .partner .wp-block-column {
        flex: 0 0 calc(50% - 20px) !important;
    }
}




@media (max-width: 1000px) {

	.wp-block-cover.is-position-center-right {justify-content: center;}

.cover .wp-block-cover__inner-container {background-color: rgba(255,255,255,0.8); padding:10px;}
.cover .wp-block-cover__inner-container p {color:black !important}

.cover .wp-block-cover__inner-container p:first-child {
	font-size: 3em;
	text-align: center;
}

.cover .wp-block-cover__inner-container p:nth-child(2) {
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  padding: 0;
  font-size: 1em;
}


h1 {font-size:2.2em;}
h2 {font-size:2em;}

}














@media screen AND (max-width: 800px) {
	.about_us p a {font-size:0.8em;}

	.cover .wp-block-cover__inner-container {
  width: 90% !important;
  text-align: center;
}

.siegel {
	max-width: 120px;
	left:unset;
	right:-10px;
	bottom:20px;
}




}


@media screen AND (max-width: 500px) {
	header {padding:1em; box-sizing: border-box;}
	header .logo {
max-width: 120px;
	}

	.cover .wp-block-cover__inner-container p:first-child {
	font-size: 2em;
	text-align: center;
}

.cover .wp-block-cover__inner-container p:nth-child(2) {
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  padding: 0;
  font-size: 1em;
}



	.about_us {min-height: 300px !important; padding:0}
	.about_us .wp-block-cover__inner-container > div {gap:5px;}
	.entry-content {padding:0;}
.wp-block-group {padding-left:10px !important; padding-right:10px !important;}
}

@media screen AND (max-width: 500px) {
		:root {
		--base-font-size: 14px;
	}

}
