@charset "utf-8";
/* CSS-Datei */

/* GENERAL STRUCTURE
--------------------------------------------- */

html{min-height:100%; overflow-y: scroll;}

body {
font-family:Helvetica,Arial,sans-serif;
font-weight:300;
}

[data-role=page] {
	background-image:url(images/linen_hellgold.png);
}


  /* CONTENT ABSÄTZE / TEXTAUSZEICHNUNGEN
--------------------------------------------- */

h1{
	font-family:Helvetica,Arial,sans-serif;
	color:#fff;
	font-size:1.4em;
	line-height: 1.5em;
}

h2{
	font-family:Helvetica,Arial,sans-serif;
	color:#c14f6b;
	font-size:1.4em;
	line-height: 1.5em;
}

	
p, li {
	font-family:Helvetica,Arial,sans-serif;
	font-weight:300;
	margin-bottom:0.9em;
	margin-top:0.9em;
	line-height:1.3em;
	color:#58585a;
}

.hervorhebung {
	color: #3e5681;
	
}
	
.gross {
	font-size:1.3em;
	font-weight:400;
}
	
.zitat {
	padding-left:40px;
	font-style:italic;
}
	
	

  /* CONTENT LINKS
--------------------------------------------- */

a{
	color:#3e5681;
	font-weight:300;
}

a:focus,
a:hover{
	text-decoration:underline;
	font-weight:300;
}
	
a:active{
	color:#7b2e3f;
	font-weight:300;
}
		


  /* CONTENT FOTOS, FOTOZOOM
--------------------------------------------- */

#psychotherapie{
	width:99%;
	height:auto;
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.85);
}

.bildunterschrift {
	font-size: 0.6em;
	font-style: italic;
	line-height: 0.8em;
	text-align: center;

}

.rahmen {
	border:1px solid #485f7b;
}

.bildlinks{
		float:left;
		margin-right:10px;
		border:1px solid #ccbb9f;
		box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.85);
}
	
.bildrechts{
		float:right;
		margin-left:10px;
		border:1px solid #ccbb9f;
		box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.85);
}

.bildzoom{
	float:left;
	width:40%;
	height:40%
	border: 1px solid #ccbb9f;
	margin: 0.5em;
	padding: 0.5em;
	max-width: 480px;
}

.bildzoom_inhaltbreite{
	float:left;
	width:99%;
	border: 1px solid #ccbb9f;
	margin: 0.5em;
	margin-left: 0em;
	padding: 0.2em;
	max-width: 1200px;
}

.bildzoom p,
.bildzoom_inhaltbreite p{
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}



  /* MAP
--------------------------------------------- */

#map {

position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}

#map-canvas {

position:absolute;
top:0;
right:0;
bottom:0;
left:0;
}


 /* FOOTER
--------------------------------------------- */

footer div{
	float:left;
}
