/* CSS Document */
/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v20-latin-300.eot');
	/* IE9 Compat Modes */
	/* IE6-IE8 */
	/* Super Modern Browsers */
	/* Modern Browsers */
	/* Safari, Android, iOS */
	src: local(''), url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), url('../fonts/roboto-v20-latin-300.woff') format('woff'), url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v20-latin-regular.eot');
	/* IE9 Compat Modes */
	/* IE6-IE8 */
	/* Super Modern Browsers */
	/* Modern Browsers */
	/* Safari, Android, iOS */
	src: local(''), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v20-latin-regular.woff') format('woff'), url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin-700.eot');
	/* IE9 Compat Modes */
	/* IE6-IE8 */
	/* Super Modern Browsers */
	/* Modern Browsers */
	/* Safari, Android, iOS */
	src: local(''), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), url('../fonts/roboto-v20-latin-700.woff') format('woff'), url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/roboto-v20-latin-900.eot');
	/* IE9 Compat Modes */
	/* IE6-IE8 */
	/* Super Modern Browsers */
	/* Modern Browsers */
	/* Safari, Android, iOS */
	src: local(''), url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), url('../fonts/roboto-v20-latin-900.woff') format('woff'), url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
	/* Legacy iOS */
}

BODY,
HTML {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	/*outline-style:none;*/
}

BODY {
	overflow: scroll;
	background-color: #ECEBE9;
	background-image: url(/pics/ly/bg.jpg);
	background-size: cover;
}

#page {
	width: 100%;
	/*margin:0px auto;*/
	font-size: 12pt;
	/*margin-top: -20px;*/
	position: relative;
	z-index: 0;
}

#page #header {
	height: 83px;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	/*top: 10px;*/
	border-bottom: 10px solid #575656;
	pointer-events: none;
}

#page #headercenter {}

#page #header #headercontent {
	margin-top: 0;
	height: auto;
	position: relative;
}

#page #header #headercontent #menubox {
	display: none;
}

#page #header #headercontent #toplogo {
	height: 44px;
	width: 207px;
	margin-top: 21px;
	margin-left: 12px;
}

#page #header #headercontent #toplogo IMG {
	height: 45px;
	margin-top: 14px;
	cursor: pointer;
	pointer-events: all;
	margin-left: 11px;
}

#page #maincontent {
	position: relative;
	top: 108px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	margin: 10px 10px 100px 10px;
	width: auto;
	min-height: 269px;
	padding: 12px;
	font-size: 14.4pt;
	line-height: 1.3;
}

#page #maincontent #widecontent {
	margin-left: 2px;
}

#maincontent #widecontent #aktuellbox {
	background-color: #FBB03B;
	color: #000000;
	padding: 0px 19px 19px;
	box-sizing: content-box;
	/*border: 1px solid #887E7E;*/
	/*+box-shadow: 0 0 11px #887E7E;*/
	-moz-box-shadow: 0 0 11px #887E7E;
	-webkit-box-shadow: 0 0 11px #887E7E;
	box-shadow: 0 0 11px #887E7E;
	width: 95%;
}

#maincontent #widecontent #aktuellbox .abox_title {
	color: #000000;
	font-weight: bold;
}

#page #maincontent H1 {
	color: #575656;
	font-weight: 300;
	font-size: 21pt;
}

#page #maincontent .content_normal {
	padding: 23px;
	/*font-size: 14.4pt;*/
}

/*.content_normal OL LI
{
	margin-left: 3px;
	margin-right: -5px;
}*/
#page #maincontent #obj_container {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
	/*margin-bottom: 51px;*/
}

#maincontent #obj_container .obj_box {
	width: 250px;
	height: 309px;
	/*border: 1px solid #EDEDED;*/
	border-top: 14px solid #FBB03B;
	margin-bottom: 28px;
	position: relative;
	cursor: pointer;
	/*+box-shadow: 0 0 6px #887E7E;*/
	-moz-box-shadow: 0 0 6px #887E7E;
	-webkit-box-shadow: 0 0 6px #887E7E;
	box-shadow: 0 0 6px #887E7E;
}

#content #obj_container .obj_box .obj_pic {
	height: 210px;
	overflow: hidden;
	position: relative;
}

#content #obj_container .obj_box .obj_text {
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	box-sizing: border-box;
	height: 99px;
	width: 100%;
	padding-left: 22px;
	padding-top: 24px;
	font-weight: 700;
	font-size: 12.5pt;
	color: #333333;
}

#content #obj_container #porsche26 .obj_pic IMG {
	height: 275px;
	left: -50px;
	position: absolute;
}

#content #obj_container #porsche47 .obj_pic IMG {
	height: 374px;
	position: absolute;
	top: -159px;
	left: -40px;
}

#content #obj_container #nordsteimke .obj_pic IMG {
	height: 405px;
	position: absolute;
	top: -97px;
	left: -250px;
}

#content #obj_container #fallersleben .obj_pic IMG {
	position: absolute;
	left: -119px;
	top: -24px;
	height: 390px;
}

#content #obj_container #porsche26 .obj_text {
	background-image: url(/pics/Karten/Porschestrasse_28_klein.png);
	background-repeat: no-repeat;
	background-position: 175px 18px;
}

#content #obj_container #porsche47 .obj_text {
	background-image: url(/pics/Karten/Porschestrasse_47_klein.png);
	background-repeat: no-repeat;
	background-position: 175px 18px;
}

#content #obj_container #nordsteimke .obj_text {
	background-image: url(/pics/Karten/Nordsteimke_Fachmarktzentrum_klein.png);
	background-repeat: no-repeat;
	background-position: 175px 18px;
}

#content #obj_container #fallersleben .obj_text {
	background-image: url(/pics/Karten/Fallersleben_Marktstrasse_klein.png);
	background-repeat: no-repeat;
	background-position: 175px 18px;
}

#tabobjekte {}

#tabobjekte .objbox {
	background-image: url(/pics/ly/karte1.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60%;
	background-color: #FFFFFF;
}

#tabobjekte .objbox A {
	color: #000000;
	text-decoration: none;
}

#tabobjekte .objbox A:hover {
	color: #D58303;
}

#tabobjekte .objbox H2 {
	margin-top: 29px;
}

#tabobjekte .objbox .vortext {
	margin-bottom: 25px;
	color: #333333;
	font-size: 14.4pt;
}

#objfooter {
	position: relative;
	bottom: 63px;
	width: 100%;
	text-align: left;
	background-color: #E6E6E6;
}

#tabobjekte .objbox .objpics {
	min-height: 175px;
	display: flex;
	justify-content: safe left;
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

/*#tabobjekte .objbox .objpics:after
{
	content: '';
	flex: auto;
	(*justify-content: safe start;*)
	(*margin-left: 29px;*)
}*/
#tabobjekte .objbox .objpics .picsbox {
	background-color: #E5D8C1;
	height: 124px;
	width: 148px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	margin-right: 14px;
}

/*#tabobjekte .objbox .objpics .picsbox:last-child
{
	margin-right: auto;
}*/
#tabobjekte .objpics .picsbox .piclupe {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	pointer-events: none;
}

#tabobjekte .objbox .objdata {}

#tabobjekte .objbox .objdata A {
	color: #000000;
}

#tabobjekte .objbox .objdata A:hover {
	color: #D58303;
}

#tabobjekte .objbox .objdata TABLE {
	font-size: 12pt;
	width: 100%;
	/*min-width: 617px;*/
	border-spacing: 0px;
}

#tabobjekte .objbox .objdata TABLE TD {
	/*background-color: #F2F2F2;*/
	/*height: 32px;*/
	padding: 9px;
	font-size: 14.4pt;
	line-height: 1.3;
	display: table;
	text-align: left !important;
}

#tabobjekte .objbox .objdata TABLE TD:first-child {
	background-color: #999999;
	width: 96%;
	text-align: right;
	color: #FFFFFF;
}

#tabobjekte .objbox .objdata TABLE TD:last-child {
	border-left: 3px solid #FFFFFF;
	padding-left: 12px;
}

#tabobjekte .objbox .objdata TABLE TD.obenrechts {
	border-top-right-radius: 20px;
}

#tabobjekte .objbox .objdata .expose {
	/*width: 219px;*/
	height: 80px;
	background-color: #F2F2F2;
	position: relative;
	border: 1px solid #E9E8E8;
	border-top-right-radius: 20px;
	margin-top: 9px;
}

#tabobjekte .objbox .objdata .expose SPAN {
	display: inline-block;
	margin-top: 20px;
	margin-left: 40px;
}

#tabobjekte .objbox .objdata .expose IMG {
	position: absolute;
	right: 26px;
	top: -3px;
}

#objfooter #objfooter_content {
	margin: 19px auto 0;
	width: 100%;
	color: #333333;
	display: none;
}

#objfooter #objfooter_content H1 {
	font-size: 14pt;
	font-weight: 300;
	border-bottom: 4px solid #CCCCCC;
	line-height: 1.4;
	padding-left: 16px;
	box-sizing: border-box;
	height: ;
	padding-top: 7px;
	padding-bottom: 7px;
}

#objfooter #objfooter_content #objfooter_objekte {
	display: flex;
	/*flex-direction: column;*/
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 16px;
	box-sizing: border-box;
}

#objfooter #objfooter_content #objfooter_objekte .objekt {
	width: 226px;
	height: 64px;
	font-size: 11.4pt;
}

#content .content_normal A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: #FBB03B;
}

#footer #footermenu {
	display: inline-block;
	height: 44px;
	margin-top: 0px;
	margin-left: -23px;
}

#footer #footermenu UL LI {
	float: left;
	list-style: none;
	padding-right: 11px;
	padding-left: 11px;
}

#footer #footermenu UL LI A {
	color: #FCFCFC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10.1pt;
}

#footer #footermenu UL LI:first-child,#footer #footermenu UL LI:nth-child(2) {
	border-right: 1px solid #FFFFFF;
}

#miwdstext UL,
#miwdstext OL {
	list-style: numeric outside;
	padding-left: 47px;
}

#miwdstext UL LI {
	padding-left: 25px !important;
	/*font-weight: bold;*/
}

#miwdstext OL LI {
	padding-left: 42px !important;
}

@media only screen and (max-width:424px) {
	.picsbox {
		height: 146px !important;
	    width: 140px !important;
	}

}

@media only screen and (min-width:701px) {
	#page #maincontent {
		padding: 24px;
	}
	#page #header {
		margin-top: -20px;
		position: relative;
		/*pointer-events: none;*/
		background-color: #FFFFFF;
		padding-top: 20px;
		padding-bottom: 14px;
		box-sizing: content-box;
	}

	#page #header #headercontent #toplogo {
		margin-left: 22px;
	}

	#page #header #headercontent #menubox {
		display: inline-block;
		position: absolute;
		/*+placement: 288px -18px;*/
		position: relative;
		left: 325px;
		top: -18px;
		pointer-events: all;
	}

	#menubox UL#topmenu {
		list-style: none;
	}

	#menubox UL#topmenu LI {
		float: left;
		margin-right: 45px;
	}

	#menubox UL#topmenu LI A {
		text-decoration: none;
		color: #333333;
	}

	#menubox UL#topmenu LI A:hover {
		color: #F6A40A;
	}

	#page #maincontent {
		top: 32px;
	}

	#page #maincontent H1 {
		font-size: 24.3pt;
		margin-left: 21px;
	}

	#tabobjekte .objbox .objdata TABLE TD {
		display: table-cell;
		background-color: #F2F2F2;
	}

	#tabobjekte .objbox .objdata TABLE TD:first-child {
		width: 157px;
	}

	#tabobjekte .objbox .objdata .expose {
		width: 219px;
	}

	#tabobjekte .objbox .objdata .expose SPAN {
		margin-left: 21px;
	}

	#tabobjekte .objbox .objdata .expose IMG {
		right: -20px;
		top: 6px;
	}
}

@media only screen and (min-width:1201px) {
	#page #header {
		/*width: 960px;*/
		/*margin: 0 auto;*/
		background-color: #FFFFFF;
	}

	#page #header #headercontent #toplogo {
		margin-left: 13px;
	}

	#page #headercenter {
		width: 1200px;
		margin: 0 auto;
	}

	#page #maincontent {
		width: 1200px;
		margin: 0 auto 100px;
		top: 40px;
	}

	#page #maincontent #widecontent {
		margin-left: 22px;
	}

	#page #maincontent #obj_container {
		justify-content: space-around;
		/*flex-direction: row;*/
	}

	#tabobjekte .objbox .objdata TABLE {
		width: 926px;
	}

	#objfooter {
		/*position: fixed;*/
	}

	#objfooter #objfooter_content {
		width: 1200px;
		margin-top: 99px;
	}

	#tabobjekte .objbox .objdata .expose {
		/*+placement: 913px -85px;*/
		position: relative;
		left: 913px;
		top: -85px;
		width: 219px;
	}

	#tabobjekte .objbox .objdata .expose SPAN {
		margin-left: 24px;
		margin-top: 30px;
	}

	#tabobjekte .objbox .objdata .expose IMG {
		top: -23px;
		right: 16px;
	}
}