
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=1a2283fb-00f7-47d0-a027-02477733ea7d");
    @font-face{
        font-family:"Century Gothic W01";
        src:url("../Fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
        src:url("../Fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"),url("../Fonts/700cfd4c-3384-4654-abe1-aa1a6e8058e4.woff2") format("woff2"),url("../Fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"),url("../Fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype");
    }
    @font-face{
        font-family:"CenturyGothicW01-Italic";
        src:url("../Fonts/38471ac0-7849-4a39-9f97-f89d78f42142.eot?#iefix");
        src:url("../Fonts/38471ac0-7849-4a39-9f97-f89d78f42142.eot?#iefix") format("eot"),url("../Fonts/79803af7-369c-4a5f-bc95-fb69ee7e77f8.woff2") format("woff2"),url("../Fonts/483a662e-88d8-4865-8dd3-1515c67fe28b.woff") format("woff"),url("../Fonts/d29e72e3-fcd5-4fa6-8cfb-986a2e33e105.ttf") format("truetype");
    }
    @font-face{
        font-family:"Century Gothic W01 Bold";
        src:url("../Fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix");
        src:url("../Fonts/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"),url("../Fonts/bc0668e2-e5c8-45ce-954d-3b998c6b6803.woff2") format("woff2"),url("../Fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"),url("../Fonts/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype");
    }
    @font-face{
        font-family:"CenturyGothicW01-BoldIt";
        src:url("../Fonts/620781dc-b993-429f-ace1-722c9b2ba789.eot?#iefix");
        src:url("../Fonts/620781dc-b993-429f-ace1-722c9b2ba789.eot?#iefix") format("eot"),url("../Fonts/2829a59f-b2f8-4272-a496-b2e4e9bdc87e.woff2") format("woff2"),url("../Fonts/3bd69eb9-2110-4d97-989e-99a659576659.woff") format("woff"),url("../Fonts/8edaed62-069c-4a3b-87f5-fc14b5cdaec3.ttf") format("truetype");
    }


body {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}

body,html {
	
	padding:0px;
	font-family:"Century Gothic W01";
	line-height: 26px;
}

img {
	border:0px;
}

b {
	font-family:"Century Gothic W01 Bold";
	font-weight: normal;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

#mobilenav {
	position: fixed;
	padding:30px;
	z-index:200;
	box-sizing: border-box;
	cursor: pointer;
	width:77px;
	left:0px;
	top:0px;
	display:none;
}

#mobilenav img {
	position: relative;
	z-index: 200;
}

#mobilenav::after {
	content: "";
	width:150%;
	height:150%;
	background-color:#C69943;
	position: absolute;
	border-radius:1000px;
	top:-50%;
	right:0px;
	z-index:199;
	
}

#mobilenav::before {
	width:100px;
	height:100px;
	position:absolute;
	content:"";
	left:calc(50% - 50px);
	bottom:-50px;
	background-color:#FFFFFF;
	border-radius:100px;
	z-index:500;
	box-shadow: 0px 0px 11px #878787;
	background-image: url(../img/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	
}

#mobilenav .subnavi{
	display: none;
	color:#FFFFFF;
	position: relative;
	z-index: 250;
}

#mobilenav .subnavi a{
	color:#FFFFFF;
	width:100%;
	text-decoration: none;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	display: block;
	font-family:"Century Gothic W01 Bold";
	font-weight: normal;
}

#mobilenav .subnav{
	font-weight: normal !important;
	color:#11606B !important;
	margin-left:30px;
	position: relative;
	 font-family:"Century Gothic W01";
}

#mobilenav .subnav::after{
	position: absolute;
	top:8px;
	left:-25px;
	width:10px;
	height:10px;
	border:2px solid #11606B;
	content:"";
	border-radius:100px;
}

#mobilenav .subnav.active{
	font-family:"Century Gothic W01 Bold";
	font-weight: normal;
}

#mobilenav .subnav.active::after{
	background-color:#11606B;
}

.mobilesubnav {
	display:none;
}

#navibar {
	background-position: center -1220px;
	padding-bottom:100px;
	position: fixed;
	z-index:101;
	padding-top:20px;
	background-repeat: no-repeat;
}

#navibar.bg {
	background-image: url(../img/ellipse.png);
}

#navibar.bgfix {
	background-image: url(../img/ellipse.png);
}

#navibar .logosmall.logofix {
	opacity: 1 !important;
}

#navibar .logosmall {
	float:left;
	margin-left:10%;
	opacity: 0;
}

#header {
	position: relative;
	z-index: 99;
	padding-bottom:340px;
}

navigation {
	float:right;
	margin-right:10%;

}

navigation a {
	color:#FFFFFF;
	text-decoration: none;
	margin-left:30px;
	font-family:"Century Gothic W01 Bold";
	font-style: normal;
}

navigation a.active {
	color:#CA8E26;
}

navigation a.subnav {
	font-weight: normal;
	color:#11606B;
	 font-family:"Century Gothic W01";
}

navigation a.subnav.active {
	font-family:"Century Gothic W01 Bold";
}

#header .ellipse{
	position: absolute;
	width:3352px;
	left:calc(50% - 1676px);
	top:-110%;
	z-index:0;
}

#header .logobig {
	margin:0 auto;
	display: block;
	margin-top:200px;
	z-index:1;
	position: relative;
	max-width: 370px;
	width:70%;
}


section {
	position: relative;
	overflow: hidden;
	max-width:1920px;
	display: block;
	margin:0 auto;
	width:100%;
	z-index:1;
}

#welcome {
	margin-top:-500px;
	float:left;
	z-index:100;
}

#welcome .text {
	float:left;
	width:30%;
	margin-left:15%;
	margin-top:90px;
	line-height: 24px;
}

#welcome .start_img {
	float:left;
	width:30%;
	margin-left:10%;
}

#maps {
	margin-top:0px;
	float: left;
}

#kontakt {
	background-color:#e5e5e5;
	padding-top:30px;
	padding-bottom:30px;

}

#kontakt .headline_small {
	margin-left:15%;
	float:left;
	width:10%;
	color:#CA8E26;
	font-family:"Century Gothic W01 Bold";
	font-style: normal;
}

#kontakt .item_big {
	float:left;
	width:70%;
	line-height: 24px;
}

#kontakt .item_small.first {
	/*margin-left:25%;*/
	margin-left:12.5%;
}

#kontakt .item_small.phone {
	margin-left:20%;
}

#kontakt .item_small {
	float:left;
	width:30%;
	margin-top:15px;
	line-height: 24px;
}

#kontakt_split{
    width:100%;
    display: flex;
    justify-content: space-between;
}

#kontakt_split .half_contact{
    width:50%;
    box-sizing: border-box;
}

#kontakt_split .half_contact .maps:first-of-type{
    border-right:1px solid #8C8C8C;
}



#kontakt_split .half_contact .kontakt {
	background-color:#e5e5e5;
	padding-top:50px;
	padding-bottom:50px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

#kontakt_split .half_contact .kontakt .headline_small {
	margin-left:15%;
	float:left;
	width:10%;
	color:#CA8E26;
	font-weight: 700;
	font-style: normal;
}

#kontakt_split .half_contact .kontakt .item_big {
	float:left;
	width:70%;
	line-height: 24px;
}

#kontakt_split .half_contact .kontakt .item_small.first {
	margin-left:25%;
}

#kontakt_split .half_contact .kontakt .item_small {
	float:left;
	width:37%;
	margin-top:15px;
	line-height: 24px;
}

#kontakt_split .half_contact .kontakt .item_small span {
	font-size:12px;
}

#kontakt_split .half_contact .kontakt .item_small span a {
	color:#11606B;
	text-decoration: none;
}

.mail span {
	font-size:10px;
	font-style: italic;
}

.mail a, .phone a {
	color:#11606B;
	text-decoration: none;
}

#footer {
	background-color:#11606b;
	padding-top:30px;
	padding-bottom:30px;

}

.pfeil {
	position: fixed;
	right:10px;
	bottom:10px;
	z-index:100;
	cursor: pointer;
}

#footer .links {
	float:left;
	margin-left:10%;
	width:50%;
}

#footer .links a {
	color:#FFFFFF;
	text-decoration: none;
	float:left;
	margin-right:30px;
	font-family:"Century Gothic W01 Bold";
	font-style: normal;
}

#footer .copyright {
	float:left;
	width:30%;
	text-align: right;
	color:#FFFFFF;
}

h1 {
	color:#CA8E26;
	position: relative;
	width:100%;
	text-align: center;
	font-weight: normal;
	margin-top:300px;
	margin-bottom:100px;
	font-size: 50px;
	line-height:  46px;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box
}

#welcome h1 {
	margin-top:350px;
}

h1 span {
	font-size:25px;
	font-style: italic;
	color:#11606B;
}

h1::before {
	content:"";
	width:2px;
	height:100px;
	position: absolute;
	left:calc(50% - 1px);
	background-color:#CA8E26;
	top:-110px;
}

h1::after {
	content:"";
	width:2px;
	height:50px;
	position: absolute;
	left:calc(50% - 1px);
	background-color:#CA8E26;
	bottom:-70px;
}

h2 {
	font-weight: normal;
	color:#11606B;
	font-size:40px;
	letter-spacing: 3px;
	line-height: 40px;
	width:100%;
	text-align: center;
	float:left;
}

h3 {
	font-weight: normal;
	color:#CA8E26;
	font-size:25px;
	line-height: 28px;
	width:100%;
	text-align: center;
	font-style: italic;
	margin-bottom:40px;
}

h4 {
	font-weight: normal;
	color:#11606B;
	font-size:20px;
	line-height: 28px;
	width:100%;
	text-align: left;
	margin-bottom:20px;
}

.mobile {
	display:none;
}

.mail {
	background-image: url(../img/mail_icon.png);
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left:40px;
	padding-top:3px;
	box-sizing: border-box;
}

.phone {
	background-image: url(../img/phone_icon.png);
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left:40px;
	padding-top:3px;
	box-sizing: border-box;
}

.web {
	background-image: url(../img/web_icon.png);
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left:40px;
	padding-top:3px;
	box-sizing: border-box;
}

.location {
	background-image: url(../img/location_icon.png);
	background-repeat: no-repeat;
	background-size: 32px;
	padding-left:40px;
	padding-top:3px;
	box-sizing: border-box;
}

.gold {
	color:#CA8E26;
}


#uebermich {
	float:left;
	z-index:100;
}

#uebermich .text {
	float:left;
	width:40%;
	margin-left:5%;
	line-height: 24px;
}

#uebermich .start_img {
	float:left;
	width:25%;
	margin-left:15%;
}

#impressum .text, #datenschutz .text {
	float:left;
	width:70%;
	margin-left:15%;
	line-height: 24px;
}

.text a {
	color:#11606B;
}

.textlong {
	width:70%;
	margin-left:15%;
	margin-bottom:30px;
}

.textleft {
	margin-left:15%;
	width:34%;
	float:left;
}

.textright {
	margin-left:2%;
	width:34%;
	float:left;
}

.goldbg {
	background-color:#CA8E26;
	color:#FFFFFF;
}

.goldbg h3 {
	color:#FFFFFF;
}

.colorbox {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:20px;
}

.imgbox {
	width:40%;
	box-sizing: border-box;
	float:left;
	margin-top:100px;
	margin-bottom:100px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}

.bigcolorbox {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	padding-right:5%;
	float:left;
	width:60%;
	box-sizing: border-box;
	margin-top:100px;
	margin-bottom:100px;
}



.tuerkisbg {
	background-color:#11606B;
	color:#FFFFFF;
}

.tuerkisbg h2 {
	color:#FFFFFF;
}

.boxtextleft {
	float:left;
	width:45%;
}

.boxtextright{
	float:left;
	width:45%;
	margin-left:10%;
}

.colorit {
	padding-top:50px;
	padding-bottom:75px;
	margin-top:50px;
	margin-bottom:50px;
}

.img1 {
	background-image: url(../img/Entspannungstraining_Indikation.jpg);
}

.img2 {
	background-image: url(../img/Entspannungstraining_Ablauf.jpg);
	background-position: center right;
}

.img3 {
	background-image: url(../img/Rahmenbedingung-Verschwiegenheit.png);
}

.kontaktleft {
	float:left;
	margin-left:15%;
	width:30%;
	box-sizing: border-box;
	padding-right:30px;
}

.kontaktimg {
	width:55%;
	float:left;
}

.tuerkistext {
	color:#11606B;
	text-decoration: none;
}

.nomargin {
	margin-bottom:0px;
}

.marginbottom {
	margin-bottom:100px;
}

.cleardiv {
	clear:both;
	height:0px;
}

.spacer{
    width: 100%;
    padding-top: 100px;
    clear: both;
}

@media only screen and (max-width: 1700px) {
	#navibar {
		padding-bottom:70px;
	}
	
	#navibar .logosmall {
		margin-left:calc(50% - 200px);
	}
	
	navigation a {
		margin-left:15px;
		margin-right:15px;
	}
	
	navigation {
		margin-right:calc(50% - 470px);
		margin-top:10px;
	}
	
	#welcome .text {
		width:35%;
		margin-left:10%;
	}
	
	
	
	#welcome .start_img {
		width:35%;
		margin-left:10%;
	}

	#uebermich .text {
		width:50%;
	}

	#uebermich .start_img {
		width:25%;
		margin-left:10%;
	}
	
	#kontakt .headline_small{
		margin-left:10%;
	}
	
	#kontakt .item_small.first {
		/*margin-left:20%;*/
		margin-left:8%;
	}
    
    #kontakt .item_small.phone {
		margin-left:10%;
	}
	
	#kontakt .item_small {
		width:35%;
		margin-right:5%;
	}
	
	#impressum .text, #datenschutz .text {
		width:80%;
		margin-left:10%;
	}
	
	.textlong {
		width:80%;
		margin-left:10%;
	}

	.textleft {
		margin-left:10%;
		width:39%;
	}
	
	.textright {
		margin-left:2%;
		width:39%;
	}
	
	.kontaktleft {
		margin-left:10%;
		width:35%;
	}
    
    #kontakt_split .half_contact .kontakt .headline_small{
        margin-left:6%;
    }
    
    #kontakt_split .half_contact .kontakt .item_small.first{
        margin-left:16%;
    }
    
    #kontakt_split .half_contact .kontakt .item_small{
        width:42%;
    }

	
}

@media only screen and (max-width: 1200px) {
    #kontakt_split{
        flex-wrap: wrap;
    }
    
    #kontakt_split .half_contact{
        width:100%;
    }
    
    #kontakt_split .half_contact .kontakt .headline_small{
		width:90%;
		margin-left:5%;
	}

	#kontakt_split .half_contact .kontakt .item_big {
		width:90%;
		margin-left:5%;
		margin-top:30px;
	}
	
	#kontakt_split .half_contact .kontakt .item_small {
		width:90%;
		margin-left:5% !important;
	}
    
    #kontakt_split .half_contact .maps:first-of-type{
        border-right:none;
    }
}

@media only screen and (max-width: 970px) {
		
	#navibar {
		padding-bottom:30px;
	}
	
	navigation {
		display:none;
	}
	
	#welcome .text {
		width:40%;
		margin-left:5%;
	}

	#welcome .start_img {
		width:40%;
		margin-left:10%;
	}
	
	#uebermich .text {
		width:50%;
	}

	#uebermich .start_img {
		width:35%;
		margin-left:5%;
	}
	
	#kontakt .headline_small{
		width:20%;
		margin-left:5%;
	}

	#kontakt .item_small {
		width:70%;
		margin-left:25% !important;
	}
	
	#footer .links {
		margin-left:5%;
	}


	#footer .copyright {
		width:40%;
	}
	
	#impressum .text, #datenschutz .text {
		width:90%;
		margin-left:5%;
	}
	
	.textlong {
		width:90%;
		margin-left:5%;
	}

	.textleft {
		margin-left:5%;
		width:44%;
	}
	
	.textright {
		margin-left:2%;
		width:44%;
	}
	
	.boxtextleft {
		width:100%;
	}

	.boxtextright{
		width:100%;
		margin-left:0%;
	}
	
	.kontaktleft {
		margin-left:5%;
		width:90%;
	}

	.kontaktimg {
		width:100%;
		margin-top:50px;
	}
	
	#mobilenav {
		display:block;
	}
	
	h1 {
		color:#CA8E26;
		position: relative;
		width:100%;
		text-align: center;
		font-weight: normal;
		margin-top:170px;
		margin-bottom:50px;
		font-size: 50px;

	}

	h1::before {
		content:"";
		width:2px;
		height:50px;
		position: absolute;
		left:calc(50% - 1px);
		background-color:#CA8E26;
		top:-60px;
	}

	h1::after {
		content:"";
		width:2px;
		height:30px;
		position: absolute;
		left:calc(50% - 1px);
		background-color:#CA8E26;
		bottom:-40px;
	}
	
	#kontakt .mail {
		font-size:13px;
	}
	
	#kontakt .location {
		font-size:13px;
	}
	
	#kontakt .phone {
		font-size:13px;
	}
	
	#meinangebot{
		margin-top:40px;
	}

	#navibar.bg {
		background-image: url(../img/ellipse_mobile.png);
	}
	
	#navibar.bgfix {
		background-image: url(../img/ellipse_mobile.png);
		background-position: center -1310px;
	}
	
	/*
}

@media only screen and (max-width: 600px) {*/
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 25px;
		margin-top:10px;
	}
	
	h3 {
		font-size: 20px;
		padding-left:10px;
		padding-right:10px;
		box-sizing: border-box;
	}
	
	.mobile {
		display:block;
	}
	
	.desktop {
		display: none;
	}
	
	#header .ellipse {
		top:-750px;
	}
	
	#navibar .logosmall {
		margin-left:calc(50% - 29px);
	}
	
	#welcome .start_img {
		width:100%;
		margin-left:0%;
	}
	
	#welcome .text {
		width:90%;
		margin-top:40px;
	}
	
	#uebermich .text {
		width:90%;
	}

	#uebermich .start_img {
		width:100%;
		margin-left:0%;
	}
	
	#kontakt .headline_small{
		width:90%;
		margin-left:5%;
	}

	#kontakt .item_big {
		width:90%;
		margin-left:5%;
		margin-top:30px;
	}
	
	#kontakt .item_small {
		width:90%;
		margin-left:5% !important;
	}
	
	#footer .links {
		width:90%;
	}
	
	#footer .links a {
		display: block;
		text-align: center;
		width:100%;
	}

	#footer .copyright {
		width:90%;
		text-align: center;
		margin:0;
		margin-top:30px;
		margin-left:5%;
	}
	
	.imgbox {
		width:100%;
		margin-bottom:0px;
		margin-top:0px;
		height:300px !important;
	}

	.bigcolorbox {
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.textleft {
		margin-left:5%;
		width:90%;
		margin-bottom:0px;
	}
	
	.textright {
		margin-left:5%;
		width:90%;
		margin-bottom:20px;
	}
	
	.boxtextleft {
		width:100%;
	}

	.boxtextright{
		width:100%;
		margin-left:0%;
	}
	
	#welcome {
		margin-top: -330px;
	}
	
	.mobiletopmargin {
		margin-top:20px;
	}
	
	.mobilebottommargin {
		margin-bottom:20px;
	}
	
	.mobilenobottommargin {
		margin-bottom:0px;
	}
}