body {
	background-color: #C8B688;
	color: #58585A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans", "Lucida Sans", sans-serif;
	font-size: 16px;
}
body,td,th {
	font-family: "Open Sans", "Lucida Sans", sans-serif;
	font-size: 16px;
	color: #58585A;
}
img.logo1 {
	max-height: 70px;
	width: auto;
}
img.menue1 {
	max-height: 70px;
	width: auto;
	margin-left: 1em;
	cursor: pointer;
}
#kopf_div {
	background-color: #B9A84C;
	width: 100%;
}
#logo_div {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.8em;
	padding-right: 3em;
	padding-bottom: 0.8em;
	padding-left: 3em;
	position: relative;
}
#inhalt_div {
	-webkit-box-shadow: 3px 3px 3px 0 #2E2E2E;
	box-shadow: 3px 3px 3px 0 #2E2E2E;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F4ED;
	margin-bottom: 10em;
}
#fotowall_div {
	max-height: 510px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content_div {
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}
.center_div {
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
	display: block;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9A84C;
}
#adress_div {
	text-align: left;
	padding-top: 1em;
}

#close_div {
	margin-left: -1.5rem;
	margin-bottom: -1.1rem;
}
#Top_Adress1 {
	margin-right: 20px;
	width: 50%;
	float: left;
}
#Top_Adress2 {
	text-align: right;
}

.mediasymbol {
	width: 30px;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
	margin-bottom: 20px;
}
.textrot {
	color: #B9A84C;
}
.bildtext {
	font-size: 0.7em;
	font-style: italic;
	color: #666;
}
.clearefloat {
	clear: both;
	font-size: 0.1rem;
}
.bildlinks {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bildrechts {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9A84C;
	margin-bottom: 20px;
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}
.linie_menue {
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #B9A84C;
	display: block;
	clear: both;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.titel {
	font-size: 1.8em;
	font-weight: normal;
	color: #B9A84C;
}
.titel2 {
	font-size: 1.2em;
}
.titel3 {
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-size: 1.0rem;
	font-weight: normal;
}
h2 {
	font-size: 1.0rem;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.0rem;
	font-weight: normal;
	margin-bottom: 0px;
}
.datum {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #999;
}
.tel {
	background-image: url(../grafik/kommunikation.png);
	background-repeat: no-repeat;
	background-position: 0px -43px;
	padding-left: 25px;
}
.fax {
	background-image: url(../grafik/kommunikation.png);
	background-repeat: no-repeat;
	background-position: 0px -87px;
	padding-left: 25px;
}

.mobil {
	background-image: url(../grafik/kommunikation.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
}
.email {
	background-image: url(../grafik/kommunikation.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	padding-left: 25px;
}
.web {
	background-image: url(../grafik/kommunikation.png);
	background-repeat: no-repeat;
	background-position: 0px -65px;
	padding-left: 25px;
}
a:link {
	color: #B9A84C;
	text-decoration: underline;
}

a:visited {
	color: #B9A84C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B9A84C;
}

a:active {
	color: #B9A84C;
}
#PanelContent {
	position:absolute;
	z-index:100;
	background-color: #999;
	width: 60%;
	background-color: #B9A84C;
	max-width: 350px;
	padding-top: 1.1rem;
	padding-right: 1.5rem;
	padding-bottom: 1.1rem;
	padding-left: 1.5rem;
	right: 0px;
	display: none;
}
.contact_input {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 0.9rem;
	color: #5A5B5C;
	border: 1px solid #A5ACB2;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
.contact_button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.contact_textarea {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	font-size: 0.9rem;
	color: #5A5B5C;
	border: 1px solid #A5ACB2;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
#Cotntact_Div {
	display: table;
	float: left;
	width: auto;
	margin-right: 20px;
}
#Contacttext {
	padding-top: 30px;
}
#Contactfuss {
	clear: both;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Immo_Liste {
	-webkit-box-shadow: 0 0 5px 1px #C5C6C8;
	box-shadow: 0 0 5px 1px #C5C6C8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	background-color: #FFF;
	width: auto;
	margin-top: 20px;
	padding: 10px;
}
.Blog_Liste {
	-webkit-box-shadow: 0 0 5px 1px #C5C6C8;
	box-shadow: 0 0 5px 1px #C5C6C8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	background-color: #FFF;
	width: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.Introbild_div {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-top: 10px;
}
.Introbild_img {
	max-width: 180px;

}
@media screen and (max-width:800px) {
body,td,th {
	font-size: 12px;
}
#Top_Adress1 {
	line-height: 20px;
}
#Top_Adress2 {
	line-height: 20px;
}
}
@media screen and (max-width:650px) {
img.logo1 {
	max-height: 55px;

}
img.menue1 {
	max-height: 55px;
}
#content_div {
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
#logo_div {
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
}
}
@media screen and (max-width:600px) {
img.logo1 {
	max-height: 40px;

}
img.menue1 {
	max-height: 40px;
}
#content_div {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#logo_div {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#adress_div {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.mediasymbol {
	width: 30px;
	margin-right: 1em;
	margin-left: 1em;
	height: auto;
	margin-bottom: 1em;
	margin-top: 1em;
}
}
@media screen and (max-width:500px) {
#Top_Adress1 {
		float:none;
		margin-right: 0px;
		width: auto;
}
#Top_Adress2 {
	text-align: left;
}
}