/*-----------------------------------------------------------------------------------
	    Sangita Popat-d-en
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

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

@font-face {
	font-family:'OTS-derived-font';
	src: url('./fonts/OTS-derived-font/391EA0_0_0.woff');
	src: url('./fonts/OTS-derived-font/391EA0_0_0.woff') format('woff'),
	url('./fonts/OTS-derived-font/391EA0_0_0.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OTS-derived-font/391EA0_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Regular';
	src: url('./fonts/Lato-Regular/Lato-Regular.woff');
	src: url('./fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
	url('./fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Regular/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Semibold';
	src: url('./fonts/Lato-Semibold/Lato-Semibold.woff');
	src: url('./fonts/Lato-Semibold/Lato-Semibold.woff') format('woff'),
	url('./fonts/Lato-Semibold/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Semibold/Lato-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Black';
	src: url('./fonts/Lato-Black/Lato-Black.woff');
	src: url('./fonts/Lato-Black/Lato-Black.woff') format('woff'),
	url('./fonts/Lato-Black/Lato-Black.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Black/Lato-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Bold';
	src: url('./fonts/Lato-Bold/Lato-Bold.woff');
	src: url('./fonts/Lato-Bold/Lato-Bold.woff') format('woff'),
	url('./fonts/Lato-Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Bold/Lato-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Heavy';
	src: url('./fonts/Lato-Heavy/Lato-Heavy.woff');
	src: url('./fonts/Lato-Heavy/Lato-Heavy.woff') format('woff'),
	url('./fonts/Lato-Heavy/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Heavy/Lato-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-MediumItalic';
	src: url('./fonts/Lato-MediumItalic/Lato-MediumItalic.woff');
	src: url('./fonts/Lato-MediumItalic/Lato-MediumItalic.woff') format('woff'),
	url('./fonts/Lato-MediumItalic/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-MediumItalic/Lato-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Lato-Medium';
	src: url('./fonts/Lato-Medium/Lato-Medium.woff');
	src: url('./fonts/Lato-Medium/Lato-Medium.woff') format('woff'),
	url('./fonts/Lato-Medium/Lato-Medium.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Lato-Medium/Lato-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = 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 */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* 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;
}
.voffset-lg{
	margin-top:80px;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}





.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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato-Regular";
	color:#333333!important;
}
h1{
	font-family:"Lato-Black";
	font-size:48px;
	color:#FFFFFF!important;
}
h2{
	font-family:"Lato-Black";
	font-size:30px;
	color:#EC0000!important;
}
h3{
	font-family:"Lato-Heavy";
	text-shadow:0px 0px 0px #000000;
	font-size:22px;
	color:#808080!important;
	line-height:24px;
}
h4{
	font-family:"Lato-MediumItalic";
	color:#EC0000!important;
	font-size:22px;
	text-align:center;
}
h5{
	font-family:"Lato-MediumItalic";
	text-align:left;
}
h6{
	font-family:"Lato-HeavyItalic";
	font-size:22px;
	line-height:22px;
}
p{
	font-family:"Lato-Regular";
	font-size:20px;
}
label{
	font-family:"Lato-Medium";
}
a{
	font-family:"Lato-Semibold";
	color:#FF0000!important;
}
.navbar-nav li a{
	font-family:"Lato-Medium";
}
.navbar-brand{
	font-family:"Lato-Medium";
}
.container{
	max-width:1200px;
}
.bloc-1{
	background:linear-gradient(0deg, #FFFFFF, #F9FFEC);
	border-style:none;
	padding-top:18px;
}
.netzwerk{
	background-repeat:no-repeat;
	background-size:100% auto;
	float:none;
	background-position:left center;
}
.img-style{
	width:160px;
	height:160px;
}
.rund-startseite{
	width:165px;
	background-color:#8DC12F;
	font-family:"OTS-derived-font";
	text-align:center;
	line-height:22px;
	padding-top:55px;
	height:165px;
	color:#EC0000!important;
	font-size:22px;
	margin:4px 4px 4px 4px;
	border-radius:150px 150px 150px 150px;
}
.rund-startseite:hover{
	background-color:#EC0000;
	color:#FFFFFF!important;
	padding-top:55px;
}
.rund-startseite-1{
	width:165px;
	background-color:#8DC12F;
	font-family:"OTS-derived-font";
	text-align:center;
	font-size:22px;
	line-height:29px;
	padding-top:65px;
	height:165px;
	color:#EC0000!important;
	margin:4px 4px 4px 4px;
	border-radius:150px 150px 150px 150px;
}
.rund-startseite-1:hover{
	background-color:#EC0000;
	color:#FFFFFF!important;
	padding-top:65px;
}
.rund-startseite-2{
	width:165px;
	background-color:#8DC12F;
	font-family:"OTS-derived-font";
	text-align:center;
	font-size:22px;
	line-height:22px;
	padding-top:50px;
	height:165px;
	color:#EC0000!important;
	margin:4px 4px 4px 4px;
	border-radius:150px 150px 150px 150px;
}
.rund-startseite-2:hover{
	background-color:#EC0000;
	color:#FFFFFF!important;
	padding-top:50px;
}
.blog-schreiben{
	font-size:48px;
	color:#EC0000!important;
}
.maps{
	width:100%;
	height:100%;
}
.transparent-text{
	color:transparent!important;
}
.transparent-text:hover{
}
.blog-schreiben:hover{
	color:#8DC12F!important;
}
.h2-style{
	width:100%;
}
.psycho{
	background-image:url("img/change-948024_1920.jpg");
}
.rund-psycho{
	background-color:#8DC12F;
	width:100px;
	height:100px;
	color:#FFFFFF!important;
	font-family:"Lato-Heavy";
	font-size:12px;
	text-transform:none;
	line-height:14px;
	text-align:center;
	padding-top:33px;
	margin-top:15px;
	margin-bottom:3px;
	margin-right:4px;
	border-radius:100px 100px 100px 100px;
}
.rund-psycho:hover{
	background-color:#EC0000;
}
.rund-psycho-1{
	background-color:#8DC12F;
	width:100px;
	height:100px;
	color:#FFFFFF!important;
	font-family:"Lato-Heavy";
	font-size:12px;
	text-transform:none;
	line-height:14px;
	text-align:center;
	padding-top:28px;
	margin-top:15px;
	margin-bottom:3px;
	margin-right:4px;
	float:none;
	border-radius:100px 100px 100px 100px;
}
.rund-psycho-1:hover{
	background-color:#EC0000;
}
.rund-psycho-2{
	background-color:#8DC12F;
	width:100px;
	height:100px;
	color:#FFFFFF!important;
	font-family:"Lato-Heavy";
	font-size:12px;
	text-transform:none;
	line-height:14px;
	text-align:center;
	padding-top:42px;
	margin-top:15px;
	margin-right:4px;
	border-radius:100px 100px 100px 100px;
}
.rund-psycho-2:hover{
	background-color:#EC0000;
}
.psycho-head{
	text-shadow:2px 1px 3px #000000;
	margin-top:113px;
	margin-bottom:15px;
}
.navi-1{
	padding-top:350px;
}
.psycho-button{
	background-color:#EC0000;
	font-family:"Lato-Black";
	color:#FFFFFF!important;
	font-size:16px;
	line-height:18px;
	height:75px;
	width:200px;
	margin:2px 2px 2px 2px;
	padding:8px 8px 8px 8px;
}
.psycho-button-1{
	background-color:#EC0000;
	font-family:"Lato-Black";
	color:#FFFFFF!important;
	font-size:16px;
	line-height:18px;
	height:75px;
	width:200px;
	padding-top:24px;
	margin:2px 2px 2px 2px;
}
.psycho-button-2{
	background-color:#EC0000;
	font-family:"Lato-Black";
	color:#FFFFFF!important;
	font-size:16px;
	line-height:18px;
	padding-top:17px;
	padding-bottom:8px;
	height:75px;
	width:200px;
	margin:2px 2px 2px 2px;
}
.sangita-popat{
	font-family:"OTS-derived-font";
	font-size:42px;
	margin-top:15px;
	margin-bottom:15px;
}
.psycho-button-aktiv{
	background-color:#8DC12F;
}
.row-margin-top{
	margin-top:35px;
}
.bloc-margin-bottom{
	margin-bottom:60px;
}
.interkulturell{
	background-image:url("img/photo-montage-1514220_1920.jpg");
}
.h2-margin-top{
	margin-top:33px;
}
.icon-frage{
	color:#EC0000!important;
	margin-right:11px;
	margin-left:4px;
}
.p-margin-bottom{
	margin-bottom:32px;
}
.rassismus{
	background-image:url("img/community-550775.jpg");
}
.h1-style{
	width:100%;
}
.footer-button{
	background-color:#8DC12F;
	font-family:"Lato-Bold";
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	padding-right:34px;
	padding-left:34px;
	width:170px;
	margin-bottom:15px;
}
.footer-button:hover{
	background-color:#EC0000;
}
.text-paralax{
	font-family:"Lato-Regular";
	color:#000000!important;
}
.head-paralax{
	color:#000000!important;
}
.subhead-paralax{
	color:#000000!important;
}
.row-style{
	width:100%;
}
.row-psycho-style{
	width:100%;
}
.psycho-button-1:hover{
}
.h3-style{
	width:100%;
}
.entspannung{
	background-image:url("img/guy-691615.jpg");
}
.schlafen{
	background-image:url("img/woman-2197947.jpg");
}
.lachen{
	background-image:url("img/laughter-775062_1920.jpg");
}
.h5-center{
	text-align:center;
}
.methoden{
	background-image:url("img/wire-rack-1311161_1920.jpg");
}
.listen-icon{
	text-indent:-12px;
	color:#EC0000!important;
}
.listen-zeile{
	padding-left:25px;
}
.h2-bloc-29-style{
	margin-bottom:29px;
}
.h3-margin-bottom{
	margin-bottom:42px;
}
li{
}
.uebermich{
	background-image:url("img/castle-drachenburg-522657_1920.jpg");
}
.termine{
	background-image:url("img/organizer.jpg");
}
.btn-margin-top{
	margin-top:18px;
}
.kontakt{
	background-image:url("img/tastatur.jpg");
}
.datenschutz{
	background-image:url("img/regulation-3246979_1280.jpg");
}
.row-bloc-44-margin-bottom{
	margin-bottom:105px;
}
.h1-psycho-style{
	font-family:"Lato-Black";
}
.h2-bloc-1-style{
	font-family:"OTS-derived-font";
}
.background{
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("img/netzwerk-gruen-2019.png");
}
.link-style{
	font-family:"OTS-derived-font";
}
.teaser{
	font-size:22px;
	text-align:center;
}
.p-margin-left{
	margin-left:34px;
}
.bloc .divider-h span{
	background-color:#919191;
}
.flaggen{
	width:38px;
	padding-top:5px;
}
.leistung-head{
	font-family:"TTProstoSansCondensed-Light";
	margin-top:32px;
}
.leistung-bullet{
	font-family:"TTProstoSansCondensed-Light";
	font-size:18px;
}

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

/* Background colour styles */

.bgc-yellow-green{
	background-color:rgba(141,193,47,0.2);
}

/* Text colour styles */

.tc-red-pigment{
	color:#ED1C24!important;
}
.tc-yellow-green{
	color:#8CC02E!important;
}
.tc-black{
	color:#000000!important;
}

/* Link colour styles */

.ltc-red-pigment{
	color:#ED1C24!important;
}
.ltc-red-pigment:hover{
	color:#be161d!important;
}

/* Bloc image backgrounds */

.bg-netzwerk-gruen-2016-big{
	background-image:url("img/netzwerk-gruen-2016-big.png");
}
.bg-netzwerk-gruen-2016-background{
	background-image:url("img/netzwerk-gruen-2016_background.png");
}
.bg-rotation{
	background-image:url("img/rotation.jpg");
}
.bg-netzwerk-gruen-2019{
	background-image:url("img/netzwerk-gruen-2019.png");
}
.bg-regulation-3246979-1280{
	background-image:url("img/regulation-3246979_1280.jpg");
}
.bg-calligraphy-998332{
	background-image:url("img/calligraphy-998332.jpg");
}
.bg-garden-665013{
	background-image:url("img/garden-665013.jpg");
}
.bg-light-3362030-1920{
	background-image:url("img/light-3362030_1920.jpg");
}
.bg-light-3362030-1920-rot{
	background-image:url("img/light-3362030_1920_rot.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	h1{
		font-size:40px;
	}
	.row-style{
		width:100%;
	}
	.rund-startseite{
		width:110px;
		height:110px;
		font-size:14px;
		padding-top:41px;
		line-height:16px;
	}
	.rund-startseite-2{
		font-size:14px;
		width:110px;
		height:110px;
		padding-top:35px;
		line-height:16px;
	}
	.rund-startseite-1{
		width:110px;
		height:110px;
		font-size:14px;
		line-height:16px;
		padding:47px 10px 10px 10px;
	}
	.rund-startseite-2:hover{
		padding-top:35px;
	}
	.rund-psycho-1{
		float:none;
	}
	.sangita-popat{
		font-size:36px;
	}
	.rund-startseite:hover{
		padding-top:41px;
	}
	.rund-startseite-1:hover{
		padding-top:47px;
	}
	.img-sangita-gro-style{
		width:150px;
		height:150px;
	}
	.teaser{
		font-size:20px;
	}
	.img-3-style{
		width:150px;
		height:150px;
	}
	.img-4-style{
		width:150px;
	}
	.img-5-style{
		width:150px;
	}
	.img-6-style{
		width:150px;
	}
	.img-7-style{
		width:150px;
	}
	.img-8-style{
		width:150px;
	}
	.img-10-style{
		width:150px;
	}
	.img-11-style{
		width:150px;
	}
	.img-12-style{
		width:150px;
	}
	.img-13-style{
		width:150px;
	}
	.img-14-style{
		width:150px;
	}
	.img-16-style{
		width:150px;
	}
	.p-margin-left{
		margin-left:4px;
		margin-top:22px;
	}
	.img-bloc-44-style{
		width:100px;
	}
	.netzwerk{
		margin-bottom:-50px;
	}
	.leistung-bullet{
		font-size:22px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:36px;
	}
	.head-paralax{
		font-size:26px;
	}
	.row-margin-bottom{
		margin-bottom:31px;
	}
	.p-style{
		width:100%;
	}
	.bloc-bloc-48-margin-top{
		margin-top:47px;
	}
	.rund-psycho-1{
		width:100px;
		height:100px;
		float:none;
	}
	.sangita-popat{
		font-size:32px;
	}
	.rund-startseite:hover{
	}
	.psycho-button-1{
		width:170px;
		font-size:14px;
	}
	.psycho-button{
		width:170px;
		font-size:14px;
	}
	.psycho-button-2{
		width:170px;
		font-size:14px;
	}
	.leistung-bullet{
		font-size:20px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:32px;
	}
	.head-paralax{
		font-size:26px;
	}
	.h1-style{
		font-size:24px;
	}
	.h1-bloc-22-style{
		font-size:24px;
	}
	.h1-bloc-19-style{
		font-size:24px;
	}
	.h2-bloc-29-style{
		font-size:24px;
	}
	.bloc-bloc-48-margin-top{
		margin-top:39px;
	}
	.row-bloc-44-margin-bottom{
		margin-top:120px;
	}
	.rund-psycho-1{
		float:none;
	}
	.sangita-popat{
		font-size:28px;
	}
	.leistung-head{
		font-size:24px;
	}
	.leistung-bullet{
		font-size:18px;
	}
	
}

