/*
	Version: 2.16 (19.10.25)

	Unerlaubte Vervielfältigung, Weitergabe ohne 
	schriftliche Genehmigung ist untersagt.

	Duplication, passing on without written permission is forbidden.

	Copyright (c) 2025 by Tina Happy
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 1em;
	color: #000;
	overflow: scroll;
}

h2, h3, h4, h6 {
	display: inline;
	font-size: 1em;
}

h4.normal {
	font-weight: normal;
}

h5 {
	font-size: 1em;
}

p {
	text-align: left;
}

p.right {
	text-align: right;
}

a.none {
	text-decoration: none;
}

a.black, a.stripe {
	color: #000;
	text-decoration: underline;
}

a.stripe:hover {
	color: #70B3E5;
	background-color: #000;
	text-decoration: underline;
}

p.inline {
	display:inline;
}

.frame {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.wrapper  {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.space {
	width: 60%;
	height: 1px;
	background-color: #888;
	margin-top: 25px;
	margin-right: 20%;
	margin-bottom: 25px;
	margin-left: 20%;
}

.spacer {
	margin-top: 30px;
}

.headline {
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	padding: 5px;
	background: #4696e9;
	border-bottom: 1px solid #000;
	text-align: center;
}



/* NAV BAR */

.nav_bar {
	position: fixed;
	top: 50%;
	right: 0;
	background: #000;
	border-left: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 97;
}

.nav_bar a {
	display: block;
	padding: 8px;
	background: #000;
	font-size: 1em;
	color: #fff;
	text-align: center;
	transition: all 0.5s ease;
}

.nav_bar a:hover {
	background: #fff;
	color: #000;
}

.nav_bar_top {
	border-top: 1px solid #fff;
}

.nav_bar_bottom {
	border-bottom: 1px solid #fff;
}



/* MENU */


.menu_bar {
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	padding: 25px 4px 25px 2px;
	background: #000;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 6px 6px 0;
	writing-mode: vertical-lr;
	font-size: 1em;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 98;
}

.menu {
	width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -350px;
	background: rgb(0 0 0);
	transition: 0.5s;
	opacity: 0.9;
	z-index: 99;
}

.menu_nav {
	padding-top: 8%;
	padding-left: 8%;
}

.menu ul, li {
	margin: 0;
	padding: 3% 0 0 0;
	line-height: 1.5em;
	list-style: none;
}

.menu a {
	display: inline-block;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	padding: 5px;
	background: #333;
	border: 1px solid #fff;
	border-radius: 6px;
	color: #81b6e0;
	animation: fade 1s;
}

.menu a:focus {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	color: #000;
}

.menubutton {
	position: fixed;
	bottom: 50%;
	transition: 0.5s;
}



/* SECTIONS */

.header {
    height: auto;
	margin-top: 120px;
	margin-bottom: 10px;
	text-align: center;
}

.ebook, .languages {
    height: auto;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
}

.news, .audiobook, .videobook, .experience, .energies, .knowledge, .tips, .important, .newest, .current, .highfrequency, .healingmusic, .h2_therapy, .highfrequency_therapy, .radiothermy, .smokingdamage, .thetaios, .studentgirl, .videos, .social {
    height: auto;
	margin-top: 60px;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.radiothermy, .smokingdamage {
	margin-top: 10px;
}

.footer {
	padding: 40px 5px 40px 5px;	
	background: #555;
	background-image: url(img/h2_wasserstoff_blasen_grau.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.header_a, .ebook_a, .news_a, .current_a, .audiobook_a, .video_a, .experience_a, .important_a, .newest_a, .highfrequency_a, .healingmusic_a, .energies_a, .knowledge_a, .tips_a, .h2_therapy_a, .highfrequency_therapy_a, .radiothermy_a, .smokingdamage_a, .thetaios_a, .studentgirl_a, .social_a {
	padding: 15px;
	background: #79b8f5;
	background-image: url(img/h2_wasserstoff_blasen.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.languages_a {
	padding-right: 20px;
	text-align: right;
}

.current_a, .videos_a {
	border-top: 1px solid #000;
}

.thumbnail {
	width: 150px;
	height: 85px;
}

.footer_a {
	padding-bottom: 5px;	
	background: #555;
	border-bottom: 1px solid #000;
	font-size: 0.5em;
	color: #eacaa8;
	text-align: center;
}

.header_b, .audiobook_b, .experience_b {
	padding: 20px 5px 20px 5px;
	display: flex;
	justify-content: center;
	background: #a2cef8;
	border-bottom: 1px solid #000;
}

.ebook_b {
	padding-right: 20px;
	text-align: right;
}

.languages_b {
	width: 100%;
	padding: 20px 0 20px 0;
	background: #a2cef8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

.current_a, .energies_b, .knowledge_b, .tips_b, .thetaios_b, .studentgirl_b, .videos_a, .social_b {
	width: 100%;
	padding: 20px 0 20px 0;
	background: #a2cef8;
	border-bottom: 1px solid #000;
	text-align: center;
}

.video_b, .important_b, .newest_b, .highfrequency_b, .healingmusic_b, .h2_therapy_b, .highfrequency_therapy_b, .radiothermy_b, .smokingdamage_b {
	width: 100%;
	background: #a2cef8;
	border-bottom: 1px solid #000;
	text-align: center;
}

.h2_therapy_b, .highfrequency_therapy_b {
	padding: 20px 0 20px 0;
}

.header_c, .audiobook_c, .experience_c {
	width: 15%;
	background: url(img/h2_wasserstoff_blasen_links.png) no-repeat;
	background-position: left bottom;
}

.languages_c {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_d, .audiobook_d, .experience_d {
	width: 70%;
	text-align: center;
}

.languages_d {
	margin-right: 10%;
	text-align: right;
}

.header_e, .audiobook_e, .experience_e {
	width: 15%;
	background: url(img/h2_wasserstoff_blasen_rechts.png) no-repeat;
	background-position: right top;
}

.languages_e {
	margin-left: 10%;
	text-align: left;
}

.swiper {
	background: #a2cef8;
}

.swiper-slide {
	text-align: center;
}

.arrow-left, .arrow-right {
	padding: 5% 0 5% 0;
	background: #000;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 3em;
	color: #fff;
}

.arrow-left:hover, .arrow-right:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}

.icon {
	width: 64px;
	height: 64px;
}

a {
	color: #000;
}

a.links {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}

a.links:hover {
	color: #000;
	background: #fff;
	text-decoration: underline;
	border-radius: 3px;
}



/* FORMS */

input[type=button], input[type=submit] {
	padding: 0.5em;
	background: #000;
	border: 1px solid #000;
	border-radius: 6px;
	outline: none;
	font-size: 1em;
	color: #fff;
}

input.button, input.submit {
	width: auto;
	cursor: pointer;
	transition: all 0.5s ease;
}

input.button:hover, input.submit:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

input[type=text], textarea {
	padding: 5px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 6px;
	outline: none;
	font-size: 0.9em;
	color: #000;
}

input[type=text]:hover, textarea:hover {
	background: #f5f5f5;
	border: 1px solid #fff;
	animation: fade 1s;
}

input[type=text]:focus, textarea:focus {
	background: #f5f5f5;
	border: 1px solid #555;
}

textarea {
	width: 100%;
}

input.captcha, input.code {
	text-align:center;
}

input.code:hover {
	background: #fff;
	border: 1px solid #ccc;
}

input.button.white, input.submit.white {
	background: #fff;
	color: #000;
}

input.button.white:hover, input.submit.white:hover {
	background: #000;
	color: #fff;
}

.play {
	display: inline-block;
	position: relative;
}

.play-menu {
	display: none;
	position: absolute;
	margin-top: 1px;
	color: #fff;
	white-space: nowrap;
	text-align: left;
}

.play-menu a {
	display: block;
	margin-bottom: 1px;
	padding: 0.5em;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}

.play-menu a:hover {
	background-color: #fff;
	color: #000;
}

.play:hover .play-menu {
	display: block;
}



/* CONTACT & DISCLAIMER*/

.forms {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact, .disclaimer {
	width: 90%;
	height: 60%;
	bottom: 12%;
	margin: auto;
}

.contact, .disclaimer {
	position: fixed;
	background-color: #333;
	border: 1px solid #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 4px black;
	overflow-y: auto;
	overflow-x: hidden;
	animation: fade 1.5s;
	z-index: 100;
}

.contact_a, .disclaimer_a {
	height: 48px;
	margin: 10px;
	font-weight: bold;
}

.contact_b, .disclaimer_a, .disclaimer_b {
	display: flex;
	align-items: center;
}

.contact_a, .contact_b, .contact_c, .disclaimer_a, .disclaimer_b {
	padding: 5px;
	background: #aaa;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.disclaimer_a, .disclaimer_b {
	background: #fff;
}

.contact_e, .disclaimer_c {
	padding: 5px;
	text-align: center;
}

.contact_b, .contact_c, .contact_d, .contact_e, .disclaimer_b, .disclaimer_c {
	margin: 0 10px 10px 10px;
}

.form_icon {
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

.contact_title {
	vertical-align: bottom;
}

.disclaimer_title {
	vertical-align: middle;
}

.form_name {
	width: 40%;
	text-align: left;
}

.form_field {
	width: 60%;
	text-align: right;
}

.captcha_name {
	width: 60%;
	text-align: left;
}

.captcha_field {
	width: 40%;
	text-align: right;
}

.info {
	padding-left: 5px;
	font-size: 0.8em;
	color: #dd2000;
}

.status {
	border: 1px solid #000;
}

.contact_send {
	padding: 5px 10px;
	background-color: #12cc1a;
	border:#0fa015 1px solid;
	border-radius:4px;
	color: #fff;
	text-align: center;
}

.contact_false {
	padding: 5px 10px;
	background-color: #fd2200;
	border:#fa0015 1px solid;
	border-radius:4px;
	color: #fff;
	text-align: center;
}



.arrow {
	transition: all 0.5s ease;
}

@keyframes fade {
	from {opacity:0;}
	to {opacity:1;}
}

@keyframes fadeOut {
	from {opacity:1;}
	to {opacity:0;}
}