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

.pictureshow {
	width: 100%;
	padding-top: 1.5%;
	margin: 0%;
	position: relative;
}
.content {
	padding-right: 4%;
	padding-left: 4%;
	width: 92%;
}
.content .kontaktbild {
	margin-top: 25px;
	margin-bottom: 10px;
}
.content p {
	font-size: 95%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	font-weight: normal;
	border-bottom-width: inherit;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
}
.content h1 em {
	color: #960;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #960;
	font-weight: bolder;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333;
	font-weight: bolder;
}
.content .cont1 .tefleft{
	width: 35%;
	float: left;
	min-width: 70px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.content .cont1 .numright{
	width: 62.5%;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
.content .left {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 90%;
	color: #AA802B;
	margin-top: 20px;
}
.content .cont1 {
	display: block;
	width: 100%;
	float: left;
}
.content .wrapper{
	display: block;
	width: 100%;
	float: left;
	margin-top: 0px;
}
.content .wrapper .sidebar {
	display: block;
	width: 30%;
	height: auto;
	float: left;
	padding-right: 3%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.content .wrapper .sidebar .sizeimg {
	height: auto;
	width: 80%;
}
.content .wrapper .main {
	display: block;
	width: 63.7%;
	height: auto;
	float: left;
	padding-left: 3%;
}
.google-maps {
	position: relative;
	padding-bottom: 78%;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
}
.clearboth {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: auto;
	height: 0;
}
.content .wrapper .main .object-map {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Layout für Tablet-PCs: 818 bis 895 px. Erbt Stile von: Layout für PC. */

@media only screen and (max-width: 895px) {
.gridCon_________________895 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
	height: 100%;
}
}

/* Layout für Tablet-PCs: 768 bis 818 px. Erbt Stile von: Layout für PC. */

@media only screen and (max-width: 818px) {
.gridCon_________________818 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}
.content p {
	font-size: 90%;
}
.content .cont1 .tefleft{
	font-size: 87%;
	width: 25%;
}
.content .cont1 .numright{
	font-size: 87%;
	width: 64%;
}
.content .wrapper .sidebar .sizeimg {
	width: 90%;
}
}

/* Layout für Tablet-PCs: 738 bis 768 px. Erbt Stile von: Layout für PC. */

@media only screen and (max-width: 768px) {
.gridCon_________________768 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}
.content h1{
	font-size: 115%;
}
.content h2 {
	font-size: 105%;
}
}

/* Layout für Tablet-PCs: 516 bis 738 px. Erbt Stile von: Layout für PC. */

@media only screen and (max-width: 738px) {
.gridCon_________________738 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.content .kontaktbild {
	margin-top: 20px;
	margin-bottom: 10px;
}
.content .wrapper .sidebar {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content .wrapper .main {
	width: 100%;
	border-left-style: none;
	padding-left: 0px;
}
.content .cont1 .tefleft{
	width: 17%;
}
.content .cont1 .numright{
	width: 70%;
}
.content .wrapper .sidebar .sizeimg {
	width: 32%;
}
}

/* Layout für Tablet-PCs: 481 bis 516 px. Erbt Stile von: Layout für PC. */

@media only screen and (max-width: 516px) {
.gridCon_________________516 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}
.content h1{
	margin-top: 15px;
	margin-bottom: 0px;
}
.content .wrapper .sidebar .sizeimg {
	width: 43%;
}
}

/* Layout für Mobilgeräte: 480 px oder weniger. */

@media only screen and (max-width: 481px) {
.gridCon_________________481 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}
.content .kontaktbild {
	margin-top: 15px;
	margin-bottom: 0px;
}
.content p {
	font-size: 100%;
}
.content .wrapper .sidebar .sizeimg {
	width: 47%;
}
}

/* Layout für Mobilgeräte: 320 px oder weniger. */

@media only screen and (max-width: 320px) {
.gridCon_________________320 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #FFF;
}
.content p {
	font-size: 90%;
}
.content .wrapper .sidebar .sizeimg {
	width: 70%;
}
}
