@charset "utf-8";
body {
	font-family: 'PT Sans', sans-serif;
	background-image: url(Bilder/Hg-Linie.gif);
	background-color: #E5E5CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
}
a {
	color: #CC0000;
	-webkit-tap-highlight-color: rgba(255,0,0,.5);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}
h1 {
	font-size: 1.8em;
	color: #CC0000;
	font-weight: normal;
	margin-top:0.3em;
	margin-bottom:0.2em;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #CC0000;
	margin-top:0.8em;
	margin-bottom:-1%;
}
#container {
	margin: 0 auto;
	background-color: #FFC96B;
	border: 1px solid #b12415;
	-webkit-box-shadow: 0px 0px 6px;
	box-shadow: 0px 0px 6px;
}

@media screen and (max-width:800px) {
	#container {min-width: 600px;}
	nav {width: 23%;}
	.content {width: 73%;}
	article {width: 67%;}
	.text-klein {font-size: 90%;letter-spacing: -1px;}
	.spalte1,.spalte3 {width: 92.5%;}
	.spalte2 {width: 42.5%;}
	.spaltebuch {width:42.5%; height:470px;}
	.spaltebuch img {width: 65%; height: auto;}
	aside {width: 31.4%;}
	aside img {width: 60%; height: auto;}
	header {background-size: 900px auto; padding-top: 95px;}
	canvas {width: 100%; height: auto;}
	.tdFoto img {min-width: 60px; max-width: 110px;} /*Profilfoto*/
}
@media screen and (min-width:801px) {
	nav {width: 17.5%;}
	.content {width: 58.5%;}
	article {width: 53%;}
	.text-klein {font-size: 90%;letter-spacing: -1px;}
	.spalte1,.spalte2 {width:26%; height:450px;}
	.spaltebuch {width:42.5%; height:470px;}
	.spaltebuch img {width: 60%; height: auto;}
	.spalte3 {width: 59.2%;}
	aside {width: 14.9%;}
	aside img {width: 70%; height: auto;}
	header {background-size: 100% auto; padding-top: 11.3%;}
	#container {min-width: 900px;}
	canvas {width: 80%; height: auto; margin-left:10%}
	.tdFoto img {max-width: 130px;} /*Profilfoto*/
}
@media screen and (min-width:1100px) {
	body {margin: 0% 1% 0% 1%; font-size: 1.1em;}
	#container {max-width: 1400px;}
	.text-klein {font-size: 100%; letter-spacing: 0px;}
	.tdFoto img {max-width: 150px;} /*Profilfoto*/
	.spaltebuch img {width: 55%; height: auto;}
}
@media screen and (min-width:1200px) {
	.spaltebuch {width:26%; height:530px;}
	.spaltebuch img {width: 70%; height: auto;}
}

header {
	width: 100%;
	background-color: #b12415;
	background-image: url(Bilder/die-partnerschaftsberater.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	background-position: center -8px;
}
header h3{
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: center;
	text-shadow: 0px 0px 4px #000000;
	font-style: normal;
	font-weight: normal;
	background-position: right 12px;
	-webkit-transition: all 0.4s ease-in-out 0ms;
	-moz-transition: all 0.4s ease-in-out 0ms;
	-ms-transition: all 0.4s ease-in-out 0ms;
	-o-transition: all 0.4s ease-in-out 0ms;
	transition: all 0.4s ease-in-out 0ms;
}
header h3:hover {
	background-image: url(Bilder/Wir-finden.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
	color: rgba(0,0,0,0.00);
	text-shadow: 0px 0px rgba(0,0,0,0.00);
}

/* NAVIGATION */

nav {
	float: left;
	margin-left: 0px;
	padding-left: 2%;
	padding-right: 2%;
}
nav a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
nav a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #b12415;
	border-radius: 3px;
	margin-left: -3px;
	margin-right: -3px;
	padding-left: 6px;
}
nav a:active {
	color: #FFFFFF;
}
nav ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.nav-linie {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #b12415;
}
nav ul li ul {
	list-style-type: disc;
	color: #b12415;
	list-style-position: outside;
	display: block;
	margin-left: 15px;
}
nav ul li ul a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -6px;
}
.content {
	float: left;
	padding: 0%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.spalte1, .spalte2, .spaltebuch {
	padding-top: 0px;
	margin-right: 2.2%;
	padding-left: 3%;
	float: left;
}
.spaltebuch .pfeil {width: 1.2em; height: 1.2em;} /* nur für Pfeil auf der Bücherseite */

article {
	float: left;
	padding-top: 0px;
	padding-left: 2%;
	padding-right: 2%;
}
.articont {
	width: 92.5%;
	padding-left: 3%;
	padding-right: 2%;	
	padding-bottom: 10px;
}
article, aside {
	background-color: #FFF3D7;
	border-radius: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
aside {
	margin-right: 2%;
	float: right;
	padding-top: 0px;
	padding-left: 1.7%;
	padding-right: 1.4%;
	padding-bottom: 0px;
}
footer {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 11px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 18px;
	background-color: #b12415;
	clear: both;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #EFE66B;
	text-decoration: underline;
}
video {
	width: 100%;
	height: auto;
}
iframe {
	margin-top: 10px;
	border: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 4px;
}
.fltlft { 
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 4px;
}
.corona {
	font-size: 1.2em;
	text-align: center;
	background-color: #FFF068;
	border-radius: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
