@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
}

html {
	background-color: #e2e2e2;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Avenir Next", Avenir, Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #565655;
	line-height: 120%;
	font-size: 62.5%; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%; 
}

body {
	height: 100%;
	width: 95%;
	max-width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: 0px 0px 15px #888;
	-webkit-box-shadow: 0px 0px 15px #888;
	box-shadow: 0px 0px 15px #888;
	display: table;
}

html,
body {
	font-size: 1em;
}

header {
	width: 100%;
	text-align: center;
	display: table-row;
}

article {
	display: table-row;
	height: 100%;
}

div.content {
	height: 98%;
	width: 80%;
	margin: auto;
	padding: 20px;
	display: table;
}

p.zitat {
	width: 100%;
	text-align: center;
	color: #69C;
	display: table-row;
}

div.va:nth-child(even) {
	clear: both;
	background-color:#eee;
	margin: 5px 0;
	width: 100%;
}

div.va:nth-child(odd) {
	clear: both;
	background-color:#ccc;
	margin: 5px 0;
	width: 100%;
}

div.va_termin {
	 float:left; 
	 width:15%;    
	 padding: 5px;
	 min-width: 95px;
	 font-size: 0.8em;
}

div.va_veranstaltung {
	 float:left; 
	 width:55%; 
	 padding: 5px;
	 border-left: 5px solid white;
	 border-right: 5px solid white;
	 font-size: 0.8em;
}

div.va_form {
	 float:left; 
	 width:15%; 
	 padding: 5px;
	 font-size: 0.8em;
}

.clearer {
	clear: both;
	display: block;
	height: 0px;
	background-color:#FFF;
}

div.inhalt {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

article h1,
legend {
	font-size: 0.8em;
	color: #8b0038;
	font-weight: bold;
}

article h2 {
	font-size: 0.8em;
	color: #666;
	font-weight: bold;
}

article a,
article a:link,
article a:hover,
article a:visited {
	color: #8b0038;
}

article p, 
article ul,
article label
{
	font-size: 0.8em;

}

fieldset {
	width: 100%;
}

article label {
	display: block;
	float: left;
	text-align: right;
	width: 160px;
	margin-right: 20px;
}

article input,
article textarea {
	display: block;
	float: left;
	width: 250px;
}

input.strasse,
input.ort {
	width: 180px;
}

input.hnr,
input.plz {
	width: 60px;
}

input.strasse,
input.plz {
	margin-right: 5px;
}

article textarea {
	height: 100px;
}

.leerform {
	font-size: 0.8em;
	color: #8b0038;
	margin-left: 180px;
}

article input[type=submit] {
	width: 100px;
	text-align: center;
	float: none;
	margin-left: 270px;
	margin-top: 20px;
	background-color: #c8c8c8;
	background-image: -webkit-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: -moz-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: -o-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: linear-gradient(#d2d3d2 0%, #c1c1c0 100%);
	border: 1px solid #666;
	color: #8b0038;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #ccc;
}

article input[type=submit]:hover {
	background-color: #c1c1c0;
	background-image: -webkit-linear-gradient(#c1c1c0 0%, #d2d3d2 100%); 
	background-image: -moz-linear-gradient(#c1c1c0 0%, #d2d3d2 100%); 
	background-image: -o-linear-gradient(#c1c1c0 0%, #d2d3d2 100%); 
	background-image: linear-gradient(#c1c1c0 0%, #d2d3d2 100%);
	-moz-box-shadow: -2px -2px 5px #888;
	-webkit-box-shadow: -2px -2px 5px #888;
	box-shadow: -2px -2px 5px #ccc;
}

article form br {
	display: block;
	float: none;
	clear: left;
}

nav#mainnavi {
	width: 95%;
	border-top: 1px solid #8b0038;
	margin: auto;
}

nav#mainnavi .menu,
nav#mainnavi .menu ul,
nav#mainnavi .menu li,
nav#mainnavi .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
nav#mainnavi .menu {	
	width: 100%;
	margin: 0;
	height: 35px;
	background-color: #c8c8c8;
	background-image: -webkit-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: -moz-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: -o-linear-gradient(#d2d3d2 0%, #c1c1c0 100%); 
	background-image: linear-gradient(#d2d3d2 0%, #c1c1c0 100%);
	border: 1px solid #c1c1c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
}

nav#mainnavi .menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	border-right: 1px solid #565655;
	width: 33%;
	text-align: center;
	margin-top: 2px;
}

/* Links */

nav#mainnavi .menu li a {
	margin-left: auto;
    margin-right: auto;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	color: #565655;
	text-transform: uppercase;
	width: 100%;
	padding: 8px 0 4px 0;
}

nav#mainnavi .menu li:last-child { border-right: none; }

nav#mainnavi .menu li:hover > a { 
	color: #8b0038; 
	font-weight: bold;
}




/* Sub Menu */

nav#mainnavi .menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	display: none;
	background: #fff;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 999;
	border: 1px solid #8b0038;
	width: 100%;
}


nav#mainnavi .menu li:hover > ul { opacity: 1; display: block; }

nav#mainnavi .menu li ul { display /*\**/: none\9; }
nav#mainnavi .menu li:hover ul { display /*\**/: block\9; }

nav#mainnavi .menu ul li {
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border-right: none;
	width: 95%;
	margin-left: 0;
	border-bottom: 1px solid #8b0038;
	text-transform: lowercase;
	width: 100%;
}

nav#mainnavi .menu li:hover > ul li {
	overflow: visible;
	padding: 0;
}

nav#mainnavi .menu ul li a {
	width: 100%;
	padding: 5px 0 5px 0px;
	margin: 0;
	border: none;
	text-align:center;
	text-transform: none;
	text-size: 0.9em;
}

nav#mainnavi .menu ul li:last-child { border-bottom: none; }

/* Sub Sub Menu */

nav#mainnavi .menu ul ul {
	position: absolute;
	top:-3px;
	left: 100%;
	opacity: 0;
	display: none;
	background: #8b0038;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0 0 5px 0px;
	-moz-border-radius: 0 0 5px 0px;
	border-radius: 0 0 5px 0px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 999;
	border: 1px solid #8b0038;
	width: 100%;
}

nav#mainnavi .menu li ul li:hover > ul{ opacity: 1; display: block; }

nav#mainnavi .menu li ul li ul{ display /*\**/: none\9; }
nav#mainnavi .menu li ul li:hover  ul { display /*\**/: block\9; }

nav#mainnavi .menu ul li ul li{
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border-right: none;
	width: 95%;
	margin-left: 0;
	border-bottom: 1px solid #ffffff;
	text-transform: lowercase;
	width: 100%;
}

nav#mainnavi .menu li ul li:hover > ul {
	overflow: visible;
	padding: 0;
}

body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie,
body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie ul {
	opacity: 1;
	display: block;
}

nav#mainnavi .menu ul.menu_ergotherapie li,
nav#mainnavi .menu ul.menu_ergotherapie li ul li {
	overflow: visible;
	padding: 0;
}

nav#mainnavi .menu ul li ul li a {
	width: 100%;
	padding: 5px 0 5px 0px;
	margin: 0;
	border: none;
	text-align:center;
	text-transform: none;
	text-size: 0.9em;
	color: #FFF;
}

body.ergotherapie ul.kinder li a.kinder,
body.ergotherapie ul.demenz li a.demenz,
body.ergotherapie ul.geriatrie li a.geriatrie,
body.ergotherapie ul.handtherapie li a.handtherapie,
body.ergotherapie ul.zentralesnervensystem li a.zentralesnervensystem,
body.ergotherapie ul.psychischestoerungen li a.psychischestoerungen {
	font-weight: bold;
}

nav#mainnavi .menu ul li ul li a:hover {
	color: #FFF;
}

nav#mainnavi .menu ul li ul li:last-child { border-bottom: none; }


.textblock {
    width:48%;
	padding-right: 1%;  
	text-align:left; 
	margin-left: auto; 
	margin-right: auto;
}

#textbox2sp ul {
   -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

#textbox2sp ul li {
	margin-left: 20px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}

#textbox {
    width:65%; 
	text-align:left;
	float:left;
}

#kontaktbox {
    width:30%; 
	margin-right:5%; 
	text-align:left; 
	float:left;

}

#fototext {
	margin:20px; 
	padding: 0px 0px 0px 100px;
		
} 

#fotobox {
	margin-right:30px;
	float:left;
}

.fotobox {
	margin-right:30px;
	float:left;
}

img.displayed {
    display: block;
    margin-left: 20px;
     }

float { float:left }

aside {
	width: 95%;
	height: 180px;
	margin: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #8b0038;
	border-bottom: 3px solid #8b0038;
}

div.navipics1,
div.navipics2 {
	float:left; 
	width:33%; 
	overflow:hidden;
	height: 180px;
}

div.navipics3 {
	float:left; 
	width:34%; 
	overflow:hidden;
	height: 180px;
}


div.navipics1 img {
	width: 100%;
	height: auto;
}

div.navipics2 img {
	width: 100%;
	height: auto;
	border-left: 2px solid white;
}

div.navipics3 img {
	width: 100%;
	height: auto;
	border-left: 2px solid white;
}


div.bottom {
	display: table-row;
}

footer {
	width: 95%;
	margin: auto;
	margin-top: 10px;
}

footer nav {
	text-align: center;
}

footer nav a {
	color: #565655;
	font-size: 0.8em;
}

@media screen and (max-height: 700px), (max-width: 650px) and (min-height: 400px)  {
div.content {
	margin-bottom: 290px;
	height: auto;
}

div.bottom {
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
}

nav#mainnavi {
	background-color: #FFF;
	padding-bottom: 5px;
	width: 91%;
	margin: auto;
	max-width: 955px;
}

aside { 
	background-color: #FFF;
	margin: auto;
	margin-top: 0; 
	width: 91%;
	max-width: 955px;
}

footer {
	width: 91%;
	margin: auto;
	max-width: 955px;
	background-color: #FFF;
}
	
}

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

div.navipics1 img {
	width: auto;
	height: 100%;
}

div.navipics2 img {
	width: auto;
	height: 100%;
}

div.navipics3 img {
	width: auto;
	height: 100%;
}

}

@media screen and (max-width: 640px) {
#textbox {
    width:100%; 
	float:none;
}

#kontaktbox {
    width:100%; 
	float:none;

}

#textbox2sp ul {
   -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
}

#textbox2sp ul li {
	margin-left: 0px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}

div.va:nth-child(even),
div.va:nth-child(odd) {
	margin: 20px 0;
}

div.va_termin {
	 float:none; 
	 width:99%;    
	 padding: 1%;
	 min-width: 95px;
}

div.va_veranstaltung {
	 float:none; 
	 width:99%;    
	 padding: 1%;
	 border: none;
	 border-top: 2px solid white;
	 border-bottom: 2px solid white;
}

div.va_form {
	 float:none; 
	 width:99%;    
	 padding: 1%;
}

}

@media screen and (max-width: 580px) {
article input,
article textarea {
	display: block;
	float: none;
	width: 95%;
}

article label {
	float: none;
	text-align: left;
}

input.strasse,
input.ort {
	display: block;
	width: 60%;
	float: left !important;
}

input.hnr,
input.plz {
	display: block;
	width: 25%;
	float: left !important;
}

input.strasse,
input.plz {
	margin-right: 2%;
}

article textarea {
	height: 100px;
}

.leerform {
	font-size: 0.8em;
	color: #8b0038;
	margin-left: 0px;
}

article input[type=submit] {
	text-align: center;
	margin-left: 0px;
}
}

@media screen and (max-width: 500px), (max-height: 550px) {

body { display: table; }

aside {
		display: none;
}

div.bottom {
		display: block;
		position: absolute;
		top: 60px;
		width: 95%;
		margin: 0;
		padding: 0;
		height: 70px;
}

nav#mainnavi {
	border-bottom: 1px solid #8b0038;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width: 92%;	
	margin-left: 6%;
}

body.home div.bottom {
		position: absolute;
		top: 115px;
}

div.content {
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 80px;
}

body.home div.content {
	margin-top: 50px;
}

footer {
		width: 92%;
		position: fixed;
		bottom: 0;
		left: 4%;
		padding-top: 10px;
		border-top: 1px solid #8b0038;
		background-color: #FFF;
}

body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie,
body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie ul {
	opacity: 0;
	display: none;
}

nav#mainnavi .menu ul.menu_ergotherapie li,
nav#mainnavi .menu ul.menu_ergotherapie li ul li {
	overflow: visible;
	padding: 0;
}

body.ergotherapie nav#mainnavi .menu li:hover > ul.menu_ergotherapie { opacity: 1; display: block; }

body.ergotherapie nav#mainnavi .menu li ul.menu_ergotherapie li:hover > ul{ opacity: 1;  display: block;  }

}

@media screen and (max-width: 450px) {
	nav#mainnavi .menu li a {
	font-size: 0.8em;
	text-transform: none;
}
	
}

@media screen and (max-width: 355px) {
	nav#mainnavi .menu {	
		width: 100%;
		margin: 0;
		height: auto;
		background: none;
		border: none;
}	
	
nav#mainnavi .menu li {
        float: none;
        width: 100%;
		background-color: #c8c8c8;
		border: 1px solid #c1c1c0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-top: 5px;
}

nav#mainnavi .menu ul,
nav#mainnavi .menu ul ul {
	display: none;
	position: static;
	opacity: 1;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
}

nav#mainnavi .menu li:hover > ul { opacity: 1; display: none; }

body.kontakt nav#mainnavi .menu ul.menu_kontakt,
body.therapien nav#mainnavi .menu ul.menu_ergotherapie,
body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie,
body.ergotherapie nav#mainnavi .menu ul.menu_ergotherapie ul,
body.sib nav#mainnavi .menu ul.menu_ergotherapie,
body.hypnose nav#mainnavi .menu ul.menu_ergotherapie,
body.zen nav#mainnavi .menu ul.menu_ergotherapie,
body.entspannungstherapie nav#mainnavi .menu ul.menu_ergotherapie,
body.psychomotorik nav#mainnavi .menu ul.menu_ergotherapie {
	display: block;
	opacity: 1;
}

nav#mainnavi .menu ul li {
	background-color: #c8c8c8;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top: 0px;
}

nav#mainnavi .menu ul ul li {
	background-color: #aaaaaa;
}

nav#mainnavi .menu ul li a {
	border-top: 1px solid white;
	width: 95%;
	margin: auto;
}

body.home nav#mainnavi .menu a.praxis,
body.kontakt nav#mainnavi .menu ul.menu_kontakt li a,
body.veranstaltungen nav#mainnavi .menu a.veranstaltungen,
body.therapien nav#mainnavi .menu a.therapien,
body.sib nav#mainnavi .menu a.sib,
body.hypnose nav#mainnavi .menu a.hypnose,
body.migraene nav#mainnavi .menu a.migraene,
body.zen nav#mainnavi .menu a.zen,
body.entspannungstherapie nav#mainnavi .menu a.entspannungstherapie,
body.psychomotorik nav#mainnavi .menu a.psychomotorik {
	font-weight: bold !important;
	color: #8b0038 !important;
}

body.ergotherapie ul.kinder li a.kinder,
body.ergotherapie ul.demenz li a.demenz,
body.ergotherapie ul.geriatrie li a.geriatrie,
body.ergotherapie ul.handtherapie li a.handtherapie,
body.ergotherapie ul.zentralesnervensystem li a.zentralesnervensystem,
body.ergotherapie ul.psychischestoerungen li a.psychischestoerungen {
	font-weight: bold;
}

nav#mainnavi .menu ul li ul li {
	border-bottom: none;
	width: 100%;
}

nav#mainnavi .menu ul li ul li a {
	border-top: 1px solid white;
	width: 95%;
	margin: auto;
}

body.home div.content,
body.veranstaltungen div.content {
	margin-top: 115px;
}

body.kontakt div.content {
	margin-top: 135px;
}

body.ergotherapie div.content {
	margin-top: 500px;
}

body.therapien div.content,
body.sib div.content,
body.hypnose div.content,
body.zen div.content,
body.entspannungstherapie div.content,
body.psychomotorik div.content {
	margin-top: 330px;
}

}