/* @override
	http://praxis-fuer-naturheilkunde-berlin.de/css/basic.css
	http://deep-healing.com/css/basic.css
	http://www.deep-healing.com/css/basic.css
	https://deep-healing.com/css/basic.css
	https://deep-healing.com/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: 26px 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;
	margin-bottom: 3em;
	margin-top: 2em;
}

blockquote .author {
	font-size: 70%;
	margin-top: 8px;
	font-style: normal;
}

blockquote .author: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;
	margin-bottom: 14px;
}

.index #wrapper > header h1 {
	visibility: hidden;
}

#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 {
}

.headline {
	text-transform: lowercase;
	color: white;
	position: absolute;
	top: min(600px,45vw);
	font-weight: bold;
	right: 100px;
	font-size: 2.1em;
}

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 {
}

.image {
	margin-bottom: 3em;
}

.text, .cite, .newsletter {
	margin-right: 20%;
	margin-left: 20%;
}

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

.text h1 {
	font-size: 1.5em;
}

.text h3 {
	font-weight: bold;
	margin-bottom: 0.4em;
	font-size: 1em;
}

.text p {
	width: 100%;
}

.button a, .audio a {
	text-decoration: none;
}

.button, input[type=submit], input[type=text], input[type=email], .audio a {
	border: 3px solid #5f3552;
	border-radius: 20px;
	margin: 2em auto;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 6px;
	background-color: white;
	width: 300px;
	padding-left: 14px;
	padding-right: 14px;
	color: #5f3552;
}

.button, input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
}

input[type=submit] {
	width: 334px;
}

input[type=text], input[type=email] {
	display: inline-block;
	margin: 0 0 6px;
	text-align: left;
}

label {
	display: inline-block;
	margin-right: 20px;
	width: 225px;
}

.twitter {
	width: 38px !important;
	display: block;
	margin-top: 2px;
}

/* @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-top: 30px;
	padding-bottom: 100px;
}

footer nav {
	margin-right: 20%;
	margin-left: 20%;

}

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

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

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

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

footer .button, footer input {
	margin: 0 !important;
}

footer a {
	text-decoration: none;
}

/* @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%;
	}

	.text, .cite, .newsletter {
		margin-right: 30px;
		margin-left: 30px;
	}

	.text p {
		width: 100%;
	}
}

@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 {
	}

	h2 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	footer .col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.headerImage .overlay h2 {
		font-size: 21px;
	}

	.headerImage .overlay h3 {
		font-size: 14px;
		margin-top: 1px;
	}

	blockquote {
		font-size: 1.7em;
	}

	footer {
		margin-top: 40px;
	}

	.image {
		height: 450px;
	}

	.image figure {
		height: 100%;
	}

	.image figure img {
		object-fit: cover;
		object-position: center center;
		height: 100%;
	}

	label {
		display: none;
	}

	input[type=text], input[type=email] {
		width: calc(100% - 30px);
	}

	input[type=submit] {
		width: calc(100% - 0px);
	}

	.headline {
		text-align: left;
		line-height: 1em;
		left: 28px;
		top: 380px;
	}

}

@media print {

	nav {
		display: none;
	}

	footer {
		display: none;
	}

}
