body {
	margin: 0;
	padding: 0;
	background-color: rgba(213,201,166,1);
	background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(213,201,166,1) 100%);
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	color:#564d3c;
	font-size:12px;
	line-height:17px;
	min-height: 100vh;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	width: 100%;
	max-width: 976px;
	margin: 0 auto 40px auto;
	background: #fff;
	display: grid;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	grid-template-columns: 100%;
	padding-bottom: 24px;
	grid-template-areas:
		"header"
		"main"
		"sidebar-left"
		"sidebar-right"
		"footer-main";
}
@media screen and (min-width: 976px) {
	#wrapper {
		grid-template-columns: 241px 1fr 240px;
		grid-template-areas:
			"header header header"
			"sidebar-left main sidebar-right"
			"footer-left footer-main footer-right";
	}
}

/************* Header Bereiche *****************/

#header {
	width: 100%;
	max-width: 976px;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-area: header;
	margin-bottom: 24px;
}
@media screen and (min-width: 976px) {
	#header {
		height: 243px;
		grid-template-columns: 240px 1fr;
	}
}
#logo,
#header_bild {
	width: 100%;
	height: auto;
}
#logo img,
#header_bild img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Content Bereiche */

.navtoggler {
	appearance: none;
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0;
	top: 0;
	background: #222222;
	color: #e2d3ac;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	flex-direction: column;
	border: 0;
	outline: 0;
}
@media screen and (min-width: 976px) {
	.navtoggler {
		display: none;
	}
}
.navtoggler span {
	background: currentColor;
	width: 30px;
	height: 1px;
	display: block;
	transition: .25s ease-in-out;
	transform-origin: center;
	cursor: pointer;
}
.navtoggler span:first-child {
	transform: translateY(-4px);
}
.navtoggler span:last-child {
	transform: translateY(4px);
}
.body--activenav .navtoggler span:first-child {
	transform: translateY(1px) rotate(45deg);
}
.body--activenav .navtoggler span:nth-child(2) {
	opacity: 0;
}
.body--activenav .navtoggler span:last-child {
	transform: translateY(-1px) rotate(-45deg);
}

@media screen and (max-width: 975px) {
	#navigation {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background: #fff;
		z-index: 9999;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: start;
		transition: .25s ease-in-out;
		left: 100%;
	}
	.body--activenav #navigation {
		left: 0;
	}
}


@media screen and (min-width: 976px) {
	#navigation {
		border-right:solid 1px #cfcec3;
		grid-area: sidebar-left;
	}
}

#mainContent {
	padding: 0 20px 0 27px;
	grid-area: main;
}
@media screen and (min-width: 976px) {
	#mainContent {
		margin-top: 13px;
		min-height: 840px;
	}
}

#rightContent {
	padding:0 22px 0 22px;
	min-height:480px;
	border-left:solid 1px #cfcec3;
	grid-area: sidebar-right;
}

#stoererLink {
	position:absolute;
	top:44px;
	left:586px;
}

#footer {
	color: #9d9c8f;
	z-index:1;
	grid-area: footer-main;
	padding: 0 20px;
}

#footerContent a { color:#9d9c8f; text-decoration:none; }
#footerContent a:hover { color:#9d9c8f; text-decoration:none; }
#footerContent a:visited { color:#9d9c8f; text-decoration:none; }

/************* Navigation *****************/

#navi {
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
}

#navi {
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
}

#navi a {
	display:block;
	text-decoration:none;
	padding:7px 0 7px 33px;
	background:none;
	color:#ad8c33;
}



#navi a:hover, #navi a.active {
	text-decoration:none;
	background:url(../images/nav_htg.jpg) repeat-y #e2d3ac;
	color:#ffffff;
}

/* Unterpunkte */

#navi ul {
	padding:0;
	margin:3px 0 9px 0;
	list-style:none;
	width: 100%;
}

#navi ul a {
	display:block;
	text-decoration:none;
	padding:2px 0 1px 33px;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#b5b1a9;
}

#navi ul a:hover, #navi ul a.sub_active {
	text-decoration:none;
	background:none;
	color:#564d3c;
}




/************* Allgemeine Formatierungen ***************/

a:focus { outline: 0 }


h1 {
	color:#ad8c33;
	font-weight:normal;
	font-size:21px;
	line-height:25px;
	padding:0;
	margin:0 0 24px 0;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	color:#ad8c33;
	font-weight:normal;
	font-size:21px;
	line-height:25px;
	padding:0;
	margin:0 0 14px 0;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	color:#ad8c33;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	padding:0;
	margin:18px 0 2px 0;
	font-family:"Times New Roman", Times, serif;
}

p {
	margin:0;
	padding:0;
}

ul {
	margin:0 0 0 15px;
	padding:0;
}

a { color:#564d3c; }
a:hover { color:#564d3c; }
a:visited { color:#564d3c; }

.trennerDots {
	margin:16px 0 13px 0;
}

#fontsize {
	margin:7px 0 18px 0;
}

.headline_breit {
	display:block;
	width:480px;
}

.inputText {
	width:279px;
}
.inputArea {
	width:283px;
}

.sendenBut {
	margin:9px 0 0 0;
}

.wohnungHead {
	display:block;
	width:676px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding:7px 0 8px 20px;
	margin:61px 0 6px 0;

	background:url(../images/wohnungHead_htg.jpg) #e2d3ac repeat-y;
	color:#ffffff;
}


.pdf-link {
	display:inline-block !important;
	min-width:300px;
}

.zu-vermieten-link {
	display:inline-block !important;
	text-decoration:underline !important;
	color: #F00 !important;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	*zoom: 1; /* Für den IE6 und IE7 */
}

/* Gallery Column Styles */

.gallery {
	display: grid;
	grid-gap: 16px;
	grid-auto-flow: dense;
	grid-template-columns: 100%;
}
.gallery a {
	width: 100%;
	display: block;
}
.gallery img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/ 1;
	object-fit: cover;

}
@media screen and (min-width: 768px) {
	.gallery--2col {
		grid-template-columns: repeat(2,1fr);
	}
	.gallery--3col {
		grid-template-columns: repeat(3,1fr);
	}
}

.footerLinks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.footerLinks a + a:before {
	content: "|";
	margin-right: 10px;
}
.footerContent {
	margin-top: 10px;
}
