/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.35;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


body {
	font-family: sans-serif;
	margin: 0 auto;
	box-sizing: border-box;
}

header {
	position: fixed;
	height: 6.5rem;
	margin: 0 auto;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
main {
	margin-top: 6.5rem;
	position: relative;
}
/*
#ueber-mich,
#therapiemethoden,
#praxis {
	position: relative;
	top: -6.5rem;
}
*/

header svg {
	width: 18rem;
	height: auto;
	position: absolute;
	top: 1rem;
	left: 50%;
	margin-left: -9rem;
}
nav {
	position: absolute;
	width: 100%;
	height: 1.8rem;
	background: #00A2C0;
	bottom: -1.8rem;
	right: 0;
	padding: 0;
}
.navBalken {
	position: absolute;
	width: 50%;
	height: 1.8rem;
	background: #00A2C0;
	top: 0;
	right: 0;
	padding: 0;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

nav ul li {
	display: inline-block;
}
nav ul li::after {
	content: " | ";
	color: #fff;
}
nav ul li:last-child::after {
	content: none;
}

nav ul li a:link, nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	margin: 0.4rem;
	display: inline-block;
	font-size: 0.9rem;
}
nav ul li a:hover, nav ul li a:active {
	font-weight: 400;
}

a.active {
	font-weight: bold !important;
}

.wrapper {
	max-width: 50rem;
	padding: 1rem;
	margin: 2rem auto;
}

.wrapper img {
	margin-bottom: 1rem;
}
.clearfix {clear:both;}
.mb2 {margin-bottom: 2rem;}
.mb4 {margin-bottom: 4rem;}


h1 {
	color: #00A2C0;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
h2 {
	color: #00A2C0;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
h3 {
	color: #00A2C0;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
}

.sliderBild {
	width: 100%;
	height: 10rem;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: -1;
}
img {
	max-width: 100%;
	height: auto;
}

#ueber-mich .sliderBild {
	background-image: url("/img/header_uebermich.jpg");
	background-repeat: no-repeat;
}
#therapiemethoden .sliderBild {
	background-image: url("/img/header_therapiemethoden.jpg");
	background-repeat: no-repeat;
}
#praxis .sliderBild,
.impressum .sliderBild,
.datenschutz .sliderBild {
	background-image: url("/img/header_die-praxis.jpg");
	background-repeat: no-repeat;
}

iframe {
	width: 100%;
	height: 23rem;
	border: none;
}

footer {
	background: #00A2C0;
	color: #fff;
	margin: 0 auto;
	padding: 1rem;
	text-align: center;
	line-height: 1.5rem;
}

footer span {
	display: none;
}

footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}

footer a:hover,
footer a:active {
	color: #fff;
	text-decoration: underline;
}
#therapiemethoden .col1 {
	display: none;
}
.zitat {
	position: absolute;
	top: 40%;
	color: #fff;
	font-style: italic;
	text-align: left;
	width: 13rem;
	right: 10%;
}

.zitat span {
	display: block;
	font-size:0.7rem;
}



@media screen and (min-width: 480px) {
	.sliderBild {
		height: 15rem;
	}
	.zitat {
	    font-size: 1.4rem;
        width: 18rem;
	}
}
@media screen and (min-width: 600px) {
	.col1 {
		width: 40%;
		padding: 0 1% 0 0;
		float: left;
	}
	.col2 {
		width: 58%;
		padding: 0 1% 0 0;
		float: left;
	}
	#praxis .col1 {
		width: 42%;
		padding: 0 1% 0 0;
		float: left;
	}
	#praxis .col2 {
		width: 54%;
		padding: 0 3% 0 0;
		float: left;
	}
	.last {
		padding: 0 0 0 1%;
	}
	footer span {
		display: inline;
		margin: 0 0.5rem;
	}
	
	footer a:link,
	footer a:visited {
		display: inline;
	}
	header svg {
		left: 1rem;
		margin-left: 0;
	}
	#therapiemethoden .col1 {
		display: block;
	}
	header {
		height: 5.5rem;
	}
	main {
		margin-top: 5.5rem;
	}
/*
	#ueber-mich,
	#therapiemethoden,
	#praxis {
		top: -5.5rem;
	}
*/
	nav {
		width: 53%;
	}
	nav ul {
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.sliderBild {
		height: 20rem;
	}
	#praxis .col1 {
		width: 33%;
		padding: 0 1% 0 0;
		float: left;
	}
	#praxis .col2 {
		width: 63%;
		padding: 0 3% 0 0;
		float: left;
	}
	header {
		height: 6.5rem;
	}
	main {
		margin-top: 6.5rem;
	}
/*
	#ueber-mich,
	#therapiemethoden,
	#praxis {
		top: -6.5rem;
	}
*/
	header svg {
		width: 22rem;
		height: auto;
		position: absolute;
		top: 1rem;
		left: 50%;
		margin-left: -22rem;
	}
    .zitat {
	    font-size: 1.8rem;
        width: 26rem;
        left: 50%;
	}

}

@media screen and (min-width: 1024px) {
	.sliderBild {
		height: 25rem;
	}
	header {
		height: 8rem;
	}
	main {
		margin-top: 8rem;
	}
/*
	#ueber-mich,
	#therapiemethoden,
	#praxis {
		top: -8rem;
	}
*/
	header svg {
		width: 24rem;
		position: absolute;
		top: 2rem;
		margin-left: -24rem;
	}
}

@media screen and (min-width: 1300px) {
	.sliderBild {
		height: 30rem;
	}
}

@media screen and (min-width: 1500px) {
	.sliderBild {
		height: 35rem;
	}
}

@media screen and (min-width: 1800px) {
	.sliderBild {
		height: 40rem;
	}
}

