/*-----------------------------------------------------------------------------------
	Luminandero | Licht-Schamanismus
	About: Licht-Schamanismus | Ganzheitliche Heilung durch Rituale - Zeremonien - Spirituelles Coaching. Körper - Geist - Seele.
	Author: Robin Oliver Yari
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:rgba(255,255,255,0.00);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'AppleMyungjo';
	src: url('./fonts/AppleMyungjo/AppleMyungjo.ttf');
	src: url('./fonts/AppleMyungjo/AppleMyungjo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'HoneyButterfly';
	src: url('./fonts/HoneyButterfly/Honey%20Butterfly.ttf');
	src: url('./fonts/HoneyButterfly/Honey%20Butterfly.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}

/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1920px;
}
.row-style{
	width:87.37%;
	margin-bottom:-15px;
}
.img-style{
	width:32px;
	height:32px;
}
.img-inst-style{
	width:28px;
}
.img-1-style{
	width:28px;
	height:28px;
}
.img-19659-style{
	width:28px;
	height:28px;
}
.team-card{
	min-height:350px;
}
.img-placeholder-us-style{
	width:200px;
	height:200px;
}
.bloc-style{
	width:100%;
}
.p-style{
	width:100%;
}
.h1-style{
	font-family:"AppleMyungjo";
}
.h1-bloc-6-style{
	font-family:"Lobster";
}
.site-bg{
	background-size:length;
	background-position:center top;
	background-repeat:repeat;
	background-image:url("img/site_bg5.png");
}
.h1-7-style{
	width:100%;
	font-family:"AppleMyungjo";
}
.h6-style{
	line-height:29px;
}
.container-div-style{
	width:100%;
}
.img-test-lo-style{
	width:250px;
}
.navbar-brand img{
	width:180px;
}
.h1-8-style{
	font-family:"AppleMyungjo";
	font-weight:300;
}
.divider-style{
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.img-fb-ic-style{
	width:32px;
	height:32px;
}
.img-ig-ic-style{
	width:32px;
	height:32px;
}
.img-ey-ic-style{
	width:32px;
	height:32px;
}
.img-platzhalt-style{
	height:30px;
}
.h4-style{
	font-family:"AppleMyungjo";
}
.h1-illuminationen-style{
	font-family:"AppleMyungjo";
	line-height:48px;
}
.h1-zeremonien-style{
	font-family:"AppleMyungjo";
	line-height:20px;
}
.h1-rituale-style{
	font-family:"AppleMyungjo";
}
.h1-couching-style{
	font-family:"AppleMyungjo";
}
.h4-bloc-19-style{
	font-family:"AppleMyungjo";
}
.h4-rapé-zeremonie-style{
	font-family:"AppleMyungjo";
}
.h4-14-style{
	font-family:"AppleMyungjo";
}
.h4-15-style{
	font-family:"AppleMyungjo";
}
.h4-divination-style{
	font-family:"AppleMyungjo";
}
.h4-übergangsriten-style{
	font-family:"AppleMyungjo";
}
.h4-17-style{
	font-family:"AppleMyungjo";
}
.h4-16-style{
	font-family:"AppleMyungjo";
}
.h3-style{
	font-family:"AppleMyungjo";
}
.h2-style{
	font-family:"AppleMyungjo";
}
.h1-kontakt-style{
	font-family:"AppleMyungjo";
}
.img-11-style{
	height:25px;
}
.h1-bloc-18-style{
	font-family:"AppleMyungjo";
}
.h2-2-style{
	font-family:"AppleMyungjo";
}
.h3-biografie-style{
	font-family:"AppleMyungjo";
}
.h3-2-style{
	font-family:"AppleMyungjo";
}
.h1-partner-style{
	font-family:"AppleMyungjo";
}
.divider-0-style{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.p-bloc-10-style{
	font-size:20px;
}
.img-13-style{
	height:25px;
}
.active-page-link{
	font-family:"AppleMyungjo";
	font-weight:bold;
	text-decoration:none;
}
.dropdown-menu{
	border-style:_popUpItemAction:;
	background:linear-gradient(0deg, rgba(245,245,245,0.90) 0%, rgba(249,243,219,0.90) 100%);
	fill:transparent;
	stroke:transparent;
}
.img-portrai-trans-style{
	width:422px;
}
.p-bloc-8-style{
	width:100%;
}
.divider-bloc-8-style{
	width:90%;
}
.img-6-style{
	height:10px;
}
.btn-style{
	background-color:transparent;
}
.img-eagle-tra-style{
	width:925px;
	height:275px;
}
.img-homecontent-style{
	height:275px;
}
.img-jaguar-tra-style{
	height:275px;
}
.img-snake-tra-style{
	height:275px;
}
.jesus-wrapper{
	width:100%;
	height:auto;
	position:relative;
	right:0px;
	left:0px;
	bottom:0px;
	top:20px;
}
.jesus-img{
	width:100%;
	height:890px;
	display:block;
	background-image:url("img/jesus-christ_small.png");
	background-size:cover;
	bottom:0px;
}
.jesus-overlay2{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	right:0px;
	overflow:hidden;
	display:inline;
	justify-content:center;
	align-items:center;
	top:420px;
}
.jesus-overlay1{
	display:inline;
	overflow:hidden;
	left:0px;
	right:0px;
	width:100%;
	height:100px;
	position:absolute;
	top:0px;
}
.container-div-intro-text-style{
	height:131px;
}
.container-div-0-intro-text-style{
	height:242px;
}
.h3-intro-text-style{
	line-height:40px;
	font-family:"AppleMyungjo";
	margin-bottom:-3px;
}
.h4-intro-text-style{
	font-family:"AppleMyungjo";
	font-size:22px;
}
.h3-die-praktiken-style{
	font-family:"AppleMyungjo";
}
.divider-intro-text-style{
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.h4-3-style{
	font-family:"AppleMyungjo";
}
.p-bloc-2-style{
	font-size:18px;
}
.p-2-style{
	font-size:18px;
}
.p-3-style{
	font-size:18px;
}
.p-4-style{
	font-size:18px;
}
.t4w-wrapper{
	position:relative;
	width:100%;
	height:auto;
}
.t4w-img{
	display:block;
	background-size:100% auto;
	width:100%;
	background-image:url("img/t4w_bg.png");
	height:500px;
	background-repeat:no-repeat;
	position:absolute;
}
.t4w-overlay{
	position:absolute;
	overflow:hidden;
}
.bdl-wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.bdl-img{
	display:block;
	width:100%;
	background-image:url("img/flower-of-life-trans.png");
	background-color:transparent;
	background-size:length;
	background-repeat:no-repeat;
	background-position:center top;
	height:auto;
	position:relative;
	bottom:100px;
}
.bdl-overlay2{
	position:absolute;
	display:inline;
	overflow:hidden;
	width:100%;
	height:100%;
	bottom:-250px;
}
.container-div-bloc-26-style{
	height:1001px;
}
.divider-bloc-26-style{
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.bdl-overlay1{
	display:inline;
	position:absolute;
	width:100%;
	height:auto;
	bottom:712px;
	text-align:center;
}
.container-div-45224-style{
	height:910px;
}
.h1-bloc-26-style{
	font-family:"AppleMyungjo";
}
.h4-bloc-26-style{
	font-family:"AppleMyungjo";
}
.h2-bloc-26-style{
	font-family:"AppleMyungjo";
}
.img-53-style{
	height:30px;
}
.img-bloc-26-style{
	height:20px;
}
.img-53-platzhalt-style{
	height:10px;
}
.row-bloc-28-style{
	width:100%;
}
.h2-bloc-27-style{
	font-family:"AppleMyungjo";
}
.bdl-overlay3{
	width:100%;
	height:auto;
	position:absolute;
	display:inline;
	overflow:hidden;
	bottom:-450px;
}
.jesus-overlay3{
	position:absolute;
	overflow:hidden;
	display:inline;
	width:100%;
	bottom:960px;
}
.img-bloc-27-style{
	width:640px;
}
.divider-bloc-27-style{
	width:48%;
	margin-left:auto;
	margin-right:auto;
}
.img-55-style{
	height:20px;
}
.img-57-style{
	height:30px;
}
.divider-0-bloc-26-style{
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.img-58-style{
	height:10px;
}
.bdl-img2{
	position:relative;
	display:block;
	bottom:100px;
}
.h3-schlange-style{
	font-family:"AppleMyungjo";
}
.h3-jaguar-style{
	font-family:"AppleMyungjo";
}
.h3-kolibri-style{
	font-family:"AppleMyungjo";
}
.h3-adler-style{
	font-family:"AppleMyungjo";
}
.img-60-style{
	height:22px;
}
.egc-wrapper{
	width:100%;
	position:relative;
}
.egc-img{
	width:100%;
	display:block;
	background-image:url("img/pngwing%2814%29.png");
}
.egc-overlay{
	position:absolute;
	display:inline;
	overflow:hidden;
}
.ausbildung-wrapper{
	width:100%;
	position:relative;
}
.ausbildung-img{
	display:block;
	width:100%;
	background-image:url("img/pngwing%2814.2%29.png");
	background-size:100% 100%;
	height:100%;
	position:absolute;
}
.ausbildung-overlay{
	position:absolute;
	overflow:hidden;
	display:inline;
	width:100%;
}
.h2-ausbildungen-style{
	font-family:"AppleMyungjo";
}
.img-pngwing-281--style{
	width:300px;
}
.p-bloc-33-style{
	font-size:18px;
}
.img-pngwi-style{
	width:300px;
}
.container-div-bloc-33-style{
	height:659px;
}
.zsf-wrapper{
	position:relative;
	width:100%;
}
.zsf-img{
	display:block;
	width:100%;
}
.zsf-overlay{
	position:absolute;
	display:inline;
	overflow:hidden;
}
.zsf-img2{
	display:block;
	width:50%;
	bottom:118px;
	right:-15%;
}
.zsf-img3{
	display:block;
	width:50%;
	bottom:236px;
	right:-30%;
}
.zsf-img4{
	display:block;
	width:50%;
	bottom:390px;
	right:-50%;
}
.img-75-style{
	width:400px;
}
.img-74-style{
	width:600px;
}
.h4-izrc-style{
	line-height:48px;
}
.jesus-img-placeholder{
	width:100%;
	display:block;
	bottom:800px;
}
.h2-die-pfade-style{
	font-family:"AppleMyungjo";
}
.img-69-style{
	height:40px;
}
.tunnel-wrapper{
	width:100%;
	position:relative;
	height:1000px;
	bottom:135px;
}
.tunnel-img{
	display:block;
	background-image:url("img/Tunnel-BG4.png");
	background-size:cover;
	height:auto;
}
.tunnel-overlay2{
	width:100%;
	display:inline;
	position:absolute;
	overflow:hidden;
	top:350px;
}
.container-div-bloc-31-style{
	height:1200px;
}
.divider-32283-style{
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.h1-bestimmung-style{
	font-family:"AppleMyungjo";
}
.h4-32-style{
	font-family:"AppleMyungjo";
}
.tunnel-overlay{
	bottom:700px;
	position:absolute;
	display:inline;
	overflow:hidden;
	width:100%;
}
.wzh-wrapper{
	width:100%;
	height:auto;
	position:relative;
	bottom:100px;
}
.wzh-img{
	position:absolute;
	width:100%;
	background-image:url("img/Stern_trans2.png");
	background-size:100% 100%;
	height:1200px;
	top:-500px;
}
.wzh-overlay{
	width:100%;
	height:auto;
	position:absolute;
	display:inline;
	overflow:hidden;
}
.h3-coaching-style{
	font-family:"AppleMyungjo";
}
.h3-rituale-style{
	font-family:"AppleMyungjo";
}
.h3-zeremonie-style{
	font-family:"AppleMyungjo";
}
.h3-illumination-style{
	font-family:"AppleMyungjo";
}
.img-bloc-2-style{
	height:148px;
}
.img-5-style{
	height:148px;
	width:148px;
}
.img-3-style{
	width:148px;
}
.img-4-style{
	width:148px;
}
.bio-class{
	font-family:"AppleMyungjo";
	font-size:22px;
	text-transform:none;
	text-decoration:none;
}
.ausbildung-class{
	font-size:20px;
	font-family:"AppleMyungjo";
	font-weight:500;
}
.card-class{
	color:#F9F4D5!important;
	background-image:url("img/Footer1.png");
}
.egc-bg{
	background-image:url("img/EMA-Bg.png");
	width:auto;
	height:auto;
	background-size:100% 100%;
}
.p-biografie-style{
	font-size:18px;
}
.sht-bg{
	background-image:url("img/SHT-Bg.png");
	width:auto;
	height:auto;
	background-size:100% 100%;
}
.img-schmetterli-style{
	width:250px;
	height:250px;
}
.bh-bg{
	background-size:100% 100%;
	height:auto;
	width:auto;
	background-image:url("img/BH-Bg4.png");
}
.ad-bg{
	background-size:cover;
	background-image:url("img/Ad-Bg.png");
	width:100%;
	height:100%;
	background-repeat:no-repeat;
}
.rape-wrapper{
	width:100%;
	position:relative;
	height:auto;
}
.rape-img{
	width:100%;
	display:block;
	background-size:length;
	height:1000px;
	background-image:url("img/Rape-Bg.png");
}
.rape-overlay{
	width:100%;
	height:auto;
	position:absolute;
	display:inline;
	overflow:hidden;
	top:-50px;
}
.h1-27-style{
	font-family:"AppleMyungjo";
}
.divider-28675-style{
	width:25%;
	margin-left:auto;
	margin-right:auto;
}
.h4-38-style{
	font-family:"AppleMyungjo";
}
.h3-26-style{
	font-family:"AppleMyungjo";
	line-height:38px;
}
.h4-bloc-43-style{
	font-family:"AppleMyungjo";
}
.h4-39-style{
	font-family:"AppleMyungjo";
	line-height:28px;
}
.divider-33487-style{
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.rape-bg{
	width:100%;
	display:block;
	background-image:url("img/Rape-Bg.png");
}
.rape-overlay2{
	position:absolute;
	display:inline;
	overflow:hidden;
	width:100%;
	height:auto;
	bottom:50px;
}
.p-bloc-45-style{
	line-height:24px;
}
.p-120-style{
	font-size:18px;
}
.img-88-style{
	height:25px;
}
.rape-img2{
	width:100%;
	height:1200px;
	display:block;
	background-size:auto auto;
	background-image:url("img/Gruenes-Licht2.png");
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	bottom:850px;
}
.p-rape-zeremonie-style{
	font-size:18px;
}
.container-div-rape-zeremonie-style{
	height:1483px;
}
.illu-wrapper{
	width:100%;
	height:1080px;
	position:relative;
}
.illu-img{
	width:100%;
	height:900px;
	display:block;
	background-image:url("img/Energiefeld_scal.png");
	background-position:center top;
	background-size:1444px auto;
	background-repeat:no-repeat;
}
.illu-overlay{
	width:100%;
	height:auto;
	position:absolute;
	display:inline;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto auto;
	top:-80px;
}
.h1-28-style{
	font-family:"AppleMyungjo";
	font-size:60px;
	line-height:60px;
}
.divider-bloc-45-style{
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.illu-overlay2{
	position:absolute;
	display:inline;
	overflow:hidden;
	width:100%;
	height:auto;
	bottom:0px;
}
.h1-die-grundlage-style{
	font-family:"AppleMyungjo";
	line-height:50px;
}
.h2-14-style{
	font-family:"AppleMyungjo";
}
.h3-21-style{
	line-height:10px;
}
.h4-30-style{
	line-height:10px;
}
.h4-23915-style{
	line-height:10px;
}
.h3-23-style{
	line-height:10px;
}
.h3-22-style{
	line-height:10px;
}
.h4-31-style{
	line-height:10px;
}
.h1-gallery-style{
	font-family:"AppleMyungjo";
}
.h5-style{
	line-height:10px;
}
.h4-bloc-32-style{
	line-height:10px;
	font-family:"AppleMyungjo";
}
.h4-title-here-style{
	line-height:10px;
}
.h4-32-title-here-style{
	line-height:10px;
}
.h5-bloc-32-style{
	line-height:10px;
}
.h5-6-style{
	line-height:10px;
}
.img-10-style{
	height:3px;
	width:40px;
}
.h3-14577-style{
	font-family:"AppleMyungjo";
	line-height:23px;
}
.divider-faq-style{
	width:20%;
	margin-left:0;
	margin-right:auto;
}
.img-60-platzhalt-style{
	height:40px;
}
.h1-31-style{
	font-family:"AppleMyungjo";
}
.divider-48405-style{
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.h4-bloc-50-style{
	font-family:"AppleMyungjo";
}
.p-bloc-51-style{
	font-size:18px;
}
.img-104-style{
	height:20px;
}
.shaman-wrapper{
	width:100%;
	position:relative;
	bottom:200px;
	height:800px;
}
.shaman-img{
	width:100%;
	display:block;
	background-image:url("img/Yggdrasil_trans2.png");
	height:1000px;
	background-repeat:no-repeat;
	background-position:center center;
}
.shaman-overlay{
	width:100%;
	position:absolute;
	display:inline;
	overflow:hidden;
	top:50px;
	background-position:center center;
}
.img-103-style{
	height:250px;
}
.img-105-style{
	width:10px;
}
.img-107-style{
	width:10px;
}
.h3-30-style{
	font-family:"AppleMyungjo";
}
.h3-31-style{
	font-family:"AppleMyungjo";
}
.h3-32-style{
	font-family:"AppleMyungjo";
}
.ausgleich-class{
	background-color:#F9F4D5;
}
.h3-heilsitzung-style{
	font-family:"AppleMyungjo";
}
.h3-bloc-51-style{
	font-family:"AppleMyungjo";
}
.h3-35-style{
	font-family:"AppleMyungjo";
}
.ausgleich2-class{
	background-image:url("img/Geometrie2.png");
	background-size:100% auto;
	background-position:center center;
}
.shaman-img2{
	width:100%;
	height:1000px;
	display:flex;
	background-position:center center;
	position:relative;
	bottom:1100px;
	background-size:1600px 1600px;
}
.kontakt-wrapper{
	width:100%;
	position:relative;
	height:1000px;
	top:-130px;
}
.kontakt-img{
	width:100%;
	display:block;
	background-image:url("img/kontakt_taube.png");
	height:1000px;
	background-repeat:no-repeat;
	background-position:right top;
}
.kontakt-overlay{
	width:100%;
	position:absolute;
	display:inline;
	overflow:hidden;
	top:225px;
}
.h3-6-style{
	font-family:"AppleMyungjo";
}
.carousel-style{
	width:30.18%;
}
.img-yt3-ic-style{
	width:50px;
}
.img-14-style{
	width:50px;
}
.img-15-style{
	width:50px;
}
.img-bloc-6-style{
	width:50px;
}
.h3-bloc-6-style{
	font-family:"AppleMyungjo";
}
.img-17-style{
	height:50px;
}
.footer-link{
	font-family:"AppleMyungjo";
	font-weight:bold;
	text-decoration:none;
	color:#000000!important;
	text-transform:none;
	border-style:_popUpItemAction:;
	filter:sepia(50%);
	text-shadow:0.00px -2.00px 9px #FEFFFF;
	fill:transparent;
	stroke:transparent;
}
.img-115-style{
	height:35px;
}
.img-116-style{
	height:53px;
}
.footer-links{
	position:relative;
	bottom:-60px;
}
.img-122-style{
	height:10px;
}
.zeremonie-wrapper{
	width:100%;
	position:relative;
	height:800px;
}
.zeremonie-img{
	display:block;
	width:100%;
	background-image:url("img/Zeremonie_bg2.png");
	background-size:cover;
	height:800px;
	background-repeat:no-repeat;
	background-position:center center;
}
.zeremonie-overlay1{
	width:100%;
	position:absolute;
	display:inline;
	overflow:hidden;
	top:1px;
}
.h1-16-style{
	font-family:"AppleMyungjo";
}
.h4-bloc-18-style{
	font-family:"AppleMyungjo";
}
.divider-bloc-18-style{
	width:20%;
	margin-left:auto;
	margin-right:auto;
}
.zeremonie-img2{
	display:block;
	width:100%;
	background-image:url("img/Zeremonie_bg4.png");
	background-position:center center;
	background-repeat:no-repeat;
	height:800px;
	top:-100px;
	position:absolute;
}
.zeremonie-overlay2{
	bottom:400px;
}
.shaman2-wrapper{
	position:relative;
	width:100%;
	height:550px;
	top:-300px;
}
.schaman2-img{
	display:block;
	background-image:url("img/Ranken2.png");
	height:100%;
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}
.shaman2-overlay{
	position:absolute;
	display:inline;
	overflow:hidden;
	top:170px;
}
.illumination-wrapper{
	width:100%;
	position:relative;
	height:1000px;
}
.illumination-img{
	width:100%;
	display:block;
	background-image:url("img/Energiefeld_scal.png");
	background-repeat:no-repeat;
	height:800px;
	background-size:contain;
	bottom:-200px;
}
.illumination-overlay{
	width:100%;
	position:absolute;
	display:inline;
	overflow:hidden;
	top:45px;
}
.divider-bloc-28-style{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}
.h4-bloc-28-style{
	font-family:"AppleMyungjo";
}
.h1-bloc-28-style{
	font-family:"AppleMyungjo";
	font-size:45px;
}
.img-ajpuu-tra-style{
	height:200px;
}
.divider-bloc-32-style{
	width:15%;
	margin-left:auto;
	margin-right:auto;
}
.h4-events-style{
	font-family:"AppleMyungjo";
}
.h4-34-style{
	font-family:"AppleMyungjo";
}
.row-margin-top{
	margin-top:-131px;
}
.row-margin-bottom{
	margin-bottom:250px;
}
.wegezurheilung{
	position:relative;
	bottom:400px;
}
.h2-22-style{
	font-family:"AppleMyungjo";
}
.kontakt-button{
	font-family:"AppleMyungjo";
	background:linear-gradient(0deg, #E2B007 0%, #FFFFFF  100%);
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
}
.h4-52-style{
	font-family:"AppleMyungjo";
}
.h3-45-style{
	font-family:"HoneyButterfly";
	font-size:50px;
	margin-top:-22px;
}
.btn-margin-bottom{
	margin-bottom:40px;
}
.kennenlerngespräch{
	position:relative;
	bottom:250px;
	overflow:visible;
}
.startup-button{
	background-color:#666CD5;
	color:#FEFFFF!important;
	padding-right:28px;
	padding-left:28px;
	font-size:18px;
	line-height:36px;
	font-weight:bold;
	border-width:0px 0px 0px 0px;
}
.startup-button:hover{
	background-color:#7980FF;
	color:#FEFFFF!important;
}
.startup-wire-button{
	color:#212121!important;
	padding-right:28px;
	padding-left:28px;
	font-size:18px;
	line-height:34px;
	font-weight:bold;
	background-color:transparent;
	border-color:#212121!important;
	border-width:2px 2px 2px 2px;
}
.startup-wire-button:hover{
	background-color:transparent;
	color:#7980FF!important;
	border-color:#7980FF!important;
}
.startup-bold{
	font-weight:bold;
}
.hotel-room-price{
	background-color:#521B92;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:700;
	padding-top:10px;
	padding-bottom:10px;
	max-width:180px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-42px;
}
.hotel-rooms-card{
	padding-top:10px;
	margin-bottom:28px;
	margin-top:28px;
}
.hotel-rooms-card:hover{
	padding-top:0px;
	margin-bottom:38px;
}
.hotel-rooms-card-shadow{
	box-shadow:4px 8px 30px rgba(0,0,0,0.10);
}
.hotel-rooms-card-shadow:hover{
	box-shadow:3px 7px 30px rgba(0,0,0,0.20);
}
.energieausgleich-home{
	right:0px;
	bottom:400px;
	left:0px;
	position:relative;
}
.aufeinenblick{
	bottom:100px;
	left:0px;
	right:0px;
}
.row-210-margin-bottom{
	margin-bottom:-500px;
}
.kontakt-text{
	width:200px;
	background-size:cover;
}
.img-127-style{
	width:181px;
}
.row-bloc-55-style{
	width:100%;
}
.izr-spalte{
	left:0px;
	right:0px;
	width:100%;
}
.img-123-style{
	width:181px;
}
.img-125-style{
	width:181px;
}
.bloc-padding-right{
	padding-right:30px;
	left:5px;
}
.bloc-0-padding-right{
	left:40px;
}
.bloc-padding-left{
	left:20px;
}
.bloc-aufeinenblick-margin-bottom{
	margin-bottom:0px;
	padding-bottom:0px;
}
.aeb-spalte-1{
	bottom:0px;
	position:relative;
}
.row-aufeinenblick-margin-top{
	position:relative;
	bottom:0px;
}
.aufeinenblick-container{
	overflow:hidden;
	position:relative;
}
.managment-wrapper{
	width:100%;
	position:relative;
	left:0px;
	right:0px;
	height:1800px;
}
.managment-img{
	left:0px;
	right:0px;
	width:100%;
	display:block;
	background-image:url("img/Managment_v1.png");
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	top:-1830px;
	position:relative;
}
.managment-overlay{
	left:0px;
	right:0px;
	width:100%;
	position:absolute;
	display:inline;
	top:0px;
}
.btn-margin-top{
	margin-top:140px;
}
.h4-bloc-65-style{
	font-family:"AppleMyungjo";
	margin-top:150px;
	padding-top:0px;
}
.divider-bloc-65-style{
	width:35%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
.h4-55-style{
	font-family:"AppleMyungjo";
	margin-bottom:10px;
}
.row-aufeinenblick-padding-top{
	padding-bottom:0px;
	margin-bottom:-50px;
}
.row-events-margin-bottom{
	margin-bottom:-50px;
}
.container-div-margin-bottom{
	padding-bottom:0px;
	margin-bottom:-100px;
}
.row-195-margin-bottom{
	margin-bottom:-20px;
}
.container-div-kontakt-margin-bottom{
	margin-bottom:-175px;
}

/* = Colour
-------------------------------------------------------------- */


/* Text colour styles */

.tc-yellow-munsell{
	color:rgba(233,188,0,0.50)!important;
}
.tc-dim-gray{
	color:#666666!important;
}

/* Button colour styles */

.btn-gold-web-golden{
	background:rgba(255,215,0,0.15);
	color:rgba(0,0,0,.5)!important;
}
.btn-gold-web-golden:hover{
	background:#ccac00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-gamboge{
	background:rgba(226,176,7,0.50);
	color:rgba(0,0,0,.5)!important;
}
.btn-gamboge:hover{
	background:#b58d06!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-yellow-munsell{
	background:rgba(233,188,0,0.50);
	color:rgba(0,0,0,.5)!important;
}
.btn-yellow-munsell:hover{
	background:#ba9600!important;
	color:rgba(0,0,0,.5)!important;
}

/* Bloc image backgrounds */

.bg-footer-test6{
	background-image:url("img/footer_test6.png");
}
.bg-Energiefeld-scal{
	background-image:url("img/Energiefeld_scal.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.phonewrapper .phline {
	  display: block;
	  position: relative;
	  cursor: pointer}  .phonewrapper .fa {
	  display: inline;
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  vertical-align: text-top;
	  color: #616161;
	  text-shadow: 1px 1px 2px #989898}  .phonewrapper .phtext {
	  display: inline;
	  position: relative;
	  margin-left: .25em;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .phonewrapper .left {
	  text-align: left}  .phonewrapper .center {
	  text-align: center}  .phonewrapper .right {
	  text-align: right} .faqwrapper .qline {
	  display: block;
	  position: relative;
	  cursor: pointer}.faqwrapper .faq-q {
	  display: inline;
	  position: relative;
	  padding-right: .35em;
	  font-size: 1.5em;
	  line-height: 120%;
	  color: #616161}  .faqwrapper .fa {
	  display: inline;
	  position: relative;
	  margin-left: .12em;
	  padding-bottom: .25em;
	  line-height: 60%;
	  color: #616161}  .faqwrapper .aline {
	  display: block;
	  position: relative;
	  padding-left: .75em}    .faqwrapper .faq-a {
	  position: relative;
	  font-size: 1em;
	  line-height: 100%;
	  color: #616161}  .faqwrapper .left {
	  text-align: left}  .faqwrapper .center {
	  text-align: center}  .faqwrapper .aline.center {
	  padding-left: 0em}    .faqwrapper .right {
	  text-align: right}  .faqwrapper .aline.right {
	  padding-right: 2.25em}    .faqwrapper .hide {
	  display: none}  .faqwrapper .reveal {
	  display: block}      /**************************************************** * Read More Custom Bric * Made for Blocs app for Mac * Author: Whittfield Holmes, blochead.dev * Last Modified Date: Tue Aug 24, 2020 8:00am CST*****************************************************/.read-more-bric{
	overflow:hidden}.read-more-bric .hide{
	display:none!important}.read-more-bric .btn:focus{
	outline:none!important;
	box-shadow:none!important}.read-more-bric .toggle-wrap{
	display:flex}.read-more-bric .flex-center{
	display:flex;
	justify-content:center}.read-more-bric .show-read-more a.read-more,.read-more-bric .show-read-more a.read-less{
	font-weight:400}.read-more-bric .show-read-more[data-new-line='false'][data-gradient='true'] .gradient-fade-out{
	opacity:0}.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more span,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less span{
	font-weight:bold!important}.read-more-bric .show-read-more[data-underline="true"] a.read-more:hover,.read-more-bric .show-read-more[data-underline="true"] a.read-less:hover{
	text-decoration:underline}.read-more-bric a.read-more.btn.break.wide,.read-more-bric a.read-less.btn.break.wide{
	width:100%!important}.read-more-bric .show-read-more[data-new-line="true"][data-center="true"] .read-more.break.wide{
	text-align:center}.show-read-more.short .gradient-fade-out{
	display:flex;
	position:relative;
	top:-70px;
	margin-bottom:-70px;
	height:70px}.show-read-more.long .gradient-fade-out{
	display:flex;
	position:relative;
	top:-110px;
	margin-bottom:-110px;
	height:115px}.show-read-more[data-accordion="true"] .more-text{
	display:block}.show-read-more[data-accordion="true"] .more-text span{
	max-height:50px;
	overflow:hidden;
	display:block;
	max-height:2000px;
	transition:max-height 1s ease}.read-more-bric a {
	text-decoration:  none;
}
/*.read-more-bric a {
	text-decoration: none;
}
.read-more-bric {
	overflow: hidden;
}
.read-more-bric .hide {
	display:none !important;
}
.read-more-bric .btn:focus {
	outline: none !important;
	 box-shadow: none !important;
}
.read-more-bric .toggle-wrap {
	display:flex;
}
.read-more-bric .flex-center {
	display:flex;
	 justify-content: center;
}
.read-more-bric .show-read-more a.read-more,.read-more-bric .show-read-more a.read-less {
	font-weight:normal;
}
.read-more-bric .show-read-more[data-new-line='false'][data-gradient='true'] .gradient-fade-out {
	opacity:0}.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-more span,.read-more-bric .show-read-more[data-font-weight="bold"] a.read-less span {
	font-weight:bold !important;
}
.read-more-bric .show-read-more[data-underline="true"] a.read-more:hover,.read-more-bric .show-read-more[data-underline="true"] a.read-less:hover {
	text-decoration: underline;
}
.read-more-bric a.read-more.btn.break.wide,.read-more-bric a.read-less.btn.break.wide {
	width:100% !important;
}
.read-more-bric .show-read-more[data-new-line="true"][data-center="true"] .read-more.break.wide {
	text-align: center;
}
.show-read-more.short .gradient-fade-out {
	  display: flex;
	    position: relative;
	  top: -70px;
	  margin-bottom: -70px;
	  height: 70px;
	  }.show-read-more.long .gradient-fade-out {
	  display: flex;
	    position: relative;
	  top: -110px;
	  margin-bottom: -110px;
	  height: 115px;
	  }.show-read-more[data-accordion="true"] .more-text {
	  display: block;
}
.show-read-more[data-accordion="true"] .more-text span {
	  max-height: 50px;
	  overflow: hidden;
	  display: block;
	  max-height: 2000px;
	  transition: max-height 1s ease;
}
*/.timeline{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative}.timeline *,.timeline :after,.timeline :before{
	-webkit-box-sizing:inherit;
	box-sizing:inherit}.timeline:not(.timeline--horizontal):before{
	background-color:#ddd;
	bottom:0;
	content:'';
	left:50%;
	margin-left:-2px;
	position:absolute;
	top:0;
	width:4px;
	z-index:1}.timeline__wrap{
	overflow:hidden;
	position:relative;
	z-index:2}.timeline__item{
	font-size:16px;
	font-size:1rem;
	padding:.625rem 2.5rem .625rem 0;
	position:relative;
	width:50%;
	z-index:2}.timeline__item:after{
	background-color:#fff;
	border:4px solid #ddd;
	border-radius:50%;
	content:'';
	height:20px;
	position:absolute;
	right:-10px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
	width:20px;
	z-index:1}.timeline__item.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	opacity:0}.timeline__item.fadeIn{
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn}.timeline__item--left{
	left:0}.timeline__item--right{
	left:50%;
	padding:.625rem 0 .625rem 2.5rem}.timeline__item--right:after{
	left:-10px}.timeline__item--right .timeline__content:before{
	border-bottom:10px solid transparent;
	border-right:12px solid #ccc;
	border-left:none;
	border-top:10px solid transparent;
	left:-12px}.timeline__item--right .timeline__content:after{
	border-bottom:9px solid transparent;
	border-right:11px solid #fff;
	border-left:none;
	border-top:9px solid transparent;
	left:-10px}.timeline__content{
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	color:#333;
	display:block;
	padding:1.25rem;
	position:relative}.timeline__content:after,.timeline__content:before{
	content:'';
	height:0;
	position:absolute;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
	width:0}.timeline__content:before{
	border-bottom:10px solid transparent;
	border-left:12px solid #ccc;
	border-top:10px solid transparent;
	right:-12px;
	z-index:1}.timeline__content:after{
	border-bottom:9px solid transparent;
	border-left:11px solid #fff;
	border-top:9px solid transparent;
	right:-10px;
	z-index:2}.timeline__content h2{
	font-size:1.25rem;
	font-weight:700;
	margin:0 0 .625rem}.timeline__content p{
	font-size:.9375rem;
	line-height:1.5;
	margin-bottom:10px}.timeline--horizontal{
	font-size:0;
	padding:0 3.125rem;
	overflow:hidden;
	white-space:nowrap}.timeline--horizontal .timeline-divider{
	background-color:#ddd;
	display:block;
	height:4px;
	left:40px;
	position:absolute;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:40px;
	z-index:1}.timeline--horizontal .timeline__items{
	-webkit-transition:all .8s;
	-o-transition:all .8s;
	transition:all .8s;
	will-change:transform}.timeline--horizontal .timeline__item{
	display:inline-block;
	left:0;
	padding:0 0 2.5rem;
	position:relative;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	vertical-align:top;
	white-space:normal}.timeline--horizontal .timeline__item:after{
	left:50%;
	right:auto;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	top:100%}.timeline--horizontal .timeline__item .timeline__item__inner{
	display:table;
	height:100%;
	width:100%}.timeline--horizontal .timeline__item .timeline__content__wrap{
	display:table-cell;
	margin:0;
	padding:0;
	vertical-align:bottom}.timeline--horizontal .timeline__item .timeline__content:before{
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #ccc;
	left:50%;
	right:auto;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	top:100%}.timeline--horizontal .timeline__item .timeline__content:after{
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #fff;
	left:50%;
	right:auto;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	top:100%}.timeline--horizontal .timeline__item--bottom{
	padding:2.5rem 0 0}.timeline--horizontal .timeline__item--bottom:after{
	top:0}.timeline--horizontal .timeline__item--bottom .timeline__content__wrap{
	vertical-align:top}.timeline--horizontal .timeline__item--bottom .timeline__content:before{
	border-bottom:12px solid #ccc;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:none;
	bottom:100%;
	top:auto}.timeline--horizontal .timeline__item--bottom .timeline__content:after{
	border-bottom:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:none;
	bottom:100%;
	top:auto}.timeline-nav-button{
	background-color:#fff;
	border:2px solid #ddd;
	border-radius:50px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
	cursor:pointer;
	display:block;
	height:40px;
	outline:0;
	position:absolute;
	text-indent:-9999px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
	width:40px;
	z-index:10}.timeline-nav-button:disabled{
	opacity:.5;
	pointer-events:none}.timeline-nav-button:before{
	background-position:center center;
	background-repeat:no-repeat;
	content:'';
	display:block;
	height:14px;
	left:50%;
	position:absolute;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	top:50%;
	width:8px}.timeline-nav-button--prev{
	left:0}.timeline-nav-button--prev:before{
	background-image:url(../images/arrow-left.svg)}.timeline-nav-button--next{
	right:0}.timeline-nav-button--next:before{
	background-image:url(../images/arrow-right.svg)}.timeline--mobile{
	padding:0}.timeline--mobile:before{
	left:10px!important;
	margin:0!important}.timeline--mobile .timeline__item{
	left:0;
	padding-left:40px;
	padding-right:0;
	width:100%}.timeline--mobile .timeline__item:after{
	left:2px;
	margin:0}.timeline--mobile .timeline__item .timeline__content:before{
	left:-12px;
	border-bottom:12px solid transparent;
	border-right:12px solid #ccc;
	border-left:none;
	border-top:12px solid transparent}.timeline--mobile .timeline__item .timeline__content:after{
	left:-10px;
	border-bottom:10px solid transparent;
	border-right:10px solid #fff;
	border-left:none;
	border-top:10px solid transparent}@-webkit-keyframes fadeIn{
	0%{
	opacity:0;
	top:70px}100%{
	opacity:1;
	top:0}}@keyframes fadeIn{
	0%{
	opacity:0;
	top:70px}100%{
	opacity:1;
	top:0}}@-webkit-keyframes liftUp{
	0%{
	top:0}100%{
	top:-15px}}@keyframes liftUp{
	0%{
	top:0}100%{
	top:-15px}}.timeline .timeline__content img.square {
	width: 64px;
	 height:  64px;
	 border-radius:  5px;
	 margin-bottom: 20px;
}
.timeline .timeline__content img.round {
	width: 64px;
	 height:  64px;
	 border-radius:  100px;
	 margin-bottom: 20px;
}
[data-show-image="0"] {
	display: none;
}
[data-show-link="0"] {
	display: none;
}
[data-show-modal-link="0"]{
	display: none;
}
.timeline-nav-button--next:before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjgiIGhlaWdodD0iMTQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2RkZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xIDEzbDUuOC01LjlMMSAxIi8+PC9zdmc+)}.timeline-nav-button--prev:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjgiIGhlaWdodD0iMTQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2RkZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik02LjggMUwxIDdsNS44IDYiLz48L3N2Zz4=)}

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.startup-button{
	}
	.jesus-img{
		height:890px;
		background-position:center center;
	}
	.wzh-img{
		background-size:cover;
		background-position:center center;
	}
	.roy-spalte{
		width:100%;
	}
	.h2-2-style{
		margin-top:-140px;
	}
	.bdl-overlay3{
		bottom:-500px;
	}
	.p-bloc-2-style{
		font-size:16px;
	}
	.p-2-style{
		font-size:16px;
	}
	.img-jaguar-tra-style{
		width:100%;
		height:auto;
	}
	.img-homecontent-style{
		width:100%;
		height:auto;
	}
	.img-eagle-tra-style{
		width:100%;
		height:auto;
	}
	.img-snake-tra-style{
		width:100%;
		height:auto;
	}
	.h3-bloc-51-style{
		font-size:23px;
	}
	.h3-heilsitzung-style{
		font-size:23px;
	}
	.h3-35-style{
		font-size:23px;
	}
	.aufeinenblick{
		width:100%;
		right:0px;
		left:0px;
		position:relative;
		max-height:300px;
	}
	.row-padding-top{
		margin-bottom:0px;
		margin-top:0px;
		width:100%;
		height:100%;
	}
	.row-aufeinenblick-padding-top{
		margin-top:0px;
		margin-bottom:0px;
		padding-bottom:0px;
		padding-top:0px;
		position:relative;
		width:100%;
	}
	.aeb-spalte-1{
	}
	.h1-bloc-18-style{
	}
	
}

@media (max-width: 767px){
	.startup-button{
		padding-right:20px;
		padding-left:20px;
		line-height:30px;
	}
	.startup-wire-button{
		padding-right:20px;
		padding-left:20px;
		line-height:28px;
	}
	.img-bloc-2-style{
		width:75px;
		height:75px;
	}
	.img-3-style{
		width:75px;
		height:75px;
	}
	.img-4-style{
		width:75px;
		height:75px;
	}
	.img-5-style{
		width:75px;
		height:75px;
	}
	.h3-illumination-style{
		font-size:24px;
	}
	.h3-zeremonie-style{
		font-size:24px;
	}
	.h3-rituale-style{
		font-size:24px;
	}
	.h3-coaching-style{
		font-size:24px;
	}
	.wzh-img{
		height:500px;
		top:-200px;
	}
	.jesus-img{
		height:890px;
	}
	.nav-spalte{
		width:105%;
	}
	.h2-2-style{
		margin-top:-88px;
	}
	.bdl-overlay1{
		left:0px;
		right:0px;
	}
	.bdl-overlay2{
		left:0px;
		right:0px;
	}
	.bdl-overlay3{
		left:0px;
		right:0px;
		bottom:-700px;
	}
	.p-82-style{
		font-size:16px;
	}
	.p-4-style{
		font-size:16px;
	}
	.p-3-style{
		font-size:16px;
	}
	.p-2-style{
		font-size:16px;
	}
	.shaman-overlay{
		left:0px;
		right:0px;
	}
	.shaman2-overlay{
		left:0px;
		right:0px;
	}
	.shaman-img{
		background-size:cover;
	}
	.p-schamanismus-style{
		font-size:16px;
	}
	.shaman2-wrapper{
		display:block;
		position:relative;
		height:1100px;
	}
	.img-123-style{
		width:149px;
		height:149px;
	}
	.illu-sham-img{
		width:149px;
		height:149px;
		background-position:center center;
	}
	.bloc-padding-right{
		padding-right:8px;
	}
	.row-aufeinenblick-padding-top{
		padding-top:0px;
		margin-top:0px;
	}
	.aufeinenblick{
		bottom:200px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.jesus-img{
		background-position:center center;
		width:100%;
		background-size:340px auto;
		background-repeat:no-repeat;
		top:-230px;
		height:350px;
		position:relative;
	}
	.jesus-wrapper{
		height:auto;
		top:260px;
	}
	.jesus-overlay1{
		top:-220px;
	}
	.jesus-overlay2{
		top:0px;
	}
	.h1-8-style{
		font-size:28px;
	}
	.h4-style{
		font-size:18px;
		margin-bottom:15px;
		padding-bottom:0px;
		margin-top:-12px;
	}
	.divider-style{
		margin-top:-14px;
	}
	.wegezurheilung{
		top:0px;
		bottom:500px;
	}
	.h3-intro-text-style{
		font-size:20px;
	}
	.h4-intro-text-style{
		font-size:17px;
	}
	.h3-die-praktiken-style{
		font-size:25px;
	}
	.h4-3-style{
		font-size:20px;
	}
	.divider-intro-text-style{
		margin-bottom:-5px;
		margin-top:-14px;
	}
	.wzh-overlay{
		background-position:center center;
		background-size:length;
		width:100%;
		left:0px;
		right:0px;
	}
	.kennenlerngespräch{
		top:370px;
	}
	.row-margin-bottom{
	}
	.row-margin-top{
		padding-bottom:0px;
	}
	.wzh-wrapper{
		bottom:200px;
	}
	.p-wegezurheilung-style{
		font-size:15px;
	}
	.p-161-style{
		font-size:15px;
	}
	.p-162-style{
		font-size:15px;
	}
	.p-163-style{
		font-size:15px;
	}
	.energieausgleich-home{
		top:200px;
		position:relative;
	}
	.h2-22-style{
		font-size:27px;
	}
	.kontakt-text{
		width:100%;
	}
	.h3-45-style{
		font-size:40px;
	}
	.ausgleich2-class{
		height:200px;
	}
	.h3-heilsitzung-style{
		font-size:24px;
	}
	.h3-bloc-51-style{
		font-size:24px;
		opacity:0.6;
	}
	.h3-35-style{
		font-size:24px;
	}
	.aufeinenblick-container{
		width:100%;
		height:100%;
		position:relative;
		top:600px;
	}
	.p-bloc-51-style{
		font-size:17px;
	}
	.bloc-0-margin-top{
		margin-top:-59px;
	}
	.h3-bloc-6-style{
		font-size:23px;
	}
	.list-style{
		width:100%;
		background-position:center center;
	}
	.nav-spalte{
		width:100%;
	}
	.row-style{
		width:110%;
	}
	.bio-class{
		font-size:20px;
	}
	.nav-element{
		background-position:center center;
	}
	.nav-1{
		width:100%;
	}
	.eventliste{
		width:100%;
	}
	.h1-gallery-style{
		font-size:30px;
	}
	.h4-bloc-32-style{
		font-size:24px;
		margin-bottom:14px;
		margin-top:-3px;
	}
	.divider-bloc-32-style{
		margin-top:-20px;
	}
	.shaman-img{
		background-size:500px auto;
	}
	.img-123-style{
		height:71px;
	}
	.h3-30-style{
		font-size:14px;
		margin-top:3px;
	}
	.h3-31-style{
		font-size:14px;
	}
	.h3-32-style{
		font-size:14px;
	}
	.shaman2-wrapper{
		height:1200px;
	}
	.aufeinenblick{
		top:600px;
		text-align:center;
		width:100%;
		display:block;
	}
	.row-padding-top{
		padding-top:600px;
	}
	.h1-bloc-18-style{
		padding-top:250px;
		font-size:39px;
	}
	
}

