@charset "utf-8";
/* CSS Document */

/* min-width: 960px bzw. Fallback*/ 

body {
	background:#f9f9f0;
	font-family:Helvetica,Arial,sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding:0;
}

.topnav {
	display:none;
}

header h1 {
	font-family: 'Vollkorn', serif;
	font-weight:normal;
	letter-spacing: 3px;
	color:#1D73A7;
	font-size: 2.2em;
	
	margin-top: 2em;
}



header p {
	font-size: 1.3em;
	color:#666666;
	line-height: 1.4em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

header p.address {
	font-size: 1em;
	color:#999999;
	margin-bottom: 3em;
}

ul#nav {
	margin: 0;
	margin-bottom:-0.2em;
  	padding: 0;
	height: 2em;
}


ul#nav li{
	list-style-type: none;
	float: left;
	width: 8em;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	text-align:center;
  	background-color:#FFFFF6;
}



ul#nav li a {
	text-decoration: none;
	color:#999;	
	display:block;
	padding: 0.3em 0.2em;
	transition: background 0.5s;
	transition-delay: 0.3s;
}

ul#nav li a:hover {
	background: white;
	border-bottom: 2px solid white;
	transition: background 0.2s ease-out;
}

ul#nav li:last-child {
	box-shadow: 2px 0px 1px lightgrey;
}



main {
	background:#ffffff;
	padding: 1em;
	border: 1px solid silver;
	box-shadow: 2px 2px 1px lightgrey;
}

main h2 {
	margin-left: 5em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.7em;
}

main h3 {
	margin-left: 7em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.3em;
}

img#mainfoto {
	display:block;
	width:70%;
	margin: 3em auto;
}

main p {
	text-align:center;
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 70%;
	line-height: 1.4em;
	color:#666666;
}

main p span {
	color: #1D73A7;
	font-weight:bold;
}

#imp {
	text-align: center;
	font-size: 0.8em;
}

/*Ueber mich*/

ul#vita {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 70%;
	line-height: 1.4em;
	font-size: 0.9em;
	list-style-type:square;
	color:#666666;
}

figure {
	display: flex;
	flex-direction: row;
	margin-left: 10em;
}

#foto {
	flex: 1;
	display:block;
	width: 40%;
	height: 30%;
	margin-right: 1em;
	
}

figcaption {
	flex:5;
	align-self: flex-end;
}

#fig_n {
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.3em;
	color:#1D73A7;	
}

#fig_geb {
	font-size: 0.8em;
}

#fig_auf {
	font-weight: normal;
	font-size: 0.9em;
}


#foto2 {
	display: block;
	margin: 1em auto;
}


/*Therapie*/

ul#therapie {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 65%;
	line-height: 1.4em;
	font-size: 0.9em;
	list-style-type:square;
	color:#666666;
}

.p_t {
	text-align:left;
	margin: 2em 10em;;
	margin-bottom: 3em;
	margin-top: -0.8em;
	width: 70%;
	line-height: 1.1em;
	font-size: 0.9em;
	color:#666666;
}

h4 {
	font-family: Helvetica;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 10em;
	font-size: 0.9em;
}

.t_bild {
	margin-right: 5px;
}

.t_fig {
	margin-bottom: 2.5em;
}

/*Praxis*/


img  {
	width: 40%;
	height: 30%;
}

#praxis1, #praxis2, #praxis3, #praxis4 {
	display: flex;
	flex-direction: row;
	justify-content: left;
	width: 70%;
	margin: 1.5em auto;
}


.ppraxis {
  	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size:0.9em;
	margin-top:0;
}

#praxis1 .ppraxis, #praxis3 .ppraxis {
	flex: 1;
	order: 2
	
}

#praxis2 .ppraxis, #praxis4 .ppraxis {
	flex: 1;
	order: 1;
}

#praxis1 .imgpraxis, #praxis3 .imgpraxis {
	flex: 1;
	order: 1;
}

#praxis2 .imgpraxis, #praxis4 .imgpraxis {
	flex: 1;
	order: 2;
}


/*Kontakte*/

.p_k {
	text-align:left;
	font-size: 0.9em;
	line-height: 0.1em;
	margin-left: 11em;
}

.h4_k {
	margin-left: 11em;
}

.responsive_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
}


.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.impressum p {
	text-align: left;
}

#quelle {
	font-size: 0.6em;
	text-align: center;
}

@media only screen and (max-width: 960px){
	#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
}
}


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


#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
}



img#mainfoto {
	display:block;
	width:65%;
	margin: 3em auto;
}

main p {
	text-align:center;
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 70%;
	line-height: 1.4em;
	color:#666666;
}

main h2 {
	margin-left:4em;
}

ul#therapie {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 55%;
	line-height: 1.4em;
	font-size: 0.9em;
	list-style-type:square;
	color:#666666;
}

figure {
	margin-left: 8em;
}
	
}


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

body {
	background:#f9f9f0;
	font-family:Helvetica,Arial,sans-serif;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

header h1 {
	font-family: 'Vollkorn', serif;
	font-weight:normal;
	letter-spacing: 3px;
	color:#1D73A7;
	font-size: 1.4em;	
	margin-top: 2em;
}



header p {
	font-size: 1em;
	color:#666666;
	line-height: 1.4em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

header p.address {
	font-size: 0.8em;
	color:#999999;
	margin-bottom: 3em;
}

ul#nav {
	margin: 0;
	margin-bottom:-0.5em;
  	padding: 0;
	height: 2em;
}


ul#nav li{
	list-style-type: none;
	float: left;
	width: 6em;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	text-align:center;
  	background-color:#FFFFF6;
}



ul#nav li a {
	text-decoration: none;
	color:#999;	
	display:block;
	padding: 0.3em 0.2em;
	transition: background 0.5s;
	transition-delay: 0.3s;
	font-size:0.8em;
}

ul#nav li a:hover {
	background: white;
	border-bottom: 2px solid white;
	transition: background 0.2s ease-out;
}

ul#nav li:last-child {
	box-shadow: 2px 0px 1px lightgrey;
}



main {
	background:#ffffff;
	padding: 1em;
	border: 1px solid silver;
	box-shadow: 2px 2px 1px lightgrey;
}

main h2 {
	margin-left: 4em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.3em;
}

main h3 {
	margin-left: 4.5em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.2em;
}

img#mainfoto {
	display:block;
	width:70%;
	margin: 3em auto;
}

main p {
	text-align:center;
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 70%;
	line-height: 1.2em;
	color:#666666;
	font-size: 0.9em;
}

main p span {
	color: #1D73A7;
	font-weight:bold;
}

#imp {
	text-align: center;
	font-size: 0.8em;
}

/*Ueber mich*/

ul#vita {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 70%;
	line-height: 1.4em;
	font-size: 0.9em;
	list-style-type:square;
	color:#666666;
}

figure {
	margin-left:7em;
}

#fig_n {
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.2em;
	color:#1D73A7;	
}

#fig_geb {
	font-size: 0.7em;
}

#fig_auf {
	font-weight: normal;
	font-size: 0.8em;
}

#fig_mot {
	font-size: 0.8em;
	font-style:italic;
}




/*Therapie*/

ul#therapie {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 65%;
	line-height: 1.4em;
	font-size: 0.9em;
	list-style-type:square;
	color:#666666;
}

.p_t {
	text-align:left;
	margin: 2em 8em;;
	margin-bottom: 3em;
	margin-top: -0.8em;
	width: 80%;
	line-height: 1.1em;
	font-size: 0.8em;
	color:#666666;
}

h4 {
	font-family: Helvetica;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 7em;
	font-size: 0.9em;
}

/*Praxis*/


img  {
	width: 40%;
	height: 30%;
}

#praxis1, #praxis2, #praxis3, #praxis4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	width: 70%;
	margin: 1.5em auto;
}


.ppraxis {
  	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	font-size:0.9em;
	margin-top:0;
}

#praxis1 .ppraxis, #praxis3 .ppraxis {
	flex: 1;
	order: 2
	
}

#praxis2 .ppraxis, #praxis4 .ppraxis {
	flex: 1;
	order: 1;
}

#praxis1 .imgpraxis, #praxis3 .imgpraxis {
	flex: 1;
	order: 1;
}

#praxis2 .imgpraxis, #praxis4 .imgpraxis {
	flex: 1;
	order: 2;
}


/*Kontakte*/

.p_k {
	text-align:left;
	font-size: 0.9em;
	line-height: 0.1em;
	margin-left: 11em;
}

.h4_k {
	margin-left: 11em;
}

.responsive_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
	margin-left:-7em;
}

.responsive_map div {
	margin-left: 2em;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}	
}

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

ul#nav {display:none;
}

.topnav {
	display: block;
}

 .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav {
  overflow: hidden;
  background-color: #FFFFF6;
}

.topnav a {
  float: left;
  display: block;
  color: #999;
  text-align: center;
  padding: 0.7em 0.8em;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color:#EFEFEF;
  color: #999;
 
}

.topnav .icon {
  display: none;
}

}

@media only screen and (max-width: 500px){
img  {
	width: 100%;
	height: 75%;
}

#praxis1, #praxis2, #praxis3, #praxis4 {
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: 90%;
	margin: 1.5em auto;
}


.ppraxis {
  	text-align: left;
	margin-left: 0;
	margin-right: 0;
	font-size:0.8em;
	margin-top:1em;
}

#praxis1 .ppraxis, #praxis3 .ppraxis {
	flex: 1;
	order: 1
	
}

#praxis2 .ppraxis, #praxis4 .ppraxis {
	flex: 1;
	order: 1;
}

#praxis1 .imgpraxis, #praxis3 .imgpraxis {
	flex: 1;
	order: 1;
}

#praxis2 .imgpraxis, #praxis4 .imgpraxis {
	flex: 1;
	order: 1;
}

/*ueber mich*/
figure {
	display: flex;
	flex-direction: column;
	margin-top: 2em;
	margin-left: 4em;
}

#foto {
	flex: 1;
	display:block;
	width: 80%;
	height: 60%;
	margin-bottom: 1em;
	margin-right: 0;
}

figcaption {
	flex:1;
	align-self: flex-start;
}

#fig_n {
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.2em;
	color:#1D73A7;	
}

#fig_geb {
	font-size: 0.7em;
}

#fig_auf {
	font-weight: normal;
	font-size: 0.8em;
}

#fig_mot {
	font-size: 0.8em;
	font-style:italic;
}

#foto2 {
	display: block;
	width:90%;
}
	
}



@media only screen and (max-width: 420px){
	body {
	background:#f9f9f0;
	font-family:Helvetica,Arial,sans-serif;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

header h1 {
	font-family: 'Vollkorn', serif;
	font-weight:normal;
	letter-spacing: 3px;
	color:#1D73A7;
	font-size: 1.3em;
	
	margin-top: 2em;
}



header p {
	font-size: 1em;
	color:#666666;
	line-height: 1.4em;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

header p.address {
	font-size: 0.8em;
	color:#999999;
	margin-bottom: 2em;
}

ul#nav {
	margin: 0;
	margin-bottom:-0.2em;
  	padding: 0;
	height: 2em;
}


ul#nav li{
	list-style-type: none;
	float: left;
	width: 8em;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	text-align:center;
  	background-color:#FFFFF6;
}



ul#nav li a {
	text-decoration: none;
	color:#999;	
	display:block;
	padding: 0.3em 0.2em;
	transition: background 0.5s;
	transition-delay: 0.3s;
}

ul#nav li a:hover {
	background: white;
	border-bottom: 2px solid white;
	transition: background 0.2s ease-out;
}

ul#nav li:last-child {
	box-shadow: 2px 0px 1px lightgrey;
}



main {
	background:#ffffff;
	padding: 1em;
	border: 1px solid silver;
	box-shadow: 2px 2px 1px lightgrey;
}

main h2 {
	margin-left: 1em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.2em;
}

main h3 {
	margin-left: 1em;
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1em;
}

img#mainfoto {
	display:block;
	width:90%;
	margin: 2em auto;
}

main p {
	text-align:center;
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 90%;
	line-height: 1.4em;
	color:#666666;
}

main p span {
	color: #1D73A7;
	font-weight:bold;
}

#imp {
	text-align: center;
	font-size: 0.8em;
}

/*Ueber mich*/

ul#vita {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 85%;
	line-height: 1.4em;
	font-size: 0.8em;
	list-style-type:square;
	color:#666666;
}




figure {
	display: flex;
	flex-direction: column;
	margin-top: 2em;
	margin-left: 4em;
}

#foto {
	flex: 1;
	display:block;
	width: 120%;
	height: 80%;
	margin-bottom: 1em;
	margin-right: 0;
}

figcaption {
	flex:1;
	align-self: flex-start;
}

#fig_n {
	font-family: 'Vollkorn', serif;
	font-weight:normal;	
	font-size: 1.2em;
	color:#1D73A7;	
}

#fig_geb {
	font-size: 0.7em;
}

#fig_auf {
	font-weight: normal;
	font-size: 0.8em;
}

#fig_mot {
	font-size: 0.8em;
	font-style:italic;
}

#foto2 {
	display: block;
	width:90%;
}


/*Therapie*/

ul#therapie {
	margin: 2em auto;;
	margin-bottom: 3em;
	width: 65%;
	line-height: 1.4em;
	font-size: 0.8em;
	list-style-type:square;
	color:#666666;
}

.p_t {
	text-align:left;
	margin: 2em 1em;;
	margin-bottom: 3em;
	margin-top: -0.8em;
	width: 90%;
	line-height: 1.1em;
	font-size: 0.8em;
	color:#666666;
}

h4 {
	font-family: Helvetica;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 1em;
	font-size: 0.9em;
}

.t_fig {
	margin-left: 2em;
}

.t_bild {
	width: 100%;
	margin-bottom: 5px;
}

/*Praxis*/


img  {
	width: 100%;
	height: 75%;
}

#praxis1, #praxis2, #praxis3, #praxis4 {
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: 90%;
	margin: 1.5em auto;
}


.ppraxis {
  	text-align: left;
	margin-left: 0;
	margin-right: 0;
	font-size:0.8em;
	margin-top:1em;
}

#praxis1 .ppraxis, #praxis3 .ppraxis {
	flex: 1;
	order: 1
	
}

#praxis2 .ppraxis, #praxis4 .ppraxis {
	flex: 1;
	order: 1;
}

#praxis1 .imgpraxis, #praxis3 .imgpraxis {
	flex: 1;
	order: 1;
}

#praxis2 .imgpraxis, #praxis4 .imgpraxis {
	flex: 1;
	order: 1;
}


/*Kontakte*/

.p_k {
	text-align:left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 1em;
}

.h4_k {
	margin-left: 1em;
}

.responsive_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative;
	margin-left:-7em;
}

.responsive_map div {
	margin-left: 0;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
	
}