/* @override 
	http://praxis-fuer-naturheilkunde-berlin.de/css/basic.css #### */
	
	/* @group fonts */
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-5_Plain.woff2") format("woff2");
	     font-weight: normal;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-5iPlainItalic.woff2") format("woff2");
	     font-weight: normal;
	     font-style: italic;
	}
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-7_Bold.woff2") format("woff2");
	     font-weight: bold;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-5_Plain.woff2") format("woff2");
	     font-weight: normal;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-5iPlainItalic.woff2") format("woff2");
	     font-weight: normal;
	     font-style: italic;
	}
	
	@font-face {
	     font-family: "TheSans";
	     src: url("../fnt/TheSansC5-7_Bold.woff2") format("woff2");
	     font-weight: bold;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "FlorisText";
	     src: url("../fnt/FlorisText19-Regular.woff2") format("woff2");
	     font-weight: normal;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "FlorisText";
	     src: url("../fnt/FlorisText19-Bold.woff2") format("woff2");
	     font-weight: bold;
	     font-style: normal;
	}
	
	@font-face {
	     font-family: "FlorisText";
	     src: url("../fnt/FlorisText19-Italic.woff2") format("woff2");
	     font-weight: normal;
	     font-style: italic;
	}
	
	@font-face {
	     font-family: "FlorisText";
	     src: url("../fnt/FlorisText19-BoldItalic.woff2") format("woff2");
	     font-weight: bold;
	     font-style: italic;
	}
	
	/* @end */
	
	/* @group Standards */

body {
	text-rendering: optimizeLegibility;
	font: 22px TheSans, Verdana, sans-serif;
	line-height: 1.3em;
	color: #5f3552;
	background-color: #dbdcdb;
	font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "onum" 1;
    -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "onum" 1;
    -moz-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "onum" 1;
    -ms-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "onum" 1;
    -o-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "onum" 1;
}

a:link, a:visited, a:active {
	color: inherit;
}

a:hover {
	
}

nav a, nav a:hover {
	text-decoration: none;
}

nav a:hover {
	color: #5f3552 !important;
}

a:visited {
	
}

a:focus {
	-moz-outline-style: none;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.clearfloat {
	clear: both;
	display: block;
}

h1, h2, h3 {
	font-family: FlorisText, Times, serif;
}

p {
	margin-bottom: 1em;
}

.highlight {
	background-color: yellow;
}

img[src*=svg] {
	width: 100%;
}

svg {
    fill: currentColor;
}
	
blockquote {
	font: italic bold 2em FlorisText, Times, serif;
	background: #8daec0; /* Old browsers */
	background: -moz-linear-gradient(left, #8daec0 0%, #5f3552 50%, #5f3552 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8daec0 0%,#5f3552 50%,#5f3552 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8daec0 0%,#5f3552 50%,#5f3552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

blockquote em {
	font-style: normal;
	font-size: 70%;
}

blockquote em:before {
		content: "— ";
}
	
input {
	padding: 0 5px;
	font: 1em TheSans, Verdana, sans-serif;
	margin-left: 0;
}

/* @end */

/* @group wrapper */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1440px;
	background-color: white;
}

#header {
	
}

#wrapper > header {
	padding-top: 22px;
	padding-bottom: 24px;
}

#wrapper > header a:hover {
	text-decoration: none;
}

#wrapper > header h1 {
	font-size: 30px;
	margin-left: 30px;
	text-transform: lowercase;
	float: left;
	line-height: 29px;
}

#wrapper > header span {
	font-size: 18px;
	margin-top: -1px;
	display: block;
	margin-bottom: 14px;
}

#logo {
	float: left;
	width: 47px;
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 30px;
}

/* @end */

/* @group nav */

#first {
	float: right;
	margin-right: 30px;
	font: 0.8em FlorisText, Times, serif;
	margin-top: -5px;
}

#first a {
	color: #9f969c;
}

#first li {
	display: inline;
}

#first .search svg {
	width: 14px;
	margin-top: 5px;
	height: auto;
}

.search form {
	float: left;
	display: none;
	padding-right: 10px;
}

#first .map svg {
	width: 14px;
	margin-left: 4px;
	height: auto;
	top: 1px;
	position: relative;
}

#first .lang {
	margin-left: 6px;
	position: relative;
	top: -5px;
}

#main {
	right: 0;
	position: absolute;
	top: 55px;
}

#main > ul > li {
	margin-right: 30px;
	font-size: 0.8em;
	color: #9f969c;
	float: left;
}

#main > ul > li > ul {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 1;
	padding: 0 10px 4px;
	margin-left: -10px;
}

#main > ul > li:hover > ul {
	display: block;
}

#main > ul > li > ul {
	padding-top: 5px;
}

#language {
}

/* @end */

/* @group content */

#content {
}


article {
	clear: both;
}

.singlepage {
}

article li {
	text-indent: -14px;
	margin-left: 14px;
}

article li:before {
	content: "•";
	margin-right: 6px;
}

article ul {
	margin-top: -1em;
}

.left {
	float: left;
}

.right {
	float: right;
}


figure img {
	width: 100%;
}

figcaption {
}

.full {
}

section {
}

.headerImage {
	position: relative;
}

.overlay {
	color: white;
	position: absolute;
}

.headerImage .overlay {
	top: 35%;
	padding-left: 35%;
}

.headerImage .overlay h2 {
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	line-height: 1em;
	font-size: 3vw;
}

.headerImage .overlay h3 {
	font-weight: bold;
	font-size: 2vw;
	margin-top: 1.7vw;
}

.headerImage .overlay h3:before {
	content: "— ";
}

.textImageLeft {
	margin: 50px 24% 60px;
	font-family: FlorisText, Times, serif;
}

.textImageLeft > p {
	margin-left: 180px;
}

.textImageLeft > p strong {
	font: bold 1.35em/1em TheSans, Verdana, sans-serif;
}

.textImageLeft figcaption strong {
	font-weight: bold !important;
}

.textImageLeft figure {
	float: left;
	margin-top: -9px;
	margin-right: 10px;
	margin-left: -194px;
	width: 364px;
	max-width: 500px;
}

.textImageLeft figure figcaption {
	margin-left: 30%;
	font: 0.7em TheSans, Verdana, sans-serif;
	margin-top: -13px;
}

.textImageLeft figure figcaption p {
	margin-bottom: 0;
}

.textImageCircle {
	float: none;
	padding: 50px 24% 40px;
	line-height: 1.3em;
}

.textImageCircle p {
	margin-left: 180px;
}

.textImageCircle:nth-of-type(2n+1) {
	background-color: #e7e0e5;
}

.textImageCircle figure {
	width: 150px;
	float: left;
	margin-right: 30px;
	margin-bottom: 29px;
}

.textImageCircle img {
	border-radius: 50%;
}

.textImageCircle h2 {
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1em;
}

.textImageCircle img {
	border-radius: 50%;
}

.imageFullText {
	position: relative;
}

.imageFullText .overlay {
	top: 40%;
	left: 30px;
	font: bold 1.4em FlorisText, Times, serif;
	line-height: 1.1em;
}

.imageFullText .overlay .cite {
	font-style: italic;
}

.imageFullText .overlay .author {
	margin-top: 8px;
}

.imageFullText .overlay .author:before {
	content: "— ";
}

.textOnly {
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 40px;
}

.singlepage .textOnly:nth-of-type(7) {
	margin-top: 100px;
}

.textOnly h2 {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.4em;
	font-size: 2.1em;
}

.textOnly p {
	width: 100%;
}

.therapies {
	margin-left: 81px;
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
}

.therapy {
	width: calc(50% - 97px);
	margin-bottom: 38px;
	margin-right: 33px;
	background-color: #e7e0e5;
	padding: 23px 20px 40px;
	text-decoration: none;
}

.diagnostik {
	background-color: #dfe9e2;
	color: #172f28 !important;
}

.therapy h2 {
	font-size: 2.1em;
	font-weight: bold;
	display: block;
	line-height: 1.0em;
	margin-bottom: 20px;
}

.therapy h3 {
	font-family: TheSans, Verdana, sans-serif;
	font-style: italic;
	margin-bottom: 10px;
}

.green, a.more {
	color: #267241;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

.therapyPage .textOnly h2 {
	font: bold 1em TheSans, Verdana, sans-serif;
	margin-top: 2em;
}

.therapyPage h1 {
	font: bold 2em FlorisText, Times, serif;
	margin: 60px 20% -20px;
}

.praxis .textOnly {
	margin-top: 80px;
}

.therapyPage h3 {
	font: bold 1em TheSans, Verdana, sans-serif;
}

.closed {
	display: none;
}

/* @end */

/* @group footer */

footer {
	margin-top: 150px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8daec0+0,5f3552+50,5f3552+100 */
	background: #8daec0; /* Old browsers */
	background: -moz-linear-gradient(left, #8daec0 0%, #5f3552 50%, #5f3552 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8daec0 0%,#5f3552 50%,#5f3552 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8daec0 0%,#5f3552 50%,#5f3552 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8daec0', endColorstr='#5f3552',GradientType=1 ); /* IE6-9 */
	color: white;
	padding: 30px 30px 100px;
}

.col {
	float: left;
	width: calc(33% - 20px);
	margin-right: 20px;
}

.col > li:first-of-type > a {
	margin-bottom: 1em;
	display: inline-block;
	font-weight: bold;
}

footer a:hover {
	color: #d4c4d0 !important;
}

footer form {
	margin-top: -1em;
}

footer input {
	width: calc(100% - 10px);
}

/* @end */




@media only screen and (max-width : 1280px) {

	.headerImage .overlay h2 {
		font-size: 3.3vw;
	}
	

	.headerImage .overlay h3 {
		font-size: 2.5vw;
	}

}

@media only screen and (max-width : 1024px) {

	#wrapper {
		width: 100%;
	}
	
	.textImageLeft {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}

	.textImageLeft > p {
		margin-left: 0;
	}

	.textImageLeft figure {
		float: none;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		max-width: 400px;
		margin-bottom: 20px;
	}
	
	.textImageLeft figcaption {
		margin-bottom: 40px;
	}


	.textImageCircle {
		float: none;
		padding: 50px 30px 40px;
		line-height: 1.3em;
	}
	
	.textImageCircle figure {
		width: 150px;
		float: left;
		margin-right: 30px;
		margin-bottom: 29px;
	}
	
	.textImageCircle p {
		margin-left: 0;
	}

	.imageFullText .overlay {
		text-shadow: 0 0 7px #5f5f5f;
	}

	.textOnly {
		margin-right: 30px;
		margin-left: 30px;
	}
	
	.textOnly p {
		width: 100%;
	}

	.textImageCircle p {
	}
	
	.textImageLeft > p {
		width: 100%;
	}
	
	.therapies {
		margin-left: 0;
		display: block;
		width: 100%;
		margin-right: 0;
	}
	
	.therapy {
		width: calc(100% - 90px);
		margin-left: 30px;
		display: inline-block;
		margin-right: 0;
	}
	
	.therapyPage h1 {
		margin-right: 30px;
		margin-left: 30px;
	}

}

@media only screen and (max-width : 810px) {

	#main {
		position: relative;
		top: 0;
		left: 30px;
		padding-right: 30px;
		margin-top: 80px;
		width: 230px;
	}
	
	#main > ul > li > ul {
		position: relative;
	}
	
	#main > ul > li:hover > ul {
		display: none;
	}
	
	.headerImage {
		clear: both;
		padding-top: 30px;
	}
	
	.headerImage .overlay h2 {
		font-size: 39px;
		margin-top: 25px;
	}
	
	.headerImage .overlay h3 {
		font-size: 23px;
		margin-top: 8px;
	}

}

@media only screen and (max-width : 620px) {

	body {
		font-size: 19px;
	}
	
	h2 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;            
	}
	
	.textImageLeft {
		margin-top: 18px;
	}
	
	.textImageLeft figure figcaption {
		margin-left: 10%;
	}
	
	.textImageCircle figure {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	footer .col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.imageFullText .overlay {
		display: none;
	}
	
	.headerImage .overlay h2 {
		font-size: 21px;
	}
	
	.headerImage .overlay h3 {
		font-size: 14px;
		margin-top: 1px;
	}

	.therapyPage h1 {
		margin-top: 20px;
	}
	
	blockquote {
		font-size: 1.7em;
	}
	
	footer {
		margin-top: 40px;
	}
}
	
@media print {

	nav {
		display: none;
	}
	
	footer {
		display: none;
	}
	
}
